messages from 2023-06-13 11:58:25 to 2023-06-22 08:56:38 UTC [more...]
[PATCH 00/29] use refcount+RCU method to implement lockless slab shrink
2023-06-22 8:53 UTC (8+ 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 08/29] md/raid5: dynamically allocate the md-raid5 shrinker
[PATCH 00/29] use refcount+RCU method to implement lockless slab shrink
2023-06-22 8:39 UTC (15+ 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
[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)
Unacceptably Poor RAID1 Performance with Many CPU Cores
2023-06-21 19:34 UTC (26+ 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 (7+ messages)
` [PATCH 1/3] md/raid10: record rdev/replacement in struct r10bio
` [PATCH 2/3] md/raid10: get rdev/replacemenet from r10bio for normal write
` [PATCH 3/3] md/raid10: improve raid10_end_write_request()
deprecate md bitmap file support
2023-06-16 7:01 UTC (43+ messages)
` [PATCH 01/11] md-bitmap: set BITMAP_WRITE_ERROR in write_sb_page
` [PATCH 02/11] md-bitmap: initialize variables at declaration time in md_bitmap_file_unmap
` [PATCH 03/11] md-bitmap: use %pD to print the file name in md_bitmap_file_kick
` [PATCH 04/11] md-bitmap: split file writes into a separate helper
` [PATCH 05/11] md-bitmap: rename read_page to read_file_page
` [PATCH 06/11] md-bitmap: refactor md_bitmap_init_from_disk
` [PATCH 07/11] md-bitmap: cleanup read_sb_page
` [PATCH 08/11] md-bitmap: account for mddev->bitmap_info.offset in read_sb_page
` [PATCH 09/11] md-bitmap: don't use ->index for pages backing the bitmap file
` [PATCH 10/11] md: make bitmap file support optional
` [PATCH 11/11] md: deprecate bitmap file support
[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 (35+ messages)
` [PATCH -next v2 1/6] Revert "md: unlock mddev before reap sync_thread in action_store"
` [PATCH -next v2 2/6] md: refactor action_store() for 'idle' and 'frozen'
` [dm-devel] "
` [PATCH -next v2 3/6] md: add a mutex to synchronize idle and frozen in action_store()
` [dm-devel] "
` [PATCH -next v2 4/6] md: refactor idle/frozen_sync_thread() to fix deadlock
` [dm-devel] "
` [PATCH -next v2 5/6] md: wake up 'resync_wait' at last in md_reap_sync_thread()
` [PATCH -next v2 6/6] md: enhance checking in md_check_recovery()
` [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)
[song-md:md-next 25/29] drivers/md/raid1-10.c:117:25: error: casting from randomized structure pointer type 'struct block_device *' to 'struct md_rdev *'
2023-06-15 15:41 UTC (3+ messages)
[GIT PULL] md-next 20230613
2023-06-14 12:59 UTC (2+ messages)
[song-md:md-next] BUILD SUCCESS 460af1f9d9e62acce4a21f9bd00b5bcd5963bcd4
2023-06-14 10:50 UTC
The read data is wrong from raid5 when recovery happens
2023-06-14 8:46 UTC (15+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).