summaryrefslogtreecommitdiff
path: root/drivers/md/dm.c
AgeCommit message (Expand)AuthorFilesLines
2023-06-15dm: use op specific max_sectors when splitting abnormal ioMike Snitzer1-9/+16
2023-06-15dm: don't lock fs when the map is NULL during suspend or resumeLi Lingfeng1-0/+4
2023-04-14dm: unexport dm_get_queue_limits()Mike Snitzer1-11/+9
2023-04-14dm: allow targets to require splitting WRITE_ZEROES and SECURE_ERASEMike Snitzer1-4/+6
2023-03-30dm: split discards further if target sets max_discard_granularityMike Snitzer1-6/+19
2023-03-30dm: fix __send_duplicate_bios() to always allow for splitting IOMike Snitzer1-0/+2
2023-03-30dm: fix improper splitting for abnormal biosMike Snitzer1-3/+4
2023-03-25Merge tag 'for-6.3/dm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+3
2023-03-16dm stats: check for and propagate alloc_percpu failureJiasheng Jiang1-1/+3
2023-03-15block: count 'ios' and 'sectors' when io is done for bio-based deviceYu Kuai1-3/+3
2023-02-20dm: remove unnecessary (void*) conversion in event_callback()XU pengfei1-1/+1
2023-02-16dm: add cond_resched() to dm_wq_requeue_work()Mike Snitzer1-0/+1
2023-02-16dm: add cond_resched() to dm_wq_work()Pingfan Liu1-0/+1
2023-02-14dm: remove flush_scheduled_work() during local_exit()Mike Snitzer1-1/+0
2023-02-14dm: add missing blank line after declarations/fix thoseHeinz Mauelshagen1-0/+5
2023-02-14dm: avoid using symbolic permissionsHeinz Mauelshagen1-3/+3
2023-02-14dm: correct block comments format.Heinz Mauelshagen1-4/+8
2023-02-14dm: avoid initializing static variablesHeinz Mauelshagen1-2/+2
2023-02-14dm: change "unsigned" to "unsigned int"Heinz Mauelshagen1-26/+24
2023-02-14dm: use fsleep() instead of msleep() for deterministic sleep durationHeinz Mauelshagen1-4/+4
2023-02-14dm: add missing SPDX-License-IndentifiersHeinz Mauelshagen1-0/+1
2023-02-14dm: send just one event on resize, not twoMikulas Patocka1-14/+13
2023-01-04block: handle bio_split_to_limits() NULL returnJens Axboe1-0/+2
2022-11-17dm: track per-add_disk holder relations in DMChristoph Hellwig1-10/+39
2022-11-17dm: make sure create and remove dm device won't race with open and close tableYu Kuai1-0/+16
2022-11-17dm: cleanup close_table_deviceChristoph Hellwig1-9/+3
2022-11-17dm: cleanup open_table_deviceChristoph Hellwig1-29/+27
2022-11-17dm: remove free_table_devicesChristoph Hellwig1-14/+1
2022-10-19dm: remove unnecessary assignment statement in alloc_dev()Genjian Zhang1-1/+0
2022-10-19dm: change from DMWARN to DMERR or DMCRIT for fatal errorsMikulas Patocka1-4/+4
2022-08-06Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+1
2022-08-03block: move ->bio_split to the gendiskChristoph Hellwig1-1/+1
2022-08-03block: change the blk_queue_split calling conventionChristoph Hellwig1-3/+3
2022-08-03Merge tag 'for-6.0/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-171/+291
2022-07-29dm: fix dm-raid crash if md_handle_request() splits bioMike Snitzer1-7/+6
2022-07-29dm: Start pr_preempt from the same starting pathMike Christie1-14/+31
2022-07-29dm: Fix PR release handling for non All RegistrantsMike Christie1-14/+34
2022-07-29dm: Start pr_reserve from the same starting pathMike Christie1-14/+32
2022-07-29dm: Allow dm_call_pr to be used for path searchesMike Christie1-12/+38
2022-07-29dm: return early from dm_pr_call() if DM device is suspendedMike Snitzer1-0/+5
2022-07-18dax: 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