| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-07-09 | mm: remove callers of pfn_t functionality | Alistair Popple | 1 | -1/+1 |
| 2025-05-04 | dm: Allow .prepare_ioctl to handle ioctls directly | Kevin Wolf | 1 | -1/+3 |
| 2025-01-17 | dm-linear: Enable atomic writes | John Garry | 1 | -2/+3 |
| 2024-06-26 | dm: optimize flushes | Mikulas Patocka | 1 | -0/+1 |
| 2023-10-06 | dm: shortcut the calls to linear_map and stripe_map | Mikulas Patocka | 1 | -1/+1 |
| 2023-04-11 | dm: remove unnecessary (void*) conversions | Yu Zhe | 1 | -3/+3 |
| 2023-02-14 | dm: don't indent labels | Heinz Mauelshagen | 1 | -1/+1 |
| 2023-02-14 | dm: change "unsigned" to "unsigned int" | Heinz Mauelshagen | 1 | -1/+1 |
| 2023-02-14 | dm: add missing SPDX-License-Indentifiers | Heinz Mauelshagen | 1 | -0/+1 |
| 2022-05-27 | Merge tag 'libnvdimm-for-5.19' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -2/+13 |
| 2022-05-16 | dax: add .recovery_write dax_operation | Jane Chu | 1 | -0/+10 |
| 2022-05-16 | dax: introduce DAX_RECOVERY_WRITE dax access mode | Jane Chu | 1 | -2/+3 |
| 2022-05-05 | dm: simplify basic targets | Mike Snitzer | 1 | -9/+2 |
| 2022-02-22 | scsi: dm: Remove WRITE_SAME support | Christoph Hellwig | 1 | -1/+0 |
| 2021-12-18 | dax: remove the copy_from_iter and copy_to_iter methods | Christoph Hellwig | 1 | -20/+0 |
| 2021-12-04 | dm-linear: add a linear_dax_pgoff helper | Christoph Hellwig | 1 | -34/+15 |
| 2021-12-04 | dm: make the DAX support depend on CONFIG_FS_DAX | Christoph Hellwig | 1 | -1/+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 | -2/+8 |
| 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 | -5/+2 |
| 2021-02-11 | dm: set DM_TARGET_PASSES_CRYPTO feature for some targets | Satya Tangirala | 1 | -2/+3 |
| 2020-09-25 | dm: add support for REQ_NOWAIT and enable it for linear target | Konstantin Khlebnikov | 1 | -2/+3 |
| 2020-04-02 | dm,dax: Add dax zero_page_range operation | Vivek Goyal | 1 | -0/+18 |
| 2019-11-12 | block: rework zone reporting | Christoph Hellwig | 1 | -13/+7 |
| 2019-11-07 | dm: add zone open, close and finish support | Ajay Joshi | 1 | -1/+1 |
| 2019-07-11 | block: Kill gfp_t argument of blkdev_report_zones() | Damien Le Moal | 1 | -3/+2 |
| 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 | -14/+21 |
| 2018-10-10 | dm linear: fix linear_end_io conditional definition | Damien Le Moal | 1 | -2/+2 |
| 2018-10-10 | dm linear: eliminate linear_end_io call if CONFIG_DM_ZONED disabled | Mike Snitzer | 1 | -1/+7 |
| 2018-05-22 | dax: Introduce a ->copy_to_iter dax operation | Dan Williams | 1 | -0/+16 |
| 2018-04-10 | Merge tag 'libnvdimm-for-4.17' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -0/+6 |
| 2018-04-04 | dm: remove fmode_t argument from .prepare_ioctl hook | Mike Snitzer | 1 | -2/+1 |
| 2018-04-03 | dm: add support for secure erase forwarding | Denis Semakin | 1 | -0/+1 |
| 2018-04-03 | dax, dm: allow device-mapper to operate without dax support | Dan Williams | 1 | -0/+6 |
| 2017-09-14 | Merge tag 'for-4.14/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -15/+0 |
| 2017-09-11 | dax: remove the pmem_dax_ops->flush abstraction | Mikulas Patocka | 1 | -15/+0 |
| 2017-08-23 | block: replace bi_bdev with a gendisk pointer and partitions index | Christoph Hellwig | 1 | -1/+1 |
| 2017-07-07 | Merge tag 'libnvdimm-for-4.13' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -0/+30 |
| 2017-06-19 | dm linear: add support for zoned block devices | Damien Le Moal | 1 | -3/+15 |
| 2017-06-15 | dm: add ->flush() dax operation support | Dan Williams | 1 | -0/+15 |
| 2017-06-09 | dm: add ->copy_from_iter() dax operation support | Dan Williams | 1 | -0/+15 |
| 2017-05-05 | Merge tag 'libnvdimm-for-4.12' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -14/+13 |
| 2017-05-03 | Merge tag 'for-4.12/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -0/+1 |
| 2017-04-25 | dm: teach dm-targets to use a dax_device + dax_operations | Dan Williams | 1 | -14/+13 |
| 2017-04-24 | dm: mark targets that pass integrity data | Mikulas Patocka | 1 | -0/+1 |
| 2017-04-08 | dm: support REQ_OP_WRITE_ZEROES | Christoph Hellwig | 1 | -0/+1 |
| 2016-07-28 | Merge tag 'libnvdimm-for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -1/+1 |
| 2016-07-20 | dm linear: add DAX support | Toshi Kani | 1 | -1/+20 |
| 2015-10-31 | dm linear: remove redundant target name from error messages | Tomohiro Kusumi | 1 | -3/+3 |
| 2015-10-31 | dm: refactor ioctl handling | Christoph Hellwig | 1 | -7/+7 |
| 2015-09-02 | Merge tag 'dm-4.3-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/d... | Linus Torvalds | 1 | -2/+5 |
| 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/+5 |
| 2013-11-23 | block: Abstract out bvec iterator | Kent Overstreet | 1 | -1/+2 |
| 2013-03-01 | dm: rename request variables to bios | Alasdair G Kergon | 1 | -3/+3 |
| 2013-03-01 | dm: fix truncated status strings | Mikulas Patocka | 1 | -4/+3 |
| 2012-12-21 | dm: remove map_info | Mikulas Patocka | 1 | -2/+1 |
| 2012-12-21 | dm linear: add WRITE SAME support | Mike Snitzer | 1 | -1/+2 |
| 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-01-14 | dm: do not forward ioctls from logical volumes to the underlying device | Paolo Bonzini | 1 | -1/+11 |
| 2010-08-12 | dm: use dm_target_offset macro | Alasdair G Kergon | 1 | -1/+1 |
| 2010-08-12 | dm: linear support discard | Mike Snitzer | 1 | -0/+1 |
| 2010-03-06 | dm table: remove unused dm_get_device range parameters | Nikanth Karthikesan | 1 | -2/+1 |
| 2009-07-23 | dm table: pass correct dev area size to device_area_is_valid | Mike Snitzer | 1 | -1/+1 |
| 2009-06-22 | dm target:s introduce iterate devices fn | Mike Snitzer | 1 | -1/+10 |
| 2009-06-22 | dm: linear support flush | Mikulas Patocka | 1 | -1/+3 |
| 2009-04-09 | dm: remove limited barrier support | Mikulas Patocka | 1 | -1/+0 |
| 2009-01-06 | dm: support barriers on simple devices | Andi Kleen | 1 | -0/+1 |
| 2009-01-06 | dm: consolidate target deregistration error handling | Mikulas Patocka | 1 | -4/+1 |
| 2008-10-23 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/viro/bdev | Linus Torvalds | 1 | -11/+2 |
| 2008-10-21 | dm: remove dm header from targets | Mikulas Patocka | 1 | -1/+1 |
| 2008-10-21 | [PATCH] introduce __blkdev_driver_ioctl() | Al Viro | 1 | -9/+1 |
| 2008-10-21 | [PATCH] lose unused arguments in dm ioctl callbacks | Al Viro | 1 | -2/+1 |
| 2008-07-21 | dm: linear add merge | Milan Broz | 1 | -5/+33 |
| 2006-12-08 | [PATCH] dm: map and endio symbolic return codes | Kiyoshi Ueda | 1 | -1/+1 |
| 2006-12-08 | [PATCH] struct path: convert md | Josef Sipek | 1 | -1/+1 |
| 2006-10-03 | [PATCH] dm: support ioctls on mapped devices: fix with fake file | Milan Broz | 1 | -1/+7 |
| 2006-10-03 | [PATCH] dm: export blkdev_driver_ioctl | Alasdair G Kergon | 1 | -1/+1 |
| 2006-10-03 | [PATCH] dm linear: support ioctls | Milan Broz | 1 | -1/+12 |
| 2006-06-26 | [PATCH] dm: improve error message consistency | Alasdair G Kergon | 1 | -3/+5 |
| 2006-03-27 | [PATCH] dm: remove SECTOR_FORMAT | Andrew Morton | 1 | -3/+5 |
| 2005-04-16 | Linux-2.6.12-rc2v2.6.12-rc2 | Linus Torvalds | 1 | -0/+123 |