linux-raid.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-08-22 02:52:18 to 2024-09-06 20:45:43 UTC [more...]

[GIT PULL] md-6.12 20240906
 2024-09-06 20:45 UTC  (2+ messages)

[PATCH V3 md-6.12 1/1] md: add new_level sysfs interface
 2024-09-06 18:15 UTC  (5+ messages)

[song-md:md-6.12] BUILD SUCCESS 2d2b3bc145b9d5b5c6f07d22291723ddb024ca76
 2024-09-06  7:29 UTC 

[GIT PULL] md-6.12 20240905
 2024-09-05 19:48 UTC  (2+ messages)

[PATCH md-6.12 v14 0/1] md: generate CHANGE uevents for md device
 2024-09-05 14:46 UTC  (6+ messages)
` [PATCH md-6.12 v14 1/1] "

[PATCH] md: report failed arrays as broken in mdstat
 2024-09-05  5:49 UTC  (2+ messages)

decruft the early init / initrd / initramfs code v2
 2024-09-04 18:49 UTC  (3+ messages)
` [PATCH 14/23] initrd: mark initrd support as deprecated

[PATCH RFC 0/4] RAID0 atomic write support
 2024-09-03 15:07 UTC  (5+ messages)
` [PATCH RFC 1/4] block: Make bdev_can_atomic_write() robust against mis-aligned bdev size
` [PATCH RFC 2/4] block: Add BLK_FEAT_ATOMIC_WRITES flag
` [PATCH RFC 3/4] block: Support atomic writes limits for stacked devices
` [PATCH RFC 4/4] md/raid0: Atomic write support

[PATCH 00/10] mdadm tests fix
 2024-09-03 10:11 UTC  (21+ messages)
` [PATCH 01/10] mdadm/Grow: Update new level when starting reshape
` [PATCH 02/10] mdadm/Grow: Update reshape_progress to need_back after reshape finishes
` [PATCH 03/10] mdadm/Grow: Can't open raid when running --grow --continue
` [PATCH 04/10] mdadm/Grow: sleep a while after removing disk in impose_level
` [PATCH 05/10] mdadm/tests: wait until level changes
` [PATCH 06/10] mdadm/tests: 07changelevels fix
` [PATCH 07/10] mdadm/tests: Remove 07reshape5intr.broken
` [PATCH 08/10] mdadm/tests: 07testreshape5 fix
` [PATCH 09/10] mdadm/tests: remove 09imsm-assemble.broken
` [PATCH 10/10] mdadm/Manage: record errno

What RAID Level is this? (found on Refurb drive out of package)
 2024-09-03  9:26 UTC  (4+ messages)

[PATCH md-6.12 1/1] md: add new_level sysfs interface
 2024-09-03  7:17 UTC  (6+ messages)

[PATCH md-6.12 0/7] md: enhance faulty chekcing for blocked handling
 2024-09-02 12:37 UTC  (15+ messages)
` [PATCH md-6.12 1/7] md: add a new helper rdev_blocked()
` [PATCH md-6.12 2/7] md: don't wait faulty rdev in md_wait_for_blocked_rdev()
` [PATCH md-6.12 3/7] md: don't record new badblocks for faulty rdev
` [PATCH md-6.12 4/7] md/raid1: factor out helper to handle blocked rdev from raid1_write_request()
` [PATCH md-6.12 5/7] md/raid1: don't wait for Faulty rdev in wait_blocked_rdev()
` [PATCH md-6.12 6/7] md/raid10: "
` [PATCH md-6.12 7/7] md/raid5: don't set Faulty rdev for blocked_rdev

[song-md:md-6.12] BUILD SUCCESS fb16787b396c46158e46b588d357dea4e090020b
 2024-08-30 20:22 UTC 

[RFC 0/7] dlm: the ultimate verifier for DLM lock correctness
 2024-08-30 12:55 UTC  (9+ messages)
` [RFC 1/7] dlm: fix possible lkb_resource null dereference
` [RFC 2/7] dlm: fix swapped args sb_flags vs sb_status
` [RFC 3/7] dlm: make add_to_waiters() that is can't fail
` [RFC 4/7] dlm: add our_nodeid to tracepoints
` [RFC 5/7] dlm: add lkb rv mode to ast tracepoint
` [RFC 6/7] dlm: add more tracepoints for DLM kernel verifier
` [RFC 7/7] rv: add dlm compatible lock state "

