linux-raid.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-06-28 07:58:05 to 2023-07-24 09:59:14 UTC [more...]

[PATCH v2 00/47] use refcount+RCU method to implement lockless slab shrink
 2023-07-24  9:43 UTC  (31+ messages)
` [PATCH v2 01/47] mm: vmscan: move shrinker-related code into a separate file
` [PATCH v2 02/47] mm: shrinker: remove redundant shrinker_rwsem in debugfs operations
` [PATCH v2 03/47] mm: shrinker: add infrastructure for dynamically allocating shrinker
` [PATCH v2 04/47] kvm: mmu: dynamically allocate the x86-mmu shrinker
` [PATCH v2 05/47] binder: dynamically allocate the android-binder shrinker
` [PATCH v2 06/47] drm/ttm: dynamically allocate the drm-ttm_pool shrinker
` [PATCH v2 07/47] xenbus/backend: dynamically allocate the xen-backend shrinker
` [PATCH v2 08/47] erofs: dynamically allocate the erofs-shrinker
` [PATCH v2 09/47] f2fs: dynamically allocate the f2fs-shrinker
` [PATCH v2 10/47] gfs2: dynamically allocate the gfs2-glock shrinker
` [PATCH v2 11/47] gfs2: dynamically allocate the gfs2-qd shrinker
` [PATCH v2 12/47] NFSv4.2: dynamically allocate the nfs-xattr shrinkers
` [PATCH v2 13/47] nfs: dynamically allocate the nfs-acl shrinker
` [PATCH v2 14/47] nfsd: dynamically allocate the nfsd-filecache shrinker
` [PATCH v2 15/47] quota: dynamically allocate the dquota-cache shrinker
` [PATCH v2 16/47] ubifs: dynamically allocate the ubifs-slab shrinker
` [PATCH v2 17/47] rcu: dynamically allocate the rcu-lazy shrinker
` [PATCH v2 18/47] rcu: dynamically allocate the rcu-kfree shrinker
` [PATCH v2 19/47] mm: thp: dynamically allocate the thp-related shrinkers
` [PATCH v2 20/47] sunrpc: dynamically allocate the sunrpc_cred shrinker
` [PATCH v2 21/47] mm: workingset: dynamically allocate the mm-shadow shrinker
` [PATCH v2 23/47] drm/msm: dynamically allocate the drm-msm_gem shrinker
` [PATCH v2 24/47] drm/panfrost: dynamically allocate the drm-panfrost shrinker
` [PATCH v2 25/47] dm: dynamically allocate the dm-bufio shrinker
` [PATCH v2 26/47] dm zoned: dynamically allocate the dm-zoned-meta shrinker
` [PATCH v2 27/47] md/raid5: dynamically allocate the md-raid5 shrinker
` [PATCH v2 28/47] bcache: dynamically allocate the md-bcache shrinker
` [PATCH v2 29/47] vmw_balloon: dynamically allocate the vmw-balloon shrinker
` [PATCH v2 32/47] ext4: dynamically allocate the ext4-es shrinker
` [PATCH v2 34/47] nfsd: dynamically allocate the nfsd-client shrinker

Don't miss out on our low Interest loan opportunity
 2023-07-24  8:47 UTC 

[PATCH v2] md: raid1: fix potential OOB in raid1_remove_disk()
 2023-07-24  2:11 UTC  (2+ messages)

[PATCH v2] md/bitmap: Avoid protection error writing bitmap page with block integrity
 2023-07-20  9:29 UTC 

[PATCH] md/bitmap: Fix bitmap page writing problem when using block integrity
 2023-07-20  7:14 UTC  (3+ messages)
`  "

[PATCH v3 0/3] don't change mempool if in-flight r1bio exists
 2023-07-20  1:47 UTC  (10+ messages)
` [PATCH v3 1/3] md/raid1: freeze array more strictly when reshape
` [PATCH v3 2/3] md/raid1: don't allow_barrier() before r1bio got freed
` [PATCH v3 3/3] md/raid1: check array size before reshape

Corrupted RAID 1
 2023-07-18 16:59 UTC  (3+ messages)

[PATCH] md/raid1: freeze block layer queue during reshape
 2023-07-18 13:18 UTC  (6+ messages)

[PATCH] Add compiler defenses flags
 2023-07-17 13:19 UTC 

[PATCH] md: raid1: fix potential OOB in raid1_remove_disk()
 2023-07-17  1:10 UTC  (2+ messages)

Option --write-journal
 2023-07-16 22:17 UTC 

[PATCH] md: fix potential OOB in multipath_remove_disk()
 2023-07-15  9:44 UTC  (3+ messages)

