messages from 2025-06-19 09:41:46 to 2025-07-16 13:40:52 UTC [more...]
[PATCH V2 0/5] Add an optimization also raid6test for RISC-V support
2025-07-16 13:40 UTC (8+ messages)
` [PATCH V2 1/5] raid6: riscv: Clean up unused header file inclusion
` [PATCH V2 2/5] raid6: riscv: replace one load with a move to speed up the caculation
` [PATCH V2 3/5] raid6: riscv: Add a compiler error
` [PATCH V2 4/5] raid6: riscv: Allow code to be compiled in userspace
` [PATCH V2 5/5] raid6: test: Add support for RISC-V
[RFC PATCH] md: split bio by io_opt size in md_submit_bio()
2025-07-16 12:23 UTC (13+ messages)
[PATCH] md/raid10: fix set but not used variable in sync_request_write()
2025-07-16 7:55 UTC (3+ messages)
[RFC PATCH] md: split bio by io_opt size in md_submit_bio()
2025-07-15 17:59 UTC
[PATCH v6 0/6] block/md/dm: set chunk_sectors from stacked dev stripe size
2025-07-15 15:45 UTC (17+ messages)
` [PATCH v6 1/6] ilog2: add max_pow_of_two_factor()
` [PATCH v6 2/6] block: sanitize chunk_sectors for atomic write limits
` [PATCH v6 3/6] md/raid0: set chunk_sectors limit
` [PATCH v6 4/6] md/raid10: "
` [PATCH v6 5/6] dm-stripe: limit chunk_sectors to the stripe size
` [PATCH v6 6/6] block: use chunk_sectors when evaluating stacked atomic write limits
[PATCH v2 00/11] md/llbitmap: md/md-llbitmap: introduce a new lockless bitmap
2025-07-14 1:41 UTC (22+ messages)
` [PATCH v2 01/11] md: add a new parameter 'offset' to md_super_write()
` [PATCH v2 02/11] md: factor out a helper raid_is_456()
` [PATCH v2 03/11] md/md-bitmap: support discard for bitmap ops
` [PATCH v2 04/11] md: add a new mddev field 'bitmap_id'
` [PATCH v2 05/11] md/md-bitmap: add a new sysfs api bitmap_type
` [PATCH v2 06/11] md/md-bitmap: delay registration of bitmap_ops until creating bitmap
` [PATCH v2 07/11] md/md-bitmap: add a new method skip_sync_blocks() in bitmap_operations
` [PATCH v2 08/11] md/md-bitmap: add a new method blocks_synced() "
` [PATCH v2 09/11] md: add a new recovery_flag MD_RECOVERY_LAZY_RECOVER
` [PATCH v2 10/11] md/md-bitmap: make method bitmap_ops->daemon_work optional
` [PATCH v2 11/11] md/md-llbitmap: introduce new lockless bitmap
[PATCH] md: allow removing faulty rdev during resync
2025-07-12 9:58 UTC (3+ messages)
[PATCH v7 0/6] block/md/dm: set chunk_sectors from stacked dev stripe size
2025-07-11 11:43 UTC (8+ messages)
` [PATCH v7 1/6] ilog2: add max_pow_of_two_factor()
` [PATCH v7 2/6] block: sanitize chunk_sectors for atomic write limits
` [PATCH v7 3/6] md/raid0: set chunk_sectors limit
` [PATCH v7 4/6] md/raid10: "
` [PATCH v7 5/6] dm-stripe: limit chunk_sectors to the stripe size
` [PATCH v7 6/6] block: use chunk_sectors when evaluating stacked atomic write limits
[PATCH v5 0/6] block/md/dm: set chunk_sectors from stacked dev stripe size
2025-07-10 15:29 UTC (11+ messages)
` [PATCH v5 1/6] ilog2: add max_pow_of_two_factor()
` [PATCH v5 2/6] block: sanitize chunk_sectors for atomic write limits
` [PATCH v5 3/6] md/raid0: set chunk_sectors limit
` [PATCH v5 4/6] md/raid10: "
` [PATCH v5 5/6] dm-stripe: limit chunk_sectors to the stripe size
` [PATCH v5 6/6] block: use chunk_sectors when evaluating stacked atomic write limits
[PATCH 0/4] Fix a segmentation fault also add raid6test for RISC-V support
2025-07-10 7:45 UTC (4+ messages)
[PATCH v3 0/5] block/md/dm: set chunk_sectors from stacked dev stripe size
2025-07-09 13:16 UTC (12+ messages)
` [PATCH v3 1/5] block: sanitize chunk_sectors for atomic write limits
` [PATCH v3 2/5] md/raid0: set chunk_sectors limit
` [PATCH v3 3/5] md/raid10: "
` [PATCH v3 4/5] dm-stripe: limit chunk_sectors to the stripe size
` [PATCH v3 5/5] block: use chunk_sectors when evaluating stacked atomic write limits
[PATCH v4 0/6] block/md/dm: set chunk_sectors from stacked dev stripe size
2025-07-08 18:00 UTC (11+ messages)
` [PATCH v4 1/6] ilog2: add max_pow_of_two_factor()
` [PATCH v4 2/6] block: sanitize chunk_sectors for atomic write limits
` [PATCH v4 3/6] md/raid0: set chunk_sectors limit
` [PATCH v4 4/6] md/raid10: "
` [PATCH v4 5/6] dm-stripe: limit chunk_sectors to the stripe size
` [PATCH v4 6/6] block: use chunk_sectors when evaluating stacked atomic write limits
[PATCH v5 00/15] md/md-bitmap: introduce CONFIG_MD_BITMAP
2025-07-07 1:27 UTC (16+ messages)
` [PATCH v5 01/15] md/raid1: change r1conf->r1bio_pool to a pointer type
` [PATCH v5 02/15] md/raid1: remove struct pool_info and related code
` [PATCH v5 03/15] md/md-bitmap: remove the parameter 'init' for bitmap_ops->resize()
` [PATCH v5 04/15] md/md-bitmap: merge md_bitmap_group into bitmap_operations
` [PATCH v5 05/15] md/md-bitmap: add a new parameter 'flush' to bitmap_ops->enabled
` [PATCH v5 06/15] md/md-bitmap: add md_bitmap_registered/enabled() helper
` [PATCH v5 07/15] md/md-bitmap: handle the case bitmap is not enabled before start_sync()
` [PATCH v5 08/15] md/md-bitmap: handle the case bitmap is not enabled before end_sync()
` [PATCH v5 09/15] md/raid1: check bitmap before behind write
` [PATCH v5 10/15] md/raid1: check before referencing mddev->bitmap_ops
` [PATCH v5 11/15] md/raid10: "
` [PATCH v5 12/15] md/raid5: "
` [PATCH v5 13/15] md/dm-raid: "
` [PATCH v5 14/15] md: "
` [PATCH v5 15/15] md/md-bitmap: introduce CONFIG_MD_BITMAP
[GIT PULL] md-6.16-20250705
2025-07-05 12:34 UTC (2+ messages)
[PATCH] md/raid1,raid10: strip REQ_NOWAIT from member bios
2025-07-05 9:45 UTC (3+ messages)
[PATCH v4] raid10: cleanup memleak at raid10_make_request
2025-07-03 15:23 UTC
[PATCH 5.15/6.1/6.6/6.12] md/raid10: wait barrier before returning discard request with REQ_NOWAIT
2025-07-03 11:32 UTC
[PATCH v3] raid10: cleanup memleak at raid10_make_reques
2025-07-02 18:28 UTC
[PATCH v2 0/5] block/md/dm: set chunk_sectors from stacked dev stripe size
2025-07-02 9:33 UTC (19+ messages)
` [PATCH v2 1/5] block: sanitize chunk_sectors for atomic write limits
` [PATCH v2 2/5] md/raid0: set chunk_sectors limit
` [PATCH v2 3/5] md/raid10: "
` [PATCH v2 4/5] dm-stripe: limit chunk_sectors to the stripe size
` [PATCH v2 5/5] block: use chunk_sectors when evaluating stacked atomic write limits
[PATCH 1/1] md/md-bitmap: fix GPF in bitmap_get_stats()
2025-07-02 9:10 UTC
[PATCH] raid10: cleanup memleak at raid10_make_request
2025-07-02 1:19 UTC (3+ messages)
` [PATCH v2] "
[PATCH 00/23] md/llbitmap: md/md-llbitmap: introduce a new lockless bitmap
2025-07-01 2:31 UTC (19+ messages)
` [PATCH 15/23] md/md-llbitmap: implement llbitmap IO
` [PATCH 16/23] md/md-llbitmap: implement bit state machine
[PATCH v4 0/2] Optimize r1conf->r1bio_pool
2025-06-30 6:10 UTC (3+ messages)
` [PATCH v4 1/2] md/raid1: change r1conf->r1bio_pool to a pointer type
` [PATCH v4 2/2] md/raid1: remove struct pool_info and related code
[PATCH v3 0/2] Optimize r1conf->r1bio_pool
2025-06-30 3:49 UTC (6+ messages)
` [PATCH v3 1/2] md/raid1: change r1conf->r1bio_pool to a pointer type
` [PATCH v3 2/2] md/raid1: remove struct pool_info and related code
[mdraid:md-6.16] [md] bc8ce8eaa2: mdadm-selftests.05r1-failfast.fail
2025-06-26 6:12 UTC (6+ messages)
next-20250623: riscv defconfig raid6 recov_rvv.c use of undeclared identifier 'raid6_empty_zero_page'
2025-06-23 20:16 UTC (2+ messages)
[PATCH v2 1/2] md/raid1: change r1conf->r1bio_pool to a pointer type
2025-06-23 12:06 UTC (2+ messages)
` [PATCH v2 2/2] md/raid1: remove struct pool_info and related code
[v2 PATCH] lib/raid6: Replace custom zero page with ZERO_PAGE
2025-06-23 8:47 UTC (6+ messages)
` [v3 "
[PATCH] md/raid1: change r1conf->r1bio_pool to a pointer type
2025-06-23 3:45 UTC (4+ messages)
Kernel mistakenly "starts" resync on fully-degraded, newly-created raid10 array
2025-06-22 20:20 UTC (4+ 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