[PATCH] fs: drop GFP_NOFAIL mode from alloc_page_buffers
 2024-08-30 12:54 UTC  (8+ messages)

[PATCH 1/1] [PATCH V2 md-6.12 1/1] md: add new_level sysfs interface
 2024-08-30  8:51 UTC  (7+ messages)

[GIT PULL] md-6.12 20240829
 2024-08-29 19:45 UTC  (2+ messages)

[PATCH v13 0/1] md: generate CHANGE uevents for md device
 2024-08-29 18:27 UTC  (4+ messages)
` [PATCH v13 1/1] "

[PATCH 0/3] Optimize wait_for_overlap
 2024-08-29 18:24 UTC  (5+ messages)
` [PATCH 1/3] md/raid5: use wait_on_bit() for R5_Overlap
` [PATCH 2/3] md/raid5: only add to wq if reshape is in progress
` [PATCH 3/3] md/raid5: rename wait_for_overlap to wait_for_reshape

[PATCH md-6.12 v2 00/42] md/md-bitmap: introduce bitmap_operations and make structure internal
 2024-08-29  1:12 UTC  (53+ messages)
` [PATCH md-6.12 v2 01/42] md/raid1: use md_bitmap_wait_behind_writes() in raid1_read_request()
` [PATCH md-6.12 v2 02/42] md/md-bitmap: replace md_bitmap_status() with a new helper md_bitmap_get_stats()
` [PATCH md-6.12 v2 03/42] md: use new helper md_bitmap_get_stats() in update_array_info()
` [PATCH md-6.12 v2 04/42] md/md-bitmap: add 'events_cleared' into struct md_bitmap_stats
` [PATCH md-6.12 v2 05/42] md/md-cluster: fix spares warnings for __le64
` [PATCH md-6.12 v2 06/42] md/md-bitmap: add 'sync_size' into struct md_bitmap_stats
` [PATCH md-6.12 v2 07/42] md/md-bitmap: add 'file_pages' "
` [PATCH md-6.12 v2 08/42] md/md-bitmap: add 'behind_writes' and 'behind_wait' "
` [PATCH md-6.12 v2 09/42] md/md-cluster: use helper md_bitmap_get_stats() to get pages in resize_bitmaps()
` [PATCH md-6.12 v2 10/42] md/md-bitmap: add a new helper md_bitmap_set_pages()
` [PATCH md-6.12 v2 11/42] md/md-bitmap: introduce struct bitmap_operations
` [PATCH md-6.12 v2 12/42] md/md-bitmap: simplify md_bitmap_create() + md_bitmap_load()
` [PATCH md-6.12 v2 13/42] md/md-bitmap: merge md_bitmap_create() into bitmap_operations
` [PATCH md-6.12 v2 14/42] md/md-bitmap: merge md_bitmap_load() "
` [PATCH md-6.12 v2 15/42] md/md-bitmap: merge md_bitmap_destroy() "
` [PATCH md-6.12 v2 16/42] md/md-bitmap: merge md_bitmap_flush() "
` [PATCH md-6.12 v2 17/42] md/md-bitmap: make md_bitmap_print_sb() internal
` [PATCH md-6.12 v2 18/42] md/md-bitmap: merge md_bitmap_update_sb() into bitmap_operations
` [PATCH md-6.12 v2 19/42] md/md-bitmap: merge md_bitmap_status() "
` [PATCH md-6.12 v2 20/42] md/md-bitmap: remove md_bitmap_setallbits()
` [PATCH md-6.12 v2 21/42] md/md-bitmap: merge bitmap_write_all() into bitmap_operations
` [PATCH md-6.12 v2 22/42] md/md-bitmap: merge md_bitmap_dirty_bits() "
` [PATCH md-6.12 v2 23/42] md/md-bitmap: merge md_bitmap_startwrite() "
` [PATCH md-6.12 v2 24/42] md/md-bitmap: merge md_bitmap_endwrite() "
` [PATCH md-6.12 v2 25/42] md/md-bitmap: merge md_bitmap_start_sync() "
` [PATCH md-6.12 v2 26/42] md/md-bitmap: remove the parameter 'aborted' for md_bitmap_end_sync()
` [PATCH md-6.12 v2 27/42] md/md-bitmap: merge md_bitmap_end_sync() into bitmap_operations
` [PATCH md-6.12 v2 28/42] md/md-bitmap: merge md_bitmap_close_sync() "
` [PATCH md-6.12 v2 29/42] md/md-bitmap: mrege md_bitmap_cond_end_sync() "
` [PATCH md-6.12 v2 30/42] md/md-bitmap: merge md_bitmap_sync_with_cluster() "
` [PATCH md-6.12 v2 31/42] md/md-bitmap: merge md_bitmap_unplug_async() into md_bitmap_unplug()
` [PATCH md-6.12 v2 32/42] md/md-bitmap: merge bitmap_unplug() into bitmap_operations
` [PATCH md-6.12 v2 33/42] md/md-bitmap: merge md_bitmap_daemon_work() "
` [PATCH md-6.12 v2 34/42] md/md-bitmap: pass in mddev directly for md_bitmap_resize()
` [PATCH md-6.12 v2 35/42] md/md-bitmap: merge md_bitmap_resize() into bitmap_operations
` [PATCH md-6.12 v2 36/42] md/md-bitmap: merge get_bitmap_from_slot() "
` [PATCH md-6.12 v2 37/42] md/md-bitmap: merge md_bitmap_copy_from_slot() into struct bitmap_operation
` [PATCH md-6.12 v2 38/42] md/md-bitmap: merge md_bitmap_set_pages() into struct bitmap_operations
` [PATCH md-6.12 v2 39/42] md/md-bitmap: merge md_bitmap_free() into bitmap_operations
` [PATCH md-6.12 v2 40/42] md/md-bitmap: merge md_bitmap_wait_behind_writes() "
` [PATCH md-6.12 v2 41/42] md/md-bitmap: merge md_bitmap_enabled() "
` [PATCH md-6.12 v2 42/42] md/md-bitmap: make in memory structure internal

