messages from 2025-02-27 07:59:18 to 2025-04-11 16:02:34 UTC [more...]
[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 v2 00/14] md: introduce a new lockless bitmap
2025-04-11 1:36 UTC (25+ messages)
` [PATCH RFC v2 01/14] block: factor out a helper bdev_file_alloc()
` [PATCH RFC v2 02/14] md/md-bitmap: pass discard information to bitmap_{start, end}write
` [PATCH RFC v2 03/14] md/md-bitmap: remove parameter slot from bitmap_create()
` [PATCH RFC v2 04/14] md: add a new sysfs api bitmap_version
` [PATCH RFC v2 05/14] md: delay registeration of bitmap_ops until creating bitmap
` [PATCH RFC v2 06/14] md/md-llbitmap: implement bit state machine
` [PATCH RFC v2 07/14] md/md-llbitmap: implement hidden disk to manage bitmap IO
` [PATCH RFC v2 08/14] md/md-llbitmap: implement APIs for page level dirty bits synchronization
` [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
[PATCH v2] md/raid1: Add check for missing source disk in process_checks()
2025-04-10 8:59 UTC (3+ messages)
[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 (8+ messages)
` [PATCH 1/4] block: factor out a helper to set logical/physical block size
` [PATCH 2/4] md: make raid logical_block_size configurable
` [PATCH 3/4] md: prevent adding disks with larger logical_block_size to active arrays
` [PATCH 4/4] md: Fix the return value of mddev_stack_new_rdev
[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 (6+ messages)
RAID 5, 10 modern post 2020 drives, slow speeds
2025-03-30 6:25 UTC (9+ messages)
` Fw: "
[PATCH RFC 1/1] md/raid5: improve randread performance
2025-03-28 11:15 UTC
[PATCH RFC v2] mdadm: add support for new lockless bitmap
2025-03-27 13:48 UTC
[PATCH] mdadm: Incremental mode creates file for udev rules
2025-03-26 17:36 UTC (6+ messages)
[PATCH] md/raid10: fix missing discard IO accounting
2025-03-25 13:35 UTC (6+ messages)
[PATCH v0 0/3] mdadm: Use kernel raid headers
2025-03-20 5:45 UTC (5+ messages)
` [PATCH v0 1/3] mdadm: Remove klibc and uclibc support
` [PATCH v0 2/3] mdadm: include asm/byteorder.h
` [PATCH v0 3/3] mdadm: use kernel raid headers
[PATCH 1/1] mdadm: check posix name before setting name and devname
2025-03-18 8:43 UTC (5+ messages)
[v2 PATCH] lib/raid6: Replace custom zero page with ZERO_PAGE
2025-03-17 9:02 UTC
[PATCH] lib/raid6: Replace custom zero page with ZERO_PAGE
2025-03-16 6:33 UTC (4+ messages)
[GIT PULL] md-6.15-20250312
2025-03-13 11:38 UTC (3+ messages)
[PATCH v3] md/md-bitmap: fix wrong bitmap_limit for clustermd when write sb
2025-03-13 3:00 UTC (5+ messages)
[PATCH 0/4] mdadm: regression tests fix
2025-03-11 5:03 UTC (5+ messages)
` [PATCH 1/4] mdadm/tests: Mark 07revert-inplace broken
` [PATCH 2/4] mdadm/tests: Mark 20raid5journal fail
` [PATCH 3/4] mdadm/tests: ddf template fix
` [PATCH 4/4] mdadm/tests: Remove 10ddf-create.broken and 10ddf-fail-two-spares.broken
[PATCH v2] mdadm: Clear extra flags when initializing metadata
2025-03-11 2:28 UTC (6+ messages)
[PATCH] mdadm: Don't set bad_blocks flag when initializing metadata
2025-03-10 10:10 UTC (7+ messages)
Need to understand error messages
2025-03-07 12:25 UTC (6+ messages)
[PATCH md-6.15 V2 1/1] md/raid10: wait barrier before returning discard request with REQ_NOWAIT
2025-03-07 1:07 UTC (3+ messages)
[PATCH V2 00/12] badblocks: bugfix and cleanup for badblocks
2025-03-06 15:05 UTC (19+ messages)
` [PATCH V2 01/12] badblocks: Fix error shitf ops
` [PATCH V2 02/12] badblocks: factor out a helper try_adjacent_combine
` [PATCH V2 03/12] badblocks: attempt to merge adjacent badblocks during ack_all_badblocks
` [PATCH V2 04/12] badblocks: return error directly when setting badblocks exceeds 512
` [PATCH V2 05/12] badblocks: return error if any badblock set fails
` [PATCH V2 06/12] badblocks: fix the using of MAX_BADBLOCKS
` [PATCH V2 07/12] badblocks: try can_merge_front before overlap_front
` [PATCH V2 08/12] badblocks: fix merge issue when new badblocks align with pre+1
` [PATCH V2 09/12] badblocks: fix missing bad blocks on retry in _badblocks_check()
` [PATCH V2 10/12] badblocks: return boolean from badblocks_set() and badblocks_clear()
` [PATCH V2 11/12] md: improve return types of badblocks handling functions
` [PATCH V2 12/12] badblocks: use sector_t instead of int to avoid truncation of badblocks length
[PATCH v2 1/2] md/raid5: freeze reshape when encountering a bad read
2025-03-05 6:36 UTC (4+ messages)
` [PATCH v3 1/3] "
` [PATCH v3 3/3] md/raid5: check for overlapping bad blocks before starting reshape
[PATCH 0/7 md-6.15] md: introduce md_submodle_head
2025-03-05 1:34 UTC (2+ messages)
[PATCH v3] md: fix mddev uaf while iterating all_mddevs list
2025-03-05 1:32 UTC (2+ messages)
[PATCH 1/1] md/raid10: wait barrier before returning discard request with REQ_NOWAIT
2025-03-04 13:48 UTC (5+ messages)
[PATCH 1/1] md/raid10: Don't print warn calltrace for discard with REQ_NOWAIT
2025-03-04 9:56 UTC (4+ messages)
md bitmap writes random memory over disks' bitmap sectors
2025-03-04 1:06 UTC (6+ messages)
[PATCH V2] mdmon: imsm: fix metadata corruption when managing new array
2025-03-03 14:17 UTC (7+ messages)
[PATCH v2] md/md-bitmap: fix wrong bitmap_limit for clustermd when write sb
2025-03-03 3:39 UTC (3+ messages)
[PATCH] md/md-bitmap: fix wrong bitmap_limit for clustermd when write sb
2025-03-02 4:40 UTC (2+ messages)
[PATCH v2] md/raid1,raid10: don't ignore IO flags
2025-02-27 12:16 UTC
[PATCH] md/raid5: merge reshape_progress checking inside get_reshape_loc()
2025-02-27 12:04 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