linux-raid.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-08-07 23:28:54 to 2023-08-24 01:20:06 UTC [more...]

md_raid: mdX_raid6 looping after sync_action "check" to "idle" transition
 2023-08-24  1:18 UTC  (5+ messages)

[PATCH -next v3 0/7] md: make rdev addition and removal independent from daemon thread
 2023-08-24  1:16 UTC  (25+ messages)
` [PATCH -next v3 1/7] md: use separate work_struct for md_start_sync()
` [PATCH -next v3 2/7] md: factor out a helper to choose sync action from md_check_recovery()
` [PATCH -next v3 3/7] md: delay choosing sync action to md_start_sync()
` [PATCH -next v3 4/7] md: factor out a helper rdev_removeable() from remove_and_add_spares()
` [PATCH -next v3 5/7] md: factor out a helper rdev_is_spare() "
` [PATCH -next v3 6/7] md: factor out a helper rdev_addable() "
` [PATCH -next v3 7/7] md: delay remove_and_add_spares() for read only array to md_start_sync()

[PATCH 1/1] Stop mdcheck_continue timer when mdcheck_start service can finish check
 2023-08-23 14:09 UTC  (2+ messages)

[PATCH 0/4] Fix memory leak for Manage Assemble Kill mdadm
 2023-08-23 13:51 UTC  (9+ messages)
` [PATCH 1/4] Fix memory leak in file Assemble
` [PATCH 2/4] Fix memory leak in file Kill
` [PATCH 3/4] Fix memory leak in file Manage
` [PATCH 4/4] Fix memory leak in file mdadm

Fwd: Infiniate systemd loop when power off the machine with multiple MD RAIDs
 2023-08-23 13:25 UTC  (17+ messages)
`  "

[PATCH] restripe.c: Use _FILE_OFFSET_BITS to enable largefile support
 2023-08-23 12:52 UTC  (2+ messages)

[PATCH v3 0/29] block: Make blkdev_get_by_*() return handle
 2023-08-23 10:48 UTC  (2+ messages)
` [PATCH 11/29] md: Convert to bdev_open_by_dev()

libsed in mdadm
 2023-08-23  7:29 UTC  (4+ messages)

[PATCH v4 00/48] use refcount+RCU method to implement lockless slab shrink
 2023-08-23  2:59 UTC  (25+ messages)
` [PATCH v4 01/48] mm: move some shrinker-related function declarations to mm/internal.h
` [PATCH v4 02/48] mm: vmscan: move shrinker-related code into a separate file
` [PATCH v4 06/48] binder: dynamically allocate the android-binder shrinker
` [PATCH v4 12/48] gfs2: dynamically allocate the gfs2-qd shrinker
` [PATCH v4 19/48] rcu: dynamically allocate the rcu-kfree shrinker
` [PATCH v4 43/48] drm/ttm: introduce pool_shrink_rwsem
` [PATCH v4 44/48] mm: shrinker: add a secondary array for shrinker_info::{map, nr_deferred}
` [PATCH v4 45/48] mm: shrinker: make global slab shrink lockless
` [PATCH v4 46/48] mm: shrinker: make memcg "

Is this a kernel NULL pointer deferences bug in raid5 module?
 2023-08-23  1:09 UTC  (2+ messages)

Modern best-practices for NVMe RAID0 stripe size?
 2023-08-22 18:10 UTC 

[PATCH -next 0/7] md: initialize 'active_io' while allocating
 2023-08-22  3:12 UTC  (5+ messages)
` [PATCH -next 3/7] md: don't rely on 'mddev->pers' to be set in mddev_suspend()

[PATCH -next 00/29] md: synchronize io with array reconfiguration
 2023-08-22  1:29 UTC  (4+ messages)
` [PATCH -next 10/29] md/raid5-cache: use READ_ONCE/WRITE_ONCE for 'conf->log'

[PATCH -next v2 0/7] md: make rdev addition and removal independent from daemon thread
 2023-08-20  2:19 UTC  (20+ messages)
` [PATCH -next v2 1/7] md: use separate work_struct for md_start_sync()
` [PATCH -next v2 2/7] md: factor out a helper to choose sync direction from md_check_recovery()
` [PATCH -next v2 3/7] md: delay choosing sync direction to md_start_sync()
` [PATCH -next v2 4/7] md: factor out a helper rdev_removeable() from remove_and_add_spares()
` [PATCH -next v2 5/7] md: factor out a helper rdev_is_spare() "
` [PATCH -next v2 6/7] md: factor out a helper rdev_addable() "
` [PATCH -next v2 7/7] md: delay remove_and_add_spares() for read only array to md_start_sync()

[GIT PULL] md-next 20230817
 2023-08-18 15:30 UTC  (2+ messages)

[PATCH v2] md: raid0: account for split bio in iostat accounting
 2023-08-17 21:28 UTC  (2+ messages)

6.5.0rc5 fs hang - ext4? raid?
 2023-08-16 15:30 UTC  (18+ messages)

[song-md:md-next] BUILD SUCCESS a85e83948c4087dade3443042b20ab9e07f1e735
 2023-08-16  5:54 UTC 

[PATCH RESEND] md: raid0: account for split bio in iostat accounting
 2023-08-15  8:08 UTC  (2+ messages)

[PATCH 0/2] md/raid0: Fix performance regression for large sequential IO
 2023-08-15  7:38 UTC  (9+ messages)
` [PATCH 1/2] md/raid0: Factor out helper for mapping and submitting a bio
` [PATCH 2/2] md/raid0: Fix performance regression for large sequential writes

[song-md:md-next] BUILD SUCCESS ece1f61a8df47cd5beed24927087c924a060d17a
 2023-08-15  5:02 UTC 

[PATCH -next 00/13] md: make rdev addition and removal independent from daemon thread
 2023-08-15  1:04 UTC  (5+ messages)
` [PATCH -next 01/13] md: remove rdev flag 'RemoveSynchronized'

