messages from 2023-08-07 11:46:24 to 2023-12-05 12:38:41 UTC [more...]
[PATCH -next RFC 00/14] block: don't access bd_inode directly from other modules
2023-12-05 12:37 UTC (5+ messages)
` [PATCH -next RFC 01/14] block: add some bdev apis
` [PATCH -next RFC 02/14] xen/blkback: use bdev api in xen_update_blkif_status()
` [PATCH -next RFC 03/14] bcache: use bdev api in read_super()
` [PATCH -next RFC 04/14] mtd: block2mtd: use bdev apis
[PATCH] closures: CLOSURE_CALLBACK() to fix type punning
2023-11-29 20:13 UTC (5+ messages)
[PATCH AUTOSEL 4.14 2/7] bcache: add code comments for bch_btree_node_get() and __bch_btree_node_alloc()
2023-11-28 21:10 UTC
[PATCH AUTOSEL 4.19 02/10] bcache: avoid oversize memory allocation by small stripe_size
2023-11-28 21:09 UTC (3+ messages)
` [PATCH AUTOSEL 4.19 03/10] bcache: add code comments for bch_btree_node_get() and __bch_btree_node_alloc()
` [PATCH AUTOSEL 4.19 04/10] bcache: avoid NULL checking to c->root in run_cache_set()
[PATCH AUTOSEL 5.4 03/11] bcache: avoid oversize memory allocation by small stripe_size
2023-11-28 21:09 UTC (3+ messages)
` [PATCH AUTOSEL 5.4 04/11] bcache: add code comments for bch_btree_node_get() and __bch_btree_node_alloc()
` [PATCH AUTOSEL 5.4 05/11] bcache: avoid NULL checking to c->root in run_cache_set()
[PATCH AUTOSEL 5.10 03/13] bcache: avoid oversize memory allocation by small stripe_size
2023-11-28 21:09 UTC (4+ messages)
` [PATCH AUTOSEL 5.10 04/13] bcache: remove redundant assignment to variable cur_idx
` [PATCH AUTOSEL 5.10 05/13] bcache: add code comments for bch_btree_node_get() and __bch_btree_node_alloc()
` [PATCH AUTOSEL 5.10 06/13] bcache: avoid NULL checking to c->root in run_cache_set()
[PATCH AUTOSEL 5.15 05/15] bcache: avoid oversize memory allocation by small stripe_size
2023-11-28 21:08 UTC (4+ messages)
` [PATCH AUTOSEL 5.15 06/15] bcache: remove redundant assignment to variable cur_idx
` [PATCH AUTOSEL 5.15 07/15] bcache: add code comments for bch_btree_node_get() and __bch_btree_node_alloc()
` [PATCH AUTOSEL 5.15 08/15] bcache: avoid NULL checking to c->root in run_cache_set()
[PATCH AUTOSEL 6.1 06/25] bcache: avoid oversize memory allocation by small stripe_size
2023-11-28 21:07 UTC (4+ messages)
` [PATCH AUTOSEL 6.1 07/25] bcache: remove redundant assignment to variable cur_idx
` [PATCH AUTOSEL 6.1 08/25] bcache: add code comments for bch_btree_node_get() and __bch_btree_node_alloc()
` [PATCH AUTOSEL 6.1 09/25] bcache: avoid NULL checking to c->root in run_cache_set()
[PATCH AUTOSEL 6.6 07/40] bcache: avoid oversize memory allocation by small stripe_size
2023-11-28 21:05 UTC (4+ messages)
` [PATCH AUTOSEL 6.6 08/40] bcache: remove redundant assignment to variable cur_idx
` [PATCH AUTOSEL 6.6 09/40] bcache: add code comments for bch_btree_node_get() and __bch_btree_node_alloc()
` [PATCH AUTOSEL 6.6 10/40] bcache: avoid NULL checking to c->root in run_cache_set()
[PATCH block/for-next v2 00/16] block: remove field 'bd_inode' from block_device
2023-11-28 10:05 UTC (21+ 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: "
bcache: kernel NULL pointer dereference since 6.1.39
2023-11-27 16:12 UTC (12+ messages)
` [PATCH] bcache: revert replacing IS_ERR_OR_NULL with IS_ERR
[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
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 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 (29+ 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 12/48] gfs2: dynamically allocate the gfs2-qd 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 26/48] dm: dynamically allocate the dm-bufio shrinker
` [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 "
Re; Interest,
2023-08-22 23:31 UTC
bcache attach
2023-08-13 17:22 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 read-only IMAP folder(s) and NNTP newsgroup(s).