summaryrefslogtreecommitdiff
path: root/drivers/md/md.c
AgeCommit message (Expand)AuthorFilesLines
2024-09-04md: clean up invalid BUG_ON in md_ioctlLi Nan1-5/+0
2024-08-19md: do not delete safemode_timer in mddev_suspendLi Nan1-1/+0
2024-05-17md: fix kmemleak of rdev->serialLi Nan1-0/+1
2024-03-27md: Don't clear MD_CLOSING when the raid is about to stopLi Nan1-4/+10
2024-03-01md: fix data corruption for raid456 when reshape restart while grow upYu Kuai1-2/+12
2024-02-23md: Whenassemble the array, consult the superblock of the freshest deviceAlex Lyakas1-10/+44
2023-12-13md: don't leave 'MD_RECOVERY_FROZEN' in error path of md_set_readonly()Yu Kuai1-11/+13
2023-12-13md: introduce md_ro_stateYe Bin1-70/+82
2023-12-03md: fix bi_status reporting in md_end_clone_ioSong Liu1-1/+2
2023-09-19md: add error_handlers for raid0 and linearMariusz Tkaczyk1-0/+3
2023-09-19md: Set MD_BROKEN for RAID1 and RAID10Mariusz Tkaczyk1-12/+15
2023-08-03dm raid: protect md_stop() with 'reconfig_mutex'Yu Kuai1-0/+2
2023-07-23md/raid10: fix wrong setting of max_corr_read_errorsLi Nan1-0/+2
2023-07-23md/raid10: fix overflow of md/safe_mode_delayLi Nan1-3/+4
2023-04-05md: avoid signed overflow in slot_store()NeilBrown1-0/+3
2023-01-18block: handle bio_split_to_limits() NULL returnJens Axboe1-0/+2
2023-01-12md: fix a crash in mempool_freeMikulas Patocka1-3/+6
2022-09-15md: Flush workqueue md_rdev_misc_wq in md_alloc()David Sloan1-0/+1
2022-08-31md: call __md_stop_writes in md_stopGuoqing Jiang1-0/+1
2022-08-31Revert "md-raid: destroy the bitmap after destroying the thread"Guoqing Jiang1-1/+1
2022-08-25md: Notify sysfs sync_completed in md_reap_sync_thread()Logan Gunthorpe1-0/+1
2022-08-17md-raid: destroy the bitmap after destroying the threadMikulas Patocka1-1/+1
2022-06-14md: protect md_unregister_thread from reentrancyGuoqing Jiang1-5/+10
2022-06-09md: fix double free of io_acct_set biosetXiao Ni1-4/+0
2022-06-09md: fix an incorrect NULL check in md_reload_sbXiaomeng Tong1-4/+6
2022-06-09md: fix an incorrect NULL check in does_sb_need_changingXiaomeng Tong1-3/+5
2022-03-16block: drop unused includes in <linux/genhd.h>Christoph Hellwig1-0/+1
2022-01-27md: Move alloc/free acct bioset in to personalityXiao Ni1-10/+17
2021-12-14md: fix update super 1.0 on rdev size changeMarkus Hochholdinger1-0/+1
2021-11-18md: update superblock after changing rdev flags in state_storeXiao Ni1-1/+10
2021-09-22md: fix a lock order reversal in md_allocChristoph Hellwig1-5/+0
2021-06-30Merge tag 'for-5.14/drivers-2021-06-29' of git://git.kernel.dk/linux-blockLinus Torvalds1-51/+65
2021-06-15md: add comments in md_integrity_registerGuoqing Jiang1-0/+6
2021-06-15md: check level before create and exit io_acct_setGuoqing Jiang1-6/+14
2021-06-15md: Constify attribute_group structsRikard Falkeborn1-3/+3
2021-06-15md: add io accounting for raid0 and raid5Guoqing Jiang1-3/+48
2021-06-15md: revert io stats accountingGuoqing Jiang1-45/+0
2021-06-01md: convert to blk_alloc_disk/blk_cleanup_diskChristoph Hellwig1-16/+9
2021-04-23md-cluster: fix use-after-free issue when removing rdevHeming Zhao1-4/+4
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-08md: split mddev_findChristoph Hellwig1-5/+19
2021-04-08md: factor out a mddev_find_locked helper from mddev_findChristoph Hellwig1-13/+19
2021-04-08md: md_open returns -EBUSY when entering racing areaZhao Heming1-2/+1
2021-03-25md: Fix missing unused status line of /proc/mdstatJan Glauber1-1/+5
2021-03-25md: add md_submit_discard_bio() for submitting discard bioXiao Ni1-0/+20
2021-02-01md: use rdev_read_only in restart_arrayChristoph Hellwig1-1/+1
2021-02-01md: check for NULL ->meta_bdev before calling bdev_read_onlyChristoph Hellwig1-5/+8
2021-01-27md: remove md_bio_alloc_syncChristoph Hellwig1-9/+1