summaryrefslogtreecommitdiffstats
path: root/drivers/md/dm-flakey.c
Commit message (Expand)AuthorAgeFilesLines
* dm: update relevant MODULE_AUTHOR entries to latest dm-devel mailing listMike Snitzer2024-02-201-1/+1
* mm, treewide: rename MAX_ORDER to MAX_PAGE_ORDERKirill A. Shutemov2024-01-081-1/+1
* dm-flakey: start allocating with MAX_ORDERMikulas Patocka2023-11-291-1/+1
* dm flakey: introduce random_read_corrupt and random_write_corrupt optionsMikulas Patocka2023-06-161-20/+100
* dm flakey: clone pages on write bio before corrupting themMikulas Patocka2023-06-161-9/+95
* dm flakey: add an "error_reads" optionMikulas Patocka2023-04-191-12/+27
* dm flakey: remove trailing space in the table lineMikulas Patocka2023-04-191-5/+5
* dm flakey: fix a crash with invalid table lineMikulas Patocka2023-04-191-2/+2
* dm: add helper macro for simple DM target module init and exitYangtao Li2023-04-111-14/+1
* dm: push error reporting down to dm_register_target()Yangtao Li2023-04-111-6/+1
* dm: add missing empty linesHeinz Mauelshagen2023-02-141-0/+1
* dm: fix trailing statementsHeinz Mauelshagen2023-02-141-2/+1
* dm: change "unsigned" to "unsigned int"Heinz Mauelshagen2023-02-141-11/+11
* dm: add missing SPDX-License-IndentifiersHeinz Mauelshagen2023-02-141-0/+1
* dm flakey: fix logic when corrupting a bioMikulas Patocka2023-02-021-10/+13
* dm flakey: fix a bug with 32-bit highmem systemsMikulas Patocka2023-02-011-1/+2
* dm flakey: don't corrupt the zero pageMikulas Patocka2023-02-011-2/+5
* dm/dm-flakey: Use the new blk_opf_t typeBart Van Assche2022-07-141-2/+6
* dm: simplify basic targetsMike Snitzer2022-05-051-3/+1
* dm: use bdev_nr_sectors and bdev_nr_bytes instead of open coding themChristoph Hellwig2021-10-181-2/+1
* dm: update target status functions to support IMA measurementTushar Sugandhi2021-08-101-0/+4
* dm: Introduce dm_report_zones()Damien Le Moal2021-06-041-4/+3
* dm: simplify target code conditional on CONFIG_BLK_DEV_ZONEDMike Snitzer2021-02-111-4/+2
* dm: set DM_TARGET_PASSES_CRYPTO feature for some targetsSatya Tangirala2021-02-111-1/+3
* block: rework zone reportingChristoph Hellwig2019-11-121-12/+6
* dm: add zone open, close and finish supportAjay Joshi2019-11-071-4/+3
* block: Kill gfp_t argument of blkdev_report_zones()Damien Le Moal2019-07-111-3/+2
* dm flakey: Properly corrupt multi-page bios.Sweet Tea2018-12-181-11/+22
* dm: Check for device sector overflow if CONFIG_LBDAF is not setMilan Broz2018-12-181-1/+1
* block: add a report_zones methodChristoph Hellwig2018-10-251-9/+21
* dm linear: fix linear_end_io conditional definitionDamien Le Moal2018-10-101-0/+2
* dm: remove fmode_t argument from .prepare_ioctl hookMike Snitzer2018-04-041-2/+1
* dm flakey: check for null arg_name in parse_features()Goldwyn Rodrigues2018-01-171-0/+5
* Merge tag 'for-4.14/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2017-09-141-2/+2
|\
| * dm: constify argument arraysEric Biggers2017-08-281-2/+2
* | block: replace bi_bdev with a gendisk pointer and partitions indexChristoph Hellwig2017-08-231-1/+1
|/
* dm flakey: add support for zoned block devicesDamien Le Moal2017-06-191-3/+20
* block: switch bios to blk_status_tChristoph Hellwig2017-06-091-2/+3
* dm: change ->end_io calling conventionChristoph Hellwig2017-06-091-4/+4
* dm: don't return errnos from ->mapChristoph Hellwig2017-06-091-2/+2
* dm flakey: introduce "error_writes" featureMike Snitzer2016-12-131-9/+42
* dm flakey: return -EINVAL on interval bounds error in flakey_ctr()Wei Yongjun2016-11-211-0/+2
* dm flakey: fix reads to be issued if drop_writes configuredMike Snitzer2016-08-241-11/+16
* block: rename bio bi_rw to bi_opfJens Axboe2016-08-071-3/+3
* dm flakey: error READ bios during the down_intervalMike Snitzer2016-08-021-8/+15
* block, drivers, fs: shrink bi_rw from long to intMike Christie2016-06-071-1/+1
* dm: rename target's per_bio_data_size to per_io_data_sizeMike Snitzer2016-02-221-1/+1
* dm: refactor ioctl handlingChristoph Hellwig2015-10-311-8/+8
* Merge tag 'dm-4.3-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds2015-09-021-2/+4
|\
| * dm: do not override error code returned from dm_get_device()Vivek Goyal2015-08-121-2/+4