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