aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-05-07md: remove rd%d links immediately after stopping an array.NeilBrown1-8/+8
2009-05-07md: remove ability to explicit set an inactive array to 'clean'.NeilBrown1-5/+2
2009-05-07md: constify VFTsJan Engelhardt1-1/+1
2009-05-07md: tidy up status_resync to handle large arrays.NeilBrown1-17/+28
2009-05-07md: fix some (more) errors with bitmaps on devices larger than 2TB.NeilBrown1-7/+11
2009-05-07md/raid10: don't clear bitmap during recovery if array will still be degraded.NeilBrown1-6/+6
2009-05-07md: fix loading of out-of-date bitmap.NeilBrown1-7/+4
2009-04-20Merge branch 'for-linus' of git://neil.brown.name/mdLinus Torvalds4-25/+51
2009-04-20md: support bitmaps on RAID10 arrays larger then 2 terabytesNeilBrown1-3/+3
2009-04-17md: update sync_completed and reshape_position even more often.NeilBrown2-2/+4
2009-04-15block: move bio list helpers into bio.hChristoph Hellwig9-126/+0
2009-04-14md: improve usefulness and accuracy of sysfs file md/sync_completed.NeilBrown3-12/+27
2009-04-14md: allow setting newly added device to 'in_sync' via sysfs.NeilBrown1-1/+5
2009-04-14md: tiny md.h cleanupsChristoph Hellwig1-8/+13
2009-04-09dm kcopyd: fix callback raceMikulas Patocka1-6/+11
2009-04-09dm kcopyd: prepare for callback race fixMikulas Patocka1-2/+4
2009-04-09dm: implement basic barrier supportMikulas Patocka1-20/+68
2009-04-09dm: remove dm_request loopMikulas Patocka1-15/+7
2009-04-09dm: rework queueing and suspensionMikulas Patocka1-8/+32
2009-04-09dm: simplify dm_request loopAlasdair G Kergon1-11/+7
2009-04-09dm: split DMF_BLOCK_IO flag into twoAlasdair G Kergon1-9/+13
2009-04-09dm: rearrange dm_wq_workAlasdair G Kergon1-8/+9
2009-04-09dm: remove limited barrier supportMikulas Patocka4-26/+10
2009-04-09dm: add integrity supportMartin K. Petersen3-0/+76
2009-04-06md/raid1: fix build breakageAlexander Beregalov1-1/+1
2009-04-06md/raid1 - don't assume newly allocated bvecs are initialised.NeilBrown1-3/+4
2009-04-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/agk/linux-2.6-dmLinus Torvalds17-620/+877
2009-04-03Merge branch 'for-linus' of git://neil.brown.name/mdLinus Torvalds31-837/+3324
2009-04-02dm: set queue ordered modeMikulas Patocka1-0/+1
2009-04-02dm: move wait queue declarationMikulas Patocka1-7/+7
2009-04-02dm: merge pushback and deferred bio listsMikulas Patocka1-21/+16
2009-04-02dm: allow uninterruptible wait for pending ioMikulas Patocka1-4/+5
2009-04-02dm: merge __flush_deferred_io into callerMikulas Patocka1-11/+7
2009-04-02dm: move bio_io_error into __split_and_process_bioMikulas Patocka1-11/+10
2009-04-02dm: rename __split_bioMikulas Patocka1-4/+4
2009-04-02dm: remove unnecessary struct dm_wq_reqMikulas Patocka1-17/+7
2009-04-02dm: remove unnecessary work queue context fieldMikulas Patocka1-8/+5
2009-04-02dm: remove unnecessary work queue type fieldMikulas Patocka1-17/+6
2009-04-02dm: bio list add bio_list_add_headMikulas Patocka1-0/+10
2009-04-02dm snapshot: persistent fix dtr cleanupJonathan Brassow1-5/+15
2009-04-02dm snapshot: move status to exception storeJonathan Brassow4-16/+29
2009-04-02dm snapshot: move ctr parsing to exception storeJonathan Brassow3-129/+132
2009-04-02dm snapshot: use DMEMIT macro for statusJonathan Brassow1-9/+10
2009-04-02dm snapshot: remove dm_snap headerJonathan Brassow2-87/+71
2009-04-02dm snapshot: remove dm_snap header useJonathan Brassow5-57/+54
2009-04-02dm exception store: move cow pointerJonathan Brassow6-23/+30
2009-04-02dm exception store: move chunk_fieldsJonathan Brassow6-53/+67
2009-04-02dm exception store: move dm_target pointerJonathan Brassow4-7/+7
2009-04-02dm exception store: introduce registryJonathan Brassow6-49/+307
2009-04-02dm raid1: add is_remote_recovering hook for clustersJonathan Brassow1-2/+23