linux-raid.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-11-06 12:08:10 to 2025-12-08 21:16:58 UTC [more...]

[RFC 00/12] bio cleanups
 2025-12-08 21:16 UTC  (15+ 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

WD Red SN700 4000GB, F/W: 11C120WD (Device not ready; aborting reset, CSTS=0x1)
 2025-12-08 13:37 UTC  (16+ messages)

Possible issue with software RAID 1 in case of disks with different speed
 2025-12-07 22:00 UTC  (3+ messages)

[PATCH V3 0/6] block: ignore __blkdev_issue_discard() ret value
 2025-12-03 21:50 UTC  (28+ messages)
` [PATCH V3 1/6] block: ignore discard return value
` [PATCH V3 2/6] md: "
` [PATCH V3 3/6] dm: "
` [PATCH V3 4/6] nvmet: "
  ` [f2fs-dev] "
` [PATCH V3 5/6] f2fs: "
` [PATCH V3 6/6] xfs: "
  ` [f2fs-dev] "
` (subset) [PATCH V3 0/6] block: ignore __blkdev_issue_discard() ret value
` [f2fs-dev] "

[RFC PATCH v2] md: remove legacy 1s delay in md_notify_reboot
 2025-12-01 17:28 UTC  (4+ 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 00/11] md: align bio to io_opt and fix abnormal io_opt
 2025-11-30  2:38 UTC  (15+ 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 05/11] md/raid5: make sure max_sectors is not less than io_opt
` [PATCH v2 06/11] md: support to align bio to limits
` [PATCH v2 07/11] md: add a helper md_config_align_limits()
` [PATCH v2 08/11] md/raid5: align bio to io_opt
` [PATCH v2 09/11] md/raid10: "
` [PATCH v2 10/11] md/raid0: "
` [PATCH v2 11/11] md: fix abnormal io_opt from member disks

[PATCH 0/2] md/raid5: fix IO hang when array is broken with IO inflight
 2025-11-30  1:49 UTC  (8+ messages)
` [PATCH 1/2] md: warn about updating super block failure
` [PATCH 2/2] md/raid5: fix IO hang when array is broken with IO inflight

[PATCH] md/raid0: fix NULL pointer dereference in create_strip_zones() for dm-raid
 2025-11-30  1:48 UTC  (5+ messages)

[RFC PATCH 2/2] swsusp: make it possible to hibernate to device mapper devices
 2025-11-30  0:56 UTC  (2+ messages)

[PATCH v2 00/11] cleanup and bugfix of sync
 2025-11-28  2:47 UTC  (22+ messages)
` [PATCH v2 01/11] md/raid1: simplify uptodate handling in end_sync_write
` [PATCH v2 03/11] md/raid1,raid10: return actual write status in narrow_write_error
` [PATCH v2 04/11] md/raid1,raid10: support narrow_write_error when badblocks is disabled
` [PATCH v2 05/11] md: mark rdev Faulty when badblocks setting fails
` [PATCH v2 06/11] md: remove MD_RECOVERY_ERROR handling and simplify resync_offset update
` [PATCH v2 07/11] md: factor out sync completion update into helper
` [PATCH v2 08/11] md: move finish_reshape to md_finish_sync()
` [PATCH v2 09/11] md/raid10: fix any_working flag handling in raid10_sync_request
` [PATCH v2 10/11] md/raid10: cleanup skip "

[PATCH V2 0/5] block: ignore __blkdev_issue_discard() ret value
 2025-11-26  9:26 UTC  (24+ messages)
` [PATCH V2 1/5] block: ignore discard return value
` [PATCH V2 2/5] dm: "
` [PATCH V2 3/5] nvmet: "
` [PATCH V2 4/5] f2fs: "
` [PATCH V2 5/5] xfs: "

[PATCH V3 0/5] Add an optimization also raid6test for RISC-V support
 2025-11-25  9:43 UTC  (8+ messages)
` [PATCH V3 3/5] raid6: riscv: Prevent compiler with vector support to build already vectorized code
` [PATCH V3 5/5] raid6: test: Add support for RISC-V

[PATCH 0/7] md: raid5,raid0,raid10: align bio to io_opt
 2025-11-25  8:23 UTC  (14+ messages)
` [PATCH 1/7] md/raid5: use mempool to allocate stripe_request_ctx
` [PATCH] md: support to align bio to limits
` [PATCH 2/7] md/raid5: make sure max_sectors is not less than io_opt
` [PATCH 3/7] md: support to align bio to limits
` [PATCH 4/7] md: add a helper md_config_align_limits()
` [PATCH 5/7] md/raid5: align bio to io_opt
` [PATCH 6/7] md/raid10: "
` [PATCH 7/7] md/raid0: "

[PATCH 1/2] pm-hibernate: flush disk cache when suspending
 2025-11-24 19:51 UTC  (6+ messages)

[PATCH] md/raid5: Fix a deadlock of reshape and suspend
 2025-11-24  8:45 UTC 

[RFC PATCH] md: remove legacy 1s delay in md_notify_reboot
 2025-11-21 18:49 UTC 

RAID resyncing with only one device
 2025-11-19  8:46 UTC 

[PATCH v3 0/3] Do not set MD_BROKEN on failfast io failure
 2025-11-19  3:22 UTC  (3+ messages)
` [PATCH v3 1/3] md/raid1,raid10: "

[RFC PATCH] block: change __blkdev_issue_discard() return type to void
 2025-11-19  1:48 UTC  (3+ messages)

[QUESTION] Debugging some file data corruption
 2025-11-14 19:39 UTC  (3+ messages)

fall back from direct to buffered I/O when stable writes are required
 2025-11-14 16:55 UTC  (29+ messages)
` [PATCH 1/4] fs: replace FOP_DIO_PARALLEL_WRITE with a fmode bits
` [PATCH 4/4] xfs: fallback to buffered I/O for direct I/O when stable writes are required

[bug report] BUG: kernel NULL pointer dereference, address: 0000000000000050
 2025-11-14  2:26 UTC  (2+ messages)

[GIT PULL] md-6.19-20251111
 2025-11-11 14:02 UTC  (2+ messages)

[PATCH v9 0/5] make logical block size configurable
 2025-11-11  3:21 UTC  (16+ messages)
` [PATCH v9 4/5] md: add check_new_feature module parameter
` [PATCH v9 5/5] md: allow configuring logical block size

[PATCH V2 1/1] md: avoid repeated calls to del_gendisk
 2025-11-08  9:52 UTC  (2+ messages)

[PATCH v5 02/16] md: serialize md_error()
 2025-11-06 17:06 UTC  (2+ messages)


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).