messages from 2016-04-26 19:30:41 to 2016-06-06 15:40:35 UTC [more...]
[PATCH 00/45] v8: separate operations from flags in the bio/request structs
2016-06-06 15:40 UTC (67+ messages)
` [PATCH 01/45] block/fs/drivers: remove rw argument from submit_bio
` [PATCH 02/45] block: add REQ_OP definitions and helpers
` [PATCH 03/45] fs: have submit_bh users pass in op and flags separately
` [PATCH 04/45] fs: have ll_rw_block "
` [PATCH 05/45] block, drivers, cgroup: use op_is_write helper instead of checking for REQ_WRITE
` [PATCH 06/45] dm: use op_is_write "
` [PATCH 07/45] bcache: "
` [PATCH 08/45] block, fs, mm, drivers: use bio set/get op accessors
` [PATCH 09/45] block discard: use bio set op accessor
` [PATCH 10/45] direct-io: use bio set/get op accessors
` [PATCH 11/45] btrfs: have submit_one_bio users use bio "
` [PATCH 12/45] btrfs: "
` [PATCH 13/45] btrfs: update __btrfs_map_block for REQ_OP transition
` [PATCH 14/45] btrfs: use bio fields for op and flags
` [PATCH 15/45] f2fs: use bio op accessors
` [PATCH 16/45] gfs2: "
` [PATCH 17/45] xfs: "
` [PATCH 18/45] hfsplus: "
` [PATCH 19/45] mpage: "
` [PATCH 20/45] nilfs: "
` [PATCH 21/45] ocfs2: "
` [PATCH 22/45] pm: "
` [PATCH 23/45] dm: pass dm stats data dir instead of bi_rw
` [PATCH 24/45] dm: use bio op accessors
` [PATCH 25/45] bcache: "
` [PATCH 26/45] drbd: "
` [PATCH 27/45] md: "
` [PATCH 28/45] target: "
` [PATCH 29/45] xen: "
` [PATCH 30/45] block: copy bio op to request op
` [PATCH 31/45] block: prepare request creation/destruction code to use REQ_OPs
` [PATCH 32/45] block: prepare mq request creation "
` [PATCH 33/45] block: prepare elevator "
` [PATCH 34/45] blkg_rwstat: separate op from flags
` [PATCH 35/45] block: convert merge/insert code to check for REQ_OPs
` [PATCH 36/45] block: convert is_sync helpers to use REQ_OPs
` [PATCH 37/45] drivers: use req op accessor
` [PATCH 38/45] blktrace: use op accessors
` [PATCH 39/45] ide cd: do not set REQ_WRITE on requests
` [PATCH 40/45] block: move bio io prio to a new field
` [PATCH 41/45] block, drivers, fs: shrink bi_rw from long to int
` [PATCH 42/45] block, fs, drivers: remove REQ_OP compat defs and related code
` [PATCH 43/45] block, drivers: add REQ_OP_FLUSH operation
` [PATCH 44/45] block: do not use REQ_FLUSH for tracking flush support
` [PATCH 45/45] block, drivers, fs: rename REQ_FLUSH to REQ_PREFLUSH
super-block written got dislocation while 64K PAGE_SIZE enable
2016-06-02 3:54 UTC (5+ messages)
[PATCH] dm-log-writes: fix bug with too large bios
2016-06-01 17:32 UTC (5+ messages)
` "
bcache gets stuck flushing writeback cache when used in combination with LUKS/dm-crypt and non-default bucket size
2016-06-01 4:19 UTC (15+ messages)
` [dm-devel] "
` [PATCH] dm-crypt: Fix error with too large bios (was: bcache gets stuck flushing writeback cache when used in combination with LUKS/dm-crypt and non-default bucket size)
[PATCH] Small fixes and added HOWTO section
2016-05-31 23:02 UTC (7+ messages)
` [PULL] bcache: bcache: documentation updates and corrections
` [PULL v4.6-rc1] bcache: documentation updates
hang/stuck loop in bch_ptr_bad/bch_btree_iter_next_filter
2016-05-31 12:28 UTC (2+ messages)
Hello
2016-05-29 0:44 UTC
bcachefs: can bcachefs export block devices?
2016-05-28 2:45 UTC (3+ messages)
[PATCH 1/4] bcache: bch_writeback_thread() is not freezable
2016-05-25 17:35 UTC (8+ messages)
` [PATCH 2/4] bcache: bch_allocator_thread() "
` [PATCH 3/4] bcache: bch_gc_thread() "
` [PATCH 4/4] MAINTAINERS: mark bcache as orphan
[BISECT dbba42d8] dm: regression: large bio splits fail with dm-crypt under bcache in dm_make_request()
2016-05-24 19:35 UTC
[PATCH v4 00/21] Support fuse mounts in user namespaces
2016-05-24 15:55 UTC (24+ messages)
` [PATCH v4 01/21] fs: fix a posible leak of allocated superblock
` [PATCH v4 04/21] block_dev: Support checking inode permissions in lookup_bdev()
` [PATCH v4 05/21] block_dev: Check permissions towards block device inode when mounting
` [PATCH v4 06/21] fs: Treat foreign mounts as nosuid
` [PATCH v4 08/21] userns: Replace in_userns with current_in_userns
` [PATCH v4 09/21] Smack: Handle labels consistently in untrusted mounts
` [PATCH v4 10/21] fs: Check for invalid i_uid in may_follow_link()
` [PATCH v4 11/21] cred: Reject inodes with invalid ids in set_create_file_as()
` [PATCH v4 15/21] fs: Don't remove suid for CAP_FSETID in s_user_ns
` [PATCH v4 02/21] fs: Remove check of s_user_ns for existing mounts in fs_fully_visible()
` [PATCH v4 03/21] fs: Allow sysfs and cgroupfs to share super blocks between user namespaces
` [PATCH v4 07/21] selinux: Add support for unprivileged mounts from "
` [PATCH v4 12/21] fs: Refuse uid/gid changes which don't map into s_user_ns
` [PATCH v4 13/21] fs: Update posix_acl support to handle user namespace mounts
` [PATCH v4 14/21] fs: Allow superblock owner to change ownership of inodes with unmappable ids
` [PATCH v4 16/21] fs: Allow superblock owner to access do_remount_sb()
` [PATCH v4 17/21] capabilities: Allow privileged user in s_user_ns to set security.* xattrs
` [PATCH v4 18/21] fuse: Add support for pid namespaces
` [PATCH v4 19/21] fuse: Support fuse filesystems outside of init_user_ns
` [PATCH v4 20/21] fuse: Restrict allow_other to the superblock's namespace or a descendant
` [PATCH v4 21/21] fuse: Allow user namespace mounts
[PATCH] bcache: bch_writeback_thread() is not freezable
2016-05-24 14:20 UTC (8+ messages)
bcachefs with cache device and backing device
2016-05-20 1:18 UTC (10+ messages)
bcache_gc: BUG: soft lockup
2016-05-19 23:26 UTC (17+ messages)
[PATCH v4 00/21] Support fuse mounts in user namespaces
2016-05-18 16:27 UTC (8+ messages)
` [PATCH v4 18/21] fuse: Add support for pid namespaces
` [PATCH v4 19/21] fuse: Support fuse filesystems outside of init_user_ns
` [PATCH v4 03/21] fs: Allow sysfs and cgroupfs to share super blocks between user namespaces
block size question
2016-05-18 16:24 UTC (5+ messages)
scrub backing device
2016-05-15 23:56 UTC (10+ messages)
[UPDATE][PATCH 3/3] bcache: Remove redundant block_size assignment
2016-05-15 7:23 UTC (2+ messages)
(unknown),
2016-05-13 13:33 UTC
[PATCH 1/3] bcache: Remove redundant parameter for cache_alloc()
2016-05-11 19:16 UTC (8+ messages)
` [PATCH 2/3] bcache: update document info
` [PATCH 3/3] bcache: Remove redundant block_size assignment
writeback mode behaviour on proper shut down
2016-05-11 1:14 UTC (6+ messages)
STRICTLY CONFIDENTIAL
2016-05-07 6:22 UTC
[PATCH 00/42] v7: separate operations from flags in the bio/request structs
2016-05-04 18:04 UTC (5+ 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).