summaryrefslogtreecommitdiff
path: root/drivers/md
AgeCommit message (Expand)AuthorFilesLines
2021-08-05Merge branch 'md-fixes' of https://git.kernel.org/pub/scm/linux/kernel/git/so...Jens Axboe2-4/+2
2021-07-23md/raid10: properly indicate failure when ending a failed write requestWei Shuyu2-4/+2
2021-06-30Merge tag 'for-5.14/drivers-2021-06-29' of git://git.kernel.dk/linux-blockLinus Torvalds13-83/+149
2021-06-30Merge tag 'for-5.14/block-2021-06-29' of git://git.kernel.dk/linux-blockLinus Torvalds5-45/+26
2021-06-18sched: Change task_struct::statePeter Zijlstra1-3/+3
2021-06-15md/raid5: avoid device_lock in read_one_chunk()Gal Ofri1-6/+23
2021-06-15md: add comments in md_integrity_registerGuoqing Jiang1-0/+6
2021-06-15md: check level before create and exit io_acct_setGuoqing Jiang1-6/+14
2021-06-15md: Constify attribute_group structsRikard Falkeborn4-7/+7
2021-06-15md: mark some personalities as deprecatedGuoqing Jiang4-6/+6
2021-06-15md/raid10: enable io accountingGuoqing Jiang2-0/+7
2021-06-15md/raid1: enable io accountingGuoqing Jiang2-0/+8
2021-06-15md/raid1: rename print_msg with r1bio_existedGuoqing Jiang1-4/+4
2021-06-15md/raid5: avoid redundant bio clone in raid5_read_one_chunkGuoqing Jiang1-14/+15
2021-06-15md/raid5: move checking badblock before clone bio in raid5_read_one_chunkGuoqing Jiang1-7/+7
2021-06-15md: add io accounting for raid0 and raid5Guoqing Jiang4-3/+68
2021-06-15md: revert io stats accountingGuoqing Jiang2-46/+0
2021-06-12Merge tag 'block-5.13-2021-06-12' of git://git.kernel.dk/linux-blockLinus Torvalds5-33/+7
2021-06-11blk-mq: improve the blk_mq_init_allocated_queue interfaceChristoph Hellwig1-6/+3
2021-06-09bcache: avoid oversized read request in cache missing code pathColy Li1-2/+7
2021-06-09bcache: remove bcache device self-defined readaheadColy Li5-32/+1
2021-06-01block: move bd_mutex to struct gendiskChristoph Hellwig1-3/+3
2021-06-01md: convert to blk_alloc_disk/blk_cleanup_diskChristoph Hellwig1-16/+9
2021-06-01dm: convert to blk_alloc_disk/blk_cleanup_diskChristoph Hellwig1-9/+7
2021-06-01bcache: convert to blk_alloc_disk/blk_cleanup_diskChristoph Hellwig1-11/+4
2021-05-29Merge tag 'block-5.13-2021-05-28' of git://git.kernel.dk/linux-blockLinus Torvalds1-2/+0
2021-05-26md/raid5: remove an incorrect assert in in_chunk_boundaryChristoph Hellwig1-2/+0
2021-05-25dm snapshot: properly fix a crash when an origin has no snapshotsMikulas Patocka1-1/+1
2021-05-25dm snapshot: revert "fix a crash when an origin has no snapshots"Mikulas Patocka1-2/+3
2021-05-25dm verity: fix require_signatures module_param permissionsJohn Keeping1-1/+1
2021-05-13dm integrity: fix sparse warningsMikulas Patocka1-12/+12
2021-05-13dm integrity: revert to not using discard filler when recalulatingMikulas Patocka1-33/+24
2021-05-13dm snapshot: fix crash with transient storage and zero chunk sizeMikulas Patocka1-0/+1
2021-05-10dm snapshot: fix a crash when an origin has no snapshotsMikulas Patocka1-3/+2
2021-05-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-0/+1
2021-05-07include: remove pagemap.h from blkdev.hMatthew Wilcox (Oracle)1-0/+1
2021-05-01Merge tag 'for-5.13/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds19-264/+356
2021-04-30dm raid: remove unnecessary discard limits for raid0 and raid10Mike Snitzer1-9/+0
2021-04-30dm rq: fix double free of blk_mq_tag_set in dev remove after table load failsBenjamin Block1-0/+2
2021-04-30dm integrity: use discard support when recalculatingMikulas Patocka1-24/+33
2021-04-30dm integrity: increase RECALC_SECTORS to improve recalculate speedMikulas Patocka1-1/+1
2021-04-30dm integrity: don't re-write metadata if discarding same blocksMikulas Patocka1-2/+4
2021-04-29Merge tag 'for-5.13/drivers-2021-04-27' of git://git.kernel.dk/linux-blockLinus Torvalds18-196/+541
2021-04-27Merge tag 'cfi-v5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ke...Linus Torvalds1-1/+2
2021-04-23md/raid1: properly indicate failure when ending a failed write requestPaul Clements1-0/+2
2021-04-23md-cluster: fix use-after-free issue when removing rdevHeming Zhao1-4/+4
2021-04-22dm raid: fix inconclusive reshape layout on fast raid4/5/6 table reload seque...Heinz Mauelshagen1-6/+28
2021-04-21dm raid: fix fall-through warning in rs_check_takeover() for ClangGustavo A. R. Silva1-0/+1
2021-04-19dm clone metadata: remove unused functionJiapeng Chong1-6/+0
2021-04-19dm integrity: fix missing goto in bitmap_flush_interval error handlingTian Tao1-0/+1