summaryrefslogtreecommitdiff
path: root/drivers/md/md.c
AgeCommit message (Expand)AuthorFilesLines
2023-06-14md/md-bitmap: add a new helper to unplug bitmap asynchrouslyYu Kuai1-0/+9
2023-06-14md/raid10: clean up md_add_new_disk()Li Nan1-1/+0
2023-06-14md: protect md_thread with rcuYu Kuai1-37/+32
2023-06-14md: factor out a helper to wake up md_thread directlyYu Kuai1-8/+19
2023-06-14md: fix duplicate filename for rdevYu Kuai1-42/+44
2023-06-14md/raid10: fix wrong setting of max_corr_read_errorsLi Nan1-0/+2
2023-06-14md/raid10: fix overflow of md/safe_mode_delayLi Nan1-3/+4
2023-06-14md/raid5: fix a deadlock in the case that reshape is interruptedYu Kuai1-0/+1
2023-06-14md: add a new api prepare_suspend() in md_personalityYu Kuai1-0/+4
2023-06-14md: export md_is_rdwr() and is_md_suspended()Yu Kuai1-16/+0
2023-06-14md: fix data corruption for raid456 when reshape restart while grow upYu Kuai1-2/+12
2023-06-12block: replace fmode_t with a block-specific type for block open flagsChristoph Hellwig1-4/+4
2023-06-12block: use the holder as indication for exclusive opensChristoph Hellwig1-18/+20
2023-06-12block: remove the unused mode argument to ->releaseChristoph Hellwig1-1/+1
2023-06-12block: pass a gendisk to ->openChristoph Hellwig1-3/+3
2023-06-12block: pass a gendisk on bdev_check_media_changeChristoph Hellwig1-1/+1
2023-06-05block: introduce holder opsChristoph Hellwig1-1/+1
2023-05-31md: use __bio_add_page to add single pageJohannes Thumshirn1-2/+2
2023-04-28Merge tag 'sysctl-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds1-21/+1
2023-04-26Merge tag 'for-6.4/block-2023-04-21' of git://git.kernel.dk/linuxLinus Torvalds1-12/+15
2023-04-14md: fix soft lockup in status_resyncYu Kuai1-9/+9
2023-04-14md: add error_handlers for raid0 and linearMariusz Tkaczyk1-0/+3
2023-04-14md: make kobj_type structures constantThomas Weißschuh1-3/+3
2023-04-13md: simplify sysctl registrationLuis Chamberlain1-21/+1
2023-03-29md: fix regression for null-ptr-deference in __md_stop()Yu Kuai1-1/+2
2023-03-13md: avoid signed overflow in slot_store()NeilBrown1-0/+3
2023-03-13md: Free resources in __md_stopXiao Ni1-9/+5
2023-02-09md: account io_acct_set usage with active_ioXiao Ni1-0/+6
2023-02-01md: use MD_RESYNC_* whenever possibleHou Tao1-3/+3
2023-02-01md: Free writes_pending in md_stopXiao Ni1-0/+1
2023-02-01md: Change active_io to percpuXiao Ni1-19/+24
2023-02-01md: Factor out is_md_suspended helperXiao Ni1-5/+12
2023-02-01md: don't update recovery_cp when curr_resync is ACTIVEHou Tao1-1/+1
2023-01-12md: fix incorrect declaration about claim_rdev in md_import_deviceAdrian Huang1-2/+2
2023-01-04block: handle bio_split_to_limits() NULL returnJens Axboe1-0/+2
2022-12-02md: fold unbind_rdev_from_array into md_kick_rdev_from_arrayChristoph Hellwig1-21/+16
2022-12-02md: mark md_kick_rdev_from_array staticChristoph Hellwig1-2/+1
2022-12-02md: remove lock_bdev / unlock_bdevChristoph Hellwig1-41/+22
2022-11-14md: fix a crash in mempool_freeMikulas Patocka1-3/+6
2022-11-14md: introduce md_ro_stateYe Bin1-70/+82
2022-11-14md: factor out __md_set_array_info()Ye Bin1-30/+35
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