summaryrefslogtreecommitdiffstats
path: root/drivers/md/dm.c
Commit message (Expand)AuthorAgeFilesLines
* dm: remove unnecessary assignment statement in alloc_dev()Genjian Zhang2022-10-181-1/+0
* dm: change from DMWARN to DMERR or DMCRIT for fatal errorsMikulas Patocka2022-10-181-4/+4
* Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-08-051-1/+1
|\
| * dax: introduce holder for dax_deviceShiyang Ruan2022-07-171-1/+1
* | block: move ->bio_split to the gendiskChristoph Hellwig2022-08-021-1/+1
* | block: change the blk_queue_split calling conventionChristoph Hellwig2022-08-021-3/+3
* | Merge tag 'for-6.0/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-08-021-171/+291
|\ \
| * | dm: fix dm-raid crash if md_handle_request() splits bioMike Snitzer2022-07-281-7/+6
| * | dm: Start pr_preempt from the same starting pathMike Christie2022-07-281-14/+31
| * | dm: Fix PR release handling for non All RegistrantsMike Christie2022-07-281-14/+34
| * | dm: Start pr_reserve from the same starting pathMike Christie2022-07-281-14/+32
| * | dm: Allow dm_call_pr to be used for path searchesMike Christie2022-07-281-12/+38
| * | dm: return early from dm_pr_call() if DM device is suspendedMike Snitzer2022-07-281-0/+5
| * | dm table: audit all dm_table_get_target() callersMike Snitzer2022-07-071-11/+11
| * | dm table: remove dm_table_get_num_targets() wrapperMike Snitzer2022-07-071-2/+2
| * | dm: add two stage requeue mechanismMing Lei2022-07-071-27/+94
| * | dm: improve BLK_STS_DM_REQUEUE and BLK_STS_AGAIN handlingMing Lei2022-06-291-25/+45
| * | dm: refactor dm_md_mempool allocationChristoph Hellwig2022-06-291-52/+0
* | | dm/core: Combine request operation type and flagsBart Van Assche2022-07-141-5/+5
* | | block: Change the type of req_op() and bio_op() into enum req_opBart Van Assche2022-07-141-0/+2
* | | block: use bdev_is_zoned instead of open coding itChristoph Hellwig2022-07-061-1/+1
|/ /
* | block: remove blk_cleanup_diskChristoph Hellwig2022-06-281-1/+1
* | dm: open code blk_max_size_offset in max_io_lenChristoph Hellwig2022-06-271-11/+6
|/
* dm: fix BLK_STS_DM_REQUEUE handling when dm_io represents split bioMing Lei2022-06-231-4/+7
* dm: do not return early from dm_io_complete if BLK_STS_AGAIN without pollingMike Snitzer2022-06-211-1/+3
* dm: fix narrow race for REQ_NOWAIT bios being issued despite no supportMikulas Patocka2022-06-161-1/+6
* dm: fix use-after-free in dm_put_live_table_bioMikulas Patocka2022-06-161-6/+7
* dm: fix race in dm_start_io_acctBenjamin Marzinski2022-06-151-0/+4
* dm: fix zoned locking imbalance due to needless check in clone_endioMike Snitzer2022-06-101-15/+11
* dm: fix bio_set allocationChristoph Hellwig2022-06-081-59/+25
* Merge tag 'libnvdimm-for-5.19' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-05-271-2/+23
|\
| * dax: add .recovery_write dax_operationJane Chu2022-05-161-0/+20
| * dax: introduce DAX_RECOVERY_WRITE dax access modeJane Chu2022-05-161-2/+3
* | dm: pass NULL bdev to bio_alloc_cloneMike Snitzer2022-05-111-16/+24
* | dm: improve abnormal bio processingMike Snitzer2022-05-051-31/+36
* | dm: simplify bio-based IO accounting furtherMike Snitzer2022-05-051-29/+5
* | dm: put all polled dm_io instances into a single listMing Lei2022-05-051-25/+27
* | dm: improve dm_io reference countingMing Lei2022-05-051-14/+39
* | dm: don't grab target io reference in dm_zone_map_bioMing Lei2022-05-051-1/+6
* | dm: improve bio splitting and associated IO accountingMing Lei2022-05-051-23/+52
* | dm: switch to bdev based IO accounting interfacesMing Lei2022-05-051-15/+13
* | dm: pass dm_io instance to dm_io_acct directlyMing Lei2022-05-051-4/+7
* | dm: don't pass bio to __dm_start_io_acct and dm_end_io_acctMing Lei2022-05-051-11/+8
* | dm: use bio_sectors in dm_aceept_partial_bioMike Snitzer2022-05-051-5/+5
* | dm: conditionally enable branching for less used featuresMike Snitzer2022-05-051-23/+40
* | dm: introduce dm_{get,put}_live_table_bio called from dm_submit_bioMike Snitzer2022-05-051-4/+24
* | dm: add local variables to clone_endio and __map_bioMike Snitzer2022-05-051-13/+12
* | dm: mark various branches unlikelyMike Snitzer2022-05-051-3/+3
* | dm: simplify dm_start_io_acctMike Snitzer2022-05-051-13/+5
* | dm: simplify dm_io access in dm_split_and_process_bioMike Snitzer2022-05-051-6/+8