summaryrefslogtreecommitdiffstats
path: root/drivers/md/dm.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-5.10/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-10-141-272/+132
|\
| * dm: fix request-based DM to not bounce through indirect dm_submit_bioMike Snitzer2020-10-071-13/+12
| * dm: remove special-casing of bio-based immutable singleton target on NVMeMike Snitzer2020-10-071-50/+5
| * dm: fix comment in __dm_suspend()Mike Snitzer2020-10-011-5/+4
| * dm: fold dm_process_bio() into dm_submit_bio()Mike Snitzer2020-10-011-30/+22
| * dm: fix missing imposition of queue_limits from dm_wq_work() threadMike Snitzer2020-09-301-25/+9
| * dm table: make 'struct dm_table' definition accessible to all of DM coreMike Snitzer2020-09-291-19/+4
| * dm: eliminate need for start_io_acct() forward declarationMike Snitzer2020-09-291-40/+38
| * dm: simplify __process_abnormal_io()Mike Snitzer2020-09-291-51/+17
| * dm: push use of on-stack flush_bio down to __send_empty_flush()Mike Snitzer2020-09-291-24/+13
| * dm: optimize max_io_len() by inlining max_io_len_target_boundary()Mike Snitzer2020-09-291-9/+10
| * dm: push md->immutable_target optimization down to __process_bio()Mike Snitzer2020-09-291-13/+9
| * dm: change max_io_len() to use blk_max_size_offset()Mike Snitzer2020-09-291-12/+8
| * Merge remote-tracking branch 'jens/for-5.10/block' into dm-5.10Mike Snitzer2020-09-291-14/+5
| |\
* | \ Merge tag 'block-5.10-2020-10-12' of git://git.kernel.dk/linux-blockLinus Torvalds2020-10-131-17/+9
|\ \ \ | |/ / |/| |
| * | block: make bio_crypt_clone() able to failEric Biggers2020-10-051-3/+4
| |/
| * dm: add support for REQ_NOWAIT and enable it for linear targetKonstantin Khlebnikov2020-09-251-1/+3
| * block: fix locking for struct block_device size updatesChristoph Hellwig2020-09-011-13/+2
* | dm: fix comment in dm_process_bio()Mike Snitzer2020-09-211-1/+3
* | dm: fix bio splitting and its bio completion order for regular IOMike Snitzer2020-09-211-21/+2
* | dm/dax: Fix table reference countsDan Williams2020-09-201-2/+3
|/
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-1/+1
* 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
|\ \