aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2009-04-02dm exception store: separate type from instanceJonathan Brassow4-25/+35
2009-04-02dm log: remove struct dm_dirty_log_internalMike Snitzer1-44/+14
2009-04-02dm log: use standard kernel module refcountMike Snitzer1-16/+3
2009-04-02dm crypt: use kzfreeJohannes Weiner1-4/+2
2009-04-02dm target: remove struct tt_internalCheng Renquan2-61/+31
2009-04-02dm table: fix upgrade mode raceAlasdair G Kergon1-12/+14
2009-04-02dm: path selector use module refcount directlyJun'ichi Nomura1-18/+3
2009-04-02dm target: use module refcount directlyCheng Renquan1-17/+3
2009-04-02dm snapshot: avoid having two exceptions for the same chunkMikulas Patocka1-0/+13
2009-04-02dm snapshot: avoid dropping lock in __find_pending_exceptionMikulas Patocka1-18/+24
2009-04-02dm snapshot: refactor __find_pending_exceptionMikulas Patocka1-24/+28
2009-04-02dm io: make sync_io uninterruptibleMikulas Patocka1-4/+1
2009-04-02dm raid1: switch read_record from kmalloc to slab to save memoryMikulas Patocka1-4/+21
2009-04-02dm: preserve bi_io_vec when resubmitting biosMikulas Patocka1-0/+26