linux-bcache.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-05-22 17:43:11 to 2022-08-31 14:56:28 UTC [more...]

[PATCH] bcache: bset: Fix comment typos
 2022-08-31 14:55 UTC  (2+ messages)

[RFC PATCH 00/30] Code tagging framework and applications
 2022-08-31 10:47 UTC  (40+ messages)
` [RFC PATCH 01/30] kernel/module: move find_kallsyms_symbol_value declaration
` [RFC PATCH 02/30] lib/string_helpers: Drop space in string_get_size's output
` [RFC PATCH 03/30] Lazy percpu counters
` [RFC PATCH 04/30] scripts/kallysms: Always include __start and __stop symbols
` [RFC PATCH 05/30] lib: code tagging framework
` [RFC PATCH 06/30] lib: code tagging module support
` [RFC PATCH 07/30] lib: add support for allocation tagging
` [RFC PATCH 08/30] lib: introduce page "
` [RFC PATCH 09/30] change alloc_pages name in dma_map_ops to avoid name conflicts
` [RFC PATCH 10/30] mm: enable page allocation tagging for __get_free_pages and alloc_pages
` [RFC PATCH 11/30] mm: introduce slabobj_ext to support slab object extensions
` [RFC PATCH 12/30] mm: introduce __GFP_NO_OBJ_EXT flag to selectively prevent slabobj_ext creation
` [RFC PATCH 13/30] mm/slab: introduce SLAB_NO_OBJ_EXT to avoid obj_ext creation
` [RFC PATCH 14/30] mm: prevent slabobj_ext allocations for slabobj_ext and kmem_cache objects
` [RFC PATCH 15/30] lib: introduce slab allocation tagging
` [RFC PATCH 16/30] mm: enable slab allocation tagging for kmalloc and friends
` [RFC PATCH 17/30] lib/string.c: strsep_no_empty()
` [RFC PATCH 18/30] codetag: add codetag query helper functions
` [RFC PATCH 19/30] move stack capture functionality into a separate function for reuse
` [RFC PATCH 20/30] lib: introduce support for storing code tag context
` [RFC PATCH 21/30] lib: implement context capture support for page and slab allocators
` [RFC PATCH 22/30] Code tagging based fault injection
` [RFC PATCH 23/30] timekeeping: Add a missing include
` [RFC PATCH 24/30] wait: Clean up waitqueue_entry initialization
` [RFC PATCH 25/30] lib/time_stats: New library for statistics on events
` [RFC PATCH 26/30] bcache: Convert to lib/time_stats
` [RFC PATCH 27/30] Code tagging based latency tracking
` [RFC PATCH 28/30] Improved symbolic error names
` [RFC PATCH 29/30] dyndbg: Convert to code tagging
` [RFC PATCH 30/30] MAINTAINERS: Add entries for code tagging & related

[PATCH] bcache:: fix repeated words in comments
 2022-08-30 15:30 UTC 

Time stats library (from bcache/bcachefs) & generic latency instrumentation
 2022-08-30  0:00 UTC  (6+ messages)
` [PATCH 1/3] lib/time_stats: New library for statistics on events
` [PATCH 2/3] bcache: Convert to lib/time_stats
` [PATCH 3/3] Code tagging based latency tracking

Copy of: Telegram: Ein wichtiges Leck aus dem geschlossenen Club der Kryptomillionare
 2022-08-29  6:02 UTC 

Copy of: Telegram: Ein wichtiges Leck aus dem geschlossenen Club der Kryptomillionare
 2022-08-29  6:02 UTC 

Copy of: Telegram: Ein wichtiges Leck aus dem geschlossenen Club der Kryptomillionare
 2022-08-29  6:02 UTC 

Copy of: Telegram: Ein wichtiges Leck aus dem geschlossenen Club der Kryptomillionare
 2022-08-29  6:02 UTC 

Copy of: Telegram: Ein wichtiges Leck aus dem geschlossenen Club der Kryptomillionare
 2022-08-29  6:02 UTC 

[RFC] Live resize of backing device
 2022-08-05 19:38 UTC  (3+ messages)

お問い合わせいただきありがとうございます。
 2022-08-04  2:07 UTC 

[PATCH linux-next] bcache: writeback:Remove the redundant 'flush_workqueue()' calls
 2022-08-01  2:18 UTC 

[PATCH 0/1] bcache patche for Linux v5.20
 2022-07-28 17:13 UTC  (4+ messages)
` [PATCH 1/1] bcache: remove EXPERIMENTAL for Kconfig option 'Asynchronous device registration'

