LinuxLists
Users
About
Xiao Ni (
[email protected]
)
Number of posts: 130 (0.06 per day)
First post: 2018-07-16 08:03:23
Last post: 2024-05-21 03:27:04
Previous Page
/
Next Page
Date
List
Subject
2024-02-16 06:59:13
linux-kernel
Re: [PATCH v5 01/14] md: don't ignore suspended array in md_check_recovery()
2024-01-31 01:29:28
linux-kernel
Re: [PATCH v4 00/14] dm-raid: fix v6.7 regressions
2024-01-31 00:30:33
linux-kernel
Re: [PATCH v4 00/14] dm-raid: fix v6.7 regressions
2024-01-26 08:19:02
linux-kernel
Re: [PATCH v2 05/11] md: export helpers to stop sync_thread
2024-01-25 13:36:30
linux-kernel
Re: [PATCH v2 05/11] md: export helpers to stop sync_thread
2024-01-25 12:20:16
linux-kernel
Re: [PATCH v2 05/11] md: export helpers to stop sync_thread
2024-01-25 11:39:02
linux-kernel
Re: [PATCH v2 05/11] md: export helpers to stop sync_thread
2024-01-25 07:51:39
linux-kernel
Re: [PATCH v2 05/11] md: export helpers to stop sync_thread
2024-01-25 00:51:32
linux-kernel
Re: [PATCH v2 00/11] dm-raid: fix v6.7 regressions
2024-01-24 12:52:14
linux-kernel
Re: [PATCH v2 00/11] dm-raid: fix v6.7 regressions
2024-01-24 02:58:52
linux-kernel
Re: [PATCH 3/5] md: make sure md_do_sync() will set MD_RECOVERY_DONE
2023-12-07 16:16:08
linux-kernel
Re: md raid6 oops in 6.6.4 stable
2023-11-25 10:31:07
linux-kernel
Re: [PATCH v2 0/6] md: bugfix and cleanup for sync_thread
2023-11-21 06:34:40
linux-kernel
Re: [PATCH -next 6/8] md: factor out a helper to stop sync_thread
2023-11-21 06:03:13
linux-kernel
Re: [PATCH -next 6/8] md: factor out a helper to stop sync_thread
2023-09-25 11:12:25
linux-kernel
Re: [PATCH -next 0/2] md: fix potential hang for mddev_suspend()
2023-09-25 10:42:57
linux-kernel
Re: [PATCH -next v2 03/28] md: add new helpers to suspend/resume array
2023-09-25 07:33:59
linux-kernel
Re: [PATCH -next v2 03/28] md: add new helpers to suspend/resume array
2023-09-20 19:06:50
linux-kernel
Re: [PATCH -next v2 02/28] md: use 'mddev->suspended' for is_md_suspended()
2023-09-14 09:17:39
linux-kernel
Re: [PATCH -next v2 01/28] md: use READ_ONCE/WRITE_ONCE for 'suspend_lo' and 'suspend_hi'
2023-08-19 23:38:48
linux-kernel
Re: [PATCH -next v2 7/7] md: delay remove_and_add_spares() for read only array to md_start_sync()
2023-06-20 09:49:36
linux-kernel
Re: [PATCH -next 5/8] md/raid10: switch to use md_account_bio() for io accounting
2023-06-20 09:49:09
linux-kernel
Re: [PATCH -next 8/8] md/md-faulty: enable io accounting
2023-06-20 09:46:37
linux-kernel
Re: [PATCH -next 4/8] md/raid1: switch to use md_account_bio() for io accounting
2023-06-20 09:42:09
linux-kernel
Re: [PATCH -next 7/8] md/md-linear: enable io accounting
2023-06-20 09:36:19
linux-kernel
Re: [PATCH -next 6/8] md/md-multipath: enable io accounting
2023-06-20 09:12:29
linux-kernel
Re: [PATCH -next 3/8] raid5: fix missing io accounting in raid5_align_endio()
2023-06-20 09:09:02
linux-kernel
Re: [PATCH -next 2/8] md: also clone new io if io accounting is disabled
2023-06-20 08:54:34
linux-kernel
Re: [PATCH -next 1/8] md: move initialization and destruction of 'io_acct_set' to md.c
2023-06-15 09:21:30
linux-kernel
Re: [dm-devel] [PATCH -next v2 4/6] md: refactor idle/frozen_sync_thread() to fix deadlock
2023-06-15 08:37:42
linux-kernel
Re: [dm-devel] [PATCH -next v2 4/6] md: refactor idle/frozen_sync_thread() to fix deadlock
2023-06-15 08:19:40
linux-kernel
Re: [dm-devel] [PATCH -next v2 4/6] md: refactor idle/frozen_sync_thread() to fix deadlock
2023-06-14 09:52:56
linux-kernel
Re: [dm-devel] [PATCH -next v2 4/6] md: refactor idle/frozen_sync_thread() to fix deadlock
2023-06-14 08:16:43
linux-kernel
Re: [dm-devel] [PATCH -next v2 4/6] md: refactor idle/frozen_sync_thread() to fix deadlock
2023-06-14 07:39:51
linux-kernel
Re: [dm-devel] [PATCH -next v2 4/6] md: refactor idle/frozen_sync_thread() to fix deadlock
2023-06-14 07:34:32
linux-kernel
Re: [PATCH -next v2 5/6] md: wake up 'resync_wait' at last in md_reap_sync_thread()
2023-06-14 07:34:10
linux-kernel
Re: [dm-devel] [PATCH -next v2 6/6] md: enhance checking in md_check_recovery()
2023-06-14 06:53:01
linux-kernel
Re: [dm-devel] [PATCH -next v2 4/6] md: refactor idle/frozen_sync_thread() to fix deadlock
2023-06-14 04:00:27
linux-kernel
Re: [dm-devel] [PATCH -next v2 4/6] md: refactor idle/frozen_sync_thread() to fix deadlock
2023-06-13 15:05:09
linux-kernel
Re: [dm-devel] [PATCH -next v2 3/6] md: add a mutex to synchronize idle and frozen in action_store()
2023-06-13 14:58:35
linux-kernel
Re: [dm-devel] [PATCH -next v2 4/6] md: refactor idle/frozen_sync_thread() to fix deadlock
2023-06-13 14:42:33
linux-kernel
Re: [dm-devel] [PATCH -next v2 2/6] md: refactor action_store() for 'idle' and 'frozen'
2023-06-13 12:33:52
linux-kernel
Re: [dm-devel] [PATCH -next v2 2/6] md: refactor action_store() for 'idle' and 'frozen'
2023-06-13 08:06:36
linux-kernel
Re: [dm-devel] [PATCH -next v2 2/6] md: refactor action_store() for 'idle' and 'frozen'
2023-06-13 06:39:19
linux-kernel
Re: [PATCH -next v2 1/6] Revert "md: unlock mddev before reap sync_thread in action_store"
2023-05-31 15:48:42
linux-kernel
Re: [PATCH -next v3 7/7] md/raid1-10: limit the number of plugged bio
2023-05-31 15:27:32
linux-kernel
Re: [PATCH -next v3 6/7] md/raid1-10: don't handle pluged bio by daemon thread
2023-05-31 15:24:45
linux-kernel
Re: [PATCH -next v3 4/7] md/raid1-10: submit write io directly if bitmap is not enabled
2023-05-31 08:06:25
linux-kernel
Re: [PATCH -next v3 6/7] md/raid1-10: don't handle pluged bio by daemon thread
2023-05-31 07:57:12
linux-kernel
Re: [PATCH -next v3 6/7] md/raid1-10: don't handle pluged bio by daemon thread
2023-05-31 07:31:21
linux-kernel
Re: [PATCH -next v3 4/7] md/raid1-10: submit write io directly if bitmap is not enabled