summaryrefslogtreecommitdiffstats
path: root/drivers/md
AgeCommit message (Expand)Author
2021-09-15md/raid10: Remove unnecessary rcu_dereference in raid10_handle_discardXiao Ni
2021-09-15raid1: ensure write behind bio has less than BIO_MAX_VECS sectorsGuoqing Jiang
2021-09-15bcache: add proper error unwinding in bcache_device_initChristoph Hellwig
2021-08-07Merge tag 'block-5.14-2021-08-07' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-08-04Merge branch 'md-fixes' of https://git.kernel.org/pub/scm/linux/kernel/git/so...Jens Axboe
2021-07-23md/raid10: properly indicate failure when ending a failed write requestWei Shuyu
2021-06-30Merge tag 'for-5.14/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2021-06-30Merge tag 'for-5.14/drivers-2021-06-29' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-06-30Merge tag 'for-5.14/block-2021-06-29' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-06-28dm writecache: make writeback pause configurableMikulas Patocka
2021-06-25dm writecache: pause writeback if cache full and origin being written directlyMikulas Patocka
2021-06-25dm io tracker: factor out IO trackerMike Snitzer
2021-06-25dm btree remove: assign new_root only when removal succeedsHou Tao
2021-06-25dm zone: fix dm_revalidate_zones() memory allocationDamien Le Moal
2021-06-25dm ps io affinity: remove redundant continue statementColin Ian King
2021-06-25dm writecache: add optional "metadata_only" parameterMikulas Patocka
2021-06-21dm writecache: write at least 4k when committingMikulas Patocka
2021-06-18sched: Change task_struct::statePeter Zijlstra
2021-06-16dm writecache: flush origin device when writing and cache is fullMikulas Patocka
2021-06-15dm writecache: have ssd writeback wait if the kcopyd workqueue is busyMikulas Patocka
2021-06-14md/raid5: avoid device_lock in read_one_chunk()Gal Ofri
2021-06-14md: add comments in md_integrity_registerGuoqing Jiang
2021-06-14md: check level before create and exit io_acct_setGuoqing Jiang
2021-06-14md: Constify attribute_group structsRikard Falkeborn
2021-06-14md: mark some personalities as deprecatedGuoqing Jiang
2021-06-14md/raid10: enable io accountingGuoqing Jiang
2021-06-14md/raid1: enable io accountingGuoqing Jiang
2021-06-14md/raid1: rename print_msg with r1bio_existedGuoqing Jiang
2021-06-14md/raid5: avoid redundant bio clone in raid5_read_one_chunkGuoqing Jiang
2021-06-14md/raid5: move checking badblock before clone bio in raid5_read_one_chunkGuoqing Jiang
2021-06-14md: add io accounting for raid0 and raid5Guoqing Jiang
2021-06-14md: revert io stats accountingGuoqing Jiang
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