Linux RAID subsystem development
 help / color / mirror / Atom feed
 messages from 2023-06-16 01:26:22 to 2023-06-27 13:43:16 UTC [more...]

[song-md:md-next] BUILD SUCCESS 01f1a8f85f3d1af6b8352a4f4004ab521294a22f
 2023-06-27 13:42 UTC 

[PATCH -next 0/2] md/raid5-cache: fix a deadlock in r5l_exit_log()
 2023-06-27  8:56 UTC  (3+ messages)
` [PATCH -next 1/2] md/raid5-cache: Revert "md/raid5-cache: Clear conf->log after finishing work"
` [PATCH -next 2/2] md/raid5-cache: fix null-ptr-deref in r5l_reclaim_thread()

[PATCH 0/2] md/raid10: handle replacement if recovery read error
 2023-06-27  3:41 UTC  (3+ messages)
` [PATCH 1/2] md/raid10: a simple cleanup for fix_recovery_read_error
` [PATCH 2/2] md/raid10: handle replacement devices in fix_recovery_read_error

[PATCH v2] md/raid1: prioritize adding disk to 'removed' mirror
 2023-06-27  1:43 UTC 

[song-md:md-next] BUILD SUCCESS 41fb72ee7eeda723e619c6918dffaf05a55fc7dd
 2023-06-27  1:27 UTC 

[song-md:md-for-6.5] BUILD SUCCESS a8d5fdd4d2702d0c7ec125bd3bbce3fc589afa67
 2023-06-27  1:09 UTC 

[GIT PULL] md-next 20230622
 2023-06-27  0:37 UTC  (10+ messages)

[PATCH] md/raid0: add discard support for the 'original' layout
 2023-06-27  0:35 UTC  (2+ messages)

[PATCH 0/3] md/raid10: optimize and fix read error
 2023-06-26  2:42 UTC  (11+ messages)
` [PATCH 1/3] md/raid10: optimize fix_read_error
` [PATCH 2/3] md: remove redundant check in fix_read_error()
` [PATCH 3/3] md/raid10: handle replacement devices in fix_read_error

mdadm grow raid 5 to 6 failure (crash)
 2023-06-25 22:31 UTC  (14+ messages)

[PATCH] md/raid1: prioritize adding disk to 'removed' mirror
 2023-06-25  6:46 UTC  (3+ messages)

[PATCH 00/29] use refcount+RCU method to implement lockless slab shrink
 2023-06-25  3:15 UTC  (51+ messages)
` [PATCH 01/29] mm: shrinker: add shrinker::private_data field
    ` [External] "
` [PATCH 02/29] mm: vmscan: introduce some helpers for dynamically allocating shrinker
` [PATCH 03/29] drm/i915: dynamically allocate the i915_gem_mm shrinker
` [PATCH 04/29] drm/msm: dynamically allocate the drm-msm_gem shrinker
` [PATCH 05/29] drm/panfrost: dynamically allocate the drm-panfrost shrinker
` [PATCH 06/29] dm: dynamically allocate the dm-bufio shrinker
` [PATCH 07/29] dm zoned: dynamically allocate the dm-zoned-meta shrinker
` [PATCH 08/29] md/raid5: dynamically allocate the md-raid5 shrinker
` [PATCH 09/29] bcache: dynamically allocate the md-bcache shrinker
` [PATCH 10/29] vmw_balloon: dynamically allocate the vmw-balloon shrinker
` [PATCH 11/29] virtio_balloon: dynamically allocate the virtio-balloon shrinker
` [PATCH 12/29] mbcache: dynamically allocate the mbcache shrinker
` [PATCH 13/29] ext4: dynamically allocate the ext4-es shrinker
` [PATCH 14/29] jbd2,ext4: dynamically allocate the jbd2-journal shrinker
` [PATCH 15/29] NFSD: dynamically allocate the nfsd-client shrinker
` [PATCH 16/29] NFSD: dynamically allocate the nfsd-reply shrinker
` [PATCH 17/29] xfs: dynamically allocate the xfs-buf shrinker
` [PATCH 18/29] xfs: dynamically allocate the xfs-inodegc shrinker
` [PATCH 19/29] xfs: dynamically allocate the xfs-qm shrinker
` [PATCH 20/29] zsmalloc: dynamically allocate the mm-zspool shrinker
` [PATCH 21/29] fs: super: dynamically allocate the s_shrink
` [PATCH 22/29] drm/ttm: introduce pool_shrink_rwsem
` [PATCH 23/29] mm: shrinker: add refcount and completion_wait fields
` [PATCH 24/29] mm: vmscan: make global slab shrink lockless
` [PATCH 25/29] mm: vmscan: make memcg "
` [PATCH 26/29] mm: shrinker: make count and scan in shrinker debugfs lockless
` [PATCH 27/29] mm: vmscan: hold write lock to reparent shrinker nr_deferred
` [PATCH 28/29] mm: shrinkers: convert shrinker_rwsem to mutex
` [PATCH 29/29] mm: shrinker: move shrinker-related code into a separate file

[PATCH 00/29] use refcount+RCU method to implement lockless slab shrink
 2023-06-23 10:01 UTC  (16+ messages)
` [PATCH 01/29] mm: shrinker: add shrinker::private_data field
` [PATCH 02/29] mm: vmscan: introduce some helpers for dynamically allocating shrinker
` [PATCH 03/29] drm/i915: dynamically allocate the i915_gem_mm shrinker
` [PATCH 04/29] drm/msm: dynamically allocate the drm-msm_gem shrinker
` [PATCH 05/29] drm/panfrost: dynamically allocate the drm-panfrost shrinker
` [PATCH 06/29] dm: dynamically allocate the dm-bufio shrinker
` [PATCH 07/29] dm zoned: dynamically allocate the dm-zoned-meta shrinker
` [PATCH 08/29] md/raid5: dynamically allocate the md-raid5 shrinker
` [PATCH 09/29] bcache: dynamically allocate the md-bcache shrinker
` [PATCH 10/29] vmw_balloon: dynamically allocate the vmw-balloon shrinker
` [PATCH 11/29] virtio_balloon: dynamically allocate the virtio-balloon shrinker
` [PATCH 12/29] mbcache: dynamically allocate the mbcache shrinker
` [PATCH 13/29] ext4: dynamically allocate the ext4-es shrinker
` [PATCH 14/29] jbd2,ext4: dynamically allocate the jbd2-journal shrinker

Unacceptably Poor RAID1 Performance with Many CPU Cores
 2023-06-23  0:52 UTC  (27+ messages)

[PATCH 00/29] use refcount+RCU method to implement lockless slab shrink
 2023-06-22  8:31 UTC  (4+ messages)
` [PATCH 01/29] mm: shrinker: add shrinker::private_data field
` [PATCH 02/29] mm: vmscan: introduce some helpers for dynamically allocating shrinker
` [External] [PATCH 00/29] use refcount+RCU method to implement lockless slab shrink