The read data is wrong from raid5 when recovery happens
 2023-07-14  1:30 UTC  (9+ messages)

[PATCH RFC 0/32] block: Make blkdev_get_by_*() return handle
 2023-07-12 16:06 UTC  (18+ messages)
` [PATCH 01/32] block: Provide blkdev_get_handle_* functions
` [PATCH 12/32] md: Convert to blkdev_get_handle_by_dev()
` [PATCH 32/32] block: Rename blkdev_get_handle_by_*() and blkdev_handle_put()

[PATCH v2 0/3] md/raid1: don't change mempool if in-flight r1bio exists
 2023-07-11 12:37 UTC  (7+ messages)
` [PATCH v2 1/3] md/raid1: gave up reshape in case there's queued io
` [PATCH v2 2/3] md/raid1: free old r1bio before retry write
` [PATCH v2 3/3] md/raid1: keep holding the barrier in handle_read_error()

[PATCH 0/2] md/raid10: handle replacement if recovery read error
 2023-07-10 13:00 UTC  (6+ 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 -next v2 0/3] dm-raid: minor fixes
 2023-07-08  9:21 UTC  (4+ messages)
` [PATCH -next v2 1/3] md/dm-raid: fix that 'reconfig_mutex' is not released from error path in raid_ctr()
` [PATCH -next v2 2/3] md/dm-raid: clean up four equivalent goto tags "
` [PATCH -next v2 3/3] md/dm-raid: protect md_stop() with 'reconfig_mutex'

[PATCH -next v3] md/raid5-cache: fix a deadlock in r5l_exit_log()
 2023-07-08  9:17 UTC 

[PATCH -next v2 0/2] md/raid5-cache: fix a deadlock in r5l_exit_log()
 2023-07-08  2:41 UTC  (9+ messages)
` [PATCH -next v2 2/2] md/raid5-cache: fix null-ptr-deref in r5l_reclaim_thread()

[song-md:md-next] BUILD SUCCESS 286f9fad00a7f04a74ea85191f50851be356ba65
 2023-07-07 22:23 UTC 

[PATCH -next 0/2] md/md-bimap: hold 'reconfig_mutex' in backlog_store()
 2023-07-07  9:17 UTC  (4+ messages)
` [PATCH -next 1/2] md/md-bitmap: remove unnecessary local variable "
` [PATCH -next 2/2] md/md-bitmap: hold 'reconfig_mutex' "

[PATCH v2 0/3] raid10 bugfix
 2023-07-07  9:14 UTC  (5+ messages)
` [PATCH v2 1/3] md/raid10: check replacement and rdev to prevent submit the same io twice
` [PATCH v2 2/3] md/raid10: factor out dereference_rdev_and_rrdev()
` [PATCH v2 3/3] md/raid10: use dereference_rdev_and_rrdev() to get devices

[PATCHv3] md/raid1: Avoid lock contention from wake_up()
 2023-07-07  9:11 UTC  (4+ messages)

[PATCH -next 0/2] md: clean up and fix for mddev_suspend()
 2023-07-07  9:06 UTC  (6+ messages)
` [PATCH -next 1/2] md: don't quiesce in mddev_suspend()

[PATCH 0/3] md/raid10: optimize and fix read error
 2023-07-07  8:16 UTC  (2+ messages)

[PATCH v2] md/raid1: prioritize adding disk to 'removed' mirror
 2023-07-07  8:01 UTC  (2+ messages)

[PATCH -next 0/3] dm-raid: minor fixes
 2023-07-07  1:26 UTC  (6+ messages)
` [PATCH -next 1/3] md/dm-raid: fix that 'reconfig_mutex' is not released from error path in raid_ctr()
` [PATCH -next 2/3] md/dm-raid: cleanup multiple equivalent goto tags from raid_ctr()
` [PATCH -next 3/3] md/dm-raid: protect md_stop() with 'reconfig_mutex'

[PATCH v3 0/8] Mdmonitor refactor and udev event handling improvements
 2023-07-05 15:15 UTC  (3+ messages)

[PATCH v4 2/2] udev: Move udev_block() and udev_unblock() into udev.c
 2023-07-05 14:50 UTC 

[PATCH v4 1/2] Mdmonitor: Improve udev event handling
 2023-07-05 14:50 UTC 

[PATCH v4 0/2] Mdmonitor refactor and udev event handling improvements
 2023-07-05 14:49 UTC 

[PATCH] imsm: Fix possible segfault in check_no_platform()
 2023-07-05 14:34 UTC 

[PATCH] imsm: Add reading vmd register for finding imsm capability
 2023-07-05 14:23 UTC 

Unacceptably Poor RAID1 Performance with Many CPU Cores
 2023-07-05  7:59 UTC  (15+ messages)

[PATCH 00/29] use refcount+RCU method to implement lockless slab shrink
 2023-07-05  3:27 UTC  (11+ messages)
` [PATCH 24/29] mm: vmscan: make global slab shrink lockless

