summaryrefslogtreecommitdiffstats
path: root/drivers/md
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-5.14/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2021-06-3032-592/+2411
|\
| * dm writecache: make writeback pause configurableMikulas Patocka2021-06-282-8/+52
| * dm writecache: pause writeback if cache full and origin being written directlyMikulas Patocka2021-06-251-1/+20
| * dm io tracker: factor out IO trackerMike Snitzer2021-06-252-76/+75
| * dm btree remove: assign new_root only when removal succeedsHou Tao2021-06-251-1/+2
| * dm zone: fix dm_revalidate_zones() memory allocationDamien Le Moal2021-06-251-2/+8
| * dm ps io affinity: remove redundant continue statementColin Ian King2021-06-251-1/+0
| * dm writecache: add optional "metadata_only" parameterMikulas Patocka2021-06-251-4/+12
| * dm writecache: write at least 4k when committingMikulas Patocka2021-06-211-1/+5
| * dm writecache: flush origin device when writing and cache is fullMikulas Patocka2021-06-161-2/+6
| * dm writecache: have ssd writeback wait if the kcopyd workqueue is busyMikulas Patocka2021-06-152-0/+11
| * dm writecache: use list_move instead of list_del/list_add in writecache_write...Baokun Li2021-06-141-6/+3
| * dm writecache: commit just one block, not a full pageMikulas Patocka2021-06-141-5/+1
| * dm writecache: remove unused gfp_t argument from wc_add_block()Mikulas Patocka2021-06-141-3/+3
| * dm crypt: Fix zoned block device supportDamien Le Moal2021-06-041-5/+19
| * dm: introduce zone append emulationDamien Le Moal2021-06-045-54/+612
| * dm: rearrange core declarations for extended use from dm-zone.cDamien Le Moal2021-06-042-52/+59
| * dm: Forbid requeue of writes to zonesDamien Le Moal2021-06-043-6/+41
| * dm: Introduce dm_report_zones()Damien Le Moal2021-06-044-14/+29
| * dm: move zone related code to dm-zone.cDamien Le Moal2021-06-045-89/+119
| * dm: cleanup device_area_is_invalid()Damien Le Moal2021-06-041-1/+1
| * dm: Fix dm_accept_partial_bio() relative to zone management commandsDamien Le Moal2021-06-041-2/+6
| * dm zoned: check zone capacityDamien Le Moal2021-06-041-0/+7
| * dm table: Constify static struct blk_ksm_ll_opsRikard Falkeborn2021-06-041-1/+1
| * dm writecache: interrupt writeback if suspendedMikulas Patocka2021-06-041-2/+3
| * dm writecache: don't split bios when overwriting contiguous cache contentMikulas Patocka2021-06-041-8/+30
| * dm kcopyd: avoid spin_lock_irqsave from process contextMikulas Patocka2021-06-041-9/+6
| * dm kcopyd: avoid useless atomic operationsMikulas Patocka2021-06-043-12/+12
| * dm space map disk: cache a small number of index entriesJoe Thornber2021-06-042-6/+96
| * dm space maps: improve performance with inc/dec on ranges of blocksJoe Thornber2021-06-0415-245/+774
| * dm space maps: don't reset space map allocation cursor when committingJoe Thornber2021-06-042-2/+16
| * dm btree: improve btree residencyJoe Thornber2021-06-043-31/+439
* | Merge tag 'for-5.14/drivers-2021-06-29' of git://git.kernel.dk/linux-blockLinus Torvalds2021-06-3013-83/+149
|\ \
| * | md/raid5: avoid device_lock in read_one_chunk()Gal Ofri2021-06-141-6/+23
| * | md: add comments in md_integrity_registerGuoqing Jiang2021-06-141-0/+6
| * | md: check level before create and exit io_acct_setGuoqing Jiang2021-06-141-6/+14
| * | md: Constify attribute_group structsRikard Falkeborn2021-06-144-7/+7
| * | md: mark some personalities as deprecatedGuoqing Jiang2021-06-144-6/+6
| * | md/raid10: enable io accountingGuoqing Jiang2021-06-142-0/+7
| * | md/raid1: enable io accountingGuoqing Jiang2021-06-142-0/+8
| * | md/raid1: rename print_msg with r1bio_existedGuoqing Jiang2021-06-141-4/+4
| * | md/raid5: avoid redundant bio clone in raid5_read_one_chunkGuoqing Jiang2021-06-141-14/+15
| * | md/raid5: move checking badblock before clone bio in raid5_read_one_chunkGuoqing Jiang2021-06-141-7/+7
| * | md: add io accounting for raid0 and raid5Guoqing Jiang2021-06-144-3/+68
| * | md: revert io stats accountingGuoqing Jiang2021-06-142-46/+0
* | | Merge tag 'for-5.14/block-2021-06-29' of git://git.kernel.dk/linux-blockLinus Torvalds2021-06-305-45/+26
|\ \ \
| * | | blk-mq: improve the blk_mq_init_allocated_queue interfaceChristoph Hellwig2021-06-111-6/+3
| * | | block: move bd_mutex to struct gendiskChristoph Hellwig2021-06-011-3/+3
| * | | md: convert to blk_alloc_disk/blk_cleanup_diskChristoph Hellwig2021-06-011-16/+9
| * | | dm: convert to blk_alloc_disk/blk_cleanup_diskChristoph Hellwig2021-06-011-9/+7