summaryrefslogtreecommitdiff
path: root/drivers/md/dm.c
AgeCommit message (Expand)Author
2023-03-30dm: fix __send_duplicate_bios() to always allow for splitting IOMike Snitzer
2023-03-30dm: fix improper splitting for abnormal biosMike Snitzer
2023-03-24Merge tag 'for-6.3/dm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2023-03-16dm stats: check for and propagate alloc_percpu failureJiasheng Jiang
2023-03-15block: count 'ios' and 'sectors' when io is done for bio-based deviceYu Kuai
2023-02-20dm: remove unnecessary (void*) conversion in event_callback()XU pengfei
2023-02-16dm: add cond_resched() to dm_wq_requeue_work()Mike Snitzer
2023-02-16dm: add cond_resched() to dm_wq_work()Pingfan Liu
2023-02-14dm: remove flush_scheduled_work() during local_exit()Mike Snitzer
2023-02-14dm: add missing blank line after declarations/fix thoseHeinz Mauelshagen
2023-02-14dm: avoid using symbolic permissionsHeinz Mauelshagen
2023-02-14dm: correct block comments format.Heinz Mauelshagen
2023-02-14dm: avoid initializing static variablesHeinz Mauelshagen
2023-02-14dm: change "unsigned" to "unsigned int"Heinz Mauelshagen
2023-02-14dm: use fsleep() instead of msleep() for deterministic sleep durationHeinz Mauelshagen
2023-02-14dm: add missing SPDX-License-IndentifiersHeinz Mauelshagen
2023-02-14dm: send just one event on resize, not twoMikulas Patocka
2023-01-04block: handle bio_split_to_limits() NULL returnJens Axboe
2022-11-16dm: track per-add_disk holder relations in DMChristoph Hellwig
2022-11-16dm: make sure create and remove dm device won't race with open and close tableYu Kuai
2022-11-16dm: cleanup close_table_deviceChristoph Hellwig
2022-11-16dm: cleanup open_table_deviceChristoph Hellwig
2022-11-16dm: remove free_table_devicesChristoph Hellwig
2022-10-18dm: remove unnecessary assignment statement in alloc_dev()Genjian Zhang
2022-10-18dm: change from DMWARN to DMERR or DMCRIT for fatal errorsMikulas Patocka
2022-08-05Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus 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