summaryrefslogtreecommitdiffstats
path: root/drivers/md/dm.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-5.9/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2020-08-071-1/+2
|\
| * dm: don't call report zones for more than the user requestedJohannes Thumshirn2020-08-041-1/+2
* | Merge tag 'for-5.9/block-20200802' of git://git.kernel.dk/linux-blockLinus Torvalds2020-08-031-56/+19
|\ \
| * | writeback: remove bdi->congested_fnChristoph Hellwig2020-07-081-33/+0
| * | writeback: remove struct bdi_writeback_congestedChristoph Hellwig2020-07-081-1/+1
| * | dm: remove unused variableJens Axboe2020-07-011-1/+0
| * | block: remove direct_make_requestChristoph Hellwig2020-07-011-4/+1
| * | block: rename generic_make_request to submit_bio_noacctChristoph Hellwig2020-07-011-5/+5
| * | block: move ->make_request_fn to struct block_device_operationsChristoph Hellwig2020-07-011-11/+12
| * | block: remove the request_queue argument from blk_queue_splitChristoph Hellwig2020-07-011-1/+1
| * | dm: stop using ->queuedataChristoph Hellwig2020-07-011-2/+1
| * | dm: use bio_uninit instead of bio_disassociate_blkgChristoph Hellwig2020-06-291-3/+2
* | | dm integrity: fix integrity recalculation that is improperly skippedMikulas Patocka2020-07-231-0/+17
| |/ |/|
* | dm: use noio when sending kobject eventMikulas Patocka2020-07-081-3/+12
* | dm: use bio_uninit instead of bio_disassociate_blkgChristoph Hellwig2020-07-081-3/+2
* | dm: do not use waitqueue for request-based DMMing Lei2020-07-071-25/+39
* | dm: update original bio sector on Zone AppendJohannes Thumshirn2020-06-191-0/+13
|/
* Merge tag 'for-5.8/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2020-06-051-1/+10
|\
| * dm: use DMDEBUG macros now that they use pr_debug variantsMike Snitzer2020-05-201-1/+1
| * dm mpath: pass IO start time to path selectorGabriel Krisman Bertazi2020-05-151-0/+9
* | dm: use bio_{start,end}_io_acctChristoph Hellwig2020-05-271-7/+2
* | blk-mq: allow blk_mq_make_request to consume the q_usage_counter referenceChristoph Hellwig2020-05-191-1/+10
* | block: Inline encryption support for blk-mqSatya Tangirala2020-05-141-0/+3
* | block: bypass ->make_request_fn for blk-mq driversChristoph Hellwig2020-04-251-0/+3
|/
* Merge tag 'libnvdimm-for-5.7' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-04-081-1/+31
|\
| * dax: Move mandatory ->zero_page_range() check in alloc_dax()Vivek Goyal2020-04-021-1/+1
| * dm,dax: Add dax zero_page_range operationVivek Goyal2020-04-021-0/+30
* | Merge tag 'for-5.7/dm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-04-031-2/+3
|\ \
| * | Revert "dm: always call blk_queue_split() in dm_process_bio()"Mike Snitzer2020-04-031-2/+3
* | | block: simplify queue allocationChristoph Hellwig2020-03-271-5/+4
* | | block: move the part_stat* helpers from genhd.h to a new headerChristoph Hellwig2020-03-251-0/+1
|/ /
* | dm: fix congested_fn for request-based deviceHou Tao2020-03-031-11/+10
* | dm: report suspended device during destroyMikulas Patocka2020-02-271-0/+1
|/
* dm: fix potential for q->make_request_fn NULL pointerMike Snitzer2020-01-271-2/+7
* block: rework zone reportingChristoph Hellwig2019-11-121-67/+54
* block: Remove partition support for zoned block devicesDamien Le Moal2019-11-121-3/+0
* block: Simplify report zones executionDamien Le Moal2019-11-121-6/+0
* dm: add zone open, close and finish supportAjay Joshi2019-11-071-2/+3
* dm: make dm_table_find_target return NULLMikulas Patocka2019-08-231-4/+4
* Merge tag 'libnvdimm-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-07-181-2/+3
|\
| * dm: enable synchronous daxPankaj Gupta2019-07-051-1/+1
| * libnvdimm: add dax_dev sync flagPankaj Gupta2019-07-051-1/+2
* | block: Kill gfp_t argument of blkdev_report_zones()Damien Le Moal2019-07-111-4/+2
|/
* Merge tag 'libnvdimm-fixes-5.2-rc2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-05-251-0/+20
|\
| * dax: Arrange for dax_supported check to span multiple devicesDan Williams2019-05-201-0/+20
* | dm: make sure to obey max_io_len_target_boundaryMichael Lass2019-05-211-1/+3
|/
* dm: fix a couple brace coding style issuesSheetal Singala2019-05-161-2/+4
* dm: only initialize md->dax_dev if CONFIG_DAX_DRIVER is enabledPeng Wang2019-04-261-4/+2
* dm: disable DISCARD if the underlying storage no longer supports itMike Snitzer2019-04-041-4/+16
* dm: revert 8f50e358153d ("dm: limit the max bio size as BIO_MAX_PAGES * PAGE_...Mikulas Patocka2019-04-011-9/+1