Linux Bcache — Block Layer SSD Cache
[Prev Page][Next Page]
- Re: Bcache in Xen Environment, (continued)
- [PATCH] bcache: Update git repository address in user document,
Liang Guo
- Bcache wiki & documentation, Kent Overstreet
- [PATCH v4 00/12] Block cleanups,
Kent Overstreet
- [PATCH v4 07/12] block: Rename bio_split() -> bio_pair_split(), Kent Overstreet
- [PATCH v4 09/12] block: Rework bio_pair_split(), Kent Overstreet
- [PATCH v4 11/12] block: Add bio_clone_bioset(), Kent Overstreet
- [PATCH v4 08/12] block: Introduce new bio_split(), Kent Overstreet
- [PATCH v4 10/12] block: Add bio_clone_kmalloc(), Kent Overstreet
- [PATCH v4 12/12] block: Only clone bio vecs that are in use, Kent Overstreet
- [PATCH v4 06/12] block: Add an explicit bio flag for bios that own their bvec, Kent Overstreet
- [PATCH v4 05/12] block: Kill bi_destructor, Kent Overstreet
- [PATCH v4 04/12] pktcdvd: Switch to bio_kmalloc(), Kent Overstreet
- [PATCH v4 03/12] block: Add bio_reset(), Kent Overstreet
- [PATCH v4 01/12] block: Generalized bio pool freeing, Kent Overstreet
- [PATCH v4 02/12] dm: Use bioset's front_pad for dm_rq_clone_bio_info, Kent Overstreet
- [Bcache v15 00/16],
Kent Overstreet
- [Bcache v15 07/16] Closures, Kent Overstreet
- [Bcache v15 10/16] bcache: Superblock/initialization/sysfs code, Kent Overstreet
- [Bcache v15 13/16] bcache: Journalling, Kent Overstreet
- [Bcache v15 12/16] bcache: Bset code (lookups within a btree node), Kent Overstreet
- [Bcache v15 15/16] bcache: Writeback, copying garbage collection, Kent Overstreet
- [Bcache v15 14/16] bcache: Request, io and allocation code, Kent Overstreet
- [Bcache v15 16/16] bcache: Debug and tracing code, Kent Overstreet
- [Bcache v15 08/16] bcache: Generic utility code, Kent Overstreet
- [Bcache v15 09/16] bcache: Documentation, and changes to generic code, Kent Overstreet
- [Bcache v15 05/16] Export __lockdep_no_validate__, Kent Overstreet
- [Bcache v15 06/16] Add human-readable units modifier to vsnprintf(), Kent Overstreet
- [Bcache v15 04/16] Export blk_fill_rwbs(), Kent Overstreet
- [Bcache v15 01/16] Revert "rw_semaphore: remove up/down_read_non_owner", Kent Overstreet
- [Bcache v15 03/16] Export get_random_int(), Kent Overstreet
- [Bcache v15 02/16] Fix ratelimit macro to compile in c99 mode, Kent Overstreet
- Re: bcache repo down?, Kent Overstreet
- howto unregister disks and unload bcache module,
Alain Spineux
- Getting Started Guide,
eric
- bcache-3.2 branch,
Joseph Glanville
- [Bcache v14 00/16],
Kent Overstreet
- [Bcache v14 03/16] Export get_random_int(), Kent Overstreet
- [Bcache v14 07/16] Closures, Kent Overstreet
- [Bcache v14 10/16] bcache: Superblock/initialization/sysfs code, Kent Overstreet
- [Bcache v14 15/16] bcache: Writeback, copying garbage collection, Kent Overstreet
- [Bcache v14 11/16] bcache: Core btree code, Kent Overstreet
- [Bcache v14 13/16] bcache: Journalling, Kent Overstreet
- [Bcache v14 12/16] bcache: Bset code (lookups within a btree node), Kent Overstreet
- [Bcache v14 14/16] bcache: Request, io and allocation code, Kent Overstreet
- [Bcache v14 16/16] bcache: Debug and tracing code, Kent Overstreet
- [Bcache v14 08/16] bcache: Documentation, and changes to generic code, Kent Overstreet
- [Bcache v14 09/16] bcache: Generic utility code, Kent Overstreet
- [Bcache v14 01/16] Revert "rw_semaphore: remove up/down_read_non_owner", Kent Overstreet
- [Bcache v14 06/16] Export __lockdep_no_validate__, Kent Overstreet
- [Bcache v14 05/16] Export blk_fill_rwbs(), Kent Overstreet
- [Bcache v14 02/16] Fix ratelimit macro to compile in c99 mode, Kent Overstreet
- [Bcache v14 04/16] Add human-readable units modifier to vsnprintf(), Kent Overstreet
- How to check if one disk is SSD drive?,
Zhi Yong Wu
- Working bcache patchset?,
Heiko Wundram
[PATCH 0/3] Generic rb tree code,
Kent Overstreet
[PATCH v3 00/16] Block cleanups,
Kent Overstreet
- [PATCH v3 03/16] block: Add bio_reset(), Kent Overstreet
- [PATCH v3 16/16] dm: Kill merge_bvec_fn(), Kent Overstreet
- [PATCH v3 14/16] Gut bio_add_page(), Kent Overstreet
- [PATCH v3 15/16] md: Kill merge_bvec_fn()s, Kent Overstreet
- [PATCH v3 13/16] Make generic_make_request handle arbitrarily large bios, Kent Overstreet
- [PATCH v3 11/16] block: Only clone bio vecs that are in use, Kent Overstreet
- [PATCH v3 12/16] Closures, Kent Overstreet
- [PATCH v3 10/16] block: Add bio_clone_bioset(), Kent Overstreet
- [PATCH v3 01/16] block: Generalized bio pool freeing, Kent Overstreet
- [PATCH v3 08/16] block: Rework bio splitting, Kent Overstreet
- [PATCH v3 09/16] block: Add bio_clone_kmalloc(), Kent Overstreet
- [PATCH v3 02/16] dm: Use bioset's front_pad for dm_rq_clone_bio_info, Kent Overstreet
- [PATCH v3 07/16] block: Rename bio_split() -> bio_pair_split(), Kent Overstreet
- [PATCH v3 04/16] pktcdvd: Switch to bio_kmalloc(), Kent Overstreet
- [PATCH v3 05/16] block: Kill bi_destructor, Kent Overstreet
- [PATCH v3 06/16] block: Add an explicit bio flag for bios that own their bvec, Kent Overstreet
Re: bcache performance test problem, Kent Overstreet
[PATCH v2 00/14] Block cleanups (for bcache),
Kent Overstreet
- [PATCH v2 02/14] dm: kill dm_rq_bio_destructor, Kent Overstreet
- [PATCH v2 05/14] block: Only clone bio vecs that are in use, Kent Overstreet
- [PATCH v2 08/14] block: Kill bi_destructor, Kent Overstreet
- [PATCH v2 14/14] Gut bio_add_page(), Kent Overstreet
- [PATCH v2 13/14] Make generic_make_request handle arbitrarily large bios, Kent Overstreet
- [PATCH v2 12/14] Closures, Kent Overstreet
- [PATCH v2 01/14] block: Generalized bio pool freeing, Kent Overstreet
- [PATCH v2 11/14] block: Rework bio splitting, Kent Overstreet
- [PATCH v2 10/14] block: Rename bio_split() -> bio_pair_split(), Kent Overstreet
- [PATCH v2 09/14] block: Add an explicit bio flag for bios that own their bvec, Kent Overstreet
- [PATCH v2 07/14] pktcdvd: Switch to bio_kmalloc(), Kent Overstreet
- [PATCH v2 06/14] block: Add bio_reset(), Kent Overstreet
- [PATCH v2 04/14] block: Add bio_clone_kmalloc(), Kent Overstreet
- [PATCH v2 03/14] block: Add bio_clone_bioset(), Kent Overstreet
[PATCH 00/13] Block cleanups (for bcache),
koverstreet
- [PATCH 12/13] Make generic_make_request handle arbitrarily large bios, koverstreet
- [PATCH 13/13] Gut bio_add_page(), koverstreet
- [PATCH 11/13] Closures, koverstreet
- [PATCH 09/13] block: Add an explicit bio flag for bios that own their bvec, koverstreet
- [PATCH 10/13] block: Rework bio splitting, koverstreet
- [PATCH 06/13] block: Add bio_reset(), koverstreet
- [PATCH 07/13] pktcdvd: Switch to bio_kmalloc(), koverstreet
- [PATCH 08/13] block: Kill bi_destructor, koverstreet
- [PATCH 02/13] dm: kill dm_rq_bio_destructor, koverstreet
- [PATCH 05/13] block: Only clone bio vecs that are in use, koverstreet
- [PATCH 01/13] block: Generalized bio pool freeing, koverstreet
- [PATCH 04/13] block: Add bio_clone_kmalloc(), koverstreet
- [PATCH 03/13] block: Add bio_clone_bioset(), koverstreet
Kernel BUGS at fs/direct-io.c and drivers/scsi/scsi_lib.c,
Alex Pyrgiotis
[mdadm PATCH] bcache: add bcache superblock,
Dan Williams
[RFC PATCH 0/7] bcache: md conversion,
Dan Williams
- [RFC PATCH 1/7] bcache: compile fix, Dan Williams
- [RFC PATCH 2/7] bcache: disable lockdep, enable CONFIG_BCACHE=m, Dan Williams
- [RFC PATCH 3/7] bcache: drop select COMPACTION, Dan Williams
- [RFC PATCH 4/7] bcache: fix symlink removal, Dan Williams
- [RFC PATCH 5/7] bcache: move to drivers/md/, Dan Williams
- [RFC PATCH 6/7] bcache: uplevel allocation of 'cached_dev' and 'cache', Dan Williams
- [RFC PATCH 7/7] md: add bcache personality, Dan Williams
- Re: [RFC PATCH 0/7] bcache: md conversion, Joseph Glanville
- Re: [RFC PATCH 0/7] bcache: md conversion, Kent Overstreet
- Re: [RFC PATCH 0/7] bcache: md conversion, Alex Elsayed
Userspace tools and git repo,
Alex Pyrgiotis
[Bcache v13 00/16],
Kent Overstreet
- [Bcache v13 01/16] Only clone bio vecs that are in use, Kent Overstreet
- [Bcache v13 02/16] Bio pool freeing, Kent Overstreet
- [Bcache v13 03/16] Revert "rw_semaphore: remove up/down_read_non_owner", Kent Overstreet
- [Bcache v13 04/16] Fix ratelimit macro to compile in c99 mode, Kent Overstreet
- [Bcache v13 06/16] Export blk_fill_rwbs(), Kent Overstreet
- [Bcache v13 05/16] Export get_random_int(), Kent Overstreet
- [Bcache v13 11/16] bcache: Core btree code, Kent Overstreet
- [Bcache v13 12/16] bcache: Bset code (lookups within a btree node), Kent Overstreet
- [Bcache v13 15/16] bcache: Writeback, Kent Overstreet
- [Bcache v13 16/16] bcache: Debug and tracing code, Kent Overstreet
- [Bcache v13 14/16] bcache: Request, io and allocation code, Kent Overstreet
- [Bcache v13 13/16] bcache: Journalling, Kent Overstreet
- [Bcache v13 10/16] bcache: Superblock/initialization/sysfs code, Kent Overstreet
- [Bcache v13 09/16] Bcache: generic utility code, Kent Overstreet
- [Bcache v13 08/16] bcache: Documentation, and changes to generic code, Kent Overstreet
- [Bcache v13 07/16] Closures, Kent Overstreet
- Re: [dm-devel] [Bcache v13 00/16], Vivek Goyal
- Re: [dm-devel] [Bcache v13 00/16], Vivek Goyal
- Re: [Bcache v13 00/16], Dan Williams
- Message not available
Re: [Bcache v13 00/16], Arnd Bergmann
Re: [Bcache v13 00/16], Tejun Heo
Re: [Bcache v13 00/16], Zhi Yong Wu
Re: linux-bcache scatter gather list in bio exceed driver capabilities,
Kent Overstreet
reddit discussion of bcache, Luke S. Crawford
Error related to bcache volume as PV,
David Rhodes Clymer
RE: current status of bcache,
Maurits van de Lande
Issue with bcache on top of RAID10, Brad Campbell
Patching kernel,
Matt White
Resizing bcache backing store,
David Rhodes Clymer
Quick howto?,
Gerrit Tamboer
New bcache code up,
Kent Overstreet
code stability (production readiness) and kernel versions,
Alexandru Ionica
Preliminary performance benchmarks.,
Joseph Glanville
Fwd: bcache and dm targets (specifically lvm),
Joseph Glanville
bcache-tools: probe-bcache.8 man page,
Dmitry Smirnov
Can't resgister cache,
Franco
bcache on layered devices,
Piergiorgio Sartor
Kernel Compilation - As a module,
Will Tatam
Formatting of backing device,
Piergiorgio Sartor
bcache with iscsi, mpath and lvm,
infernix
Stats,
David Rhodes Clymer
kernel BUG registering cache device,
Damien Churchill
Git server,
Damien Churchill
Re:, Joseph Glanville
Write-only Caching Without Backing,
Gordan Bobic
Question on the git repository,
Joe Landman
bcache lockup,
David Rhodes Clymer
Quick bcache benchmark,
Kent Overstreet
Possible changes to bio cloning and some related stuff,
Kent Overstreet
New version up with fix for md and other block devices,
Kent Overstreet
Re: New version up with fix for md and other block devices, Brad Campbell
can't attach caching device to backing device,
Justin Rush
Fwd: bcache.patch,
Marcus Sorensen
Crash when trying to mount ext4,
Damien Churchill
"Benchmarks",
Brad Campbell
Bcache explodes when trying to attach,
Brad Campbell
[PATCH] bcache: Move tracepoint symbols from bcache to bcache_util, Christian Brunner
First observations with bcache,
Mark Hills
[GIT] Bcache version 12,
Kent Overstreet
Re: [GIT] Bcache version 12, Dan Williams
Re: [GIT] Bcache version 12, Pekka Enberg
Re: [GIT] Bcache version 12, Arnd Bergmann
<Possible follow-ups>
Re: [GIT] Bcache version 12, LuVar
New stuff up in git,
Kent Overstreet
patch for 2.6.36.4,
Justin Rush
Not a bcache superblock,
i-
Git Repo lacks memory ?,
i-
kernel exception after attach cache to backing device,
Gary Chen
Cannot clone git repository,
Rohan Puri
chache multiple devices with one cache,
LuVar
[GIT] Bcache version 11,
Kent Overstreet
Project status,
Bostjan Skufca
How to compile bcache kernel ?, Pavel Král
getting a patch for 2.6.38.4,
Andrew Burgess
Re: Utility to detect erase blocksize., John McCabe-Dansted
support for physical ramdisk,
Cory Coager
Bcache version 10, Kent Overstreet
Installation of bcache,
LuVar
comparison with rival projects,
luvar
Re: Bcache version 9,
Greg KH
[Index of Archives]
[Linux Kernel Development]
[Linux Filesystem Development]
[Security]
[Linux ARM Kernel]
[Linux MIPS]
[Linux S390]
[Bugtraq]
[Share Photos]>
[Fedora ARM]