Searched refs:bcache (Results 1 – 12 of 12) sorted by relevance
2 A block layer cache (bcache)6 nice if you could use them as cache... Hence bcache.8 The bcache wiki can be found at:9 https://bcache.evilpiepirate.org11 This is the git repository of bcache-tools:12 https://git.kernel.org/pub/scm/linux/kernel/git/colyli/bcache-tools.git/14 The latest bcache kernel code can be found from mainline Linux kernel:26 doesn't even have a notion of a clean shutdown; bcache simply doesn't return47 You'll need bcache util from the bcache-tools repository. Both the cache device50 bcache make -B /dev/sdb[all …]
66 bcache
1 What: /sys/block/<disk>/bcache/unregister11 What: /sys/block/<disk>/bcache/clear_stats17 What: /sys/block/<disk>/bcache/cache22 the bcache/ dir of that cache.24 What: /sys/block/<disk>/bcache/cache_hits31 What: /sys/block/<disk>/bcache/cache_misses37 What: /sys/block/<disk>/bcache/cache_hit_ratio43 What: /sys/block/<disk>/bcache/sequential_cutoff51 What: /sys/block/<disk>/bcache/bypassed59 What: /sys/block/<disk>/bcache/writeback[all …]
3 obj-$(CONFIG_BCACHE) += bcache.o5 bcache-y := alloc.o bset.o btree.o closure.o debug.o extents.o\
10 See Documentation/admin-guide/bcache.rst for details.34 Add a sysfs file /sys/fs/bcache/register_async. Writing registering
244 struct bcache { struct255 bcache_slab_size(struct bcache *bc) in bcache_slab_size() argument262 static struct bcache *265 struct bcache *bc; in bcache_init()267 bc = calloc(1, sizeof(struct bcache)); in bcache_init()291 bcache_free(struct bcache *bc) in bcache_free()318 bcache_cons_check(struct bcache *bc, u32 n_buffers) in bcache_cons_check()359 bcache_cons(struct bcache *bc) in bcache_cons()370 bcache_prod(struct bcache *bc, u64 buffer) in bcache_prod()442 struct bcache *bc;
65 bcache
44 obj-$(CONFIG_BCACHE) += bcache/
197 source "drivers/md/bcache/Kconfig"
3 #define TRACE_SYSTEM bcache
83 bcache) had some ugly workarounds for this.
3139 L: linux-bcache@vger.kernel.org3141 W: http://bcache.evilpiepirate.org3142 C: irc://irc.oftc.net/bcache3143 F: drivers/md/bcache/