summaryrefslogtreecommitdiff
path: root/drivers/md
AgeCommit message (Expand)Author
2021-06-14dm writecache: use list_move instead of list_del/list_add in writecache_write...Baokun Li
2021-06-14dm writecache: commit just one block, not a full pageMikulas Patocka
2021-06-14dm writecache: remove unused gfp_t argument from wc_add_block()Mikulas Patocka
2021-06-12Merge tag 'block-5.13-2021-06-12' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-06-11blk-mq: improve the blk_mq_init_allocated_queue interfaceChristoph Hellwig
2021-06-08bcache: avoid oversized read request in cache missing code pathColy Li
2021-06-08bcache: remove bcache device self-defined readaheadColy Li
2021-06-04dm crypt: Fix zoned block device supportDamien Le Moal
2021-06-04dm: introduce zone append emulationDamien Le Moal
2021-06-04dm: rearrange core declarations for extended use from dm-zone.cDamien Le Moal
2021-06-04dm: Forbid requeue of writes to zonesDamien Le Moal
2021-06-04dm: Introduce dm_report_zones()Damien Le Moal
2021-06-04dm: move zone related code to dm-zone.cDamien Le Moal
2021-06-04dm: cleanup device_area_is_invalid()Damien Le Moal
2021-06-04dm: Fix dm_accept_partial_bio() relative to zone management commandsDamien Le Moal
2021-06-04dm zoned: check zone capacityDamien Le Moal
2021-06-04dm table: Constify static struct blk_ksm_ll_opsRikard Falkeborn
2021-06-04dm writecache: interrupt writeback if suspendedMikulas Patocka
2021-06-04dm writecache: don't split bios when overwriting contiguous cache contentMikulas Patocka
2021-06-04dm kcopyd: avoid spin_lock_irqsave from process contextMikulas Patocka
2021-06-04dm kcopyd: avoid useless atomic operationsMikulas Patocka
2021-06-04dm space map disk: cache a small number of index entriesJoe Thornber
2021-06-04dm space maps: improve performance with inc/dec on ranges of blocksJoe Thornber
2021-06-04dm space maps: don't reset space map allocation cursor when committingJoe Thornber
2021-06-04dm btree: improve btree residencyJoe Thornber
2021-06-01block: move bd_mutex to struct gendiskChristoph Hellwig
2021-06-01md: convert to blk_alloc_disk/blk_cleanup_diskChristoph Hellwig
2021-06-01dm: convert to blk_alloc_disk/blk_cleanup_diskChristoph Hellwig
2021-06-01bcache: convert to blk_alloc_disk/blk_cleanup_diskChristoph Hellwig
2021-05-28Merge tag 'block-5.13-2021-05-28' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-05-25md/raid5: remove an incorrect assert in in_chunk_boundaryChristoph Hellwig
2021-05-25dm snapshot: properly fix a crash when an origin has no snapshotsMikulas Patocka
2021-05-25dm snapshot: revert "fix a crash when an origin has no snapshots"Mikulas Patocka
2021-05-25dm verity: fix require_signatures module_param permissionsJohn Keeping
2021-05-13dm integrity: fix sparse warningsMikulas Patocka
2021-05-13dm integrity: revert to not using discard filler when recalulatingMikulas Patocka
2021-05-13dm snapshot: fix crash with transient storage and zero chunk sizeMikulas Patocka
2021-05-10dm snapshot: fix a crash when an origin has no snapshotsMikulas Patocka
2021-05-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-05-06include: remove pagemap.h from blkdev.hMatthew Wilcox (Oracle)
2021-05-01Merge tag 'for-5.13/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2021-04-30dm raid: remove unnecessary discard limits for raid0 and raid10Mike Snitzer
2021-04-30dm rq: fix double free of blk_mq_tag_set in dev remove after table load failsBenjamin Block
2021-04-30dm integrity: use discard support when recalculatingMikulas Patocka
2021-04-30dm integrity: increase RECALC_SECTORS to improve recalculate speedMikulas Patocka
2021-04-30dm integrity: don't re-write metadata if discarding same blocksMikulas Patocka
2021-04-28Merge tag 'for-5.13/drivers-2021-04-27' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-04-27Merge tag 'cfi-v5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ke...Linus Torvalds
2021-04-23md/raid1: properly indicate failure when ending a failed write requestPaul Clements
2021-04-23md-cluster: fix use-after-free issue when removing rdevHeming Zhao