linux-raid.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-07-08 16:59:37 to 2025-08-01 07:10:56 UTC [more...]

[PATCH v5 00/11] md/llbitmap: md/md-llbitmap: introduce a new lockless bitmap
 2025-08-01  7:03 UTC  (9+ messages)
` [PATCH v5 01/11] md: add a new parameter 'offset' to md_super_write()
` [PATCH v5 02/11] md: factor out a helper raid_is_456()
` [PATCH v5 03/11] md/md-bitmap: support discard for bitmap ops
` [PATCH v5 04/11] md: add a new mddev field 'bitmap_id'
` [PATCH v5 05/11] md/md-bitmap: add a new sysfs api bitmap_type
` [PATCH v5 07/11] md/md-bitmap: add a new method skip_sync_blocks() in bitmap_operations
` [PATCH v5 08/11] md/md-bitmap: add a new method blocks_synced() "
` [PATCH v5 10/11] md/md-bitmap: make method bitmap_ops->daemon_work optional

[PATCH v4 00/11] md/llbitmap: md/md-llbitmap: introduce a new lockless bitmap
 2025-08-01  2:00 UTC  (20+ messages)
` [PATCH v4 01/11] md: add a new parameter 'offset' to md_super_write()
` [PATCH v4 02/11] md: factor out a helper raid_is_456()
` [PATCH v4 03/11] md/md-bitmap: support discard for bitmap ops
` [PATCH v4 04/11] md: add a new mddev field 'bitmap_id'
` [PATCH v4 05/11] md/md-bitmap: add a new sysfs api bitmap_type
` [PATCH v4 06/11] md/md-bitmap: delay registration of bitmap_ops until creating bitmap
` [PATCH v4 07/11] md/md-bitmap: add a new method skip_sync_blocks() in bitmap_operations
` [PATCH v4 08/11] md/md-bitmap: add a new method blocks_synced() "
` [PATCH v4 09/11] md: add a new recovery_flag MD_RECOVERY_LAZY_RECOVER
` [PATCH v4 10/11] md/md-bitmap: make method bitmap_ops->daemon_work optional
` [PATCH v4 11/11] md/md-llbitmap: introduce new lockless bitmap

[PATCH -next] md: make rdev_addable usable for rcu mode
 2025-07-31 16:32 UTC  (2+ messages)

[PATCH v2 0/3] make logical_block_size configurable
 2025-07-31  7:02 UTC  (8+ messages)
` [PATCH v2 1/3] md: prevent adding disks with larger logical_block_size to active arrays
` [PATCH v2 2/3] md: allow configuring logical_block_size
` [PATCH v2 3/3] md: Fix the return value of mddev_stack_new_rdev

[PATCH v2 md-6.17] md: rename recovery_cp to resync_offset
 2025-07-30 18:22 UTC  (2+ messages)

[PATCH v5 00/15] md/md-bitmap: introduce CONFIG_MD_BITMAP
 2025-07-30 18:21 UTC  (7+ messages)
` [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] md: fix create on open mddev lifetime regression
 2025-07-30 18:20 UTC  (4+ messages)

[PATCH] md/md-cluster: handle REMOVE message earlier
 2025-07-30 17:56 UTC  (3+ messages)

[PATCH 2/2] iomap: align writeback to RAID stripe boundaries
 2025-07-30 14:14 UTC  (7+ messages)

[syzbot] [fuse?] WARNING: refcount bug in process_scheduled_works
 2025-07-29 21:58 UTC 

[PATCH 1/2] md/raid0,raid4,raid5,raid6,raid10: fix bogus io_opt value
 2025-07-29 21:49 UTC  (3+ messages)

[PATCH v4 05/11] md/md-bitmap: add a new sysfs api bitmap_type
 2025-07-29  8:58 UTC 

[PATCH 0/3] md: cleanup remove_and_add_spares()
 2025-07-25  3:36 UTC  (4+ messages)
` [PATCH 1/3] md: cleanup no_add tag in remove_and_add_spares()
` [PATCH 2/3] md: factor out a helper remove_spare()
` [PATCH 3/3] md: factor out a helper add_spare()

