messages from 2023-06-15 06:50:23 to 2023-06-23 06:29:48 UTC [more...]
[PATCH 00/29] use refcount+RCU method to implement lockless slab shrink
2023-06-23 6:29 UTC (40+ 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 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
[GIT PULL] md-next 20230622
2023-06-23 5:48 UTC
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: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)
[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)
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 (19+ messages)
` [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] 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)
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).