[PATCH v2] raid10: avoid spin_lock from fastpath from raid10_unplug()
 2023-06-21 23:12 UTC  (2+ messages)

[PATCH v2 0/8] md: fix and refactor io accounting and 'active_io'
 2023-06-21 23:11 UTC  (10+ messages)
` [PATCH v2 1/8] md: move initialization and destruction of 'io_acct_set' to md.c
` [PATCH v2 2/8] md: also clone new io if io accounting is disabled
` [PATCH v2 3/8] raid5: fix missing io accounting in raid5_align_endio()
` [PATCH v2 4/8] md/raid1: switch to use md_account_bio() for io accounting
` [PATCH v2 5/8] md/raid10: "
` [PATCH v2 6/8] md/md-multipath: enable "
` [PATCH v2 7/8] md/md-linear: "
` [PATCH v2 8/8] md/md-faulty: "

[PATCH] md: fix 'delete_mutex' deadlock
 2023-06-21 23:10 UTC  (2+ messages)

[PATCH 07/11] sysctl: Add size to register_sysctl
 2023-06-21 11:16 UTC  (3+ messages)
  ` [PATCH 09/11] sysctl: Remove the end element in sysctl table arrays

[PATCH] md: use mddev->external to select holder in export_rdev()
 2023-06-21  8:54 UTC  (7+ messages)

[PATCH v3] md: fix duplicate filename for rdev
 2023-06-21  3:46 UTC  (6+ messages)

[PATCH -next 0/8] md: fix and refactor io accounting and 'active_io'
 2023-06-21  3:22 UTC  (22+ messages)
` [PATCH -next 1/8] md: move initialization and destruction of 'io_acct_set' to md.c
` [PATCH -next 2/8] md: also clone new io if io accounting is disabled
` [PATCH -next 3/8] raid5: fix missing io accounting in raid5_align_endio()
` [PATCH -next 4/8] md/raid1: switch to use md_account_bio() for io accounting
` [PATCH -next 5/8] md/raid10: "
` [PATCH -next 6/8] md/md-multipath: enable "
` [PATCH -next 7/8] md/md-linear: "
` [PATCH -next 8/8] md/md-faulty: "

raid0 + original layout + discard + different disk sizes => can corrupt data
 2023-06-20 21:39 UTC 

[PATCH] raid10: avoid spin_lock from fastpath from raid10_unplug()
 2023-06-20 17:38 UTC  (5+ messages)

[song-md:md-next] BUILD SUCCESS 40c7a6a5605810f9db267cdf47e0a32ce96ea491
 2023-06-16 20:08 UTC 

[PATCH] Add secure gethostname() wrapper
 2023-06-16 19:45 UTC 

[PATCH] Add secure gethostname() wrapper
 2023-06-16 19:43 UTC 

[PATCH] md/raid1-10: shut up randstruct warning again
 2023-06-16  9:30 UTC  (2+ messages)

[PATCH 0/3] md/raid10: record rdev/replacement in r10bio
 2023-06-16  9:01 UTC  (4+ messages)

[PATCH 06/11] md-bitmap: refactor md_bitmap_init_from_disk
 2023-06-16  7:01 UTC  (4+ messages)

deprecate md bitmap file support
 2023-06-16  7:01 UTC  (3+ messages)

[PATCH -next v2 0/6] md: fix that MD_RECOVERY_RUNNING can be cleared while sync_thread is still running
 2023-06-16  6:41 UTC  (5+ messages)
` [PATCH -next v2 3/6] md: add a mutex to synchronize idle and frozen in action_store()
  ` [dm-devel] "

[PATCH] md/raid1-10: fix casting from randomized structure in raid1_submit_write()
 2023-06-16  6:27 UTC  (2+ messages)

[PATCH] md/raid10: Only check QUEUE_FLAG_IO_STAT when issuing io
 2023-06-16  6:12 UTC  (2+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox