summaryrefslogtreecommitdiff
path: root/drivers/md/md.c
AgeCommit message (Expand)AuthorFilesLines
2023-09-14md: Put the right device in md_seq_nextMariusz Tkaczyk1-1/+1
2023-09-08md: fix warning for holder mismatch from export_rdev()Yu Kuai1-3/+12
2023-09-08md: don't dereference mddev after export_rdev()Yu Kuai1-3/+3
2023-08-30Merge tag 'for-6.6/block-2023-08-28' of git://git.kernel.dk/linuxLinus Torvalds1-92/+136
2023-08-15md: Hold mddev->reconfig_mutex when trying to get mddev->sync_threadLi Lingfeng1-4/+5
2023-07-27md: restore 'noio_flag' for the last mddev_resume()Yu Kuai1-2/+4
2023-07-27md: don't quiesce in mddev_suspend()Yu Kuai1-2/+0
2023-07-27md: also clone new io if io accounting is disabledYu Kuai1-32/+31
2023-07-27md: move initialization and destruction of 'io_acct_set' to md.cYu Kuai1-17/+10
2023-07-27md: deprecate bitmap file supportChristoph Hellwig1-0/+2
2023-07-27md: make bitmap file support optionalChristoph Hellwig1-0/+7
2023-07-27md: enhance checking in md_check_recovery()Yu Kuai1-7/+15
2023-07-27md: wake up 'resync_wait' at last in md_reap_sync_thread()Yu Kuai1-1/+1
2023-07-27md: refactor idle/frozen_sync_thread() to fix deadlockYu Kuai1-4/+19
2023-07-27md: add a mutex to synchronize idle and frozen in action_store()Yu Kuai1-0/+5
2023-07-27md: refactor action_store() for 'idle' and 'frozen'Yu Kuai1-16/+45
2023-07-27Revert "md: unlock mddev before reap sync_thread in action_store"Yu Kuai1-17/+2
2023-07-25dm raid: protect md_stop() with 'reconfig_mutex'Yu Kuai1-0/+2
2023-06-23md: fix 'delete_mutex' deadlockYu Kuai1-19/+9
2023-06-23md: use mddev->external to select holder in export_rdev()Song Liu1-2/+2
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