[PATCH md-6.12 v2] md: remove flush handling
 2024-08-28  0:24 UTC  (2+ messages)

[PATCH -next] md/raid1: cleanup local variable 'b' from radi1_read_request()
 2024-08-27 17:10 UTC  (2+ messages)

[PATCH -next] md: don't flush sync_work in md_write_start()
 2024-08-27 16:58 UTC  (2+ messages)

[PATCH v12 0/1] md: generate CHANGE uevents for md device
 2024-08-27  8:11 UTC  (3+ messages)
` [PATCH v12 1/1] "

problem with synology external raid
 2024-08-27  7:38 UTC  (6+ messages)

PROBLEM: repeatable lockup on RAID-6 with LUKS dm-crypt on NVMe devices when rsyncing many files
 2024-08-27  1:27 UTC  (26+ messages)

[PATCH md-6.12] md: remove flush handling
 2024-08-26  8:31 UTC  (4+ messages)

[PATCH v11 0/1] md: generate CHANGE uevents for md device
 2024-08-26  3:35 UTC  (3+ messages)
` [PATCH v11 1/1] "

[PATCH md-6.12 00/41] md/md-bitmap: introduce bitmap_operations and make structure internel
 2024-08-26  1:43 UTC  (12+ messages)
` [PATCH md-6.12 35/41] md/md-bitmap: merge get_bitmap_from_slot() into bitmap_operations
` [PATCH md-6.12 36/41] md/md-bitmap: merge md_bitmap_copy_from_slot() into struct bitmap_operation
` [PATCH md-6.12 37/41] md/md-bitmap: merge md_bitmap_set_pages() into struct bitmap_operations
` [PATCH md-6.12 38/41] md/md-bitmap: merge md_bitmap_free() into bitmap_operations
` [PATCH md-6.12 39/41] md/md-bitmap: merge md_bitmap_wait_behind_writes() "
` [PATCH md-6.12 40/41] md/md-bitmap: merge md_bitmap_enabled() "
` [PATCH md-6.12 41/41] md/md-bitmap: make in memory structure internal

[PATCH md-6.12 05/41] md/md-bitmap: add 'sync_size' into struct md_bitmap_stats
 2024-08-26  1:38 UTC  (3+ messages)

[RFC dlm/next 00/12] dlm: net-namespace functionality
 2024-08-25 19:54 UTC  (4+ messages)
` [RFC dlm/next 08/12] kobject: add kset_type_create_and_add() helper

[PATCH v10 0/1] md: generate CHANGE uevents for md device
 2024-08-22 14:04 UTC  (2+ messages)
` [PATCH v10 1/1] "


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