linux-bcache.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-08-07 11:14:06 to 2023-11-27 07:24:18 UTC [more...]

[PATCH block/for-next v2 00/16] block: remove field 'bd_inode' from block_device
 2023-11-27  7:24 UTC  (15+ messages)
` [PATCH block/for-next v2 01/16] block: add a new helper to get inode "
` [PATCH block/for-next v2 02/16] xen/blkback: use "
` [PATCH block/for-next v2 03/16] bcache: "
` [PATCH block/for-next v2 04/16] mtd: block2mtd: "
` [PATCH block/for-next v2 05/16] s390/dasd: "
` [PATCH block/for-next v2 06/16] scsicam: "
` [PATCH block/for-next v2 07/16] bcachefs: "
` [PATCH block/for-next v2 08/16] btrfs: "
` [PATCH block/for-next v2 09/16] cramfs: "

[PATCH block/for-next v2 10/16] erofs: use new helper to get inode from block_device
 2023-11-27  6:22 UTC  (7+ messages)
` [PATCH block/for-next v2 11/16] ext4: "
` [PATCH block/for-next v2 12/16] gfs2: "
` [PATCH block/for-next v2 13/16] jbd2: "
` [PATCH block/for-next v2 14/16] nilfs2: "
` [PATCH block/for-next v2 15/16] buffer: "
` [PATCH block/for-next v2 16/16] block: "

[PATCH -next] block: remove field 'bd_inode' from block_device
 2023-11-27  1:13 UTC  (3+ messages)

bcache: kernel NULL pointer dereference since 6.1.39
 2023-11-24 16:42 UTC  (11+ messages)
          ` [PATCH] bcache: revert replacing IS_ERR_OR_NULL with IS_ERR

bcache
 2023-11-23 17:08 UTC  (2+ messages)

[PATCH 00/10] bcache-next 20231120
 2023-11-20 16:18 UTC  (12+ messages)
` [PATCH 01/10] bcache: avoid oversize memory allocation by small stripe_size
` [PATCH 02/10] bcache: check return value from btree_node_alloc_replacement()
` [PATCH 03/10] bcache: remove redundant assignment to variable cur_idx
` [PATCH 04/10] bcache: prevent potential division by zero error
` [PATCH 05/10] bcache: fixup init dirty data errors
` [PATCH 06/10] bcache: fixup lock c->root error
` [PATCH 07/10] bcache: fixup multi-threaded bch_sectors_dirty_init() wake-up race
` [PATCH 08/10] bcache: replace a mistaken IS_ERR() by IS_ERR_OR_NULL() in btree_gc_coalesce()
` [PATCH 09/10] bcache: add code comments for bch_btree_node_get() and __bch_btree_node_alloc()
` [PATCH 10/10] bcache: avoid NULL checking to c->root in run_cache_set()

[PATCH] closures: CLOSURE_CALLBACK() to fix type punning
 2023-11-20  7:58 UTC  (3+ messages)

[PATCH 0/2] Two small closures patches
 2023-11-18 17:20 UTC  (5+ messages)
` [PATCH 1/2] closures: Better memory barriers
` [PATCH 2/2] closures: Fix race in closure_sync()

[PATCH 01/2] bcache: add code comments for bch_btree_node_get() and __bch_btree_node_alloc()
 2023-11-18 16:40 UTC  (2+ messages)
` [PATCH 2/2] bcache: avoid NULL checking to c->root in run_cache_set()

[PATCH] bcache: replace a mistaken IS_ERR() by IS_ERR_OR_NULL() in btree_gc_coalesce()
 2023-11-18 16:38 UTC 

PSA: this list has been migrated (no action required)
 2023-11-07  0:00 UTC 

[PATCH] bcache: Optimize sysfs_hprint()
 2023-10-30  7:38 UTC  (2+ messages)

[PATCH] bcache: fixup multi-threaded bch_sectors_dirty_init() wake-up race
 2023-10-20  9:23 UTC  (2+ messages)

Dirty data loss after cache disk error recovery
 2023-10-17  1:57 UTC  (16+ messages)
                `  "
                    `  "

trans path overflow during metadata replication with lockdep
 2023-10-16 23:31 UTC  (2+ messages)

[PATCH] bcache: Fixup error handling in register_cache()
 2023-10-09  7:38 UTC  (3+ messages)

[PATCH v3 0/29] block: Make blkdev_get_by_*() return handle
 2023-10-02  7:57 UTC  (11+ messages)
` [PATCH 09/29] bcache: Convert to bdev_open_by_path()
` [PATCH v4 0/29] block: Make blkdev_get_by_*() return handle

Meeting request
 2023-09-29 17:45 UTC 

[PATCH v2] bcache: avoid oversize memory allocation by small stripe_size
 2023-09-27 20:29 UTC  (2+ messages)

Unusual value of optimal_io_size prevents bcache initialization
 2023-09-27 12:52 UTC  (10+ messages)
          ` [EXTERNAL] "

[PATCH v6 26/45] bcache: dynamically allocate the md-bcache shrinker
 2023-09-18  7:24 UTC  (2+ messages)

[PATCH v2] bcache: fixup lock c->root error
 2023-09-08 10:26 UTC  (2+ messages)

