summaryrefslogtreecommitdiff
path: root/drivers/md
AgeCommit message (Expand)Author
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
2009-04-02dm: move wait queue declarationMikulas Patocka
2009-04-02dm: merge pushback and deferred bio listsMikulas Patocka
2009-04-02dm: allow uninterruptible wait for pending ioMikulas Patocka
2009-04-02dm: merge __flush_deferred_io into callerMikulas Patocka
2009-04-02dm: move bio_io_error into __split_and_process_bioMikulas Patocka
2009-04-02dm: rename __split_bioMikulas Patocka
2009-04-02dm: remove unnecessary struct dm_wq_reqMikulas Patocka
2009-04-02dm: remove unnecessary work queue context fieldMikulas Patocka
2009-04-02dm: remove unnecessary work queue type fieldMikulas Patocka
2009-04-02dm: bio list add bio_list_add_headMikulas Patocka
2009-04-02dm snapshot: persistent fix dtr cleanupJonathan Brassow
2009-04-02dm snapshot: move status to exception storeJonathan Brassow
2009-04-02dm snapshot: move ctr parsing to exception storeJonathan Brassow
2009-04-02dm snapshot: use DMEMIT macro for statusJonathan Brassow
2009-04-02dm snapshot: remove dm_snap headerJonathan Brassow
2009-04-02dm snapshot: remove dm_snap header useJonathan Brassow
2009-04-02dm exception store: move cow pointerJonathan Brassow
2009-04-02dm exception store: move chunk_fieldsJonathan Brassow
2009-04-02dm exception store: move dm_target pointerJonathan Brassow
2009-04-02dm exception store: introduce registryJonathan Brassow
2009-04-02dm raid1: add is_remote_recovering hook for clustersJonathan Brassow
2009-04-02dm exception store: separate type from instanceJonathan Brassow
2009-04-02dm log: remove struct dm_dirty_log_internalMike Snitzer
2009-04-02dm log: use standard kernel module refcountMike Snitzer
2009-04-02dm crypt: use kzfreeJohannes Weiner
2009-04-02dm target: remove struct tt_internalCheng Renquan
2009-04-02dm table: fix upgrade mode raceAlasdair G Kergon
2009-04-02dm: path selector use module refcount directlyJun'ichi Nomura
2009-04-02dm target: use module refcount directlyCheng Renquan
2009-04-02dm snapshot: avoid having two exceptions for the same chunkMikulas Patocka
2009-04-02dm snapshot: avoid dropping lock in __find_pending_exceptionMikulas Patocka
2009-04-02dm snapshot: refactor __find_pending_exceptionMikulas Patocka
2009-04-02dm io: make sync_io uninterruptibleMikulas Patocka
2009-04-02dm raid1: switch read_record from kmalloc to slab to save memoryMikulas Patocka
2009-04-02dm: preserve bi_io_vec when resubmitting biosMikulas Patocka
2009-03-31md/raid5 revise rules for when to update metadata during reshapeNeilBrown
2009-03-31md/raid5: minor code cleanups in make_request.NeilBrown
2009-03-31md: remove CONFIG_MD_RAID_RESHAPE config option.NeilBrown
2009-03-31md/raid5: be more careful about write ordering when reshaping.NeilBrown
2009-03-31md: don't display meaningless values in sysfs files resync_start and sync_speedNeilBrown
2009-03-31md/raid5: allow layout and chunksize to be changed on active array.NeilBrown
2009-03-31md/raid5: reshape using largest of old and new chunk sizeNeilBrown
2009-03-31md/raid5: prepare for allowing reshape to change layoutNeilBrown
2009-03-31md/raid5: prepare for allowing reshape to change chunksize.NeilBrown
2009-03-31md/raid5: clearly differentiate 'before' and 'after' stripes during reshape.NeilBrown
2009-03-31md: allow number of drives in raid5 to be reducedNeilBrown
2009-03-31md/raid5: change reshape-progress measurement to cope with reshaping backwards.NeilBrown