aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md/dm-flakey.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-20dm: update relevant MODULE_AUTHOR entries to latest dm-devel mailing listMike Snitzer1-1/+1
2024-01-08mm, treewide: rename MAX_ORDER to MAX_PAGE_ORDERKirill A. Shutemov1-1/+1
2023-11-29dm-flakey: start allocating with MAX_ORDERMikulas Patocka1-1/+1
2023-06-16dm flakey: introduce random_read_corrupt and random_write_corrupt optionsMikulas Patocka1-20/+100
2023-06-16dm flakey: clone pages on write bio before corrupting themMikulas Patocka1-9/+95
2023-04-19dm flakey: add an "error_reads" optionMikulas Patocka1-12/+27
2023-04-19dm flakey: remove trailing space in the table lineMikulas Patocka1-5/+5
2023-04-19dm flakey: fix a crash with invalid table lineMikulas Patocka1-2/+2
2023-04-11dm: add helper macro for simple DM target module init and exitYangtao Li1-14/+1
2023-04-11dm: push error reporting down to dm_register_target()Yangtao Li1-6/+1
2023-02-14dm: add missing empty linesHeinz Mauelshagen1-0/+1
2023-02-14dm: fix trailing statementsHeinz Mauelshagen1-2/+1
2023-02-14dm: change "unsigned" to "unsigned int"Heinz Mauelshagen1-11/+11
2023-02-14dm: add missing SPDX-License-IndentifiersHeinz Mauelshagen1-0/+1
2023-02-02dm flakey: fix logic when corrupting a bioMikulas Patocka1-10/+13
2023-02-01dm flakey: fix a bug with 32-bit highmem systemsMikulas Patocka1-1/+2
2023-02-01dm flakey: don't corrupt the zero pageMikulas Patocka1-2/+5
2022-07-14dm/dm-flakey: Use the new blk_opf_t typeBart Van Assche1-2/+6
2022-05-05dm: simplify basic targetsMike Snitzer1-3/+1
2021-10-18dm: use bdev_nr_sectors and bdev_nr_bytes instead of open coding themChristoph Hellwig1-2/+1
2021-08-10dm: update target status functions to support IMA measurementTushar Sugandhi1-0/+4
2021-06-04dm: Introduce dm_report_zones()Damien Le Moal1-4/+3
2021-02-11dm: simplify target code conditional on CONFIG_BLK_DEV_ZONEDMike Snitzer1-4/+2
2021-02-11dm: set DM_TARGET_PASSES_CRYPTO feature for some targetsSatya Tangirala1-1/+3
2019-11-12block: rework zone reportingChristoph Hellwig1-12/+6
2019-11-07dm: add zone open, close and finish supportAjay Joshi1-4/+3
2019-07-11block: Kill gfp_t argument of blkdev_report_zones()Damien Le Moal1-3/+2
2018-12-18dm flakey: Properly corrupt multi-page bios.Sweet Tea1-11/+22
2018-12-18dm: Check for device sector overflow if CONFIG_LBDAF is not setMilan Broz1-1/+1
2018-10-25block: add a report_zones methodChristoph Hellwig1-9/+21
2018-10-10dm linear: fix linear_end_io conditional definitionDamien Le Moal1-0/+2
2018-04-04dm: remove fmode_t argument from .prepare_ioctl hookMike Snitzer1-2/+1
2018-01-17dm flakey: check for null arg_name in parse_features()Goldwyn Rodrigues1-0/+5
2017-09-14Merge tag 'for-4.14/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-2/+2
2017-08-28dm: constify argument arraysEric Biggers1-2/+2
2017-08-23block: replace bi_bdev with a gendisk pointer and partitions indexChristoph Hellwig1-1/+1
2017-06-19dm flakey: add support for zoned block devicesDamien Le Moal1-3/+20
2017-06-09block: switch bios to blk_status_tChristoph Hellwig1-2/+3
2017-06-09dm: change ->end_io calling conventionChristoph Hellwig1-4/+4
2017-06-09dm: don't return errnos from ->mapChristoph Hellwig1-2/+2
2016-12-13dm flakey: introduce "error_writes" featureMike Snitzer1-9/+42
2016-11-21dm flakey: return -EINVAL on interval bounds error in flakey_ctr()Wei Yongjun1-0/+2
2016-08-24dm flakey: fix reads to be issued if drop_writes configuredMike Snitzer1-11/+16
2016-08-07block: rename bio bi_rw to bi_opfJens Axboe1-3/+3
2016-08-02dm flakey: error READ bios during the down_intervalMike Snitzer1-8/+15
2016-06-07block, drivers, fs: shrink bi_rw from long to intMike Christie1-1/+1
2016-02-22dm: rename target's per_bio_data_size to per_io_data_sizeMike Snitzer1-1/+1
2015-10-31dm: refactor ioctl handlingChristoph Hellwig1-8/+8
2015-09-02Merge tag 'dm-4.3-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus 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