summaryrefslogtreecommitdiff
path: root/drivers/md/dm-flakey.c
AgeCommit message (Expand)Author
2024-01-08mm, treewide: rename MAX_ORDER to MAX_PAGE_ORDERKirill A. Shutemov
2023-11-29dm-flakey: start allocating with MAX_ORDERMikulas Patocka
2023-06-16dm flakey: introduce random_read_corrupt and random_write_corrupt optionsMikulas Patocka
2023-06-16dm flakey: clone pages on write bio before corrupting themMikulas Patocka
2023-04-19dm flakey: add an "error_reads" optionMikulas Patocka
2023-04-19dm flakey: remove trailing space in the table lineMikulas Patocka
2023-04-19dm flakey: fix a crash with invalid table lineMikulas Patocka
2023-04-11dm: add helper macro for simple DM target module init and exitYangtao Li
2023-04-11dm: push error reporting down to dm_register_target()Yangtao Li
2023-02-14dm: add missing empty linesHeinz Mauelshagen
2023-02-14dm: fix trailing statementsHeinz Mauelshagen
2023-02-14dm: change "unsigned" to "unsigned int"Heinz Mauelshagen
2023-02-14dm: add missing SPDX-License-IndentifiersHeinz Mauelshagen
2023-02-02dm flakey: fix logic when corrupting a bioMikulas Patocka
2023-02-01dm flakey: fix a bug with 32-bit highmem systemsMikulas Patocka
2023-02-01dm flakey: don't corrupt the zero pageMikulas Patocka
2022-07-14dm/dm-flakey: Use the new blk_opf_t typeBart Van Assche
2022-05-05dm: simplify basic targetsMike Snitzer
2021-10-18dm: use bdev_nr_sectors and bdev_nr_bytes instead of open coding themChristoph Hellwig
2021-08-10dm: update target status functions to support IMA measurementTushar Sugandhi
2021-06-04dm: Introduce dm_report_zones()Damien Le Moal
2021-02-11dm: simplify target code conditional on CONFIG_BLK_DEV_ZONEDMike Snitzer
2021-02-11dm: set DM_TARGET_PASSES_CRYPTO feature for some targetsSatya Tangirala
2019-11-12block: rework zone reportingChristoph Hellwig
2019-11-07dm: add zone open, close and finish supportAjay Joshi
2019-07-11block: Kill gfp_t argument of blkdev_report_zones()Damien Le Moal
2018-12-18dm flakey: Properly corrupt multi-page bios.Sweet Tea
2018-12-18dm: Check for device sector overflow if CONFIG_LBDAF is not setMilan Broz
2018-10-25block: add a report_zones methodChristoph Hellwig
2018-10-10dm linear: fix linear_end_io conditional definitionDamien Le Moal
2018-04-04dm: remove fmode_t argument from .prepare_ioctl hookMike Snitzer
2018-01-17dm flakey: check for null arg_name in parse_features()Goldwyn Rodrigues
2017-09-14Merge tag 'for-4.14/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2017-08-28dm: constify argument arraysEric Biggers
2017-08-23block: replace bi_bdev with a gendisk pointer and partitions indexChristoph Hellwig
2017-06-19dm flakey: add support for zoned block devicesDamien Le Moal
2017-06-09block: switch bios to blk_status_tChristoph Hellwig
2017-06-09dm: change ->end_io calling conventionChristoph Hellwig
2017-06-09dm: don't return errnos from ->mapChristoph Hellwig
2016-12-13dm flakey: introduce "error_writes" featureMike Snitzer
2016-11-21dm flakey: return -EINVAL on interval bounds error in flakey_ctr()Wei Yongjun
2016-08-24dm flakey: fix reads to be issued if drop_writes configuredMike Snitzer
2016-08-07block: rename bio bi_rw to bi_opfJens Axboe
2016-08-02dm flakey: error READ bios during the down_intervalMike Snitzer
2016-06-07block, drivers, fs: shrink bi_rw from long to intMike Christie
2016-02-22dm: rename target's per_bio_data_size to per_io_data_sizeMike Snitzer
2015-10-31dm: refactor ioctl handlingChristoph Hellwig
2015-09-02Merge tag 'dm-4.3-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds
2015-08-13block: kill merge_bvec_fn() completelyKent Overstreet
2015-08-12dm: do not override error code returned from dm_get_device()Vivek Goyal