| Age | Commit message (Expand) | Author | Files | Lines |
| 2026-02-21 | Convert 'alloc_obj' family to use the new default GFP_KERNEL argument | Linus Torvalds | 1 | -1/+1 |
| 2026-02-21 | treewide: Replace kmalloc with kmalloc_obj for non-scalar types | Kees Cook | 1 | -1/+1 |
| 2025-09-09 | block: add a bio_init_inline helper | Christoph Hellwig | 1 | -1/+1 |
| 2025-06-23 | dm-flakey: Fix corrupt_bio_byte setup checks | Kent Overstreet | 1 | -3/+6 |
| 2025-05-04 | dm: Allow .prepare_ioctl to handle ioctls directly | Kevin Wolf | 1 | -1/+3 |
| 2025-05-04 | dm-flakey: make corrupting read bios work | Benjamin Marzinski | 1 | -26/+28 |
| 2025-05-04 | dm-flakey: remove useless ERROR_READS check in flakey_end_io | Benjamin Marzinski | 1 | -9/+2 |
| 2025-05-04 | dm-flakey: error all IOs when num_features is absent | Benjamin Marzinski | 1 | -8/+8 |
| 2025-05-04 | dm-flakey: Clean up parsing messages | Benjamin Marzinski | 1 | -9/+24 |
| 2025-03-13 | dm-flakey: Fix memory corruption in optional corrupt_bio_byte feature | Kent Overstreet | 1 | -1/+1 |
| 2024-02-20 | dm: update relevant MODULE_AUTHOR entries to latest dm-devel mailing list | Mike Snitzer | 1 | -1/+1 |
| 2024-01-08 | mm, treewide: rename MAX_ORDER to MAX_PAGE_ORDER | Kirill A. Shutemov | 1 | -1/+1 |
| 2023-11-29 | dm-flakey: start allocating with MAX_ORDER | Mikulas Patocka | 1 | -1/+1 |
| 2023-06-16 | dm flakey: introduce random_read_corrupt and random_write_corrupt options | Mikulas Patocka | 1 | -20/+100 |
| 2023-06-16 | dm flakey: clone pages on write bio before corrupting them | Mikulas Patocka | 1 | -9/+95 |
| 2023-04-19 | dm flakey: add an "error_reads" option | Mikulas Patocka | 1 | -12/+27 |
| 2023-04-19 | dm flakey: remove trailing space in the table line | Mikulas Patocka | 1 | -5/+5 |
| 2023-04-19 | dm flakey: fix a crash with invalid table line | Mikulas Patocka | 1 | -2/+2 |
| 2023-04-11 | dm: add helper macro for simple DM target module init and exit | Yangtao Li | 1 | -14/+1 |
| 2023-04-11 | dm: push error reporting down to dm_register_target() | Yangtao Li | 1 | -6/+1 |
| 2023-02-14 | dm: add missing empty lines | Heinz Mauelshagen | 1 | -0/+1 |
| 2023-02-14 | dm: fix trailing statements | Heinz Mauelshagen | 1 | -2/+1 |
| 2023-02-14 | dm: change "unsigned" to "unsigned int" | Heinz Mauelshagen | 1 | -11/+11 |
| 2023-02-14 | dm: add missing SPDX-License-Indentifiers | Heinz Mauelshagen | 1 | -0/+1 |
| 2023-02-02 | dm flakey: fix logic when corrupting a bio | Mikulas Patocka | 1 | -10/+13 |
| 2023-02-01 | dm flakey: fix a bug with 32-bit highmem systems | Mikulas Patocka | 1 | -1/+2 |
| 2023-02-01 | dm flakey: don't corrupt the zero page | Mikulas Patocka | 1 | -2/+5 |
| 2022-07-14 | dm/dm-flakey: Use the new blk_opf_t type | Bart Van Assche | 1 | -2/+6 |
| 2022-05-05 | dm: simplify basic targets | Mike Snitzer | 1 | -3/+1 |
| 2021-10-18 | dm: use bdev_nr_sectors and bdev_nr_bytes instead of open coding them | Christoph Hellwig | 1 | -2/+1 |
| 2021-08-10 | dm: update target status functions to support IMA measurement | Tushar Sugandhi | 1 | -0/+4 |
| 2021-06-04 | dm: Introduce dm_report_zones() | Damien Le Moal | 1 | -4/+3 |
| 2021-02-11 | dm: simplify target code conditional on CONFIG_BLK_DEV_ZONED | Mike Snitzer | 1 | -4/+2 |
| 2021-02-11 | dm: set DM_TARGET_PASSES_CRYPTO feature for some targets | Satya Tangirala | 1 | -1/+3 |
| 2019-11-12 | block: rework zone reporting | Christoph Hellwig | 1 | -12/+6 |
| 2019-11-07 | dm: add zone open, close and finish support | Ajay Joshi | 1 | -4/+3 |
| 2019-07-11 | block: Kill gfp_t argument of blkdev_report_zones() | Damien Le Moal | 1 | -3/+2 |
| 2018-12-18 | dm flakey: Properly corrupt multi-page bios. | Sweet Tea | 1 | -11/+22 |
| 2018-12-18 | dm: Check for device sector overflow if CONFIG_LBDAF is not set | Milan Broz | 1 | -1/+1 |
| 2018-10-25 | block: add a report_zones method | Christoph Hellwig | 1 | -9/+21 |
| 2018-10-10 | dm linear: fix linear_end_io conditional definition | Damien Le Moal | 1 | -0/+2 |
| 2018-04-04 | dm: remove fmode_t argument from .prepare_ioctl hook | Mike Snitzer | 1 | -2/+1 |
| 2018-01-17 | dm flakey: check for null arg_name in parse_features() | Goldwyn Rodrigues | 1 | -0/+5 |
| 2017-09-14 | Merge tag 'for-4.14/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -2/+2 |
| 2017-08-28 | dm: constify argument arrays | Eric Biggers | 1 | -2/+2 |
| 2017-08-23 | block: replace bi_bdev with a gendisk pointer and partitions index | Christoph Hellwig | 1 | -1/+1 |
| 2017-06-19 | dm flakey: add support for zoned block devices | Damien Le Moal | 1 | -3/+20 |
| 2017-06-09 | block: switch bios to blk_status_t | Christoph Hellwig | 1 | -2/+3 |
| 2017-06-09 | dm: change ->end_io calling convention | Christoph Hellwig | 1 | -4/+4 |
| 2017-06-09 | dm: don't return errnos from ->map | Christoph Hellwig | 1 | -2/+2 |
| 2016-12-13 | dm flakey: introduce "error_writes" feature | Mike Snitzer | 1 | -9/+42 |
| 2016-11-21 | dm flakey: return -EINVAL on interval bounds error in flakey_ctr() | Wei Yongjun | 1 | -0/+2 |
| 2016-08-24 | dm flakey: fix reads to be issued if drop_writes configured | Mike Snitzer | 1 | -11/+16 |
| 2016-08-07 | block: rename bio bi_rw to bi_opf | Jens Axboe | 1 | -3/+3 |
| 2016-08-02 | dm flakey: error READ bios during the down_interval | Mike Snitzer | 1 | -8/+15 |
| 2016-06-07 | block, drivers, fs: shrink bi_rw from long to int | Mike Christie | 1 | -1/+1 |
| 2016-02-22 | dm: rename target's per_bio_data_size to per_io_data_size | Mike Snitzer | 1 | -1/+1 |
| 2015-10-31 | dm: refactor ioctl handling | Christoph Hellwig | 1 | -8/+8 |
| 2015-09-02 | Merge tag 'dm-4.3-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/d... | Linus Torvalds | 1 | -2/+4 |
| 2015-08-13 | block: kill merge_bvec_fn() completely | Kent Overstreet | 1 | -16/+0 |
| 2015-08-12 | dm: do not override error code returned from dm_get_device() | Vivek Goyal | 1 | -2/+4 |
| 2015-07-29 | block: add a bi_error field to struct bio | Christoph Hellwig | 1 | -1/+1 |
| 2013-11-23 | block: Abstract out bvec iterator | Kent Overstreet | 1 | -3/+4 |
| 2013-07-10 | dm flakey: correct ctr alloc failure mesg | Alasdair G Kergon | 1 | -1/+1 |
| 2013-03-01 | dm: rename request variables to bios | Alasdair G Kergon | 1 | -2/+2 |
| 2013-03-01 | dm: fix truncated status strings | Mikulas Patocka | 1 | -4/+3 |
| 2012-12-21 | dm: remove map_info | Mikulas Patocka | 1 | -4/+2 |
| 2012-12-21 | dm flakey: dont use map_context | Mikulas Patocka | 1 | -4/+11 |
| 2012-07-27 | dm thin: commit before gathering status | Alasdair G Kergon | 1 | -1/+1 |
| 2012-03-28 | dm: reject trailing characters in sccanf input | Mikulas Patocka | 1 | -1/+2 |
| 2012-03-07 | dm flakey: fix crash on read when corrupt_bio_byte not set | Mike Snitzer | 1 | -1/+1 |
| 2012-01-14 | dm: do not forward ioctls from logical volumes to the underlying device | Paolo Bonzini | 1 | -1/+10 |
| 2011-09-25 | dm: flakey fix corrupt_bio_byte error path | Mike Snitzer | 1 | -1/+3 |
| 2011-08-02 | dm flakey: add corrupt_bio_byte feature | Mike Snitzer | 1 | -15/+140 |
| 2011-08-02 | dm flakey: add drop_writes | Mike Snitzer | 1 | -8/+55 |
| 2011-08-02 | dm flakey: support feature args | Mike Snitzer | 1 | -19/+64 |
| 2011-08-02 | dm flakey: use dm_target_offset and support discards | Mike Snitzer | 1 | -1/+2 |
| 2011-03-24 | dm: add flakey target | Josef Bacik | 1 | -0/+212 |