[bug report] mdadm: Unable to initialize sysfs
 2025-07-24  9:43 UTC  (4+ messages)

[GIT PULL] md-6.17-20250722
 2025-07-22 10:55 UTC  (2+ messages)

[PATCH v3 0/5] block/md/dm: set chunk_sectors from stacked dev stripe size
 2025-07-22  3:43 UTC  (10+ messages)
` [PATCH v3 5/5] block: use chunk_sectors when evaluating stacked atomic write limits

[PATCH] mdadm: modify the variable used in the set_bitmap_value()
 2025-07-22  1:47 UTC 

[PATCH] mdadm supports --logical-block-size option
 2025-07-21 12:48 UTC 

[PATCH V2 0/5] Add an optimization also raid6test for RISC-V support
 2025-07-21  7:52 UTC  (14+ 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

[PATCH v3 00/11] md/llbitmap: md/md-llbitmap: introduce a new lockless bitmap
 2025-07-21  7:20 UTC  (19+ messages)
` [PATCH v3 01/11] md: add a new parameter 'offset' to md_super_write()
` [PATCH v3 02/11] md: factor out a helper raid_is_456()
` [PATCH v3 03/11] md/md-bitmap: support discard for bitmap ops
` [PATCH v3 04/11] md: add a new mddev field 'bitmap_id'
` [PATCH v3 05/11] md/md-bitmap: add a new sysfs api bitmap_type
` [PATCH v3 06/11] md/md-bitmap: delay registration of bitmap_ops until creating bitmap
` [PATCH v3 07/11] md/md-bitmap: add a new method skip_sync_blocks() in bitmap_operations
` [PATCH v3 08/11] md/md-bitmap: add a new method blocks_synced() "
` [PATCH v3 09/11] md: add a new recovery_flag MD_RECOVERY_LAZY_RECOVER
` [PATCH v3 10/11] md/md-bitmap: make method bitmap_ops->daemon_work optional
` [PATCH v3 11/11] md/md-llbitmap: introduce new lockless bitmap

[PATCH] md: rename recovery_cp to resync_offset
 2025-07-19  9:51 UTC  (2+ messages)

[PATCH V3 0/5] Add an optimization also raid6test for RISC-V support
 2025-07-18 14:08 UTC  (7+ messages)
` [PATCH V3 1/5] raid6: riscv: Clean up unused header file inclusion
` [PATCH V3 2/5] raid6: riscv: replace one load with a move to speed up the caculation
` [PATCH V3 3/5] raid6: riscv: Prevent compiler with vector support to build already vectorized code
` [PATCH V3 4/5] raid6: riscv: Allow code to be compiled in userspace
` [PATCH V3 5/5] raid6: test: Add support for RISC-V

Sector size changes creating filesystem problems
 2025-07-17 21:07 UTC  (7+ messages)

[RFC PATCH] md: split bio by io_opt size in md_submit_bio()
 2025-07-17 15:19 UTC  (16+ messages)

[bug report] blktests md/001 failed with "buffer overflow detected"
 2025-07-17 14:31 UTC  (3+ messages)

[PATCH v7 0/6] block/md/dm: set chunk_sectors from stacked dev stripe size
 2025-07-17 12:01 UTC  (10+ 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] md/raid10: fix set but not used variable in sync_request_write()
 2025-07-16 16:10 UTC  (4+ 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  (9+ messages)
` [PATCH v2 06/11] md/md-bitmap: delay registration of bitmap_ops until creating bitmap
` [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  (2+ messages)

[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 v4 0/6] block/md/dm: set chunk_sectors from stacked dev stripe size
 2025-07-08 18:00 UTC  (5+ messages)
` [PATCH v4 6/6] block: use chunk_sectors when evaluating stacked atomic write limits


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