summaryrefslogtreecommitdiff
path: root/drivers/md
AgeCommit message (Expand)Author
2022-08-02Merge tag 'hardening-v5.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2022-08-02Merge tag 'for-6.0/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2022-08-02Merge tag 'for-5.20/block-2022-07-29' of git://git.kernel.dk/linux-blockLinus Torvalds
2022-07-28dm: verity-loadpin: Drop use of dm_table_get_num_targets()Matthias Kaehlcke
2022-07-28dm: fix dm-raid crash if md_handle_request() splits bioMike Snitzer
2022-07-28dm raid: fix address sanitizer warning in raid_resumeMikulas Patocka
2022-07-28dm raid: fix address sanitizer warning in raid_statusMikulas Patocka
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-22Merge tag 'block-5.19-2022-07-21' of git://git.kernel.dk/linux-blockLinus Torvalds
2022-07-19md/raid5: missing error code in setup_conf()Dan Carpenter
2022-07-15dm thin: fix use-after-free crash in dm_sm_register_threshold_callbackLuo Meng
2022-07-14dm writecache: count number of blocks discarded, not number of discard biosMikulas Patocka
2022-07-14dm writecache: count number of blocks written, not number of write biosMikulas Patocka
2022-07-14dm writecache: count number of blocks read, not number of read biosMikulas Patocka
2022-07-14dm writecache: return void from functionsMikulas Patocka
2022-07-14dm kcopyd: use __GFP_HIGHMEM when allocating pagesMikulas Patocka
2022-07-14dm writecache: set a default MAX_WRITEBACK_JOBSMikulas Patocka
2022-07-14fs/buffer: Combine two submit_bh() and ll_rw_block() argumentsBart Van Assche
2022-07-14md/raid5: Use the enum req_op and blk_opf_t typesBart Van Assche
2022-07-14md/raid10: Use the new blk_opf_t typeBart Van Assche
2022-07-14md/raid1: Use the new blk_opf_t typeBart Van Assche
2022-07-14md/bcache: Combine two prio_io() argumentsBart Van Assche
2022-07-14md/bcache: Combine two uuid_io() argumentsBart Van Assche
2022-07-14md/core: Combine two sync_page_io() argumentsBart Van Assche
2022-07-14dm/dm-zoned: Use the enum req_op typeBart Van Assche
2022-07-14dm/zone: Use the enum req_op typeBart Van Assche
2022-07-14dm-snap: Combine request operation type and flagsBart Van Assche
2022-07-14dm mirror log: Use the new blk_opf_t typeBart Van Assche
2022-07-14dm/dm-integrity: Combine request operation and flagsBart Van Assche
2022-07-14dm/dm-flakey: Use the new blk_opf_t typeBart Van Assche
2022-07-14dm/ebs: Change 'int rw' into 'enum req_op op'Bart Van Assche
2022-07-14dm/core: Combine request operation type and flagsBart Van Assche
2022-07-14dm/core: Rename kcopyd_job.rw into kcopyd.opBart Van Assche
2022-07-14dm/core: Reduce the size of struct dm_io_requestBart Van Assche
2022-07-14block: Change the type of req_op() and bio_op() into enum req_opBart Van Assche
2022-07-14treewide: Rename enum req_opf into enum req_opBart Van Assche
2022-07-14block: remove bdevnameChristoph Hellwig
2022-07-08dm: verity-loadpin: Use CONFIG_SECURITY_LOADPIN_VERITY for conditional compil...Matthias Kaehlcke
2022-07-08dm: Add verity helpers for LoadPinMatthias Kaehlcke
2022-07-07dm snapshot: fix typo in snapshot_map() commentZhang Jiaming
2022-07-07dm raid: remove redundant "the" in parse_raid_params() commentJiang Jian
2022-07-07dm cache: fix typo in 2 comment blocksSteven Lung
2022-07-07dm verity: fix checkpatch close brace errorJeongHyeon Lee
2022-07-07dm table: rename dm_target variable in dm_table_add_target()Mike Snitzer
2022-07-07dm table: audit all dm_table_get_target() callersMike Snitzer
2022-07-07dm table: remove dm_table_get_num_targets() wrapperMike Snitzer