summaryrefslogtreecommitdiff
path: root/drivers/md/dm.c
AgeCommit message (Expand)Author
2022-08-05Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...linaro-local/ci/tcwg_kernel/llvm-release-arm-mainline-allmodconfiglinaro-local/ci/tcwg_kernel/llvm-release-aarch64-mainline-defconfiglinaro-local/ci/tcwg_kernel/llvm-release-aarch64-mainline-allyesconfiglinaro-local/ci/tcwg_kernel/llvm-master-aarch64-mainline-allnoconfiglinaro-local/ci/tcwg_kernel/gnu-master-arm-mainline-allmodconfigLinus Torvalds
2022-08-02block: move ->bio_split to the gendiskChristoph Hellwig
2022-08-02block: change the blk_queue_split calling conventionChristoph Hellwig
2022-08-02Merge tag 'for-6.0/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2022-07-28dm: fix dm-raid crash if md_handle_request() splits bioMike Snitzer
2022-07-28dm: Start pr_preempt from the same starting pathMike Christie
2022-07-28dm: Fix PR release handling for non All RegistrantsMike Christie
2022-07-28dm: Start pr_reserve from the same starting pathMike Christie
2022-07-28dm: Allow dm_call_pr to be used for path searchesMike Christie
2022-07-28dm: return early from dm_pr_call() if DM device is suspendedMike Snitzer
2022-07-17dax: introduce holder for dax_deviceShiyang Ruan
2022-07-14dm/core: Combine request operation type and flagsBart Van Assche
2022-07-14block: Change the type of req_op() and bio_op() into enum req_opBart Van Assche
2022-07-07dm table: audit all dm_table_get_target() callersMike Snitzer
2022-07-07dm table: remove dm_table_get_num_targets() wrapperMike Snitzer
2022-07-07dm: add two stage requeue mechanismMing Lei
2022-07-06block: use bdev_is_zoned instead of open coding itChristoph Hellwig
2022-06-29dm: improve BLK_STS_DM_REQUEUE and BLK_STS_AGAIN handlingMing Lei
2022-06-29dm: refactor dm_md_mempool allocationChristoph Hellwig
2022-06-28block: remove blk_cleanup_diskChristoph Hellwig
2022-06-27dm: open code blk_max_size_offset in max_io_lenChristoph Hellwig
2022-06-23dm: fix BLK_STS_DM_REQUEUE handling when dm_io represents split bioMing Lei
2022-06-21dm: do not return early from dm_io_complete if BLK_STS_AGAIN without pollingMike Snitzer
2022-06-16dm: fix narrow race for REQ_NOWAIT bios being issued despite no supportMikulas Patocka
2022-06-16dm: fix use-after-free in dm_put_live_table_bioMikulas Patocka
2022-06-15dm: fix race in dm_start_io_acctBenjamin Marzinski
2022-06-10dm: fix zoned locking imbalance due to needless check in clone_endioMike Snitzer
2022-06-08dm: fix bio_set allocationChristoph Hellwig
2022-05-27Merge tag 'libnvdimm-for-5.19' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2022-05-16dax: add .recovery_write dax_operationJane Chu
2022-05-16dax: introduce DAX_RECOVERY_WRITE dax access modeJane Chu
2022-05-11dm: pass NULL bdev to bio_alloc_cloneMike Snitzer
2022-05-05dm: improve abnormal bio processingMike Snitzer
2022-05-05dm: simplify bio-based IO accounting furtherMike Snitzer
2022-05-05dm: put all polled dm_io instances into a single listMing Lei
2022-05-05dm: improve dm_io reference countingMing Lei
2022-05-05dm: don't grab target io reference in dm_zone_map_bioMing Lei
2022-05-05dm: improve bio splitting and associated IO accountingMing Lei
2022-05-05dm: switch to bdev based IO accounting interfacesMing Lei
2022-05-05dm: pass dm_io instance to dm_io_acct directlyMing Lei
2022-05-05dm: don't pass bio to __dm_start_io_acct and dm_end_io_acctMing Lei
2022-05-05dm: use bio_sectors in dm_aceept_partial_bioMike Snitzer
2022-05-05dm: conditionally enable branching for less used featuresMike Snitzer
2022-05-05dm: introduce dm_{get,put}_live_table_bio called from dm_submit_bioMike Snitzer
2022-05-05dm: add local variables to clone_endio and __map_bioMike Snitzer
2022-05-05dm: mark various branches unlikelyMike Snitzer
2022-05-05dm: simplify dm_start_io_acctMike Snitzer
2022-05-05dm: simplify dm_io access in dm_split_and_process_bioMike Snitzer
2022-05-05dm: factor out dm_io_set_error and __dm_io_dec_pendingMike Snitzer
2022-05-05dm: conditionally enable BIOSET_PERCPU_CACHE for dm_io biosetMike Snitzer