index
:
pm24.git
master
perf-mon
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
md
/
md.c
Age
Commit message (
Expand
)
Author
2023-10-10
md: use new apis to suspend array for sysfs apis
Yu Kuai
2023-10-10
md: add new helpers to suspend/resume array
Yu Kuai
2023-10-10
md: replace is_md_suspended() with 'mddev->suspended' in md_check_recovery()
Yu Kuai
2023-10-10
md: use READ_ONCE/WRITE_ONCE for 'suspend_lo' and 'suspend_hi'
Yu Kuai
2023-09-28
md: do not require mddev_lock() for all options in array_state_store()
Mariusz Tkaczyk
2023-09-27
md: simplify md_seq_ops
Yu Kuai
2023-09-27
md: factor out a helper from mddev_put()
Yu Kuai
2023-09-25
md: replace deprecated strncpy with memcpy
Justin Stitt
2023-09-22
md: don't check 'mddev->pers' and 'pers->quiesce' from suspend_lo_store()
Yu Kuai
2023-09-22
md: don't check 'mddev->pers' from suspend_hi_store()
Yu Kuai
2023-09-22
md: don't rely on 'mddev->pers' to be set in mddev_suspend()
Yu Kuai
2023-09-22
md: initialize 'writes_pending' while allocating mddev
Yu Kuai
2023-09-22
md: initialize 'active_io' while allocating mddev
Yu Kuai
2023-09-22
md: delay remove_and_add_spares() for read only array to md_start_sync()
Yu Kuai
2023-09-22
md: factor out a helper rdev_addable() from remove_and_add_spares()
Yu Kuai
2023-09-22
md: factor out a helper rdev_is_spare() from remove_and_add_spares()
Yu Kuai
2023-09-22
md: factor out a helper rdev_removeable() from remove_and_add_spares()
Yu Kuai
2023-09-22
md: delay choosing sync action to md_start_sync()
Yu Kuai
2023-09-22
md: factor out a helper to choose sync action from md_check_recovery()
Yu Kuai
2023-09-22
md: use separate work_struct for md_start_sync()
Yu Kuai
2023-09-14
md: Put the right device in md_seq_next
Mariusz Tkaczyk
2023-09-08
md: fix warning for holder mismatch from export_rdev()
Yu Kuai
2023-09-08
md: don't dereference mddev after export_rdev()
Yu Kuai
2023-08-29
Merge tag 'for-6.6/block-2023-08-28' of git://git.kernel.dk/linux
Linus Torvalds
2023-08-15
md: Hold mddev->reconfig_mutex when trying to get mddev->sync_thread
Li Lingfeng
2023-07-27
md: restore 'noio_flag' for the last mddev_resume()
Yu Kuai
2023-07-27
md: don't quiesce in mddev_suspend()
Yu Kuai
2023-07-27
md: also clone new io if io accounting is disabled
Yu Kuai
2023-07-27
md: move initialization and destruction of 'io_acct_set' to md.c
Yu Kuai
2023-07-27
md: deprecate bitmap file support
Christoph Hellwig
2023-07-27
md: make bitmap file support optional
Christoph Hellwig
2023-07-27
md: enhance checking in md_check_recovery()
Yu Kuai
2023-07-27
md: wake up 'resync_wait' at last in md_reap_sync_thread()
Yu Kuai
2023-07-27
md: refactor idle/frozen_sync_thread() to fix deadlock
Yu Kuai
2023-07-27
md: add a mutex to synchronize idle and frozen in action_store()
Yu Kuai
2023-07-27
md: refactor action_store() for 'idle' and 'frozen'
Yu Kuai
2023-07-27
Revert "md: unlock mddev before reap sync_thread in action_store"
Yu Kuai
2023-07-25
dm raid: protect md_stop() with 'reconfig_mutex'
Yu Kuai
2023-06-23
md: fix 'delete_mutex' deadlock
Yu Kuai
2023-06-23
md: use mddev->external to select holder in export_rdev()
Song Liu
2023-06-13
md/md-bitmap: add a new helper to unplug bitmap asynchrously
Yu Kuai
2023-06-13
md/raid10: clean up md_add_new_disk()
Li Nan
2023-06-13
md: protect md_thread with rcu
Yu Kuai
2023-06-13
md: factor out a helper to wake up md_thread directly
Yu Kuai
2023-06-13
md: fix duplicate filename for rdev
Yu Kuai
2023-06-13
md/raid10: fix wrong setting of max_corr_read_errors
Li Nan
2023-06-13
md/raid10: fix overflow of md/safe_mode_delay
Li Nan
2023-06-13
md/raid5: fix a deadlock in the case that reshape is interrupted
Yu Kuai
2023-06-13
md: add a new api prepare_suspend() in md_personality
Yu Kuai
2023-06-13
md: export md_is_rdwr() and is_md_suspended()
Yu Kuai
[next]