md/bitmap: prevent bitmap_daemon_work running while initialising bitmap
[linux-flexiantxendom0.git] / drivers / md / bitmap.c
2012-04-30 NeilBrownmd/bitmap: prevent bitmap_daemon_work running while...
2012-04-02 NeilBrownmd/bitmap: ensure to load bitmap when creating via...
2011-12-22 NeilBrownmd/bitmap: It is OK to clear bits during recovery.
2011-11-22 NeilBrownmd/lock: ensure updates to page_attrs are properly...
2011-10-11 NeilBrownmd/bitmap remove fault injection options.
2011-10-11 NeilBrownmd: remove typedefs: mddev_t -> struct mddev
2011-10-11 NeilBrownmd: removing typedefs: mdk_rdev_t -> struct md_rdev
2011-10-07 NeilBrownmd: remove PRINTK and dprintk debugging and use pr_debug
2011-09-21 NeilBrownmd/bitmap: improve handling of 'allclean'.
2011-09-21 NeilBrownmd/bitmap: rename and tidy up BITMAP_PAGE_CLEAN
2011-07-27 Jonathan BrassowMD bitmap: Revert DM dirty log hooks
2011-07-27 Akinobu Mitamd: use proper little-endian bitops
2011-06-09 Namhyung Kimmd/bitmap: remove unused fields from struct bitmap
2011-06-09 Namhyung Kimmd/bitmap: use proper accessor macro
2011-06-09 Jonathan BrassowMD: use is_power_of_2 macro
2011-06-09 Jonathan BrassowMD: support initial bitmap creation in-kernel
2011-05-11 NeilBrownmd/bitmap: fix saving of events_cleared and other state.
2011-03-24 Linus TorvaldsMerge branch 'for-2.6.39/core' of git://git.kernel...
2011-03-24 Akinobu Mitamd: use little-endian bitops
2011-03-10 Jens Axboeblock: kill off REQ_UNPLUG
2011-03-10 Jens Axboeblock: remove per-queue plugging
2011-01-13 NeilBrownmd: Don't let implementation detail of curr_resync...
2011-01-13 Jonathan Brassowmd: separate meta and data devs
2011-01-13 Jonathan Brassowmd-new-param-to_sync_page_io
2010-10-29 NeilBrownmd: unplug writes to external bitmaps.
2010-10-28 NeilBrownmd: change type of first arg to sync_page_io.
2010-10-28 NeilBrownmd: use sector_t in bitmap_get_counter
2010-10-07 Vasiliy Kulikovmd: check return code of read_sb_page
2010-08-30 NeilBrownmd: resolve confusion of MD_CHANGE_CLEAN
2010-07-26 NeilBrownmd/bitmap: separate out loading a bitmap from initiali...
2010-07-26 NeilBrownmd/bitmap: prepare for storing write-intent-bitmap...
2010-07-26 NeilBrownmd/bitmap: optimise scanning of empty bitmaps.
2010-07-26 NeilBrownmd/bitmap: clean up plugging calls.
2010-07-26 NeilBrownmd/bitmap: reduce dependence on sysfs.
2010-07-26 NeilBrownmd/bitmap: white space clean up and similar.
2010-07-26 NeilBrownmd: be more careful setting MD_CHANGE_CLEAN
2010-05-22 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2010-05-21 NeilBrownMerge commit '3ff195b011d7decf501a4d55aeed312731094796...
2010-05-21 Christoph Hellwigsanitize vfs_fsync calling conventions
2010-05-21 Eric W. Biedermansysfs: Implement sysfs tagged directory support.
2010-05-18 NeilBrownmd/raid1: delay reads that could overtake behind-writes.
2010-05-18 H Hartley Sweetendrivers/md: Remove unnecessary casts of void *
2010-05-18 Paul Clementsmd: expose max value of behind writes counter
2009-12-14 NeilBrownmd/bitmap: update dirty flag when bitmap bits are expli...
2009-12-14 NeilBrownmd: Support write-intent bitmaps with externally manage...
2009-12-14 NeilBrownmd/bitmap: move setting of daemon_lastrun out of bitmap...
2009-12-14 NeilBrownmd: support updating bitmap parameters via sysfs.
2009-12-14 NeilBrownmd: support bitmap offset appropriate for external...
2009-12-14 NeilBrownmd: remove needless setting of thread->timeout in raid1...
2009-12-14 NeilBrownmd: change daemon_sleep to be in 'jiffies' rather than...
2009-12-14 NeilBrownmd: move offset, daemon_sleep and chunksize out of...
2009-12-14 NeilBrownmd: collect bitmap-specific fields into one structure.
2009-12-14 NeilBrownmd/bitmap: protect against bitmap removal while being...
2009-10-16 NeilBrownmd: remove clumsy usage of do_sync_mapping_range from...
2009-09-23 NeilBrownmd: remove sparse warnings about lock context.
2009-06-11 Linus TorvaldsMerge branch 'for-2.6.31' of git://git.kernel.dk/linux...
2009-05-25 NeilBrownmd: bitmap: improve bitmap maintenance code.
2009-05-22 Martin K. Petersenblock: Do away with the notion of hardsect_size
2009-05-07 NeilBrownmd: fix some (more) errors with bitmaps on devices...
2009-05-07 NeilBrownmd: fix loading of out-of-date bitmap.
2009-04-20 NeilBrownmd: support bitmaps on RAID10 arrays larger then 2...
2009-04-14 NeilBrownmd: improve usefulness and accuracy of sysfs file md...
2009-03-31 Andre Nollmd: Make mddev->size sector-based.
2009-03-31 NeilBrownmd: occasionally checkpoint drive recovery to reduce...
2009-03-31 NeilBrownmd: move md_k.h from include/linux/raid/ to drivers/md/
2009-03-31 NeilBrownmd: move lots of #include lines out of .h files and...
2009-03-31 Christoph Hellwigmd: move headers out of include/linux/raid/
2009-03-31 NeilBrownmd: write bitmap information to devices that are underg...
2009-03-31 NeilBrownmd: never clear bit from the write-intent bitmap when...
2009-03-31 NeilBrownmd: Allow write-intent bitmaps to have chunksize <...
2009-01-08 Cheng Renquanmd: use list_for_each_entry macro directly
2009-01-08 NeilBrownmd: fix bitmap-on-external-file bug.
2008-12-19 NeilBrownmd: Don't read past end of bitmap when reading bitmap.
2008-09-01 NeilBrownFix problem with waiting while holding rcu read lock...
2008-08-01 Jens Axboemd: the bitmap code needs to use blk_plug_device_unlocked()
2008-07-21 NeilBrownmd: Protect access to mddev->disks list using RCU
2008-07-11 Andre Nollmd: Turn rdev->sb_offset into a sector-based quantity.
2008-06-27 Neil BrownImprove setting of "events_cleared" for write-intent...
2008-05-24 Christoph Hellwigmd: kill file_path wrapper
2008-03-11 NeilBrownmd: reduce CPU wastage on idle md array with a write...
2008-03-05 NeilBrownmd: reduce CPU wastage on idle md array with a write...
2008-02-15 Jan Blunckd_path: Make d_path() use a struct path
2008-02-06 NeilBrownmd: change ITERATE_RDEV to rdev_for_each
2008-02-06 NeilBrownmd: Update md bitmap during resync.
2007-11-09 Alan D. BrunelleAdd UNPLUG traces to all appropriate places
2007-10-23 NeilBrownmd: fix an unsigned compare to allow creation of bitmap...
2007-07-17 NeilBrownmd: change bitmap_unplug and others to void functions
2007-07-17 NeilBrownmd: check that internal bitmap does not overlap other...
2007-05-24 NeilBrownmd: don't write more than is required of the last page...
2007-05-08 Mark FashehRemove do_sync_file_range()
2007-04-12 Neil Brown[PATCH] md: fix calculation for size of filemap_attr...
2007-02-11 Andrew Morton[PATCH] remove invalidate_inode_pages()
2007-02-09 Neil Brown[PATCH] md: avoid possible BUG_ON in md bitmap handling
2007-01-26 NeilBrown[PATCH] md: avoid reading past the end of a bitmap...
2006-12-08 Josef Sipek[PATCH] struct path: convert md
2006-10-21 NeilBrown[PATCH] md: endian annotations for the bitmap superblock
2006-10-11 Alexey Dobriyan[PATCH] md: use BUILD_BUG_ON
2006-10-03 Paul Clements[PATCH] md: use ffz instead of find_first_set to conver...
2006-10-03 Paul Clements[PATCH] md: new sysfs interface for setting bits in...
2006-06-30 Jörn EngelRemove obsolete #include <linux/config.h>
next