[PATCH] bcache: fixup lock c->root error
 2023-09-08  3:44 UTC  (3+ messages)
  `  "

[PATCH] bcache: fixup init dirty data errors
 2023-09-08  3:33 UTC  (8+ messages)
  `  "

[PATCH] bcache: prevent potential division by zero error
 2023-09-06  3:39 UTC  (2+ messages)

Unbootable system (already manually recovered): "corrupted btree at bucket ..., block ..., ... keys, disabling caching"
 2023-09-02 20:54 UTC 

[PATCH v2 0/29] block: Make blkdev_get_by_*() return handle
 2023-08-28 14:27 UTC  (13+ messages)
` [PATCH 09/29] bcache: Convert to bdev_open_by_path()

decouple block open flags from fmode_t v2
 2023-08-28 12:09 UTC  (4+ messages)
` [PATCH 01/30] block: also call ->open for incremental partition opens

[PATCH v2] bcache: fixup init dirty data errors
 2023-08-24 16:31 UTC  (2+ messages)

[PATCH v5 26/45] bcache: dynamically allocate the md-bcache shrinker
 2023-08-24  3:42 UTC 

[PATCH v4 00/48] use refcount+RCU method to implement lockless slab shrink
 2023-08-23  2:59 UTC  (59+ messages)
` [PATCH v4 01/48] mm: move some shrinker-related function declarations to mm/internal.h
` [PATCH v4 02/48] mm: vmscan: move shrinker-related code into a separate file
` [PATCH v4 06/48] binder: dynamically allocate the android-binder shrinker
` [PATCH v4 11/48] gfs2: dynamically allocate the gfs2-glock shrinker
` [PATCH v4 12/48] gfs2: dynamically allocate the gfs2-qd shrinker
` [PATCH v4 13/48] NFSv4.2: dynamically allocate the nfs-xattr shrinkers
` [PATCH v4 14/48] nfs: dynamically allocate the nfs-acl shrinker
` [PATCH v4 15/48] nfsd: dynamically allocate the nfsd-filecache shrinker
` [PATCH v4 16/48] quota: dynamically allocate the dquota-cache shrinker
` [PATCH v4 17/48] ubifs: dynamically allocate the ubifs-slab shrinker
` [PATCH v4 18/48] rcu: dynamically allocate the rcu-lazy shrinker
` [PATCH v4 19/48] rcu: dynamically allocate the rcu-kfree shrinker
` [PATCH v4 20/48] mm: thp: dynamically allocate the thp-related shrinkers
` [PATCH v4 21/48] sunrpc: dynamically allocate the sunrpc_cred shrinker
` [PATCH v4 22/48] mm: workingset: dynamically allocate the mm-shadow shrinker
` [PATCH v4 23/48] drm/i915: dynamically allocate the i915_gem_mm shrinker
` [PATCH v4 24/48] drm/msm: dynamically allocate the drm-msm_gem shrinker
` [PATCH v4 25/48] drm/panfrost: dynamically allocate the drm-panfrost shrinker
` [PATCH v4 26/48] dm: dynamically allocate the dm-bufio shrinker
` [PATCH v4 27/48] dm zoned: dynamically allocate the dm-zoned-meta shrinker
` [PATCH v4 28/48] md/raid5: dynamically allocate the md-raid5 shrinker
` [PATCH v4 29/48] bcache: dynamically allocate the md-bcache shrinker
` [PATCH v4 30/48] vmw_balloon: dynamically allocate the vmw-balloon shrinker
` [PATCH v4 31/48] virtio_balloon: dynamically allocate the virtio-balloon shrinker
` [PATCH v4 32/48] mbcache: dynamically allocate the mbcache shrinker
` [PATCH v4 33/48] ext4: dynamically allocate the ext4-es shrinker
` [PATCH v4 34/48] jbd2,ext4: dynamically allocate the jbd2-journal shrinker
` [PATCH v4 35/48] nfsd: dynamically allocate the nfsd-client shrinker
` [PATCH v4 36/48] nfsd: dynamically allocate the nfsd-reply shrinker
` [PATCH v4 37/48] xfs: dynamically allocate the xfs-buf shrinker
` [PATCH v4 38/48] xfs: dynamically allocate the xfs-inodegc shrinker
` [PATCH v4 39/48] xfs: dynamically allocate the xfs-qm shrinker
` [PATCH v4 40/48] zsmalloc: dynamically allocate the mm-zspool shrinker
` [PATCH v4 41/48] fs: super: dynamically allocate the s_shrink
` [PATCH v4 42/48] mm: shrinker: remove old APIs
` [PATCH v4 43/48] drm/ttm: introduce pool_shrink_rwsem
` [PATCH v4 44/48] mm: shrinker: add a secondary array for shrinker_info::{map, nr_deferred}
` [PATCH v4 45/48] mm: shrinker: make global slab shrink lockless
` [PATCH v4 46/48] mm: shrinker: make memcg "
` [PATCH v4 47/48] mm: shrinker: hold write lock to reparent shrinker nr_deferred
` [PATCH v4 48/48] mm: shrinker: convert shrinker_rwsem to mutex

Re; Interest,
 2023-08-22 23:31 UTC 

bcache attach
 2023-08-13 17:22 UTC  (3+ messages)


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