aboutsummaryrefslogtreecommitdiff
path: root/drivers/md
AgeCommit message (Expand)Author
2013-03-01dm snapshot: add missing module aliasesMikulas Patocka
2013-03-01dm persistent data: set some btree fn parms constMike Snitzer
2013-03-01dm: refactor bio cloningAlasdair G Kergon
2013-03-01dm: rename bio cloning functionsAlasdair G Kergon
2013-03-01dm: rename request variables to biosAlasdair G Kergon
2013-03-01dm: clean up clone_bioAlasdair G Kergon
2013-03-01dm persistent data: remove CONFIG_EXPERIMENTALKees Cook
2013-03-01dm: remove CONFIG_EXPERIMENTALAlasdair G Kergon
2013-03-01dm thin: use block_size_is_power_of_twoMike Snitzer
2013-03-01dm bufio: use WRITE_FLUSH instead of REQ_FLUSHMikulas Patocka
2013-03-01dm table: remove superfluous variable resetWang Sheng-Hui
2013-03-01dm thin: support a non power of 2 discard_granularityMike Snitzer
2013-03-01dm: fix truncated status stringsMikulas Patocka
2013-03-01dm: do not replace bioset for request based dmJun'ichi Nomura
2013-02-28Merge branch 'for-3.9/core' of git://git.kernel.dk/linux-blockLinus Torvalds
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin
2013-02-27dm: convert to idr_alloc()Tejun Heo
2013-02-27dm: don't use idr_remove_all()Tejun Heo
2013-02-28md: expedite metadata update when switching read-auto -> activeNeilBrown
2013-02-28md: remove CONFIG_MULTICORE_RAID456NeilBrown
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2013-02-26md/raid1,raid10: fix deadlock with freeze_array()NeilBrown
2013-02-26md/raid0: improve error message when converting RAID4-with-spares to RAID0NeilBrown
2013-02-26md: raid0: fix error return from create_stripe_zones.NeilBrown
2013-02-26md: fix two bugs when attempting to resize RAID0 array.NeilBrown
2013-02-26DM RAID: Add support for MD's RAID10 "far" and "offset" algorithmsJonathan Brassow
2013-02-26MD RAID10: Improve redundancy for 'far' and 'offset' algorithms (part 2)Jonathan Brassow
2013-02-26MD RAID10: Improve redundancy for 'far' and 'offset' algorithms (part 1)Jonathan Brassow
2013-02-26MD RAID10: Minor non-functional code changesJonathan Brassow
2013-02-26md: raid1,10: Handle REQ_WRITE_SAME flag in write biosJoe Lawrence
2013-02-23drivers/md/persistent-data/dm-transaction-manager.c: rename HASH_SIZEAndrew Morton
2013-02-22new helper: file_inode(file)Al Viro
2013-02-21md: protect against crash upon fsync on ro arraySebastian Riemer
2013-02-01Merge tag 'dm-3.8-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2013-01-31dm: fix write same requests countingAlasdair G Kergon
2013-01-31dm thin: fix queue limits stackingMike Snitzer
2013-01-24DM-RAID: Fix RAID10's check for sufficient redundancyJonathan Brassow
2013-01-14block: add missing block_bio_complete() tracepointTejun Heo
2012-12-21Merge tag 'dm-3.8-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/agk...Linus Torvalds
2012-12-21dm stripe: add WRITE SAME supportMike Snitzer
2012-12-21dm: remove map_infoMikulas Patocka
2012-12-21dm snapshot: do not use map_contextMikulas Patocka
2012-12-21dm thin: dont use map_contextMikulas Patocka
2012-12-21dm raid1: dont use map_contextMikulas Patocka
2012-12-21dm flakey: dont use map_contextMikulas Patocka
2012-12-21dm raid1: rename read_record to bio_recordMikulas Patocka
2012-12-21dm: move target request nr to dm_target_ioMikulas Patocka
2012-12-21dm snapshot: use per_bio_dataMikulas Patocka
2012-12-21dm verity: use per_bio_dataMikulas Patocka
2012-12-21dm raid1: use per_bio_dataMikulas Patocka