aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-06-18sched: Change task_struct::statePeter Zijlstra1-3/+3
2021-06-12Merge tag 'block-5.13-2021-06-12' of git://git.kernel.dk/linux-blockLinus Torvalds5-33/+7
2021-06-08bcache: avoid oversized read request in cache missing code pathColy Li1-2/+7
2021-06-08bcache: remove bcache device self-defined readaheadColy Li5-32/+1
2021-05-28Merge tag 'block-5.13-2021-05-28' of git://git.kernel.dk/linux-blockLinus Torvalds1-2/+0
2021-05-25md/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-06include: 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/git/device-mapper/linux-dmLinus 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-28Merge 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/kees/linuxLinus 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-21dm raid: fix inconclusive reshape layout on fast raid4/5/6 table reload sequencesHeinz Mauelshagen1-6/+28
2021-04-20dm 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
2021-04-19dm: replace dm_vcalloc()Matthew Wilcox (Oracle)3-29/+12
2021-04-19dm space map common: fix division bug in sm_ll_find_free_block()Joe Thornber1-0/+2
2021-04-19dm persistent data: packed struct should have an aligned() attribute tooJoe Thornber2-6/+6
2021-04-19dm btree spine: remove paranoid node_check call in node_prep_for_write()Joe Thornber1-2/+0
2021-04-19dm space map disk: remove redundant calls to sm_disk_get_nr_free()Joe Thornber1-9/+0
2021-04-15md/bitmap: wait for external bitmap writes to complete during tear downSudhakar Panneerselvam1-0/+2
2021-04-15md: do not return existing mddevs from mddev_find_or_allocChristoph Hellwig1-23/+23
2021-04-15md: refactor mddev_find_or_allocChristoph Hellwig1-36/+24
2021-04-15md: factor out a mddev_alloc_unit helper from mddev_findChristoph Hellwig1-20/+27
2021-04-14dm verity fec: fix misaligned RS roots IOJaegeuk Kim2-3/+9
2021-04-11bcache: fix a regression of code compiling failure in debug.cColy Li1-1/+1
2021-04-11bcache: Use 64-bit arithmetic instead of 32-bitGustavo A. R. Silva1-3/+3
2021-04-11md: bcache: Trivial typo fixes in the file journal.cBhaskar Chowdhury1-2/+2
2021-04-11md: bcache: avoid -Wempty-body warningsArnd Bergmann1-1/+1
2021-04-11bcache: use NULL instead of using plain integer as pointerYang Li1-1/+1
2021-04-11bcache: remove PTR_CACHEChristoph Hellwig8-23/+14
2021-04-11bcache: reduce redundant code in bch_cached_dev_run()Zhiqiang Liu1-13/+12
2021-04-08treewide: Change list_sort to use const pointersSami Tolvanen1-1/+2
2021-04-07md: split mddev_findChristoph Hellwig1-5/+19
2021-04-07md: factor out a mddev_find_locked helper from mddev_findChristoph Hellwig1-13/+19
2021-04-07md: md_open returns -EBUSY when entering racing areaZhao Heming1-2/+1