[PATCHv2] md/raid1: Prevent unnecessary call to wake_up() in fast path
 2023-07-05  2:53 UTC  (2+ messages)

[PATCH] raid1: prevent unnecessary call to wake_up() in fast path
 2023-07-03 13:07 UTC  (4+ messages)

[PATCH AUTOSEL 4.14 3/5] md: fix data corruption for raid456 when reshape restart while grow up
 2023-07-02 19:42 UTC  (2+ messages)
` [PATCH AUTOSEL 4.14 4/5] md/raid10: prevent soft lockup while flush writes

[PATCH AUTOSEL 4.19 3/5] md: fix data corruption for raid456 when reshape restart while grow up
 2023-07-02 19:42 UTC  (2+ messages)
` [PATCH AUTOSEL 4.19 4/5] md/raid10: prevent soft lockup while flush writes

[PATCH AUTOSEL 5.4 3/5] md: fix data corruption for raid456 when reshape restart while grow up
 2023-07-02 19:42 UTC  (2+ messages)
` [PATCH AUTOSEL 5.4 4/5] md/raid10: prevent soft lockup while flush writes

[PATCH AUTOSEL 5.10 4/7] md: fix data corruption for raid456 when reshape restart while grow up
 2023-07-02 19:41 UTC  (2+ messages)
` [PATCH AUTOSEL 5.10 5/7] md/raid10: prevent soft lockup while flush writes

[PATCH AUTOSEL 5.15 04/10] md: fix data corruption for raid456 when reshape restart while grow up
 2023-07-02 19:41 UTC  (2+ messages)
` [PATCH AUTOSEL 5.15 05/10] md/raid10: prevent soft lockup while flush writes

[PATCH AUTOSEL 6.3 06/14] md: fix data corruption for raid456 when reshape restart while grow up
 2023-07-02 19:40 UTC  (2+ messages)
` [PATCH AUTOSEL 6.3 07/14] md/raid10: prevent soft lockup while flush writes

[PATCH AUTOSEL 6.1 06/12] md: fix data corruption for raid456 when reshape restart while grow up
 2023-07-02 19:41 UTC  (2+ messages)
` [PATCH AUTOSEL 6.1 07/12] md/raid10: prevent soft lockup while flush writes

[PATCH AUTOSEL 6.4 07/15] md: fix data corruption for raid456 when reshape restart while grow up
 2023-07-02 19:40 UTC  (2+ messages)
` [PATCH AUTOSEL 6.4 08/15] md/raid10: prevent soft lockup while flush writes

[song-md:md-fixes] BUILD SUCCESS e836007089ba8fdf24e636ef2b007651fb4582e6
 2023-07-01 11:36 UTC 

[GIT PULL] md-fixes 20230630
 2023-07-01  2:12 UTC  (2+ messages)

[PATCH 0/3] raid10 bugfix
 2023-07-01  1:40 UTC  (9+ messages)
` [PATCH 1/3] md/raid10: check replacement and rdev to prevent submit the same io twice
` [PATCH 2/3] md/raid10: factor out get_rdev_repl_from_mirror()
` [PATCH 3/3] md/raid10: use get_rdev_repl_from_mirror() to get devices

mainline build failure due to 8295efbe68c0 ("md/raid1-10: factor out a helper to submit normal write")
 2023-06-29 20:05 UTC  (7+ messages)

[song-md:md-fixes] BUILD SUCCESS 73bbbec2a33982db88186489fb75f5705aadf5fe
 2023-06-29 11:41 UTC 

[PATCH 1/7] block: add queue_logical_block_mask() and bdev_logical_block_mask()
 2023-06-29  5:44 UTC  (13+ messages)
` [PATCH 2/7] block: Convert to bdev_logical_block_mask()
` [PATCH 3/7] md: Convert to queue_logical_block_mask()
` [PATCH 4/7] buffer: Convert to bdev_logical_block_mask()
` [PATCH 5/7] iomap: "
` [PATCH 6/7] xfs: "
` [PATCH 7/7] erofs: "

[PATCH] md/raid0: drop discard support past the first zone for the original layout (stable fix)
 2023-06-28 22:55 UTC  (3+ messages)

md: timeout for kicking out devices when resuming from S3?
 2023-06-28  6:52 UTC 


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