messages from 2025-10-29 16:31:36 to 2025-11-24 07:57:29 UTC [more...]
[PATCH V2 0/5] block: ignore __blkdev_issue_discard() ret value
2025-11-24 7:57 UTC (17+ 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 v2 00/11] md: align bio to io_opt and fix abnormal io_opt
2025-11-24 6:32 UTC (12+ 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
raid10 and component devices optimal_io_size 0xFFF000 results in array optimal_io_size 0xFFF00000
2025-11-23 2:54 UTC (2+ messages)
[RFC PATCH v2] md: remove legacy 1s delay in md_notify_reboot
2025-11-23 2:52 UTC (2+ messages)
dm bug: hibernate to swap located on dm-integrity doesn't work (how to get data redundancy for swap?)
2025-11-22 22:47 UTC (13+ messages)
` [PATCH] pm-hibernate: flush block device cache when hibernating
` [PATCH 1/2] pm-hibernate: flush disk cache when suspending
` [RFC PATCH 2/2] swsusp: make it possible to hibernate to device mapper devices
[PATCH 0/7] md: raid5,raid0,raid10: align bio to io_opt
2025-11-22 21:20 UTC (12+ 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: "
[RFC PATCH] md: remove legacy 1s delay in md_notify_reboot
2025-11-21 18:49 UTC
[PATCH 0/2] md/raid5: fix IO hang when array is broken with IO inflight
2025-11-20 8:36 UTC (7+ 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
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)
[PATCH] md/raid0: fix NULL pointer dereference in create_strip_zones() for dm-raid
2025-11-17 16:57 UTC (4+ 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 (58+ messages)
` [PATCH 1/4] fs: replace FOP_DIO_PARALLEL_WRITE with a fmode bits
` [PATCH 2/4] fs: return writeback errors for IOCB_DONTCACHE in generic_write_sync
` [PATCH 3/4] xfs: use IOCB_DONTCACHE when falling back to buffered writes
` [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 (21+ messages)
` [PATCH v9 1/5] md: delete md_redundancy_group when array is becoming inactive
` [PATCH v9 2/5] md: init bioset in mddev_init
` [PATCH v9 3/5] md/raid0: Move queue limit setup before r0conf initialization
` [PATCH v9 4/5] md: add check_new_feature module parameter
` [PATCH v9 5/5] md: allow configuring logical block size
[PATCH v2 00/11] cleanup and bugfix of sync
2025-11-10 12:17 UTC (22+ messages)
` [PATCH v2 01/11] md/raid1: simplify uptodate handling in end_sync_write
` [PATCH v2 02/11] md: factor error handling out of md_done_sync into helper
` [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 11/11] md: remove recovery_disabled
[PATCH V2 1/1] md: avoid repeated calls to del_gendisk
2025-11-08 9:52 UTC (3+ messages)
[PATCH v5 00/16] Don't set MD_BROKEN on failfast bio failure
2025-11-06 17:06 UTC (16+ messages)
` [PATCH v5 01/16] md: move device_lock from conf to mddev
` [PATCH v5 02/16] md: serialize md_error()
` [PATCH v5 03/16] md: add pers->should_error() callback
` [PATCH v5 05/16] md/raid1: implement pers->should_error()
` [PATCH v5 07/16] md/raid1: refactor handle_read_error()
` [PATCH v5 08/16] md/raid10: "
` [PATCH v5 09/16] md/raid10: fix failfast read error not rescheduled
[PATCH] md/raid5: remove redundant __GFP_NOWARN
2025-11-04 14:10 UTC (5+ messages)
[PATCH v8 0/4] make logical block size configurable
2025-11-04 1:20 UTC (12+ messages)
` [PATCH v8 1/4] md: delete md_redundancy_group when array is becoming inactive
` [PATCH v8 2/4] md: init bioset in mddev_init
` [PATCH v8 3/4] md/raid0: Move queue limit setup before r0conf initialization
` [PATCH v8 4/4] md: allow configuring logical block size
subscribe linux-raid
2025-11-03 1:05 UTC
[PATCH] md/raid5: remove redundant __GFP_NOWARN
2025-11-02 15:21 UTC
How do I determine the amount of stripes my array has?
2025-11-01 15:47 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).