summaryrefslogtreecommitdiffstats
path: root/drivers/md
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | md: bcache: Trivial typo fixes in the file journal.cBhaskar Chowdhury2021-04-111-2/+2
| * | md: bcache: avoid -Wempty-body warningsArnd Bergmann2021-04-111-1/+1
| * | bcache: use NULL instead of using plain integer as pointerYang Li2021-04-111-1/+1
| * | bcache: remove PTR_CACHEChristoph Hellwig2021-04-118-23/+14
| * | bcache: reduce redundant code in bch_cached_dev_run()Zhiqiang Liu2021-04-111-13/+12
| * | md: split mddev_findChristoph Hellwig2021-04-071-5/+19
| * | md: factor out a mddev_find_locked helper from mddev_findChristoph Hellwig2021-04-071-13/+19
| * | md: md_open returns -EBUSY when entering racing areaZhao Heming2021-04-071-2/+1
| * | md: Fix missing unused status line of /proc/mdstatJan Glauber2021-03-241-1/+5
| * | md/raid10: improve discard request for far layoutXiao Ni2021-03-242-19/+61
| * | md/raid10: improve raid10 discard requestXiao Ni2021-03-241-1/+262
| * | md/raid10: pull the code that wait for blocked dev into one functionXiao Ni2021-03-241-51/+69