[GIT PULL] md-next 2023-08-14
 2023-08-14 21:42 UTC  (2+ messages)

[PATCH v6 0/3] md/raid1: call free_r1bio() before allow_barrier()
 2023-08-14 16:40 UTC  (5+ messages)
` [PATCH v6 1/3] "
` [PATCH v6 2/3] md/raid1: free the r1bio firstly before waiting for blocked rdev
` [PATCH v6 3/3] md/raid1: keep the barrier held until handle_read_error() finished

[PATCH v2] md raid1: allow writebehind to work on any leg device set WriteMostly
 2023-08-14 16:25 UTC  (2+ messages)

[PATCH v2 0/29] block: Make blkdev_get_by_*() return handle
 2023-08-14 13:37 UTC  (5+ messages)
` [PATCH 11/29] md: Convert to bdev_open_by_dev()

[PATCH v5 0/3] md/raid1: don't allow_barrier() before r1bio got freed
 2023-08-14 12:38 UTC  (7+ messages)
` [PATCH v5 1/3] md/raid1: call free_r1bio() before allow_barrier()
` [PATCH v5 2/3] md/raid1: free the r1bio firstly before waiting for blocked rdev
` [PATCH v5 3/3] md/raid1: keep the barrier held until handle_read_error() finished

[song-md:md-next] BUILD SUCCESS 733fd910ffa5cdc26776c98cc4612b0ce3e2bbfd
 2023-08-14  7:06 UTC 

[PATCH -next] md/raid5-cache: fix null-ptr-deref for r5l_flush_stripe_to_raid()
 2023-08-13 18:05 UTC  (2+ messages)

[PATCH 0/3] md raid1: Fix writebehind/writemostly
 2023-08-13 17:56 UTC  (6+ messages)
` [PATCH 1/3] md raid1: allow writebehind to work on any leg device set WriteMostly
` [PATCH 2/3] md raid1: make first_clone a bool
` [PATCH 3/3] md raid1: add empty line

[PATCH] md: raid0: account for split bio in iostat accounting
 2023-08-13 17:42 UTC  (7+ messages)

[PATCH 0/5] raid6: raid6test build fixes and cleanups
 2023-08-13 17:21 UTC  (3+ messages)
` [PATCH 4/5] raid6: test: make sure all intermediate and artifact files are .gitignored

[PATCH v3 0/3] raid5, raid6: Accelerate RAID math with LoongArch SIMD
 2023-08-13 17:20 UTC  (3+ messages)

[PATCH -next v3] md: Hold mddev->reconfig_mutex when trying to get mddev->sync_thread
 2023-08-13 17:04 UTC  (2+ messages)

[PATCH -next] md/raid10: fix a 'conf->barrier' leakage in raid10_takeover()
 2023-08-13 16:56 UTC  (3+ messages)

[PATCH v5] Incremental: remove obsoleted calls to udisks
 2023-08-13 16:46 UTC 

[PATCH v2] md: raid1: fix potential OOB in raid1_remove_disk()
 2023-08-13 16:13 UTC  (5+ messages)

[PATCH v4] md/raid1: don't allow_barrier() before r1bio got freed
 2023-08-12 13:24 UTC  (3+ messages)

[PATCH v7 0/6] badblocks improvement for multiple bad block ranges
 2023-08-11 17:05 UTC  (8+ messages)
` [PATCH v7 1/6] badblocks: add more helper structure and routines in badblocks.h
` [PATCH v7 2/6] badblocks: add helper routines for badblock ranges handling
` [PATCH v7 3/6] badblocks: improve badblocks_set() for multiple "
` [PATCH v7 4/6] badblocks: improve badblocks_clear() "
` [PATCH v7 5/6] badblocks: improve badblocks_check() "
` [PATCH v7 6/6] badblocks: switch to the improved badblock handling code
` [PATCH] test: user space code to test badblocks APIs

[PATCH v6 0/7] badblocks improvement for multiple bad block ranges
 2023-08-11 16:58 UTC  (11+ messages)
` [PATCH v6 2/7] badblocks: add helper routines for badblock ranges handling
` [PATCH v6 3/7] badblocks: improve badblocks_set() for multiple "
` [PATCH v6 4/7] badblocks: improve badblocks_clear() "

Processes hung in "D" state in ext4, mm, md and dmcrypt
 2023-08-09 18:28 UTC  (3+ messages)
` [dm-devel] "
  ` [dm-devel] Processes hung in "D" state in ext4, mm, md and dmcrypt (lockdep output)

md mdcheck/checkarray degrading server
 2023-08-09 13:22 UTC 

NULL pointer dereference with MD write-back journal, where journal device is RAID-1
 2023-08-08  0:03 UTC  (8+ 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).