messages from 2024-06-19 15:46:54 to 2024-07-19 09:52:28 UTC [more...]
[PATCH 00/15] mdadm: fix coverity issues
2024-07-19 9:52 UTC (23+ messages)
` [PATCH 01/15] mdadm/Manage: 01r1fail cases fails
` [PATCH 02/15] mdadm/Grow: fix coverity issue CHECKED_RETURN
` [PATCH 03/15] mdadm/Grow: fix coverity issue RESOURCE_LEAK
` [PATCH 04/15] mdadm/Grow: fix coverity issue STRING_OVERFLOW
` [PATCH 05/15] mdadm/Incremental: fix coverity issues
` [PATCH 06/15] mdadm/mdmon: fix coverity issue CHECKED_RETURN
` [PATCH 07/15] mdadm/mdmon: fix coverity issue RESOURCE_LEAK
` [PATCH 08/15] mdadm/mdopen: fix coverity issue CHECKED_RETURN
` [PATCH 09/15] mdadm/mdopen: fix coverity issue STRING_OVERFLOW
` [PATCH 10/15] mdadm/mdstat: fix coverity issue CHECKED_RETURN
` [PATCH 11/15] mdadm/super0: fix coverity issue CHECKED_RETURN and EVALUATION_ORDER
` [PATCH 12/15] mdadm/super1: fix coverity issue CHECKED_RETURN
` [PATCH 13/15] mdadm/super1: fix coverity issue DEADCODE
` [PATCH 14/15] mdadm/super1: fix coverity issue EVALUATION_ORDER
` [PATCH 15/15] mdadm/super1: fix coverity issue RESOURCE_LEAK
IMSM: Drive removed during I/O is set to faulty but not removed from volume
2024-07-19 8:20 UTC (5+ messages)
[PATCH] md: convert comma to semicolon
2024-07-16 2:58 UTC
Possibly wrong exit status for mdadm --misc --test
2024-07-15 14:34 UTC (2+ messages)
Lockup of (raid5 or raid6) + vdo after taking out a disk under load
2024-07-15 1:56 UTC (6+ messages)
How to debug intermittent increasing md/inflight but no disk activity?
2024-07-13 17:44 UTC (10+ messages)
[song-md:md-6.11] BUILD SUCCESS 36a5c03f232719eb4e2d925f4d584e09cfaf372c
2024-07-13 16:19 UTC
[REGRESSION] Cannot start degraded RAID1 array with device with write-mostly flag
2024-07-13 12:40 UTC (11+ messages)
` [PATCH] md/raid1: set max_sectors during early return from choose_slow_rdev()
[GIT PULL] md-6.11 20240712
2024-07-12 15:56 UTC (3+ messages)
[PATCH v2 1/2] md-cluster: fix hanging issue while a new disk adding
2024-07-12 15:09 UTC (5+ messages)
` [PATCH v2 2/2] md-cluster: fix no recovery job when adding/re-adding a disk
[PATCH 1/2] mdadm/clustermd_tests: add some APIs in func.sh to support running the tests without errors
2024-07-11 0:14 UTC (4+ messages)
` [PATCH 2/2] mdadm/clustermd_tests: adjust test cases to support md module changes
[RFC PATCH NOT FOR INCLUSION] Concerns about logic of raid1.c::fix_sync_read_error()
2024-07-09 9:46 UTC
[PATCH 1/2] md-cluster: fix hanging issue while a new disk adding
2024-07-09 2:54 UTC (13+ messages)
` [PATCH 2/2] md-cluster: fix no recovery job when adding/re-adding a disk
raid5/6 error amplification during normal operations
2024-07-08 3:01 UTC
RAID6 12 device assemble force failure
2024-07-05 11:02 UTC (11+ messages)
[song-md:md-6.11] BUILD SUCCESS 25b3a8237a03ec0b67b965b52d74862e77ef7115
2024-07-05 5:42 UTC
RAID-10N2 vs RAID-1 - Simple test
2024-07-04 17:40 UTC
move features flags into queue_limits v2
2024-07-04 11:11 UTC (5+ messages)
` [PATCH 14/26] block: move the nonrot flag to queue_limits
[PATCH v6 0/1] md: generate CHANGE uevents for md device
2024-07-04 9:43 UTC (4+ messages)
` [PATCH v6 1/1] "
MD: drive removal hangs with freshly created partition
2024-07-04 9:42 UTC (3+ messages)
[GIT PULL] md-6.11 20240704
2024-07-04 8:04 UTC (2+ messages)
[PATCH v2] md/raid5: recheck if reshape has finished with device_lock held
2024-07-04 7:10 UTC (2+ messages)
[PATCH -next] md: don't wait for MD_RECOVERY_NEEDED for HOT_REMOVE_DISK ioctl
2024-07-04 7:08 UTC (2+ messages)
[PATCH] md-cluster: Constify struct md_cluster_operations
2024-07-04 7:07 UTC (2+ messages)
[PATCH -next] md: Remove unneeded semicolon
2024-07-04 7:07 UTC (2+ messages)
[PATCH -next] md/raid5: fix spares errors about rcu usage
2024-07-04 7:06 UTC (2+ messages)
mdadm v4.4 is coming (~4 weeks)
2024-07-02 10:38 UTC
[axboe-block:for-next] [block] 1122c0c1cc: aim7.jobs-per-min 22.6% improvement
2024-07-02 7:32 UTC (8+ messages)
NAS RAID configuration overwritten by ransomware
2024-07-01 8:58 UTC (2+ messages)
reshape seems to have gotten stuck
2024-06-28 14:22 UTC (4+ messages)
[PATCH] md/raid5: recheck if reshape has finished with device_lock held
2024-06-27 14:54 UTC (3+ messages)
[PATCH v7 0/1] md: generate CHANGE uevents for md device
2024-06-27 11:45 UTC (3+ messages)
` [PATCH v7] "
queue_limits fixups and tidyups v3
2024-06-26 15:37 UTC (11+ messages)
` [PATCH 1/8] md: set md-specific flags for all queue limits
` [PATCH 2/8] block: correctly report cache type
` [PATCH 3/8] block: rename BLK_FEAT_MISALIGNED
` [PATCH 4/8] block: convert features and flags to __bitwise types
` [PATCH 5/8] block: conding style fixup for blk_queue_max_guaranteed_bio
` [PATCH 6/8] block: remove disk_update_readahead
` [PATCH 7/8] block: remove the fallback case in queue_dma_alignment
` [PATCH 8/8] block: move dma_pad_mask into queue_limits
queue_limits fixups and tidyups
2024-06-26 11:32 UTC (15+ messages)
` [PATCH 1/7] md: set md-specific flags for all queue limits
` [PATCH 2/7] block: correctly report cache type
` [PATCH 3/7] block: rename BLK_FLAG_MISALIGNED
` [PATCH 4/7] block: conding style fixup for blk_queue_max_guaranteed_bio
` [PATCH 5/7] block: remove disk_update_readahead
` [PATCH 6/7] block: remove the fallback case in queue_dma_alignment
` [PATCH 7/7] block: move dma_pad_mask into queue_limits
queue_limits fixups and tidyups v2
2024-06-26 8:07 UTC (20+ messages)
` [PATCH 1/8] md: set md-specific flags for all queue limits
` [PATCH 2/8] block: correctly report cache type
` [PATCH 3/8] block: rename BLK_FLAG_MISALIGNED
` [PATCH 4/8] block: convert features and flags to __bitwise types
` [PATCH 5/8] block: conding style fixup for blk_queue_max_guaranteed_bio
` [PATCH 6/8] block: remove disk_update_readahead
` [PATCH 7/8] block: remove the fallback case in queue_dma_alignment
` [PATCH 8/8] block: move dma_pad_mask into queue_limits
[axboe-block:for-next] [block] bd4a633b6f: fsmark.files_per_sec -64.5% regression
2024-06-26 6:18 UTC (6+ messages)
RAID-10 near vs. RAID-1
2024-06-25 19:00 UTC (4+ messages)
MD: Long delay for container drive removal
2024-06-25 9:25 UTC (4+ messages)
[PATCH 1/2] mdadm/clustermd_tests: add some apis in func.sh to support test to run without error
2024-06-25 2:10 UTC (2+ messages)
` [PATCH 2/2] mdadm/clustermd_tests: adjust test cases to support md module changes
misc queue_limits fixups
2024-06-20 12:56 UTC (8+ messages)
` [PATCH 2/6] block: fix spelling and grammar for in writeback_cache_control.rst
` [PATCH 5/6] block: remove the discard_alignment flag
` [PATCH 6/6] block: move the raid_partial_stripes_expensive flag into the features field
[PATCH 1/1] mdadm/tests: judge foreign array in test cases
2024-06-20 11:41 UTC (2+ messages)
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).