summaryrefslogtreecommitdiff
path: root/drivers/md
AgeCommit message (Expand)Author
2009-06-11Merge branch 'for-2.6.31' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds
2009-06-10Merge branch 'tracing-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2009-06-09tracing/events: convert block trace points to TRACE_EVENT()Li Zefan
2009-06-09md/raid5: fix bug in reshape code when chunk_size decreases.NeilBrown
2009-06-09md/raid5 - avoid deadlocks in get_active_stripe during reshapeNeilBrown
2009-06-09md/raid5: use conf->raid_disks in preference to mddev->raid_diskNeilBrown
2009-06-09Revert "block: Fix bounce limit setting in DM"Jens Axboe
2009-06-03block: Fix bounce limit setting in DMMartin K. Petersen
2009-05-27md: raid5: change incorrect usage of 'min' macro to 'min_t'NeilBrown
2009-05-26md: don't use locked_ioctl.NeilBrown
2009-05-26md: don't update curr_resync_completed without also updating reshape_position.NeilBrown
2009-05-26md: raid5: avoid sector values going negative when testing reshape progress.NeilBrown
2009-05-26md: export 'frozen' resync state through sysfsNeilBrown
2009-05-26md: bitmap: improve bitmap maintenance code.NeilBrown
2009-05-26md: improve errno return when setting array_sizeNeilBrown
2009-05-26md: always update level / chunk_size / layout when writing v1.x metadata.NeilBrown
2009-05-22block: Use accessor functions for queue limitsMartin K. Petersen
2009-05-22block: Do away with the notion of hardsect_sizeMartin K. Petersen
2009-05-18Merge commit 'v2.6.30-rc6' into tracing/coreIngo Molnar
2009-05-07Merge branch 'linus' into tracing/coreIngo Molnar
2009-05-07md: remove rd%d links immediately after stopping an array.NeilBrown
2009-05-07md: remove ability to explicit set an inactive array to 'clean'.NeilBrown
2009-05-07md: constify VFTsJan Engelhardt
2009-05-07md: tidy up status_resync to handle large arrays.NeilBrown
2009-05-07md: fix some (more) errors with bitmaps on devices larger than 2TB.NeilBrown
2009-05-07md/raid10: don't clear bitmap during recovery if array will still be degraded.NeilBrown
2009-05-07md: fix loading of out-of-date bitmap.NeilBrown
2009-05-06blktrace: from-sector redundant in trace_block_remapAlan D. Brunelle
2009-04-20Merge branch 'for-linus' of git://neil.brown.name/mdLinus Torvalds
2009-04-20md: support bitmaps on RAID10 arrays larger then 2 terabytesNeilBrown
2009-04-17md: update sync_completed and reshape_position even more often.NeilBrown
2009-04-15block: move bio list helpers into bio.hChristoph Hellwig
2009-04-14md: improve usefulness and accuracy of sysfs file md/sync_completed.NeilBrown
2009-04-14md: allow setting newly added device to 'in_sync' via sysfs.NeilBrown
2009-04-14md: tiny md.h cleanupsChristoph Hellwig
2009-04-09dm kcopyd: fix callback raceMikulas Patocka
2009-04-09dm kcopyd: prepare for callback race fixMikulas Patocka
2009-04-09dm: implement basic barrier supportMikulas Patocka
2009-04-09dm: remove dm_request loopMikulas Patocka
2009-04-09dm: rework queueing and suspensionMikulas Patocka
2009-04-09dm: simplify dm_request loopAlasdair G Kergon
2009-04-09dm: split DMF_BLOCK_IO flag into twoAlasdair G Kergon
2009-04-09dm: rearrange dm_wq_workAlasdair G Kergon
2009-04-09dm: remove limited barrier supportMikulas Patocka
2009-04-09dm: add integrity supportMartin K. Petersen
2009-04-06md/raid1: fix build breakageAlexander Beregalov
2009-04-06md/raid1 - don't assume newly allocated bvecs are initialised.NeilBrown
2009-04-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/agk/linux-2.6-dmLinus Torvalds
2009-04-03Merge branch 'for-linus' of git://neil.brown.name/mdLinus Torvalds
2009-04-02dm: set queue ordered modeMikulas Patocka