summaryrefslogtreecommitdiff
path: root/drivers/md/md.c
AgeCommit message (Expand)AuthorFilesLines
2024-08-29md: clean up invalid BUG_ON in md_ioctlLi Nan1-5/+0
2024-08-14md: do not delete safemode_timer in mddev_suspendLi Nan1-1/+0
2024-08-03md: fix deadlock between mddev_suspend and flush bioLi Nan1-11/+15
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-27md: fix data corruption for raid456 when reshape restart while grow upYu Kuai1-2/+12
2024-03-01md: Fix missing release of 'active_io' for flushYu Kuai1-1/+5
2024-02-23md: bypass block throttle for superblock updateJunxiao Bi1-3/+4
2024-02-05md: Whenassemble the array, consult the superblock of the freshest deviceAlex Lyakas1-10/+44
2024-01-26md: synchronize flush io with array reconfigurationYu Kuai1-6/+16
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-23md: Put the right device in md_seq_nextMariusz Tkaczyk1-1/+1
2023-09-13md: fix regression for null-ptr-deference in __md_stop()Yu Kuai1-1/+2
2023-09-13md: Free resources in __md_stopXiao Ni1-8/+5
2023-09-13md: add error_handlers for raid0 and linearMariusz Tkaczyk1-0/+3
2023-09-13md: restore 'noio_flag' for the last mddev_resume()Yu Kuai1-2/+4
2023-09-13md: Change active_io to percpuXiao Ni1-19/+24
2023-09-13md: Factor out is_md_suspended helperXiao Ni1-5/+12
2023-08-03dm raid: protect md_stop() with 'reconfig_mutex'Yu Kuai1-0/+2
2023-07-19md/raid10: fix wrong setting of max_corr_read_errorsLi Nan1-0/+2
2023-07-19md/raid10: fix overflow of md/safe_mode_delayLi Nan1-3/+4
2023-05-24md: fix soft lockup in status_resyncYu Kuai1-9/+9
2023-04-06md: avoid signed overflow in slot_store()NeilBrown1-0/+3
2023-03-10md: don't update recovery_cp when curr_resync is ACTIVEHou Tao1-1/+1
2023-01-18block: handle bio_split_to_limits() NULL returnJens Axboe1-0/+2
2023-01-04md: fix a crash in mempool_freeMikulas Patocka1-3/+6
2022-10-07Merge tag 'for-6.1/block-2022-10-03' of git://git.kernel.dk/linuxLinus Torvalds1-3/+2
2022-09-27block: replace blk_queue_nowait with bdev_nowaitChristoph Hellwig1-2/+2
2022-09-22md: Remove extra mddev_get() in md_seq_start()Logan Gunthorpe1-1/+0
2022-08-24md: call __md_stop_writes in md_stopGuoqing Jiang1-0/+1
2022-08-24Revert "md-raid: destroy the bitmap after destroying the thread"Guoqing Jiang1-1/+1
2022-08-24md: Flush workqueue md_rdev_misc_wq in md_alloc()David Sloan1-0/+1
2022-08-03block: change the blk_queue_split calling conventionChristoph Hellwig1-1/+1
2022-08-03md-raid: destroy the bitmap after destroying the threadMikulas Patocka1-1/+1
2022-08-03md: return the allocated devices from md_allocChristoph Hellwig1-32/+22
2022-08-03md: open code md_probe in autorun_devicesChristoph Hellwig1-1/+1
2022-08-03md: remove unneeded semicolonYang Li1-1/+1
2022-08-03md: fix build failure for !MODULEStephen Rothwell1-0/+2
2022-08-03md: simplify md_openChristoph Hellwig1-27/+15
2022-08-03md: only delete entries from all_mddevs when the disk is freedChristoph Hellwig1-18/+38
2022-08-03md: stop using for_each_mddev in md_exitChristoph Hellwig1-28/+11
2022-08-03md: stop using for_each_mddev in md_notify_rebootChristoph Hellwig1-3/+9
2022-08-03md: stop using for_each_mddev in md_do_syncChristoph Hellwig1-3/+5
2022-08-03md: factor out the rdev overlaps check from rdev_size_storeChristoph Hellwig1-45/+39
2022-08-03md: rename md_free to md_kobj_releaseChristoph Hellwig1-2/+2
2022-08-03md: implement ->free_diskChristoph Hellwig1-6/+12
2022-08-03md: fix error handling in md_allocChristoph Hellwig1-13/+32
2022-08-03md: fix mddev->kobj lifetimeChristoph Hellwig1-6/+4