aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md/dm-linear.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-06dm: shortcut the calls to linear_map and stripe_mapMikulas Patocka1-1/+1
2023-04-11dm: remove unnecessary (void*) conversionsYu Zhe1-3/+3
2023-02-14dm: don't indent labelsHeinz Mauelshagen1-1/+1
2023-02-14dm: change "unsigned" to "unsigned int"Heinz Mauelshagen1-1/+1
2023-02-14dm: add missing SPDX-License-IndentifiersHeinz Mauelshagen1-0/+1
2022-05-27Merge tag 'libnvdimm-for-5.19' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-2/+13
2022-05-16dax: add .recovery_write dax_operationJane Chu1-0/+10
2022-05-16dax: introduce DAX_RECOVERY_WRITE dax access modeJane Chu1-2/+3
2022-05-05dm: simplify basic targetsMike Snitzer1-9/+2
2022-02-22scsi: dm: Remove WRITE_SAME supportChristoph Hellwig1-1/+0
2021-12-18dax: remove the copy_from_iter and copy_to_iter methodsChristoph Hellwig1-20/+0
2021-12-04dm-linear: add a linear_dax_pgoff helperChristoph Hellwig1-34/+15
2021-12-04dm: make the DAX support depend on CONFIG_FS_DAXChristoph Hellwig1-1/+1
2021-10-18dm: use bdev_nr_sectors and bdev_nr_bytes instead of open coding themChristoph Hellwig1-2/+1
2021-08-10dm: update target status functions to support IMA measurementTushar Sugandhi1-2/+8
2021-06-04dm: Introduce dm_report_zones()Damien Le Moal1-4/+3
2021-02-11dm: simplify target code conditional on CONFIG_BLK_DEV_ZONEDMike Snitzer1-5/+2
2021-02-11dm: set DM_TARGET_PASSES_CRYPTO feature for some targetsSatya Tangirala1-2/+3
2020-09-25dm: add support for REQ_NOWAIT and enable it for linear targetKonstantin Khlebnikov1-2/+3
2020-04-02dm,dax: Add dax zero_page_range operationVivek Goyal1-0/+18
2019-11-12block: rework zone reportingChristoph Hellwig1-13/+7
2019-11-07dm: add zone open, close and finish supportAjay Joshi1-1/+1
2019-07-11block: Kill gfp_t argument of blkdev_report_zones()Damien Le Moal1-3/+2
2018-12-18dm: Check for device sector overflow if CONFIG_LBDAF is not setMilan Broz1-1/+1
2018-10-25block: add a report_zones methodChristoph Hellwig1-14/+21
2018-10-10dm linear: fix linear_end_io conditional definitionDamien Le Moal1-2/+2
2018-10-10dm linear: eliminate linear_end_io call if CONFIG_DM_ZONED disabledMike Snitzer1-1/+7
2018-05-22dax: Introduce a ->copy_to_iter dax operationDan Williams1-0/+16
2018-04-10Merge tag 'libnvdimm-for-4.17' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+6
2018-04-04dm: remove fmode_t argument from .prepare_ioctl hookMike Snitzer1-2/+1
2018-04-03dm: add support for secure erase forwardingDenis Semakin1-0/+1
2018-04-03dax, dm: allow device-mapper to operate without dax supportDan Williams1-0/+6
2017-09-14Merge tag 'for-4.14/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-15/+0
2017-09-11dax: remove the pmem_dax_ops->flush abstractionMikulas Patocka1-15/+0
2017-08-23block: replace bi_bdev with a gendisk pointer and partitions indexChristoph Hellwig1-1/+1
2017-07-07Merge tag 'libnvdimm-for-4.13' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+30
2017-06-19dm linear: add support for zoned block devicesDamien Le Moal1-3/+15
2017-06-15dm: add ->flush() dax operation supportDan Williams1-0/+15
2017-06-09dm: add ->copy_from_iter() dax operation supportDan Williams1-0/+15
2017-05-05Merge tag 'libnvdimm-for-4.12' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-14/+13
2017-05-03Merge tag 'for-4.12/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-0/+1
2017-04-25dm: teach dm-targets to use a dax_device + dax_operationsDan Williams1-14/+13
2017-04-24dm: mark targets that pass integrity dataMikulas Patocka1-0/+1
2017-04-08dm: support REQ_OP_WRITE_ZEROESChristoph Hellwig1-0/+1
2016-07-28Merge tag 'libnvdimm-for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
2016-07-20dm linear: add DAX supportToshi Kani1-1/+20
2015-10-31dm linear: remove redundant target name from error messagesTomohiro Kusumi1-3/+3
2015-10-31dm: refactor ioctl handlingChristoph Hellwig1-7/+7
2015-09-02Merge tag 'dm-4.3-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds1-2/+5
2015-08-13block: kill merge_bvec_fn() completelyKent Overstreet1-16/+0
2015-08-12dm: do not override error code returned from dm_get_device()Vivek Goyal1-2/+5
2013-11-23block: Abstract out bvec iteratorKent Overstreet1-1/+2
2013-03-01dm: rename request variables to biosAlasdair G Kergon1-3/+3
2013-03-01dm: fix truncated status stringsMikulas Patocka1-4/+3
2012-12-21dm: remove map_infoMikulas Patocka1-2/+1
2012-12-21dm linear: add WRITE SAME supportMike Snitzer1-1/+2
2012-07-27dm thin: commit before gathering statusAlasdair G Kergon1-1/+1
2012-03-28dm: reject trailing characters in sccanf inputMikulas Patocka1-1/+2
2012-01-14dm: do not forward ioctls from logical volumes to the underlying devicePaolo Bonzini1-1/+11
2010-08-12dm: use dm_target_offset macroAlasdair G Kergon1-1/+1
2010-08-12dm: linear support discardMike Snitzer1-0/+1
2010-03-06dm table: remove unused dm_get_device range parametersNikanth Karthikesan1-2/+1
2009-07-23dm table: pass correct dev area size to device_area_is_validMike Snitzer1-1/+1
2009-06-22dm target:s introduce iterate devices fnMike Snitzer1-1/+10
2009-06-22dm: linear support flushMikulas Patocka1-1/+3
2009-04-09dm: remove limited barrier supportMikulas Patocka1-1/+0
2009-01-06dm: support barriers on simple devicesAndi Kleen1-0/+1
2009-01-06dm: consolidate target deregistration error handlingMikulas Patocka1-4/+1
2008-10-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/viro/bdevLinus Torvalds1-11/+2
2008-10-21dm: remove dm header from targetsMikulas Patocka1-1/+1
2008-10-21[PATCH] introduce __blkdev_driver_ioctl()Al Viro1-9/+1
2008-10-21[PATCH] lose unused arguments in dm ioctl callbacksAl Viro1-2/+1
2008-07-21dm: linear add mergeMilan Broz1-5/+33
2006-12-08[PATCH] dm: map and endio symbolic return codesKiyoshi Ueda1-1/+1
2006-12-08[PATCH] struct path: convert mdJosef Sipek1-1/+1
2006-10-03[PATCH] dm: support ioctls on mapped devices: fix with fake fileMilan Broz1-1/+7
2006-10-03[PATCH] dm: export blkdev_driver_ioctlAlasdair G Kergon1-1/+1
2006-10-03[PATCH] dm linear: support ioctlsMilan Broz1-1/+12
2006-06-26[PATCH] dm: improve error message consistencyAlasdair G Kergon1-3/+5
2006-03-27[PATCH] dm: remove SECTOR_FORMATAndrew Morton1-3/+5
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds1-0/+123