messages from 2023-06-23 21:51:00 to 2023-07-27 08:22:31 UTC [more...]
[PATCH v3 00/49] use refcount+RCU method to implement lockless slab shrink
2023-07-27 8:04 UTC (24+ messages)
` [PATCH v3 01/49] binder: fix memory leak in binder_init()
` [PATCH v3 02/49] mm: move some shrinker-related function declarations to mm/internal.h
` [PATCH v3 03/49] mm: vmscan: move shrinker-related code into a separate file
` [PATCH v3 04/49] mm: shrinker: remove redundant shrinker_rwsem in debugfs operations
` [PATCH v3 05/49] mm: shrinker: add infrastructure for dynamically allocating shrinker
` [PATCH v3 06/49] kvm: mmu: dynamically allocate the x86-mmu shrinker
` [PATCH v3 07/49] binder: dynamically allocate the android-binder shrinker
` [PATCH v3 08/49] drm/ttm: dynamically allocate the drm-ttm_pool shrinker
` [PATCH v3 09/49] xenbus/backend: dynamically allocate the xen-backend shrinker
` [PATCH v3 10/49] erofs: dynamically allocate the erofs-shrinker
` [PATCH v3 12/49] gfs2: dynamically allocate the gfs2-glock shrinker
` [PATCH v3 13/49] gfs2: dynamically allocate the gfs2-qd shrinker
` [PATCH v3 14/49] NFSv4.2: dynamically allocate the nfs-xattr shrinkers
` [PATCH v3 15/49] nfs: dynamically allocate the nfs-acl shrinker
` [PATCH v3 16/49] nfsd: dynamically allocate the nfsd-filecache shrinker
` [PATCH v3 17/49] quota: dynamically allocate the dquota-cache shrinker
` [PATCH v3 20/49] rcu: dynamically allocate the rcu-kfree shrinker
` [PATCH v3 21/49] mm: thp: dynamically allocate the thp-related shrinkers
` [PATCH v3 23/49] mm: workingset: dynamically allocate the mm-shadow shrinker
` [PATCH v3 24/49] drm/i915: dynamically allocate the i915_gem_mm shrinker
` [PATCH v3 25/49] drm/msm: dynamically allocate the drm-msm_gem shrinker
` [PATCH v3 28/49] dm zoned: dynamically allocate the dm-zoned-meta shrinker
` [PATCH v3 29/49] md/raid5: dynamically allocate the md-raid5 shrinker
[PATCH v2 00/47] use refcount+RCU method to implement lockless slab shrink
2023-07-27 3:34 UTC (110+ 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 22/47] drm/i915: dynamically allocate the i915_gem_mm 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 30/47] virtio_balloon: dynamically allocate the virtio-balloon shrinker
` [PATCH v2 31/47] mbcache: dynamically allocate the mbcache shrinker
` [PATCH v2 32/47] ext4: dynamically allocate the ext4-es shrinker
` [PATCH v2 33/47] jbd2,ext4: dynamically allocate the jbd2-journal shrinker
` [PATCH v2 34/47] nfsd: dynamically allocate the nfsd-client shrinker
` [PATCH v2 35/47] nfsd: dynamically allocate the nfsd-reply shrinker
` [PATCH v2 36/47] xfs: dynamically allocate the xfs-buf shrinker
` [PATCH v2 37/47] xfs: dynamically allocate the xfs-inodegc shrinker
` [PATCH v2 38/47] xfs: dynamically allocate the xfs-qm shrinker
` [PATCH v2 39/47] zsmalloc: dynamically allocate the mm-zspool shrinker
` [PATCH v2 40/47] fs: super: dynamically allocate the s_shrink
` [PATCH v2 41/47] mm: shrinker: remove old APIs
` [PATCH v2 42/47] drm/ttm: introduce pool_shrink_rwsem
` [PATCH v2 43/47] mm: shrinker: add a secondary array for shrinker_info::{map, nr_deferred}
` [PATCH v2 44/47] mm: shrinker: make global slab shrink lockless
` [PATCH v2 45/47] mm: shrinker: make memcg "
` [PATCH v2 46/47] mm: shrinker: hold write lock to reparent shrinker nr_deferred
` [PATCH v2 47/47] mm: shrinker: convert shrinker_rwsem to mutex
[PATCH][next] bcache: remove redundant assignment to variable cur_idx
2023-07-25 12:49 UTC (2+ messages)
Don't miss out on our low Interest coinloan opportunity
2023-07-24 8:46 UTC
[PATCH v3 1/3] bcache: the gc_sectors_used size matches the bucket size
2023-07-19 7:27 UTC (3+ messages)
` [PATCH v3 2/3] bcache: Separate bch_moving_gc() from bch_btree_gc()
` [PATCH v3 3/3] bcache: only copy dirty data during moving gc
[PATCH v2 1/3] bcache: the gc_sectors_used size matches the bucket size
2023-07-19 7:00 UTC (4+ messages)
` [PATCH v2 2/3] bcache: Separate bch_moving_gc() from bch_btree_gc()
` [PATCH v2 3/3] bcache: only copy dirty data during moving gc
[PATCH 1/3] bcache: the gc_sectors_used size matches the bucket size
2023-07-19 2:46 UTC (6+ messages)
` [PATCH 2/3] bcache: Separate bch_moving_gc() from bch_btree_gc()
` [PATCH 3/3] bcache: only copy dirty data during moving gc
[PATCH v3] bcache: Separate bch_moving_gc() from bch_btree_gc()
2023-07-17 5:59 UTC (2+ messages)
[PATCH RFC 0/32] block: Make blkdev_get_by_*() return handle
2023-07-12 16:06 UTC (19+ messages)
` [PATCH 01/32] block: Provide blkdev_get_handle_* functions
` [PATCH 10/32] bcache: Convert to blkdev_get_handle_by_path()
` [PATCH 32/32] block: Rename blkdev_get_handle_by_*() and blkdev_handle_put()
[PATCH v4 1/2] bcache: Separate bch_moving_gc() from bch_btree_gc()
2023-07-10 7:07 UTC (2+ messages)
` [PATCH v4 2/2] bcache: only copy dirty data during moving gc
[PATCH 01/30] block: also call ->open for incremental partition opens
2023-07-06 0:18 UTC (2+ messages)
` [f2fs-dev] "
bcache device stuck after backing device goes away, then comes back
2023-07-06 0:10 UTC (2+ messages)
[PATCH 00/29] use refcount+RCU method to implement lockless slab shrink
2023-07-05 3:27 UTC (15+ messages)
` [PATCH 15/29] NFSD: dynamically allocate the nfsd-client shrinker
` [PATCH 24/29] mm: vmscan: make global slab shrink lockless
configure bcache for preventing IO to a HDD to save power / noise
2023-06-30 10:08 UTC
[PATCH v2] Separate bch_moving_gc() from bch_btree_gc()
2023-06-29 6:30 UTC (3+ messages)
` "
bcache: Possible deadlock between write_dirty_finish and bch_data_insert_keys
2023-06-29 4:33 UTC (6+ messages)
[PATCH] Separate bch_moving_gc() from bch_btree_gc()
2023-06-27 17:34 UTC (3+ messages)
decouple block open flags from fmode_t
2023-06-27 5:41 UTC (3+ messages)
` [PATCH 06/31] cdrom: remove the unused mode argument to cdrom_release
[PATCH v2 0/2] bcache: Fix block device claiming
2023-06-23 22:10 UTC (2+ 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 read-only IMAP folder(s) and NNTP newsgroup(s).