summaryrefslogtreecommitdiffstats
path: root/drivers/md
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'block-5.13-2021-06-12' of git://git.kernel.dk/linux-blockLinus Torvalds2021-06-125-33/+7
|\
| * bcache: avoid oversized read request in cache missing code pathColy Li2021-06-081-2/+7
| * bcache: remove bcache device self-defined readaheadColy Li2021-06-085-32/+1
* | Merge tag 'block-5.13-2021-05-28' of git://git.kernel.dk/linux-blockLinus Torvalds2021-05-281-2/+0
|\|
| * md/raid5: remove an incorrect assert in in_chunk_boundaryChristoph Hellwig2021-05-251-2/+0
* | dm snapshot: properly fix a crash when an origin has no snapshotsMikulas Patocka2021-05-251-1/+1
* | dm snapshot: revert "fix a crash when an origin has no snapshots"Mikulas Patocka2021-05-251-2/+3
* | dm verity: fix require_signatures module_param permissionsJohn Keeping2021-05-251-1/+1
* | dm integrity: fix sparse warningsMikulas Patocka2021-05-131-12/+12
* | dm integrity: revert to not using discard filler when recalulatingMikulas Patocka2021-05-131-33/+24
* | dm snapshot: fix crash with transient storage and zero chunk sizeMikulas Patocka2021-05-131-0/+1
* | dm snapshot: fix a crash when an origin has no snapshotsMikulas Patocka2021-05-101-3/+2
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-05-071-0/+1
|\ \
| * | include: remove pagemap.h from blkdev.hMatthew Wilcox (Oracle)2021-05-061-0/+1
| |/
* | Merge tag 'for-5.13/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2021-05-0119-264/+356
|\ \ | |/ |/|
| * dm raid: remove unnecessary discard limits for raid0 and raid10Mike Snitzer2021-04-301-9/+0
| * dm rq: fix double free of blk_mq_tag_set in dev remove after table load failsBenjamin Block2021-04-301-0/+2
| * dm integrity: use discard support when recalculatingMikulas Patocka2021-04-301-24/+33
| * dm integrity: increase RECALC_SECTORS to improve recalculate speedMikulas Patocka2021-04-301-1/+1
| * dm integrity: don't re-write metadata if discarding same blocksMikulas Patocka2021-04-301-2/+4
| * dm raid: fix inconclusive reshape layout on fast raid4/5/6 table reload seque...Heinz Mauelshagen2021-04-211-6/+28
| * dm raid: fix fall-through warning in rs_check_takeover() for ClangGustavo A. R. Silva2021-04-201-0/+1
| * dm clone metadata: remove unused functionJiapeng Chong2021-04-191-6/+0
| * dm integrity: fix missing goto in bitmap_flush_interval error handlingTian Tao2021-04-191-0/+1
| * dm: replace dm_vcalloc()Matthew Wilcox (Oracle)2021-04-193-29/+12
| * dm space map common: fix division bug in sm_ll_find_free_block()Joe Thornber2021-04-191-0/+2
| * dm persistent data: packed struct should have an aligned() attribute tooJoe Thornber2021-04-192-6/+6
| * dm btree spine: remove paranoid node_check call in node_prep_for_write()Joe Thornber2021-04-191-2/+0
| * dm space map disk: remove redundant calls to sm_disk_get_nr_free()Joe Thornber2021-04-191-9/+0
| * dm integrity: add the "reset_recalculate" feature flagMikulas Patocka2021-03-261-4/+17
| * dm persistent data: remove unused return from exit_shadow_spine()Jiapeng Chong2021-03-262-5/+3
| * dm cache: remove needless request_queue NULL pointer checksXu Wang2021-03-261-1/+1
| * dm thin: remove needless request_queue NULL pointer checkXu Wang2021-03-261-1/+1
| * dm: unexport dm_{get,put}_table_deviceChristoph Hellwig2021-03-261-2/+0
| * dm ebs: fix a few typosBhaskar Chowdhury2021-03-261-3/+3
| * dm ioctl: filter the returned values according to name or uuid prefixMikulas Patocka2021-03-261-0/+28
| * dm ioctl: return UUID in DM_LIST_DEVICES_CMD resultMikulas Patocka2021-03-261-3/+17
| * dm ioctl: replace device hash with red-black treeMikulas Patocka2021-03-261-112/+142
| * dm verity: allow only one error handling modeJeongHyeon Lee2021-03-261-11/+29
| * dm: remove useless loop in __split_and_process_bioMikulas Patocka2021-03-261-32/+29
| * dm writecache: fix flexible_array.cocci warningsJulia Lawall2021-03-261-1/+1
* | Merge tag 'for-5.13/drivers-2021-04-27' of git://git.kernel.dk/linux-blockLinus Torvalds2021-04-2818-196/+541
|\ \
| * | md/raid1: properly indicate failure when ending a failed write requestPaul Clements2021-04-231-0/+2
| * | md-cluster: fix use-after-free issue when removing rdevHeming Zhao2021-04-231-4/+4
| * | md/bitmap: wait for external bitmap writes to complete during tear downSudhakar Panneerselvam2021-04-151-0/+2
| * | md: do not return existing mddevs from mddev_find_or_allocChristoph Hellwig2021-04-151-23/+23
| * | md: refactor mddev_find_or_allocChristoph Hellwig2021-04-151-36/+24
| * | md: factor out a mddev_alloc_unit helper from mddev_findChristoph Hellwig2021-04-151-20/+27
| * | bcache: fix a regression of code compiling failure in debug.cColy Li2021-04-111-1/+1
| * | bcache: Use 64-bit arithmetic instead of 32-bitGustavo A. R. Silva2021-04-111-3/+3