aboutsummaryrefslogtreecommitdiff
path: root/drivers/md
AgeCommit message (Expand)AuthorFilesLines
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
2021-03-26dm integrity: add the "reset_recalculate" feature flagMikulas Patocka1-4/+17
2021-03-26dm persistent data: remove unused return from exit_shadow_spine()Jiapeng Chong2-5/+3
2021-03-26dm cache: remove needless request_queue NULL pointer checksXu Wang1-1/+1
2021-03-26dm thin: remove needless request_queue NULL pointer checkXu Wang1-1/+1
2021-03-26dm: unexport dm_{get,put}_table_deviceChristoph Hellwig1-2/+0
2021-03-26dm ebs: fix a few typosBhaskar Chowdhury1-3/+3
2021-03-26dm ioctl: filter the returned values according to name or uuid prefixMikulas Patocka1-0/+28
2021-03-26dm ioctl: return UUID in DM_LIST_DEVICES_CMD resultMikulas Patocka1-3/+17
2021-03-26dm ioctl: replace device hash with red-black treeMikulas Patocka1-112/+142
2021-03-26dm verity: allow only one error handling modeJeongHyeon Lee1-11/+29
2021-03-26dm: remove useless loop in __split_and_process_bioMikulas Patocka1-32/+29
2021-03-26dm writecache: fix flexible_array.cocci warningsJulia Lawall1-1/+1
2021-03-26dm ioctl: fix out of bounds array access when no devicesMikulas Patocka1-1/+1
2021-03-24md: Fix missing unused status line of /proc/mdstatJan Glauber1-1/+5
2021-03-24md/raid10: improve discard request for far layoutXiao Ni2-19/+61
2021-03-24md/raid10: improve raid10 discard requestXiao Ni1-1/+262
2021-03-24md/raid10: pull the code that wait for blocked dev into one functionXiao Ni1-51/+69
2021-03-24md/raid10: extend r10bio devs to raid disksXiao Ni1-5/+5
2021-03-24md: add md_submit_discard_bio() for submitting discard bioXiao Ni3-12/+24
2021-03-22dm: don't report "detected capacity change" on device creationMikulas Patocka1-1/+4
2021-03-22dm table: Fix zoned model check and zone sectors checkShin'ichiro Kawasaki2-9/+26
2021-03-22dm verity: fix DM_VERITY_OPTS_MAX valueJeongHyeon Lee1-1/+1
2021-03-12Merge tag 'block-5.12-2021-03-12-v2' of git://git.kernel.dk/linux-blockLinus Torvalds5-10/+10
2021-03-11block: rename BIO_MAX_PAGES to BIO_MAX_VECSChristoph Hellwig5-10/+10
2021-03-05Merge tag 'for-5.12/dm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-11/+16
2021-03-04dm verity: fix FEC for RS roots unaligned to block sizeMilan Broz1-11/+12
2021-03-04dm bufio: subtract the number of initial sectors in dm_bufio_get_device_sizeMikulas Patocka1-0/+4
2021-02-28Merge tag 'block-5.12-2021-02-27' of git://git.kernel.dk/linux-blockLinus Torvalds2-7/+7