summaryrefslogtreecommitdiff
path: root/drivers/md/dm-linear.c
AgeCommit message (Expand)Author
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
2020-09-25dm: add support for REQ_NOWAIT and enable it for linear targetKonstantin Khlebnikov
2020-04-02dm,dax: Add dax zero_page_range operationVivek Goyal
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: 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-10-10dm linear: eliminate linear_end_io call if CONFIG_DM_ZONED disabledMike Snitzer
2018-05-22dax: Introduce a ->copy_to_iter dax operationDan Williams
2018-04-10Merge tag 'libnvdimm-for-4.17' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2018-04-04dm: remove fmode_t argument from .prepare_ioctl hookMike Snitzer
2018-04-03dm: add support for secure erase forwardingDenis Semakin
2018-04-03dax, dm: allow device-mapper to operate without dax supportDan Williams
2017-09-14Merge tag 'for-4.14/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2017-09-11dax: remove the pmem_dax_ops->flush abstractionMikulas Patocka
2017-08-23block: replace bi_bdev with a gendisk pointer and partitions indexChristoph Hellwig
2017-07-07Merge tag 'libnvdimm-for-4.13' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2017-06-19dm linear: add support for zoned block devicesDamien Le Moal
2017-06-15dm: add ->flush() dax operation supportDan Williams
2017-06-09dm: add ->copy_from_iter() dax operation supportDan Williams
2017-05-05Merge tag 'libnvdimm-for-4.12' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2017-05-03Merge tag 'for-4.12/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2017-04-25dm: teach dm-targets to use a dax_device + dax_operationsDan Williams
2017-04-24dm: mark targets that pass integrity dataMikulas Patocka
2017-04-08dm: support REQ_OP_WRITE_ZEROESChristoph Hellwig
2016-07-28Merge tag 'libnvdimm-for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2016-07-20dm linear: add DAX supportToshi Kani
2015-10-31dm linear: remove redundant target name from error messagesTomohiro Kusumi
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
2013-11-23block: Abstract out bvec iteratorKent Overstreet
2013-03-01dm: rename request variables to biosAlasdair G Kergon
2013-03-01dm: fix truncated status stringsMikulas Patocka
2012-12-21dm: remove map_infoMikulas Patocka
2012-12-21dm linear: add WRITE SAME supportMike Snitzer
2012-07-27dm thin: commit before gathering statusAlasdair G Kergon
2012-03-28dm: reject trailing characters in sccanf inputMikulas Patocka
2012-01-14dm: do not forward ioctls from logical volumes to the underlying devicePaolo Bonzini
2010-08-12dm: use dm_target_offset macroAlasdair G Kergon
2010-08-12dm: linear support discardMike Snitzer
2010-03-06dm table: remove unused dm_get_device range parametersNikanth Karthikesan
2009-07-23dm table: pass correct dev area size to device_area_is_validMike Snitzer