linux-bcache.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2012-09-24 22:35:06 to 2012-11-07 06:05:51 UTC [more...]

[PATCH v4 00/24] Prep work for immutable bio vecs
 2012-11-07  6:05 UTC  (71+ messages)
` [PATCH v4 02/24] block: Refactor blk_update_request()
` [PATCH v4 05/24] block: Use bio_sectors() more consistently
` [PATCH v4 06/24] block: Change bio_split() to respect the current value of bi_idx
` [PATCH v4 07/24] block: Remove bi_idx references
` [PATCH v4 08/24] block: Remove some unnecessary bi_vcnt usage
` [PATCH v4 10/24] raid10: Use bio_reset()
` [PATCH v4 11/24] raid1: use bio_reset()
` [PATCH v4 12/24] raid5: "
` [PATCH v4 13/24] raid1: Refactor narrow_write_error() to not use bi_idx
` [PATCH v4 14/24] block: Add bio_copy_data()
` [PATCH v4 15/24] pktcdvd: use bio_copy_data()
` [PATCH v4 16/24] pktcdvd: Use bio_reset() in disabled code to kill bi_idx usage
` [PATCH v4 17/24] raid1: use bio_copy_data()
` [PATCH v4 18/24] bounce: Refactor __blk_queue_bounce to not use bi_io_vec
` [PATCH v4 20/24] block: Convert some code to bio_for_each_segment_all()
` [PATCH v4 21/24] block: Add bio_alloc_pages()
` [PATCH v4 22/24] block: Add an explicit bio flag for bios that own their bvec
` [PATCH v4 24/24] block: Add BIO_SUBMITTED flag, kill BIO_CLONED
` [PATCH v4 1/2] block: Reorder struct bio_set
` [PATCH v4 2/2] block: Avoid deadlocks with bio allocation by stacking drivers
` [PATCH v4 1/2] block: Fix a buffer overrun in bio_integrity_split()
` [PATCH v4 2/2] block: Convert integrity to bvec_alloc_bs()
` [PATCH v2 00/26] Prep work for immutable bio vecs
` [PATCH v2 01/26] block: Convert integrity to bvec_alloc_bs(), and a bugfix
` [PATCH v2 02/26] block: Add bio_advance()
` [PATCH v2 03/26] block: Refactor blk_update_request()
` [PATCH v2 04/26] md: Convert md_trim_bio() to use bio_advance()
` [PATCH v2 05/26] block: Add bio_end()
` [PATCH v2 06/26] block: Use bio_sectors() more consistently
` [PATCH v2 08/26] block: Remove bi_idx references
` [PATCH v2 09/26] block: Remove some unnecessary bi_vcnt usage
` [PATCH v2 10/26] block: Add submit_bio_wait(), remove from md
` [PATCH v2 12/26] raid1: use bio_reset()
` [PATCH v2 13/26] raid5: "
` [PATCH v2 14/26] raid1: Refactor narrow_write_error() to not use bi_idx
` [PATCH v2 15/26] block: Add bio_copy_data()
` [PATCH v2 17/26] pktcdvd: Use bio_reset() in disabled code to kill bi_idx usage
` [PATCH v2 18/26] raid1: use bio_copy_data()
` [PATCH v2 19/26] bounce: Refactor __blk_queue_bounce to not use bi_io_vec
` [PATCH v2 20/26] block: Add bio_for_each_segment_all()
` [PATCH v2 22/26] block: Add bio_alloc_pages()
` [PATCH v2 23/26] raid1: use bio_alloc_pages()
  ` [PATCH v4 01/24] block: Add bio_advance()
  ` [PATCH v4 03/24] md: Convert md_trim_bio() to use bio_advance()
  ` [PATCH v4 04/24] block: Add bio_end_sector()
  ` [PATCH v4 09/24] block: Add submit_bio_wait(), remove from md
  ` [PATCH v4 19/24] block: Add bio_for_each_segment_all()
  ` [PATCH v4 23/24] bio-integrity: Add explicit field for owner of bip_buf
  ` [PATCH v2 07/26] block: Don't use bi_idx in bio_split() or require it to be 0
  ` [PATCH v2 11/26] raid10: Use bio_reset()
  ` [PATCH v2 16/26] pktcdvd: use bio_copy_data()
  ` [PATCH v2 21/26] block: Convert some code to bio_for_each_segment_all()
  ` [PATCH v2 24/26] block: Add an explicit bio flag for bios that own their bvec
  ` [PATCH v2 25/26] bio-integrity: Add explicit field for owner of bip_buf
  ` [PATCH v2 26/26] block: Add BIO_SUBMITTED flag, kill BIO_CLONED

Kernel Oops (bCache hangs on registering 3rd device)
 2012-11-05 16:20 UTC  (8+ messages)

Always cache?
 2012-11-03 23:29 UTC  (5+ messages)

Partitions?
 2012-11-02 19:11 UTC  (3+ messages)

Bcache Journal
 2012-11-02 16:57 UTC  (7+ messages)

Resizing bcache backing store
 2012-11-02 15:20 UTC  (4+ messages)

git and web are down
 2012-10-17  0:44 UTC 

[PATCH 1/5] aio: Kill return value of aio_complete()
 2012-10-11 16:43 UTC  (35+ messages)
  ` [PATCH 2/5] aio: kiocb_cancel()
  ` [PATCH 5/5] aio: Refactor aio_read_evt, use cmxchg(), fix bug
` [PATCH 3/5] aio: Rewrite refcounting
` [PATCH 4/5] aio: vmap ringbuffer

register cache device hangs on bcache branch (3.6.0-rc3)
 2012-10-08 18:15 UTC  (2+ messages)

problem w/ read caching
 2012-10-08 16:39 UTC  (14+ messages)

bcache, layered block devices and unclean shutdowns
 2012-10-05  2:45 UTC  (3+ messages)

cache_mode none
 2012-10-04 19:53 UTC  (2+ messages)

[PATCH v3 00/26] Prep work for immutable bio vecs
 2012-10-04  6:07 UTC  (52+ messages)
` [PATCH v3 01/26] block: Fix a buffer overrun in bio_integrity_split()
    ` [dm-devel] "
` [PATCH v3 02/26] block: Convert integrity to bvec_alloc_bs()
  ` [dm-devel] "
` [PATCH v3 04/26] block: Refactor blk_update_request()
  ` [dm-devel] "
` [PATCH v3 05/26] md: Convert md_trim_bio() to use bio_advance()
` [PATCH v3 06/26] block: Add bio_end_sector()
        ` [Drbd-dev] "
    ` [dm-devel] "
` [PATCH v3 07/26] block: Use bio_sectors() more consistently
` [PATCH v3 09/26] block: Remove bi_idx references
    ` [dm-devel] "
` [PATCH v3 11/26] block: Add submit_bio_wait(), remove from md
    ` [dm-devel] "
` [PATCH v3 26/26] block: Add BIO_SUBMITTED flag, kill BIO_CLONED

problem w/ read caching
 2012-09-28 16:31 UTC 

bcache hangs
 2012-09-27 20:09 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).