LinuxLists
Users
About
Yu Kuai (
[email protected]
)
Number of posts: 917 (0.52 per day)
First post: 2019-08-13 12:45:48
Last post: 2024-06-03 13:15:33
Next Page
Date
List
Subject
2024-06-03 13:15:33
linux-kernel
[PATCH 05/12] md: replace sysfs api sync_action with new helpers
2024-06-03 13:06:53
linux-kernel
[PATCH 11/12] md: pass in max_sectors for pers->sync_request()
2024-06-03 13:06:06
linux-kernel
[PATCH 10/12] md: factor out helpers for different sync_action in md_do_sync()
2024-06-03 13:05:07
linux-kernel
[PATCH 12/12] md/raid5: avoid BUG_ON() while continue reshape after reassembling
2024-06-03 13:05:02
linux-kernel
[PATCH 09/12] md: replace last_sync_action with new enum type
2024-06-03 13:03:25
linux-kernel
[PATCH 08/12] md: use new helers in md_do_sync()
2024-06-03 13:02:47
linux-kernel
[PATCH 06/12] md: remove parameter check_seq for stop_sync_thread()
2024-06-03 13:01:51
linux-kernel
[PATCH 07/12] md: don't fail action_store() if sync_thread is not registered
2024-06-03 13:01:22
linux-kernel
[PATCH 02/12] md: add a new enum type sync_action
2024-06-03 13:00:59
linux-kernel
[PATCH 04/12] md: factor out helper to start reshape from action_store()
2024-06-03 13:00:49
linux-kernel
[PATCH 00/12] md: refacotor and some fixes related to sync_thread
2024-06-03 13:00:47
linux-kernel
[PATCH 03/12] md: add new helpers for sync_action
2024-06-03 13:00:24
linux-kernel
[PATCH 01/12] md: rearrange recovery_flags
2024-05-27 01:08:56
linux-kernel
Re: [PATCH AUTOSEL 6.9 02/15] md: Fix overflow in is_mddev_idle
2024-04-12 01:25:22
linux-kernel
Re: [PATCH -next 1/2] block: fix that blk_time_get_ns() doesn't update time after schedule
2024-02-22 09:27:32
linux-kernel
Re: [PATCH v2] block: fix deadlock between bd_link_disk_holder and partition scan
2024-01-25 11:55:34
linux-kernel
Re: [PATCH v2 05/11] md: export helpers to stop sync_thread
2024-01-24 09:50:35
linux-kernel
[PATCH v2 10/11] md: export helper md_is_rdwr()
2024-01-24 09:49:05
linux-kernel
[PATCH v2 07/11] md/dm-raid: don't call md_reap_sync_thread() directly
2024-01-24 09:45:48
linux-kernel
[PATCH v2 04/11] md: don't register sync_thread for reshape directly
2024-01-24 09:45:18
linux-kernel
[PATCH v2 03/11] md: make sure md_do_sync() will set MD_RECOVERY_DONE
2024-01-24 09:40:52
linux-kernel
[PATCH v2 00/11] dm-raid: fix v6.7 regressions
2024-01-24 09:24:15
linux-kernel
[PATCH v2 08/11] dm-raid: remove mddev_suspend/resume()
2024-01-24 09:23:45
linux-kernel
[PATCH v2 11/11] md/raid456: fix a deadlock for dm-raid456 while io concurrent with reshape
2024-01-24 09:23:31
linux-kernel
[PATCH v2 09/11] dm-raid: add a new helper prepare_suspend() in md_personality
2024-01-24 09:21:11
linux-kernel
[PATCH v2 06/11] dm-raid: really frozen sync_thread during suspend
2024-01-24 09:20:51
linux-kernel
[PATCH v2 05/11] md: export helpers to stop sync_thread
2024-01-24 09:19:41
linux-kernel
[PATCH v2 02/11] md: don't ignore read-only array in md_check_recovery()
2024-01-24 09:19:19
linux-kernel
[PATCH v2 01/11] md: don't ignore suspended array in md_check_recovery()
2023-04-25 08:19:26
linux-kernel
Re: [PATCH] Remove blkg node after destroying blkg
2023-03-15 03:02:51
linux-kernel
Re: md_raid: mdX_raid6 looping after sync_action "check" to "idle" transition
2023-03-14 13:41:28
linux-kernel
Re: [PATCH v2 0/6] md/raid10: several simple obvious bugfix
2023-03-14 10:55:10
linux-kernel
Re: [PATCH -next 5/5] md: protect md_thread with a new disk level spin lock
2023-02-22 01:49:02
linux-kernel
Re: [PATCH] md: fix null-ptr-deference in md_free_disk()
2023-01-13 09:44:28
linux-kernel
[PATCH] block, bfq: fix uaf for bfqq in bic_set_bfqq()
2022-10-20 14:09:31
linux-kernel
[PATCH -nect RFC v2 2/2] block: fix uaf for bd_holder_dir
2022-10-20 13:40:55
linux-kernel
[PATCH -nect RFC v2 0/2] block: fix uaf in bd_link_disk_holder()
2022-10-20 13:38:24
linux-kernel
[PATCH -nect RFC v2 1/2] block: add helpers for bd_holder_dir refcount management
2022-10-18 14:08:12
linux-kernel
[PATCH RFC 0/2] block: fix uaf in bd_link_disk_holder()
2022-10-18 13:24:59
linux-kernel
[PATCH RFC 2/2] block: protect slave_dir/bd_holder_dir by open_mutex
2022-10-18 13:07:10
linux-kernel
[PATCH RFC 1/2] kobject: add return value for kobject_put()
2022-09-28 01:47:13
linux-kernel
Re: [patch v11 0/6] support concurrent sync io for bfq on a specail occasion
2022-09-22 11:36:36
linux-kernel
[PATCH v3 5/5] elevator: remove redundant code in elv_unregister_queue()
2022-09-22 11:36:29
linux-kernel
[PATCH v3 2/5] elevator: add new field flags in struct elevator_queue
2022-09-22 11:36:11
linux-kernel
[PATCH v3 4/5] blk-wbt: don't enable throttling if default elevator is bfq
2022-09-22 11:35:55
linux-kernel
[PATCH v3 3/5] block, bfq: don't disable wbt if CONFIG_BFQ_GROUP_IOSCHED is disabled
2022-09-22 11:35:44
linux-kernel
[PATCH v3 1/5] wbt: don't show valid wbt_lat_usec in sysfs while wbt is disabled
2022-09-22 11:35:31
linux-kernel
[PATCH v3 0/5] blk-wbt: simple improvment to enable wbt correctly
2022-07-23 04:49:41
linux-kernel
Re: [PATCH] nbd: add missing definition of pr_fmt
2022-07-23 02:22:57
linux-kernel
Re: [PATCH] nbd: add missing definition of pr_fmt
2022-07-10 03:15:03
linux-kernel
Re: [PATCH RESEND v6 0/8] bugfix and cleanup for blk-throttle