messages from 2016-03-09 14:18:43 to 2016-04-15 10:40:59 UTC [more...]
[PATCH 00/42] v6: separate operations from flags in the bio/request structs
2016-04-15 10:40 UTC (43+ 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
` [PATCH 12/42] gfs2: "
` [PATCH 13/42] xfs: "
` [PATCH 14/42] hfsplus: "
` [PATCH 15/42] mpage: "
` [PATCH 16/42] nilfs: "
` [PATCH 17/42] ocfs2: "
` [PATCH 18/42] pm: "
` [PATCH 19/42] dm: "
` [PATCH 20/42] dm: pass dm stats data dir instead of bi_rw
` [PATCH 21/42] bcache: set bi_op to REQ_OP
` [PATCH 22/42] drbd: "
` [PATCH 23/42] md/raid: "
` [PATCH 24/42] xen: "
` [PATCH 25/42] target: "
` [PATCH 26/42] block: copy bio op to request op
` [PATCH 27/42] block: prepare request creation/destruction code to use REQ_OPs
` [PATCH 28/42] block: prepare mq request creation "
` [PATCH 29/42] block: prepare elevator "
` [PATCH 30/42] blkg_rwstat: separate op from flags
` [PATCH 31/42] block: convert merge/insert code to check for REQ_OPs
` [PATCH 32/42] block: convert is_sync helpers to use REQ_OPs
` [PATCH 33/42] block: convert rq_data_dir helper "
` [PATCH 34/42] drivers: set request op to REQ_OP
` [PATCH 35/42] blktrace: get op from req->op/bio->bi_op
` [PATCH 36/42] ide cd: do not set REQ_WRITE on requests
` [PATCH 37/42] block, fs, drivers: do use bi_rw/cmd_flags for REQ_OPs
` [PATCH 38/42] block, fs: remove old REQ definitions
` [PATCH 39/42] block: shrink bio/request fields
` [PATCH 40/42] block, drivers: add REQ_OP_FLUSH operation
` [PATCH 41/42] block: do not use REQ_FLUSH for tracking flush support
` [PATCH 42/42] block, drivers, fs: rename REQ_FLUSH to REQ_PREFLUSH
[PATCH v1 00/27] block: cleanup direct access to .bi_vcnt & .bi_io_vec
2016-04-14 12:02 UTC (8+ messages)
` [PATCH v1 10/27] bcache: debug: avoid to access .bi_io_vec directly
` [PATCH v1 11/27] bcache: io.c: use bio_set_vec_table
` [PATCH v1 12/27] bcache: journal.c: use bio_set_vec_table()
` [PATCH v1 13/27] bcache: movinggc: "
` [PATCH v1 14/27] bcache: writeback: "
` [PATCH v1 15/27] bcache: super: "
` [PATCH v1 16/27] bcache: super: use bio_get_base_vec
[PATCH] Small fixes and added HOWTO section
2016-04-14 7:11 UTC (4+ messages)
` [PULL] bcache: bcache: documentation updates and corrections
` [PULL v4.6-rc1] bcache: documentation updates
[PATCH 00/42] v5: separate operations from flags in the bio/request structs
2016-04-14 6:09 UTC (44+ 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
` [PATCH 12/42] gfs2: "
` [PATCH 13/42] xfs: "
` [PATCH 14/42] hfsplus: "
` [PATCH 15/42] mpage: "
` [PATCH 16/42] nilfs: "
` [PATCH 17/42] ocfs2: "
` [PATCH 18/42] pm: "
` [PATCH 19/42] dm: "
` [PATCH 20/42] dm: pass dm stats data dir instead of bi_rw
` [PATCH 21/42] bcache: set bi_op to REQ_OP
` [PATCH 22/42] drbd: "
` [PATCH 23/42] md/raid: "
` [PATCH 24/42] xen: "
` [PATCH 25/42] target: "
` [PATCH 26/42] block: copy bio op to request op
` [PATCH 27/42] block: prepare request creation/destruction code to use REQ_OPs
` [PATCH 28/42] block: prepare mq request creation "
` [PATCH 29/42] block: prepare elevator "
` [PATCH 30/42] blkg_rwstat: separate op from flags
` [PATCH 31/42] block: convert merge/insert code to check for REQ_OPs
` [PATCH 32/42] block: convert is_sync helpers to use REQ_OPs
` [PATCH 33/42] block: convert rq_data_dir helper "
` [PATCH 34/42] drivers: set request op to REQ_OP
` [PATCH 35/42] blktrace: get op from req->op/bio->bi_op
` [PATCH 36/42] ide cd: do not set REQ_WRITE on requests
` [PATCH 37/42] block, fs, drivers: do use bi_rw/cmd_flags for REQ_OPs
` [PATCH 38/42] block, fs: remove old REQ definitions
` [PATCH 39/42] block: shrink bio/request fields
` [PATCH 40/42] block, drivers: add REQ_OP_FLUSH operation
` [PATCH 41/42] block: use QUEUE flags instead of flush_flags to test for flush support
` [PATCH 42/42] block, drivers, fs: rename REQ_FLUSH to REQ_PREFLUSH
[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 (17+ messages)
` [PATCH RESEND v2 11/18] fs: Ensure the mounter of a filesystem is privileged towards its inodes
` [PATCH RESEND v2 16/18] fuse: Support fuse filesystems outside of init_user_ns
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] 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 (3+ messages)
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)
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).