public inbox for linux-bcache@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2016-02-24 19:47:52 to 2016-04-13 19:35:57 UTC [more...]

[PATCH 00/42] v5: separate operations from flags in the bio/request structs
 2016-04-13 19:35 UTC  (12+ messages)
` [PATCH 01/42] block/fs/drivers: remove rw argument from submit_bio
` [PATCH 02/42] block: add REQ_OP definitions and bi_op/op fields
` [PATCH 03/42] block, fs, mm, drivers: set bi_op to REQ_OP
` [PATCH 04/42] fs: have submit_bh users pass in op and flags separately
` [PATCH 05/42] fs: have ll_rw_block "
` [PATCH 06/42] direct-io: set bi_op to REQ_OP
` [PATCH 07/42] btrfs: have submit_one_bio users setup bio bi_op
` [PATCH 08/42] btrfs: set bi_op tp REQ_OP
` [PATCH 09/42] btrfs: update __btrfs_map_block for bi_op transition
` [PATCH 10/42] btrfs: use bio fields for op and flags
` [PATCH 11/42] f2fs: set bi_op to REQ_OP

[BUG] bcache_writebac blocked, IO on bcache device hung
 2016-04-11  1:55 UTC  (2+ messages)

Bug - bcache: "unable to handle kernel NULL pointer dereference" when trying to add a md caching device
 2016-04-10 18:01 UTC  (14+ messages)
      ` [BUG] NULL pointer in raid1_make_request passed to bio_trim when adding md as bcache caching dev

dm-cache performance behaviour
 2016-04-07 15:10 UTC  (11+ messages)

[PATCH 00/27] block: cleanup direct access on .bi_vcnt & .bi_io_vec
 2016-04-06  0:35 UTC  (10+ messages)
` [PATCH 10/27] bcache: debug: avoid to access .bi_io_vec directly
` [PATCH 11/27] bcache: io.c: use bio_set_vec_table
` [PATCH 12/27] bcache: journal.c: use bio_set_vec_table()
` [PATCH 13/27] bcache: movinggc: "
` [PATCH 14/27] bcache: writeback: "

[PATCH 15/27] bcache: super: use bio_set_vec_table()
 2016-04-05 12:07 UTC  (2+ messages)
` [PATCH 16/27] bcache: super: use bio_get_base_vec

bcache register deadlock in bcache_bucket_alloc() between bch_uuid_write and bch_prio_write
 2016-04-04  2:08 UTC  (2+ messages)

[PATCH RESEND v2 00/19] Support fuse mounts in user namespaces
 2016-03-30 20:18 UTC  (27+ messages)
` [PATCH RESEND v2 11/18] fs: Ensure the mounter of a filesystem is privileged towards its inodes
` [PATCH RESEND v2 15/18] fuse: Add support for pid namespaces
` [PATCH RESEND v2 16/18] fuse: Support fuse filesystems outside of init_user_ns
` [PATCH RESEND v2 17/18] fuse: Restrict allow_other to the superblock's namespace or a descendant
` [PATCH RESEND v2 18/18] fuse: Allow user namespace mounts

Compilation error: ERROR: "pagecache_add_put" [drivers/md/bcache/bcache.ko] undefined!
 2016-03-30 13:09 UTC  (7+ messages)

Testing bcachefs - beginners questions
 2016-03-29 21:10 UTC  (6+ messages)

Error after filling up fileystem (resend to correct email)
 2016-03-29 12:38 UTC  (3+ messages)

84% -> 60% cache hit ratio for same workflow, different conf
 2016-03-29  6:02 UTC  (7+ messages)

[PATCH] Small fixes and added HOWTO section
 2016-03-29  1:09 UTC  (3+ messages)
` [PULL] bcache: bcache: documentation updates and corrections
  ` [PULL v4.6-rc1] bcache: documentation updates

[PATCH] bcache-tools udev fix for unnecessary re-registration of disks
 2016-03-29  1:06 UTC 

Accessing /dev/bcache/by-uuid/xxxx deletes the device
 2016-03-25  4:04 UTC 

Bcache still unstable for me (memory problems)
 2016-03-25  3:59 UTC  (15+ messages)
      ` sysrq-o for safe bcache shutdown, what about reboot?

[PATCH 4/3] rtmutex: Avoid barrier in rt_mutex_handle_deadlock
 2016-03-25  2:30 UTC 

CISCO IP PHONES AND CPU's
 2016-03-23 19:12 UTC 

CISCO IP PHONES AND CPU's
 2016-03-23 18:45 UTC 

FOR YOUR INFORMATION DEAR BENEFICIARY,
 2016-03-21 19:00 UTC 

RE
 2016-03-19 10:06 UTC 

RFC: Bcache documentation update
 2016-03-10 17:11 UTC 

Bcache still unstable for me (memory problems)
 2016-03-09 20:55 UTC  (6+ messages)
  ` [PATCH] "

Bcache on SLES 12
 2016-03-09 19:29 UTC  (3+ messages)

[PULL] bcache: fix cache_set_flush() NULL pointer dereference on OOM
 2016-03-09 16:23 UTC  (4+ messages)

echo dev > /sys/fs/bcache/register gives page allocation failure: order:4, mode:0x2040d0
 2016-03-03  4:25 UTC  (23+ messages)
    ` BUG: drivers/md/bcache/writeback.c:237
  ` Disabling bcache from boot when it crashes?

[PULL] bcache fixes for v4.5-rc6
 2016-03-03  3:26 UTC  (4+ messages)

CISCO AND AVAYA IP Phones
 2016-03-01 20:10 UTC 

[PATCH 00/35 v4] separate operations from flags in the bio/request structs
 2016-02-29 17:30 UTC  (26+ messages)
` [PATCH 15/35] mpage: set bi_op to REQ_OP
` [PATCH 16/35] nilfs: "
` [PATCH 17/35] ocfs2: "
` [PATCH 18/35] pm: "
` [PATCH 19/35] dm: "
` [PATCH 20/35] dm: pass dm stats data dir instead of bi_rw
` [PATCH 21/35] bcache: set bi_op to REQ_OP
` [PATCH 22/35] drbd: "
` [PATCH 23/35] md/raid: "
` [PATCH 24/35] xen: "
` [PATCH 25/35] target: "
` [PATCH 26/35] block: set op "
` [PATCH 27/35] drivers: set request "
` [PATCH 28/35] blktrace: get op from req->op/bio->bi_op
` [PATCH 29/35] ide cd: do not set REQ_WRITE on requests
` [PATCH 30/35] block, fs, drivers: do not test bi_rw for REQ_OPs
` [PATCH 31/35] block, fs: remove old REQ definitions
` [PATCH 32/35] block: shrink bi_rw and bi_op
` [PATCH 33/35] block, drivers: add REQ_OP_FLUSH operation
` [PATCH 34/35] block: add QUEUE_FLAGs for flush and fua
` [PATCH 35/35] block, drivers, fs: rename REQ_FLUSH to REQ_PREFLUSH

bcache: register_cache() error opening sdh2: cannot allocate memory => BUG NULL pointer
 2016-02-26  0:18 UTC  (5+ messages)

can't use ramdisk as cache device. Receive "Can't attach [UUID]: cache set not found" error
 2016-02-25  8:15 UTC  (9+ messages)

Few questions on bcache internals
 2016-02-25  6:11 UTC  (3+ messages)

Hard to delete/unregister caching device
 2016-02-24 21:30 UTC  (2+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox