| Commit message (Expand) | Author | Age | Files | Lines |
* | dm: update relevant MODULE_AUTHOR entries to latest dm-devel mailing list | Mike Snitzer | 2024-02-20 | 1 | -1/+1 |
* | mm, treewide: rename MAX_ORDER to MAX_PAGE_ORDER | Kirill A. Shutemov | 2024-01-09 | 1 | -1/+1 |
* | dm-flakey: start allocating with MAX_ORDER | Mikulas Patocka | 2023-11-29 | 1 | -1/+1 |
* | dm flakey: introduce random_read_corrupt and random_write_corrupt options | Mikulas Patocka | 2023-06-17 | 1 | -20/+100 |
* | dm flakey: clone pages on write bio before corrupting them | Mikulas Patocka | 2023-06-17 | 1 | -9/+95 |
* | dm flakey: add an "error_reads" option | Mikulas Patocka | 2023-04-19 | 1 | -12/+27 |
* | dm flakey: remove trailing space in the table line | Mikulas Patocka | 2023-04-19 | 1 | -5/+5 |
* | dm flakey: fix a crash with invalid table line | Mikulas Patocka | 2023-04-19 | 1 | -2/+2 |
* | dm: add helper macro for simple DM target module init and exit | Yangtao Li | 2023-04-11 | 1 | -14/+1 |
* | dm: push error reporting down to dm_register_target() | Yangtao Li | 2023-04-11 | 1 | -6/+1 |
* | dm: add missing empty lines | Heinz Mauelshagen | 2023-02-14 | 1 | -0/+1 |
* | dm: fix trailing statements | Heinz Mauelshagen | 2023-02-14 | 1 | -2/+1 |
* | dm: change "unsigned" to "unsigned int" | Heinz Mauelshagen | 2023-02-14 | 1 | -11/+11 |
* | dm: add missing SPDX-License-Indentifiers | Heinz Mauelshagen | 2023-02-14 | 1 | -0/+1 |
* | dm flakey: fix logic when corrupting a bio | Mikulas Patocka | 2023-02-02 | 1 | -10/+13 |
* | dm flakey: fix a bug with 32-bit highmem systems | Mikulas Patocka | 2023-02-01 | 1 | -1/+2 |
* | dm flakey: don't corrupt the zero page | Mikulas Patocka | 2023-02-01 | 1 | -2/+5 |
* | dm/dm-flakey: Use the new blk_opf_t type | Bart Van Assche | 2022-07-14 | 1 | -2/+6 |
* | dm: simplify basic targets | Mike Snitzer | 2022-05-05 | 1 | -3/+1 |
* | dm: use bdev_nr_sectors and bdev_nr_bytes instead of open coding them | Christoph Hellwig | 2021-10-18 | 1 | -2/+1 |
* | dm: update target status functions to support IMA measurement | Tushar Sugandhi | 2021-08-10 | 1 | -0/+4 |
* | dm: Introduce dm_report_zones() | Damien Le Moal | 2021-06-04 | 1 | -4/+3 |
* | dm: simplify target code conditional on CONFIG_BLK_DEV_ZONED | Mike Snitzer | 2021-02-11 | 1 | -4/+2 |
* | dm: set DM_TARGET_PASSES_CRYPTO feature for some targets | Satya Tangirala | 2021-02-11 | 1 | -1/+3 |
* | block: rework zone reporting | Christoph Hellwig | 2019-11-13 | 1 | -12/+6 |
* | dm: add zone open, close and finish support | Ajay Joshi | 2019-11-07 | 1 | -4/+3 |
* | block: Kill gfp_t argument of blkdev_report_zones() | Damien Le Moal | 2019-07-12 | 1 | -3/+2 |
* | dm flakey: Properly corrupt multi-page bios. | Sweet Tea | 2018-12-18 | 1 | -11/+22 |
* | dm: Check for device sector overflow if CONFIG_LBDAF is not set | Milan Broz | 2018-12-18 | 1 | -1/+1 |
* | block: add a report_zones method | Christoph Hellwig | 2018-10-25 | 1 | -9/+21 |
* | dm linear: fix linear_end_io conditional definition | Damien Le Moal | 2018-10-11 | 1 | -0/+2 |
* | dm: remove fmode_t argument from .prepare_ioctl hook | Mike Snitzer | 2018-04-04 | 1 | -2/+1 |
* | dm flakey: check for null arg_name in parse_features() | Goldwyn Rodrigues | 2018-01-17 | 1 | -0/+5 |
* | Merge tag 'for-4.14/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2017-09-14 | 1 | -2/+2 |
|\ |
|
| * | dm: constify argument arrays | Eric Biggers | 2017-08-28 | 1 | -2/+2 |
* | | block: replace bi_bdev with a gendisk pointer and partitions index | Christoph Hellwig | 2017-08-23 | 1 | -1/+1 |
|/ |
|
* | dm flakey: add support for zoned block devices | Damien Le Moal | 2017-06-19 | 1 | -3/+20 |
* | block: switch bios to blk_status_t | Christoph Hellwig | 2017-06-09 | 1 | -2/+3 |
* | dm: change ->end_io calling convention | Christoph Hellwig | 2017-06-09 | 1 | -4/+4 |
* | dm: don't return errnos from ->map | Christoph Hellwig | 2017-06-09 | 1 | -2/+2 |
* | dm flakey: introduce "error_writes" feature | Mike Snitzer | 2016-12-13 | 1 | -9/+42 |
* | dm flakey: return -EINVAL on interval bounds error in flakey_ctr() | Wei Yongjun | 2016-11-21 | 1 | -0/+2 |
* | dm flakey: fix reads to be issued if drop_writes configured | Mike Snitzer | 2016-08-25 | 1 | -11/+16 |
* | block: rename bio bi_rw to bi_opf | Jens Axboe | 2016-08-07 | 1 | -3/+3 |
* | dm flakey: error READ bios during the down_interval | Mike Snitzer | 2016-08-02 | 1 | -8/+15 |
* | block, drivers, fs: shrink bi_rw from long to int | Mike Christie | 2016-06-07 | 1 | -1/+1 |
* | dm: rename target's per_bio_data_size to per_io_data_size | Mike Snitzer | 2016-02-23 | 1 | -1/+1 |
* | dm: refactor ioctl handling | Christoph Hellwig | 2015-11-01 | 1 | -8/+8 |
* | Merge tag 'dm-4.3-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/d... | Linus Torvalds | 2015-09-03 | 1 | -2/+4 |
|\ |
|
| * | dm: do not override error code returned from dm_get_device() | Vivek Goyal | 2015-08-12 | 1 | -2/+4 |