messages from 2012-05-24 16:19:14 to 2012-08-01 09:20:15 UTC [more...]
Bcache in Xen Environment
2012-08-01 9:20 UTC
[PATCH v4 00/12] Block cleanups
2012-07-27 0:50 UTC (26+ messages)
` [PATCH v4 01/12] block: Generalized bio pool freeing
` [PATCH v4 02/12] dm: Use bioset's front_pad for dm_rq_clone_bio_info
` [PATCH v4 03/12] block: Add bio_reset()
` [PATCH v4 04/12] pktcdvd: Switch to bio_kmalloc()
` [PATCH v4 05/12] block: Kill bi_destructor
` [PATCH v4 06/12] block: Add an explicit bio flag for bios that own their bvec
` [PATCH v4 07/12] block: Rename bio_split() -> bio_pair_split()
` [PATCH v4 09/12] block: Rework bio_pair_split()
` [PATCH v4 08/12] block: Introduce new bio_split()
` [PATCH] A possible deadlock with stacked devices (was: [PATCH v4 08/12] block: Introduce new bio_split())
` [PATCH v4 10/12] block: Add bio_clone_kmalloc()
` [PATCH v4 11/12] block: Add bio_clone_bioset()
` [PATCH v4 12/12] block: Only clone bio vecs that are in use
[PATCH] bcache: Update git repository address in user document
2012-07-26 21:07 UTC (2+ messages)
Bcache wiki & documentation
2012-07-26 6:31 UTC
[Bcache v15 00/16]
2012-07-25 6:31 UTC (20+ messages)
` [Bcache v15 01/16] Revert "rw_semaphore: remove up/down_read_non_owner"
` [Bcache v15 02/16] Fix ratelimit macro to compile in c99 mode
` [Bcache v15 03/16] Export get_random_int()
` [Bcache v15 04/16] Export blk_fill_rwbs()
` [Bcache v15 05/16] Export __lockdep_no_validate__
` [Bcache v15 06/16] Add human-readable units modifier to vsnprintf()
` [Bcache v15 07/16] Closures
` [Bcache v15 10/16] bcache: Superblock/initialization/sysfs code
` [Bcache v15 12/16] bcache: Bset code (lookups within a btree node)
` [Bcache v15 15/16] bcache: Writeback, copying garbage collection
` [Bcache v15 08/16] bcache: Generic utility code
` [Bcache v15 09/16] bcache: Documentation, and changes to generic code
` [Bcache v15 11/16] bcache: Core btree code
` [Bcache v15 13/16] bcache: Journalling
` [Bcache v15 14/16] bcache: Request, io and allocation code
` [Bcache v15 16/16] bcache: Debug and tracing code
bcache repo down?
2012-07-18 22:15 UTC
bcache-3.2 branch
2012-07-13 21:10 UTC (11+ messages)
` bcache & kernel branch that will build together
Getting Started Guide
2012-07-13 20:50 UTC (2+ messages)
howto unregister disks and unload bcache module
2012-07-12 16:37 UTC (3+ messages)
[mdadm PATCH] bcache: add bcache superblock
2012-07-12 15:03 UTC (5+ messages)
How to check if one disk is SSD drive?
2012-06-13 1:38 UTC (7+ messages)
[Bcache v14 00/16]
2012-06-12 17:45 UTC (21+ messages)
` [Bcache v14 01/16] Revert "rw_semaphore: remove up/down_read_non_owner"
` [Bcache v14 02/16] Fix ratelimit macro to compile in c99 mode
` [Bcache v14 04/16] Add human-readable units modifier to vsnprintf()
` [Bcache v14 05/16] Export blk_fill_rwbs()
` [Bcache v14 06/16] Export __lockdep_no_validate__
` [Bcache v14 08/16] bcache: Documentation, and changes to generic code
` [Bcache v14 09/16] bcache: Generic utility code
` [Bcache v14 11/16] bcache: Core btree code
` [Bcache v14 12/16] bcache: Bset code (lookups within a btree node)
` [Bcache v14 13/16] bcache: Journalling
` [Bcache v14 14/16] bcache: Request, io and allocation code
` [Bcache v14 03/16] Export get_random_int()
` [Bcache v14 07/16] Closures
` [Bcache v14 10/16] bcache: Superblock/initialization/sysfs code
` [Bcache v14 15/16] bcache: Writeback, copying garbage collection
` [Bcache v14 16/16] bcache: Debug and tracing code
Working bcache patchset?
2012-06-11 10:31 UTC (2+ messages)
[PATCH v3 00/16] Block cleanups
2012-06-05 0:33 UTC (52+ messages)
` [PATCH v3 01/16] block: Generalized bio pool freeing
` [PATCH v3 02/16] dm: Use bioset's front_pad for dm_rq_clone_bio_info
` [dm-devel] "
` [PATCH v3 03/16] block: Add bio_reset()
` [PATCH v3 04/16] pktcdvd: Switch to bio_kmalloc()
` [PATCH v3 05/16] block: Kill bi_destructor
` [PATCH v3 06/16] block: Add an explicit bio flag for bios that own their bvec
` [PATCH v3 07/16] block: Rename bio_split() -> bio_pair_split()
` [PATCH v3 08/16] block: Rework bio splitting
` [PATCH v3 09/16] block: Add bio_clone_kmalloc()
` [PATCH v3 10/16] block: Add bio_clone_bioset()
` [PATCH v3 11/16] block: Only clone bio vecs that are in use
` [PATCH v3 12/16] Closures
` [PATCH v3 13/16] Make generic_make_request handle arbitrarily large bios
` [PATCH v3 14/16] Gut bio_add_page()
` [PATCH v3 15/16] md: Kill merge_bvec_fn()s
` [PATCH v3 16/16] dm: Kill merge_bvec_fn()
[Bcache v13 00/16]
2012-06-01 2:37 UTC (21+ messages)
` [Bcache v13 11/16] bcache: Core btree code
` [Bcache v13 12/16] bcache: Bset code (lookups within a btree node)
` [Bcache v13 14/16] bcache: Request, io and allocation code
[PATCH 0/3] Generic rb tree code
2012-05-31 21:03 UTC (13+ messages)
` [PATCH 1/3] rbtree: Add rb_insert(), rb_search(), etc
` [PATCH 2/3] timerqueue: convert to generic rb tree code
` [PATCH 3/3] block: convert elevator "
[PATCH v2 00/14] Block cleanups (for bcache)
2012-05-25 22:54 UTC (38+ messages)
` [PATCH v2 01/14] block: Generalized bio pool freeing
` [PATCH v2 02/14] dm: kill dm_rq_bio_destructor
` [dm-devel] "
` [PATCH v2 03/14] block: Add bio_clone_bioset()
` [PATCH v2 04/14] block: Add bio_clone_kmalloc()
` [PATCH v2 07/14] pktcdvd: Switch to bio_kmalloc()
` [PATCH v2 08/14] block: Kill bi_destructor
` [PATCH v2 09/14] block: Add an explicit bio flag for bios that own their bvec
` [PATCH v2 11/14] block: Rework bio splitting
` [PATCH v2 12/14] Closures
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 NNTP newsgroup(s).