summaryrefslogtreecommitdiff
path: root/drivers/md
AgeCommit message (Expand)Author
2013-02-14Merge remote-tracking branch 'md/for-next'Stephen Rothwell
2013-02-14Merge branch 'device-mapper/master'Stephen Rothwell
2013-02-14Merge remote-tracking branch 'block/for-next'Stephen Rothwell
2013-02-14Merge remote-tracking branch 'md-current/for-linus'Stephen Rothwell
2013-02-14Add a persistent bitset as a wrapper around dm-array.Joe Thornber
2013-02-14Add a transactional array.Joe Thornber
2013-02-14This patch takes advantage of the new bio-prison interface where theJoe Thornber
2013-02-14Change the dm_bio_prison interface so that instead of allocating memoryJoe Thornber
2013-02-14Add dm_btree_walk to iterate through the contents of a btree.Joe Thornber
2013-02-14Add a num_write_bios function to struct target.Alasdair G Kergon
2013-02-14Device-mapper ioctls receive and send data in a buffer suppliedMikulas Patocka
2013-02-14This patch introduces flags for each ioctl function.Mikulas Patocka
2013-02-14dm_calculate_queue_limits will first reset the provided limits toMike Christie
2013-02-14Add module aliases so that autoloading works correctly if the userMikulas Patocka
2013-02-14Mark some constant parameters constant in some dm-btree functions.Mike Snitzer
2013-02-14Refactor part of the bio splitting and cloning code to try to make itAlasdair G Kergon
2013-02-14Rename functions involved in splitting and cloning bios.Alasdair G Kergon
2013-02-14Use 'bio' in the name of variables and functions that deal withAlasdair G Kergon
2013-02-14Remove the no-longer-used struct bio_set argument from clone_bio and split_bvec.Alasdair G Kergon
2013-02-14The CONFIG_EXPERIMENTAL config item has not carried much meaning for aKees Cook
2013-02-14Remove EXPERIMENTAL from all existing device-mapper targets.Alasdair G Kergon
2013-02-14Use block_size_is_power_of_two() rather than checkingMike Snitzer
2013-02-14Use WRITE_FLUSH instead of REQ_FLUSH for submitted requests to make itMikulas Patocka
2013-02-14If allocation fails, the local var *t is not used any more after kfree.Wang Sheng-Hui
2013-02-14Support a non-power-of-2 discard granularity in dm-thin, now that the blockMike Snitzer
2013-02-05raid5: create multiple threads to handle stripesShaohua Li
2013-02-05DM RAID: Add support for MD's RAID10 "far" and "offset" algorithmsJonathan Brassow
2013-02-05MD RAID10: Improve redundancy for 'far' and 'offset' algorithms (part 2)Jonathan Brassow
2013-02-05MD RAID10: Improve redundancy for 'far' and 'offset' algorithms (part 1)Jonathan Brassow
2013-02-05MD RAID10: Minor non-functional code changesJonathan Brassow
2013-02-05md: raid1,10: Handle REQ_WRITE_SAME flag in write biosJoe Lawrence
2013-02-05md: 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
2012-12-21dm: introduce per_bio_dataMikulas Patocka