aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2009-03-31md/raid5 revise rules for when to update metadata during reshapeNeilBrown2-6/+30
2009-03-31md/raid5: minor code cleanups in make_request.NeilBrown1-9/+7
2009-03-31md: remove CONFIG_MD_RAID_RESHAPE config option.NeilBrown2-39/+0
2009-03-31md/raid5: be more careful about write ordering when reshaping.NeilBrown1-2/+47
2009-03-31md: don't display meaningless values in sysfs files resync_start and sync_speedNeilBrown1-0/+4
2009-03-31md/raid5: allow layout and chunksize to be changed on active array.NeilBrown1-20/+56
2009-03-31md/raid5: reshape using largest of old and new chunk sizeNeilBrown1-12/+22
2009-03-31md/raid5: prepare for allowing reshape to change layoutNeilBrown2-14/+20
2009-03-31md/raid5: prepare for allowing reshape to change chunksize.NeilBrown2-16/+28
2009-03-31md/raid5: clearly differentiate 'before' and 'after' stripes during reshape.NeilBrown2-5/+10
2009-03-31md: allow number of drives in raid5 to be reducedNeilBrown1-37/+87
2009-03-31md/raid5: change reshape-progress measurement to cope with reshaping backwards.NeilBrown2-38/+71