summaryrefslogtreecommitdiff
path: root/drivers/md
AgeCommit message (Expand)Author
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
2021-04-21dm raid: fix inconclusive reshape layout on fast raid4/5/6 table reload seque...Heinz Mauelshagen
2021-04-20dm raid: fix fall-through warning in rs_check_takeover() for ClangGustavo A. R. Silva
2021-04-19dm clone metadata: remove unused functionJiapeng Chong
2021-04-19dm integrity: fix missing goto in bitmap_flush_interval error handlingTian Tao
2021-04-19dm: replace dm_vcalloc()Matthew Wilcox (Oracle)
2021-04-19dm space map common: fix division bug in sm_ll_find_free_block()Joe Thornber
2021-04-19dm persistent data: packed struct should have an aligned() attribute tooJoe Thornber
2021-04-19dm btree spine: remove paranoid node_check call in node_prep_for_write()Joe Thornber
2021-04-19dm space map disk: remove redundant calls to sm_disk_get_nr_free()Joe Thornber
2021-04-15md/bitmap: wait for external bitmap writes to complete during tear downSudhakar Panneerselvam
2021-04-15md: do not return existing mddevs from mddev_find_or_allocChristoph Hellwig
2021-04-15md: refactor mddev_find_or_allocChristoph Hellwig
2021-04-15md: factor out a mddev_alloc_unit helper from mddev_findChristoph Hellwig
2021-04-14dm verity fec: fix misaligned RS roots IOJaegeuk Kim
2021-04-11bcache: fix a regression of code compiling failure in debug.cColy Li
2021-04-11bcache: Use 64-bit arithmetic instead of 32-bitGustavo A. R. Silva
2021-04-11md: bcache: Trivial typo fixes in the file journal.cBhaskar Chowdhury
2021-04-11md: bcache: avoid -Wempty-body warningsArnd Bergmann
2021-04-11bcache: use NULL instead of using plain integer as pointerYang Li
2021-04-11bcache: remove PTR_CACHEChristoph Hellwig
2021-04-11bcache: reduce redundant code in bch_cached_dev_run()Zhiqiang Liu
2021-04-08treewide: Change list_sort to use const pointersSami Tolvanen
2021-04-07md: split mddev_findChristoph Hellwig
2021-04-07md: factor out a mddev_find_locked helper from mddev_findChristoph Hellwig
2021-04-07md: md_open returns -EBUSY when entering racing areaZhao Heming
2021-03-26dm integrity: add the "reset_recalculate" feature flagMikulas Patocka
2021-03-26dm persistent data: remove unused return from exit_shadow_spine()Jiapeng Chong
2021-03-26dm cache: remove needless request_queue NULL pointer checksXu Wang
2021-03-26dm thin: remove needless request_queue NULL pointer checkXu Wang
2021-03-26dm: unexport dm_{get,put}_table_deviceChristoph Hellwig
2021-03-26dm ebs: fix a few typosBhaskar Chowdhury
2021-03-26dm ioctl: filter the returned values according to name or uuid prefixMikulas Patocka
2021-03-26dm ioctl: return UUID in DM_LIST_DEVICES_CMD resultMikulas Patocka
2021-03-26dm ioctl: replace device hash with red-black treeMikulas Patocka
2021-03-26dm verity: allow only one error handling modeJeongHyeon Lee
2021-03-26dm: remove useless loop in __split_and_process_bioMikulas Patocka
2021-03-26dm writecache: fix flexible_array.cocci warningsJulia Lawall
2021-03-26dm ioctl: fix out of bounds array access when no devicesMikulas Patocka