summaryrefslogtreecommitdiffstats
path: root/drivers/md
Commit message (Expand)AuthorAgeFilesLines
...
| * | | 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
| * | | | block: Change the type of req_op() and bio_op() into enum req_opBart Van Assche2022-07-141-0/+2
| * | | | treewide: Rename enum req_opf into enum req_opBart Van Assche2022-07-141-1/+1
| * | | | block: remove bdevnameChristoph Hellwig2022-07-143-3/+3
| * | | | block: move zone related fields to struct gendiskChristoph Hellwig2022-07-061-39/+35
| * | | | block: remove blk_queue_zone_sectorsChristoph Hellwig2022-07-062-7/+7
| * | | | dm-zoned: cleanup dmz_fixup_devicesChristoph Hellwig2022-07-061-12/+12
| * | | | block: replace blkdev_nr_zones with bdev_nr_zonesChristoph Hellwig2022-07-062-4/+3
| * | | | block: use bdev_is_zoned instead of open coding itChristoph Hellwig2022-07-063-3/+3
| |/ / /
| * | | block: remove blk_cleanup_diskChristoph Hellwig2022-06-283-4/+4
| * | | dm: open code blk_max_size_offset in max_io_lenChristoph Hellwig2022-06-271-11/+6
| | |/ | |/|
* | | Merge tag 'block-5.19-2022-07-21' of git://git.kernel.dk/linux-blockLinus Torvalds2022-07-221-1/+3
|\ \ \