messages from 2025-11-26 00:15:31 to 2025-12-31 09:04:01 UTC [more...]
Release mdadm-4.5
2025-12-31 9:03 UTC
[RFC PATCH 0/5] md/raid1: introduce a new sync action to repair badblocks
2025-12-31 7:09 UTC (6+ messages)
` [RFC PATCH 1/5] md: add helpers for requested sync action
` [RFC PATCH 2/5] md: clear stale sync flags when frozen before sync starts
` [RFC PATCH 3/5] md: simplify sync action print in status_resync
` [RFC PATCH 4/5] md: introduce MAX_RAID_DISKS macro to replace magic number
` [RFC PATCH 5/5] md/raid1: introduce rectify action to repair badblocks
[PATCH v2 00/11] md: align bio to io_opt and fix abnormal io_opt
2025-12-30 9:38 UTC (10+ messages)
` [PATCH v2 01/11] md: merge mddev has_superblock into mddev_flags
` [PATCH v2 02/11] md: merge mddev faillast_dev "
` [PATCH v2 03/11] md: merge mddev serialize_policy "
` [PATCH v2 04/11] md/raid5: use mempool to allocate stripe_request_ctx
[PATCH v2] md: suspend array while updating raid_disks via sysfs
2025-12-30 7:45 UTC (5+ messages)
[PATCH v3 1/2] md: Fix logical_block_size configuration being overwritten
2025-12-27 2:16 UTC (5+ messages)
` [PATCH v3 2/2] md: Fix forward incompatibility from configurable logical block size
[PATCH v2] md/raid5: fix possible null-pointer dereferences in raid5_store_group_thread_cnt()
2025-12-27 1:52 UTC (4+ messages)
[PATCH 00/15] folio support for sync I/O in RAID
2025-12-27 1:34 UTC (17+ messages)
` [PATCH 01/15] md/raid1,raid10: clean up of RESYNC_SECTORS
` [PATCH 02/15] md: introduce sync_folio_io for folio support in RAID
` [PATCH 03/15] md: use folio for bb_folio
` [PATCH 04/15] md/raid1: use folio for tmppage
` [PATCH 05/15] md/raid10: "
` [PATCH 06/15] md/raid1,raid10: use folio for sync path IO
` [PATCH 07/15] md: Clean up folio sync support related code
` [PATCH 08/15] md/raid1: clean up useless sync_blocks handling in raid1_sync_request
` [PATCH 09/15] md/raid1: fix IO error at logical block size granularity
` [PATCH 10/15] md/raid10: "
` [PATCH 11/15] md/raid1,raid10: clean up resync_fetch_folio
` [PATCH 12/15] md: clean up resync_free_folio
` [PATCH 13/15] md/raid1: clean up sync IO size calculation in raid1_sync_request
` [PATCH 14/15] md/raid10: clean up sync IO size calculation in raid10_sync_request
` [PATCH 15/15] md/raid1,raid10: fall back to smaller order if sync folio alloc fails
[PATCH v2 1/2] md: Fix logical_block_size configuration being overwritten
2025-12-26 7:47 UTC (3+ messages)
` [PATCH v2 2/2] md: Fix forward incompatibility from configurable logical block size
[PATCH] md: suspend array while updating raid1 raid_disks via sysfs
2025-12-26 4:45 UTC (3+ messages)
[PATCH] md/raid5: fix possible null-pointer dereferences in raid5_store_group_thread_cnt()
2025-12-25 12:34 UTC (3+ messages)
[PATCH 1/2] md: Fix logical_block_size configuration being overwritten
2025-12-25 8:39 UTC (4+ messages)
` [PATCH 2/2] md: Fix forward incompatibility from configurable logical block size
[PATCH] md: Fix static checker warning in analyze_sbs
2025-12-25 7:46 UTC (2+ messages)
[PATCH] md/raid5: Fix a deadlock of reshape and suspend
2025-12-25 7:32 UTC (2+ messages)
[RFC PATCH 2/2] swsusp: make it possible to hibernate to device mapper devices
2025-12-23 6:33 UTC (8+ messages)
[RFC v2 00/17] bio cleanups
2025-12-21 15:39 UTC (19+ messages)
` [RFC v2 01/17] xfs: don't clobber bi_status in xfs_zone_alloc_and_submit
` [RFC v2 02/17] bio: rename bio_chain arguments
` [RFC v2 03/17] bio: use bio_io_error more often
` [RFC v2 04/17] bio: add bio_set_status
` [RFC v2 05/17] bio: use bio_set_status for BLK_STS_* status codes
` [RFC v2 06/17] bio: do not check bio->bi_status before assigning to it
` [RFC v2 07/17] block: consecutive blk_status_t error codes
` [RFC v2 08/17] block: fix blk_status_to_{errno,str} inconsistency
` [RFC v2 09/17] block: turn blk_errors array into a macro
` [RFC v2 10/17] block: optimize blk_status <=> errno conversion
` [RFC v2 11/17] bio: bio_set_status from non-zero errno
` [RFC v2 12/17] bio: do not check bio->bi_status before assigning to it (part 2)
` [RFC v2 13/17] xfs: use bio_set_status in xfs_zone_alloc_and_submit
` [RFC v2 14/17] bio: switch to bio_set_status in submit_bio_noacct
` [RFC v2 15/17] bio: never set bi_status to BLK_STS_OK during completion
` [RFC v2 16/17] bio: never set bi_status to BLK_STS_OK during completion (part 2)
` [RFC v2 17/17] bio: add bio_endio_status
[RFC v2 00/17] bio clenups
2025-12-21 2:51 UTC
[RFC 00/12] bio cleanups
2025-12-19 20:14 UTC (27+ messages)
` [RFC 01/12] bio: rename bio_chain arguments
` [RFC 02/12] bio: use bio_io_error more often
` [RFC 03/12] bio: add bio_set_errno
` [RFC 04/12] bio: use bio_set_errno in more places
` [RFC 05/12] bio: add bio_set_status
` [RFC 06/12] bio: don't check target->bi_status on error
` [RFC 07/12] bio: use bio_set_status for BLK_STS_* status codes
` [RFC 08/12] bio: use bio_set_status in some more places
` [RFC 09/12] bio: switch to bio_set_status in submit_bio_noacct
` [RFC 10/12] bio: never set bi_status to BLK_STS_OK during completion
` [RFC 11/12] bio: add bio_endio_errno
` [RFC 12/12] bio: add bio_endio_status
Issues with md raid 1 on kernel 6.18 after booting kernel 6.19rc1 once
2025-12-19 8:22 UTC (17+ messages)
` Issues with md raid 1 on kernel 6.18 after booting kernel 6.19-rc1 once
[PATCH stable/6.18-6.17] md: add check_new_feature module parameter
2025-12-18 7:42 UTC (8+ messages)
[PATCH stable/6.16-5.15] md: add check_new_feature module parameter
2025-12-17 13:09 UTC
[PATCH v3 1/3] md/raid1,raid10: Do not set MD_BROKEN on failfast io failure
2025-12-16 12:29 UTC (2+ messages)
[PATCH V3 0/6] block: ignore __blkdev_issue_discard() ret value
2025-12-16 0:50 UTC (20+ messages)
` [PATCH V3 2/6] md: ignore discard return value
` [PATCH V3 4/6] nvmet: "
` [f2fs-dev] "
` [PATCH V3 5/6] f2fs: "
` [PATCH V3 6/6] xfs: "
` [f2fs-dev] "
` [f2fs-dev] [PATCH V3 0/6] block: ignore __blkdev_issue_discard() ret value
[bug report] md: Remove deprecated CONFIG_MD_MULTIPATH
2025-12-15 12:40 UTC (2+ messages)
[PATCH v3 00/13] cleanup and bugfix of sync
2025-12-15 3:04 UTC (14+ messages)
` [PATCH v3 01/13] md/raid1: simplify uptodate handling in end_sync_write
` [PATCH v3 02/13] md: factor error handling out of md_done_sync into helper
` [PATCH v3 03/13] md/raid1,raid10: return actual write status in narrow_write_error
` [PATCH v3 04/13] md/raid1,raid10: set Uptodate and clear badblocks if narrow_write_error success
` [PATCH v3 05/13] md/raid1,raid10: support narrow_write_error when badblocks is disabled
` [PATCH v3 06/13] md: mark rdev Faulty when badblocks setting fails
` [PATCH v3 07/13] md: update curr_resync_completed even when MD_RECOVERY_INTR is set
` [PATCH v3 08/13] md: remove MD_RECOVERY_ERROR handling and simplify resync_offset update
` [PATCH v3 09/13] md: factor out sync completion update into helper
` [PATCH v3 10/13] md: move finish_reshape to md_finish_sync()
` [PATCH v3 11/13] md/raid10: fix any_working flag handling in raid10_sync_request
` [PATCH v3 12/13] md/raid10: cleanup skip "
` [PATCH v3 13/13] md: remove recovery_disabled
Possible issue with software RAID 1 in case of disks with different speed
2025-12-11 0:25 UTC (4+ messages)
WD Red SN700 4000GB, F/W: 11C120WD (Device not ready; aborting reset, CSTS=0x1)
2025-12-08 13:37 UTC (15+ messages)
[RFC PATCH v2] md: remove legacy 1s delay in md_notify_reboot
2025-12-01 17:28 UTC (3+ messages)
Support for polled IO completions for md-raid devices
2025-12-01 8:51 UTC (2+ messages)
[GIT PULL] md-6.19-20251130
2025-11-30 13:33 UTC (2+ messages)
raid10 and component devices optimal_io_size 0xFFF000 results in array optimal_io_size 0xFFF00000
2025-11-30 9:38 UTC (3+ messages)
` Bug#1121006: "
[PATCH v2 06/11] md: support to align bio to limits
2025-11-30 2:38 UTC (4+ messages)
[PATCH 0/2] md/raid5: fix IO hang when array is broken with IO inflight
2025-11-30 1:49 UTC (2+ messages)
[PATCH] md/raid0: fix NULL pointer dereference in create_strip_zones() for dm-raid
2025-11-30 1:48 UTC (2+ messages)
[PATCH v2 00/11] cleanup and bugfix of sync
2025-11-28 2:47 UTC (9+ messages)
` [PATCH v2 03/11] md/raid1,raid10: return actual write status in narrow_write_error
` [PATCH v2 06/11] md: remove MD_RECOVERY_ERROR handling and simplify resync_offset update
[PATCH V2 0/5] block: ignore __blkdev_issue_discard() ret value
2025-11-26 9:26 UTC (4+ messages)
` [PATCH V2 2/5] dm: ignore discard return value
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