summaryrefslogtreecommitdiffstats
path: root/drivers/md
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'hardening-v5.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-08-024-1/+112
|\
| * dm: verity-loadpin: Drop use of dm_table_get_num_targets()Matthias Kaehlcke2022-07-281-1/+2
| * dm: verity-loadpin: Use CONFIG_SECURITY_LOADPIN_VERITY for conditional compil...Matthias Kaehlcke2022-07-081-6/+1
| * dm: Add verity helpers for LoadPinMatthias Kaehlcke2022-07-084-1/+116
* | Merge tag 'for-6.0/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-08-0219-394/+676
|\ \
| * | dm: fix dm-raid crash if md_handle_request() splits bioMike Snitzer2022-07-282-7/+7
| * | dm raid: fix address sanitizer warning in raid_resumeMikulas Patocka2022-07-281-1/+1
| * | dm raid: fix address sanitizer warning in raid_statusMikulas Patocka2022-07-281-1/+1
| * | 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 thin: fix use-after-free crash in dm_sm_register_threshold_callbackLuo Meng2022-07-152-3/+8
| * | dm writecache: count number of blocks discarded, not number of discard biosMikulas Patocka2022-07-141-1/+1
| * | dm writecache: count number of blocks written, not number of write biosMikulas Patocka2022-07-141-3/+9
| * | dm writecache: count number of blocks read, not number of read biosMikulas Patocka2022-07-141-0/+1
| * | dm writecache: return void from functionsMikulas Patocka2022-07-141-13/+13
| * | dm kcopyd: use __GFP_HIGHMEM when allocating pagesMikulas Patocka2022-07-141-1/+1
| * | dm writecache: set a default MAX_WRITEBACK_JOBSMikulas Patocka2022-07-141-1/+1
| * | dm snapshot: fix typo in snapshot_map() commentZhang Jiaming2022-07-071-1/+1
| * | dm raid: remove redundant "the" in parse_raid_params() commentJiang Jian2022-07-071-1/+1
| * | dm cache: fix typo in 2 comment blocksSteven Lung2022-07-072-2/+2
| * | dm verity: fix checkpatch close brace errorJeongHyeon Lee2022-07-071-4/+3
| * | dm table: rename dm_target variable in dm_table_add_target()Mike Snitzer2022-07-071-28/+28
| * | dm table: audit all dm_table_get_target() callersMike Snitzer2022-07-076-143/+97
| * | dm table: remove dm_table_get_num_targets() wrapperMike Snitzer2022-07-075-28/+23
| * | dm: add two stage requeue mechanismMing Lei2022-07-073-31/+130
| * | dm: add dm_bio_rewind() API to DM coreMing Lei2022-07-073-1/+146
| * | dm: improve BLK_STS_DM_REQUEUE and BLK_STS_AGAIN handlingMing Lei2022-06-291-25/+45
| * | dm: refactor dm_md_mempool allocationChristoph Hellwig2022-06-294-71/+44
| * | dm: unexport dm_get_reserved_rq_based_iosChristoph Hellwig2022-06-291-1/+0
* | | Merge tag 'for-5.20/block-2022-07-29' of git://git.kernel.dk/linux-blockLinus Torvalds2022-08-0226-268/+254
|\ \ \
| * | | fs/buffer: Combine two submit_bh() and ll_rw_block() argumentsBart Van Assche2022-07-141-2/+2
| * | | md/raid5: Use the enum req_op and blk_opf_t typesBart Van Assche2022-07-141-1/+2
| * | | md/raid10: Use the new blk_opf_t typeBart Van Assche2022-07-141-5/+5
| * | | md/raid1: Use the new blk_opf_t typeBart Van Assche2022-07-141-2/+2
| * | | md/bcache: Combine two prio_io() argumentsBart Van Assche2022-07-141-5/+4
| * | | md/bcache: Combine two uuid_io() argumentsBart Van Assche2022-07-141-8/+8
| * | | md/core: Combine two sync_page_io() argumentsBart Van Assche2022-07-148-30/+29
| * | | dm/dm-zoned: Use the enum req_op typeBart Van Assche2022-07-142-3/+4
| * | | dm/zone: Use the enum req_op typeBart Van Assche2022-07-141-1/+1
| * | | dm-snap: Combine request operation type and flagsBart Van Assche2022-07-141-12/+12
| * | | dm mirror log: Use the new blk_opf_t typeBart Van Assche2022-07-141-1/+1
| * | | dm/dm-integrity: Combine request operation and flagsBart Van Assche2022-07-141-29/+34
| * | | dm/dm-flakey: Use the new blk_opf_t typeBart Van Assche2022-07-141-2/+6
| * | | dm/ebs: Change 'int rw' into 'enum req_op op'Bart Van Assche2022-07-141-7/+8
| * | | dm/core: Combine request operation type and flagsBart Van Assche2022-07-143-33/+32
| * | | dm/core: Rename kcopyd_job.rw into kcopyd.opBart Van Assche2022-07-141-12/+13
| * | | dm/core: Reduce the size of struct dm_io_requestBart Van Assche2022-07-148-43/+27