aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md/dm-flakey.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-09-02Merge tag 'dm-4.3-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dmLinus Torvalds1-2/+4
2015-08-13block: kill merge_bvec_fn() completelyKent Overstreet1-16/+0
2015-08-12dm: do not override error code returned from dm_get_device()Vivek Goyal1-2/+4
2015-07-29block: add a bi_error field to struct bioChristoph Hellwig1-1/+1
2013-11-23block: Abstract out bvec iteratorKent Overstreet1-3/+4
2013-07-10dm flakey: correct ctr alloc failure mesgAlasdair G Kergon1-1/+1
2013-03-01dm: rename request variables to biosAlasdair G Kergon1-2/+2
2013-03-01dm: fix truncated status stringsMikulas Patocka1-4/+3
2012-12-21dm: remove map_infoMikulas Patocka1-4/+2
2012-12-21dm flakey: dont use map_contextMikulas Patocka1-4/+11
2012-07-27dm thin: commit before gathering statusAlasdair G Kergon1-1/+1
2012-03-28dm: reject trailing characters in sccanf inputMikulas Patocka1-1/+2
2012-03-07dm flakey: fix crash on read when corrupt_bio_byte not setMike Snitzer1-1/+1
2012-01-14dm: do not forward ioctls from logical volumes to the underlying devicePaolo Bonzini1-1/+10
2011-09-25dm: flakey fix corrupt_bio_byte error pathMike Snitzer1-1/+3
2011-08-02dm flakey: add corrupt_bio_byte featureMike Snitzer1-15/+140
2011-08-02dm flakey: add drop_writesMike Snitzer1-8/+55
2011-08-02dm flakey: support feature argsMike Snitzer1-19/+64
2011-08-02dm flakey: use dm_target_offset and support discardsMike Snitzer1-1/+2
2011-03-24dm: add flakey targetJosef Bacik1-0/+212