summaryrefslogtreecommitdiff
path: root/drivers/md/md.c
AgeCommit message (Expand)Author
2023-01-18block: handle bio_split_to_limits() NULL returnJens Axboe
2023-01-12md: fix a crash in mempool_freeMikulas Patocka
2022-09-15md: Flush workqueue md_rdev_misc_wq in md_alloc()David Sloan
2022-08-31md: call __md_stop_writes in md_stopGuoqing Jiang
2022-08-31Revert "md-raid: destroy the bitmap after destroying the thread"Guoqing Jiang
2022-08-25md: Notify sysfs sync_completed in md_reap_sync_thread()Logan Gunthorpe
2022-08-17md-raid: destroy the bitmap after destroying the threadMikulas Patocka
2022-06-14md: protect md_unregister_thread from reentrancyGuoqing Jiang
2022-06-09md: fix double free of io_acct_set biosetXiao Ni
2022-06-09md: fix an incorrect NULL check in md_reload_sbXiaomeng Tong
2022-06-09md: fix an incorrect NULL check in does_sb_need_changingXiaomeng Tong
2022-03-16block: drop unused includes in <linux/genhd.h>Christoph Hellwig
2022-01-27md: Move alloc/free acct bioset in to personalityXiao Ni
2021-12-14md: fix update super 1.0 on rdev size changeMarkus Hochholdinger
2021-11-18md: update superblock after changing rdev flags in state_storeXiao Ni
2021-09-22md: fix a lock order reversal in md_allocChristoph Hellwig
2021-06-30Merge tag 'for-5.14/drivers-2021-06-29' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-06-14md: add comments in md_integrity_registerGuoqing Jiang
2021-06-14md: check level before create and exit io_acct_setGuoqing Jiang
2021-06-14md: Constify attribute_group structsRikard Falkeborn
2021-06-14md: add io accounting for raid0 and raid5Guoqing Jiang
2021-06-14md: revert io stats accountingGuoqing Jiang
2021-06-01md: convert to blk_alloc_disk/blk_cleanup_diskChristoph Hellwig
2021-04-23md-cluster: fix use-after-free issue when removing rdevHeming Zhao
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-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-24md: Fix missing unused status line of /proc/mdstatJan Glauber
2021-03-24md: add md_submit_discard_bio() for submitting discard bioXiao Ni
2021-02-01md: use rdev_read_only in restart_arrayChristoph Hellwig
2021-02-01md: check for NULL ->meta_bdev before calling bdev_read_onlyChristoph Hellwig
2021-01-27md: remove md_bio_alloc_syncChristoph Hellwig
2021-01-27md: simplify sync_page_ioChristoph Hellwig
2021-01-27md: remove bio_alloc_mddevChristoph Hellwig
2021-01-24block: use ->bi_bdev for bio based I/O accountingChristoph Hellwig
2021-01-24block: store a block_device pointer in struct bioChristoph Hellwig
2021-01-20md: Set prev_flush_start and flush_bio in an atomic wayXiao Ni
2020-12-16Merge tag 'for-5.11/drivers-2020-12-14' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-12-16Merge tag 'for-5.11/block-2020-12-14' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-12-09Revert "md: add md_submit_discard_bio() for submitting discard bio"Song Liu
2020-12-04block: remove the request_queue argument to the block_bio_remap tracepointChristoph Hellwig
2020-12-01block: switch partition lookup to use struct block_deviceChristoph Hellwig
2020-12-01block: allocate struct hd_struct as part of struct bdev_inodeChristoph Hellwig
2020-12-01block: add a bdev_kobj helperChristoph Hellwig
2020-11-30md/cluster: fix deadlock when node is doing resync jobZhao Heming
2020-11-30md/cluster: block reshape with remote resync jobZhao Heming
2020-11-30md: use current request time as base for ktime comparisonsPankaj Gupta