summaryrefslogtreecommitdiff
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-09mm, 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-17dm flakey: introduce random_read_corrupt and random_write_corrupt optionsMikulas Patocka1-20/+100
2023-06-17dm 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-06dm: 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-13block: rework zone reportingChristoph Hellwig1-12/+6
2019-11-07dm: add zone open, close and finish supportAjay Joshi1-4/+3
2019-07-12block: 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-11dm 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-25dm 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-23dm: rename target's per_bio_data_size to per_io_data_sizeMike Snitzer1-1/+1
2015-11-01dm: refactor ioctl handlingChristoph Hellwig1-8/+8
2015-09-03Merge 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