Some persistently stuck cache devices after backing device failures
 2022-07-28 16:45 UTC  (7+ messages)

bcache I/O performance tests on 5.15.0-40-generic
 2022-07-28 15:51 UTC  (9+ messages)

[PATCH v2 -next] bcache: Fix spelling mistakes
 2022-07-21  1:37 UTC  (2+ messages)

[PATCH] bcache: Use bcache without formatting existing device
 2022-07-20 14:46 UTC  (11+ messages)

[PATCH -next] bcache: Fix spelling mistakes
 2022-07-20 12:44 UTC  (2+ messages)

[PATCH -next] bcache: Fix spelling mistakes and cleanup code
 2022-07-19  2:50 UTC  (2+ messages)

[linux-next:master] BUILD REGRESSION 088b9c375534d905a4d337c78db3b3bfbb52c4a0
 2022-07-08 10:02 UTC  (5+ messages)

seeing this stace trace on kernel 5.15
 2022-07-07  9:22 UTC  (14+ messages)

[PATCH] bcache: remove unused bch_mark_cache_readahead function def in stats.h
 2022-07-06  7:39 UTC 

[linux-next:master] BUILD REGRESSION 6cc11d2a1759275b856e464265823d94aabd5eaf
 2022-07-02  1:03 UTC 

trying to reproduce bcache journal deadlock https://www.spinics.net/lists/kernel/msg4386275.html
 2022-06-21 13:43 UTC  (7+ messages)

backport 32feee36c30ea06e38ccb8ae6e5c44c6eec790a6 to 4.15.0-176.185
 2022-06-16 10:54 UTC  (2+ messages)

[PATCH] bcache: try to reuse the slot of invalid_uuid
 2022-06-13  8:35 UTC  (6+ messages)

[PATCH 1/4] bcache: improve multithreaded bch_btree_check()
 2022-06-09 13:54 UTC  (4+ messages)
` [PATCH 4/4] bcache: avoid journal no-space deadlock by reserving 1 journal bucket

[PATCH] bcache: remove unnecessary flush_workqueue
 2022-06-06  3:22 UTC  (6+ messages)

Bcache in writes direct with fsync. Are IOPS limited?
 2022-06-02  5:26 UTC  (34+ messages)
    ` [RFC] Add sysctl option to drop disk flushes in bcache? (was: Bcache in writes direct with fsync)

[PATCH v2 0/1] bcache fix for Linux v5.19 (3rd wave)
 2022-05-28 12:48 UTC  (3+ messages)
` [PATCH 1/1] bcache: avoid unnecessary soft lockup in kworker update_writeback_rate()

[PATCH 0/1] bcache fix for Linux v5.19 (3rd wave)
 2022-05-28 12:23 UTC  (5+ messages)
` [PATCH 1/1] bcache: avoid unnecessary soft lockup in kworker update_writeback_rate()

[PATCH 0/3] bcache fixes for Linux v5.19 (2nd wave)
 2022-05-28  2:20 UTC  (9+ messages)
` [PATCH 1/3] bcache: memset on stack variables in bch_btree_check() and bch_sectors_dirty_init()
` [PATCH 2/3] bcache: avoid unnecessary soft lockup in kworker update_writeback_rate()
` [PATCH 3/3] md: bcache: check the return value of kzalloc() in detached_dev_do_request()
` (subset) [PATCH 0/3] bcache fixes for Linux v5.19 (2nd wave)

[Resend PATCH v2 0/4] bcache fixes for Linux v5.19 (1st wave)
 2022-05-24 12:19 UTC  (6+ messages)
` [PATCH 1/4] bcache: improve multithreaded bch_btree_check()
` [PATCH 2/4] bcache: improve multithreaded bch_sectors_dirty_init()
` [PATCH 3/4] bcache: remove incremental dirty sector counting for bch_sectors_dirty_init()
` [PATCH 4/4] bcache: avoid journal no-space deadlock by reserving 1 journal bucket

[PATCH v3] bcache: dynamic incremental gc
 2022-05-24  2:47 UTC  (8+ messages)

[PATCH v4] bcache: dynamic incremental gc
 2022-05-23 13:18 UTC 

[PATCH 0/4] bcache patches for Linux v5.19 (1st wave)
 2022-05-23 12:34 UTC  (5+ 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).