messages from 2025-03-28 06:14:54 to 2025-05-07 12:20:11 UTC [more...]
[PATCH 0/3] mdadm: minor fixes
2025-05-07 12:19 UTC
[PATCH v6.1] md: move initialization and destruction of 'io_acct_set' to md.c
2025-05-07 8:38 UTC (3+ messages)
[PATCH 0/3] md: call del_gendisk in sync way
2025-05-07 6:28 UTC (6+ messages)
` [PATCH 1/3] md: Don't clear MD_CLOSING until mddev is freed
` [PATCH 2/3] md: replace MD_DELETED with MD_CLOSING
` [PATCH 3/3] md: call del_gendisk in sync way
[PATCH v3 0/9] md: fix is_mddev_idle()
2025-05-06 14:01 UTC (13+ messages)
` [PATCH v3 1/9] blk-mq: remove blk_mq_in_flight()
` [PATCH v3 2/9] block: reuse part_in_flight_rw for part_in_flight
` [PATCH v3 3/9] block: WARN if bdev inflight counter is negative
` [PATCH v3 4/9] block: clean up blk_mq_in_flight_rw()
` [PATCH 4/9] block: cleanup blk_mq_in_flight_rw()
` [PATCH v3 5/9] block: export API to get the number of bdev inflight IO
` [PATCH v3 6/9] md: record dm-raid gendisk in mddev
` [PATCH v3 7/9] md: add a new api sync_io_depth
` [PATCH v3 8/9] md: fix is_mddev_idle()
` [PATCH v3 9/9] md: clean up accounting for issued sync IO
add fails: nvme1n1p2 does not have a valid v1.2 superblock, not importing
2025-05-06 10:25 UTC
[RFC PATCH] fix a reshape checking logic inside make_stripe_request()
2025-05-06 5:07 UTC (6+ messages)
[PATCH] mdadm: Fix IMSM Raid assembly after disk link failure and reboot
2025-05-01 7:00 UTC
[PATCH] mdadm: Fix IMSM Raid assembly after disk link failure and reboot
2025-05-01 5:48 UTC
[PATCH v2 0/9] md: fix is_mddev_idle()
2025-04-29 9:12 UTC (31+ messages)
` [PATCH v2 1/9] blk-mq: remove blk_mq_in_flight()
` [PATCH v2 2/9] block: reuse part_in_flight_rw for part_in_flight
` [PATCH v2 3/9] block: WARN if bdev inflight counter is negative
` [PATCH v2 4/9] block: cleanup blk_mq_in_flight_rw()
` [PATCH v2 5/9] block: export API to get the number of bdev inflight IO
` [PATCH v2 6/9] md: record dm-raid gendisk in mddev
` [PATCH v2 7/9] md: add a new api sync_io_depth
` [PATCH v2 8/9] md: fix is_mddev_idle()
` [PATCH v2 9/9] md: cleanup accounting for issued sync IO
[PATCH RFC 0/3] md: call del_gendisk in sync way
2025-04-29 2:05 UTC (6+ messages)
` [PATCH v2 1/3] md: replace MD_DELETED with MD_CLOSING
` [PATCH 2/3] md: replace ->openers with ->active
` [PATCH 3/3] md: call del_gendisk in sync way
[PATCH v2 0/5] md: fix is_mddev_idle()
2025-04-27 2:45 UTC (18+ messages)
` [PATCH v2 1/5] block: cleanup and export bdev IO inflight APIs
` [PATCH v2 2/5] md: record dm-raid gendisk in mddev
` [PATCH v2 3/5] md: add a new api sync_io_depth
` [PATCH v2 4/5] md: fix is_mddev_idle()
` [PATCH v2 5/5] md: cleanup accounting for issued sync IO
raid5-cache / log / journal hung task during log replay
2025-04-24 22:36 UTC (2+ messages)
[PATCH 6.1 0/2] md: fix mddev uaf while iterating all_mddevs list
2025-04-24 10:26 UTC (7+ messages)
` [PATCH 6.1 1/2] md: factor out a helper from mddev_put()
` [PATCH 6.1 2/2] md: fix mddev uaf while iterating all_mddevs list
[PATCH RFC 0/3] md: call del_gendisk in sync way
2025-04-24 10:00 UTC (4+ messages)
` [PATCH RFC 1/3] md: replace MD_DELETED with MD_CLOSING
` [PATCH RFC 2/3] md: replace ->openers with ->active
` [PATCH RFC 3/3] md: call del_gendisk in sync way
[RFC PATCH 1/1] md: delete gendisk in ioctl path
2025-04-22 13:48 UTC (8+ messages)
[PATCH-RFC] md-bitmap: use page cache for file backed
2025-04-22 6:24 UTC (2+ messages)
[PATCH AUTOSEL 5.4 2/3] md/raid1: Add check for missing source disk in process_checks()
2025-04-22 2:19 UTC
[PATCH AUTOSEL 5.10 2/3] md/raid1: Add check for missing source disk in process_checks()
2025-04-22 2:18 UTC
[PATCH AUTOSEL 5.15 5/6] md/raid1: Add check for missing source disk in process_checks()
2025-04-22 2:18 UTC
[PATCH AUTOSEL 6.1 10/12] md/raid1: Add check for missing source disk in process_checks()
2025-04-22 2:18 UTC
[PATCH AUTOSEL 6.6 13/15] md/raid1: Add check for missing source disk in process_checks()
2025-04-22 2:17 UTC
[PATCH AUTOSEL 6.12 19/23] md/raid1: Add check for missing source disk in process_checks()
2025-04-22 2:16 UTC
[PATCH AUTOSEL 6.14 23/30] md/raid1: Add check for missing source disk in process_checks()
2025-04-22 2:15 UTC
[PATCH RFC v2 00/14] md: introduce a new lockless bitmap
2025-04-21 7:39 UTC (20+ messages)
` [PATCH RFC v2 02/14] md/md-bitmap: pass discard information to bitmap_{start, end}write
` [PATCH RFC v2 09/14] md/md-llbitmap: implement APIs to mange bitmap lifetime
` [PATCH RFC v2 10/14] md/md-llbitmap: implement APIs to dirty bits and clear bits
` [PATCH RFC v2 11/14] md/md-llbitmap: implement APIs for sync_thread
` [PATCH RFC v2 12/14] md/md-llbitmap: implement all bitmap operations
` [PATCH RFC v2 13/14] md/md-llbitmap: implement sysfs APIs
` [PATCH RFC v2 14/14] md/md-llbitmap: add Kconfig
[GIT PULL] md-6.15-20250416
2025-04-17 3:09 UTC (2+ messages)
[PATCH 0/4] md: fix is_mddev_idle()
2025-04-17 1:47 UTC (16+ messages)
` [PATCH 1/4] block: export part_in_flight()
` [PATCH 2/4] md: add a new api sync_io_depth
` [PATCH 3/4] md: fix is_mddev_idle()
` [PATCH 4/4] md: cleanup accounting for issued sync IO
[PATCH v2] md/raid1: Add check for missing source disk in process_checks()
2025-04-12 1:28 UTC (4+ messages)
[PATCH 0/4] Make gcc-8.1 and binutils-2.30 the minimum version
2025-04-11 16:02 UTC (16+ messages)
` [PATCH 1/4] kbuild: require gcc-8 and binutils-2.30
` [PATCH 2/4] raid6: skip avx512 checks
` [PATCH 3/4] x86: remove checks for binutils-2.30 and earlier
` [PATCH 4/4] arm64: drop binutils version checks
[PATCH RFC] md: fix is_mddev_idle()
2025-04-09 10:07 UTC (4+ messages)
[PATCH] md/raid1: Add check for missing source disk in process_checks()
2025-04-08 8:32 UTC (3+ messages)
[PATCH 0/4] bugfix of logical_block_size and make it configurable
2025-04-07 14:52 UTC (5+ messages)
` [PATCH 1/4] block: factor out a helper to set logical/physical block size
[PATCH V2] md/md-bitmap: fix stats collection for external bitmaps
2025-04-07 1:21 UTC (2+ messages)
[PATCH REPOST] lib/raid6: Remove always defined CONFIG_AS_AVX512
2025-04-06 16:02 UTC
[PATCH 3/3] crypto: x86 - Remove CONFIG_AS_AVX512
2025-04-06 15:44 UTC (2+ messages)
Issue with IMSM RAID Not Reconstructing When Disks Reconnected in Specific Order
2025-04-04 21:55 UTC
[PATCH] md/md-bitmap: fix stats collection for external bitmaps
2025-04-03 1:53 UTC (2+ messages)
extreme RAID10 rebuild times reported, but rebuild's progressing ?
2025-04-01 12:47 UTC (7+ messages)
[PATCH V5] raid6: Add RISC-V SIMD syndrome and recovery calculations
2025-03-31 15:55 UTC (2+ messages)
RAID 5, 10 modern post 2020 drives, slow speeds
2025-03-30 6:25 UTC (2+ messages)
[PATCH RFC 1/1] md/raid5: improve randread performance
2025-03-28 11:15 UTC
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).