summaryrefslogtreecommitdiffstats
path: root/drivers/md
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-5.14/drivers-2021-06-29' of git://git.kernel.dk/linux-blockLinus Torvalds2021-06-3013-83/+149
|\
| * md/raid5: avoid device_lock in read_one_chunk()Gal Ofri2021-06-141-6/+23
| * md: add comments in md_integrity_registerGuoqing Jiang2021-06-141-0/+6
| * md: check level before create and exit io_acct_setGuoqing Jiang2021-06-141-6/+14
| * md: Constify attribute_group structsRikard Falkeborn2021-06-144-7/+7
| * md: mark some personalities as deprecatedGuoqing Jiang2021-06-144-6/+6
| * md/raid10: enable io accountingGuoqing Jiang2021-06-142-0/+7
| * md/raid1: enable io accountingGuoqing Jiang2021-06-142-0/+8
| * md/raid1: rename print_msg with r1bio_existedGuoqing Jiang2021-06-141-4/+4
| * md/raid5: avoid redundant bio clone in raid5_read_one_chunkGuoqing Jiang2021-06-141-14/+15
| * md/raid5: move checking badblock before clone bio in raid5_read_one_chunkGuoqing Jiang2021-06-141-7/+7
| * md: add io accounting for raid0 and raid5Guoqing Jiang2021-06-144-3/+68
| * md: revert io stats accountingGuoqing Jiang2021-06-142-46/+0
* | Merge tag 'for-5.14/block-2021-06-29' of git://git.kernel.dk/linux-blockLinus Torvalds2021-06-305-45/+26
|\ \
| * | blk-mq: improve the blk_mq_init_allocated_queue interfaceChristoph Hellwig2021-06-111-6/+3
| * | block: move bd_mutex to struct gendiskChristoph Hellwig2021-06-011-3/+3
| * | md: convert to blk_alloc_disk/blk_cleanup_diskChristoph Hellwig2021-06-011-16/+9
| * | dm: convert to blk_alloc_disk/blk_cleanup_diskChristoph Hellwig2021-06-011-9/+7
| * | bcache: convert to blk_alloc_disk/blk_cleanup_diskChristoph Hellwig2021-06-011-11/+4
| |/
* | sched: Change task_struct::statePeter Zijlstra2021-06-181-3/+3
* | 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