messages from 2016-04-13 19:37:12 to 2016-04-15 19:15:39 UTC [more...]
[PATCH 00/42] v7: separate operations from flags in the bio/request structs
2016-04-15 19:15 UTC (3+ messages)
` [PATCH 02/42] block: add REQ_OP definitions and bi_op/op fields
` [PATCH 04/42] fs: have submit_bh users pass in op and flags separately
[PATCH v2 0/5] dax: handling of media errors
2016-04-15 19:13 UTC (22+ messages)
` [PATCH v2 1/5] block, dax: pass blk_dax_ctl through to drivers
` [PATCH v2 2/5] dax: fallback from pmd to pte on error
` [PATCH v2 3/5] dax: enable dax in the presence of known media errors (badblocks)
` [PATCH v2 4/5] dax: use sb_issue_zerout instead of calling dax_clear_sectors
` [PATCH v2 5/5] dax: handle media errors in dax_do_io
[PATCH 00/42] v6: separate operations from flags in the bio/request structs
2016-04-15 18:58 UTC (45+ 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 0/7] IB/hfi1: Remove write() and use ioctl() for user access
2016-04-15 17:46 UTC (21+ messages)
` [PATCH 1/7] IB/hfi1: Export drivers user sw version via sysfs
` [PATCH 2/7] IB/hfi1: Remove unused user command
` [PATCH 3/7] IB/hfi1: Add ioctl() interface for user commands
` [PATCH 4/7] IB/hfi1: Remove write(), use ioctl() for user cmds
` [PATCH 5/7] IB/hfi1: Add trace message in user IOCTL handling
` [PATCH 6/7] IB/hfi1: Consolidate IOCTL defines
` [PATCH 7/7] IB/hfi1: Move eprom to its own device
[PATCH v7 0/4] vfs: Use per-cpu list for SB's s_inodes list
2016-04-15 17:14 UTC (10+ messages)
` [PATCH v7 1/4] lib/percpu-list: Per-cpu list with associated per-cpu locks
` [PATCH v7 4/4] vfs: Use per-cpu list for superblock's inode list
[PATCH] nfs: make nfs_initialise_sb() static and deinline it
2016-04-15 16:02 UTC
[RFC v2 PATCH 00/10] dm-thin/xfs: prototype a block reservation allocation model
2016-04-15 11:48 UTC (17+ messages)
` [RFC v2 PATCH 03/10] block: add block_device_operations methods to set and get reserved space
` [RFC v2 PATCH 05/10] dm thin: add "
` [RFC PATCH] block: wire blkdev_fallocate() to block_device_operations' reserve_space
[RFC PATCH] fs: define a string representation of the kernel_read_file_id enumeration
2016-04-15 11:39 UTC
binary execution from DAX mount hang since next-20160407
2016-04-15 8:38 UTC (3+ messages)
[RFC] xfs_scrub: create online filesystem scrub program
2016-04-15 4:45 UTC
[PATCH] fs: add the FIGETFROZEN ioctl call
2016-04-15 2:17 UTC (4+ messages)
[PATCH] namespace: update event counter when umounting a deleted dentry
2016-04-15 0:50 UTC (2+ messages)
[PATCH 0/5] vfs: Use dlock list for SB's s_inodes list
2016-04-14 23:32 UTC (6+ messages)
` [PATCH 1/5] lib/dlock-list: Distributed and lock-protected lists
` [PATCH 2/5] lib/dlock-list: Add __percpu modifier for parameters
` [PATCH 3/5] fsnotify: Simplify inode iteration on umount
` [PATCH 4/5] vfs: Remove unnecessary list_for_each_entry_safe() variants
` [PATCH 5/5] vfs: Use dlock list for superblock's inode list
[Patch v3 0/3] allow the creation of architecture emulation containers where the emulator binary is outside the container
2016-04-14 22:33 UTC (4+ messages)
` [Patch v3 2/3] binfmt_misc: add persistent opened binary handler for containers
[PATCH] dax: integrate *sync code & multi-order radix tree
2016-04-14 21:03 UTC
[GIT PULL] f2fs and fscrypto bug fixes for 4.6-rc4
2016-04-14 20:50 UTC
[PATCH v3 0/2] Align mmap address for DAX pmd mappings
2016-04-14 16:48 UTC (3+ messages)
` [PATCH v3 1/2] dax: add dax_get_unmapped_area for "
` [PATCH v3 2/2] ext2/4, xfs, blk: call dax_get_unmapped_area() for DAX "
[PATCH 0/3] writeback: minor tweaks
2016-04-14 15:43 UTC (11+ messages)
` [PATCH 1/3] writeback: propagate the various reasons for writeback
` [PATCH 2/3] writeback: add wbc_to_write()
[PATCH 00/19] Radix tree cleanups
2016-04-14 14:37 UTC (20+ messages)
` [PATCH 01/19] drivers/hwspinlock: Use correct radix tree API
` [PATCH 02/19] radix-tree: Miscellaneous fixes
` [PATCH 03/19] radix-tree: Split node->path into offset and height
` [PATCH 04/19] radix-tree: Replace node->height with node->shift
` [PATCH 05/19] radix-tree: Remove a use of root->height from delete_node
` [PATCH 06/19] radix tree test suite: Remove dependencies on height
` [PATCH 07/19] radix-tree: Remove root->height
` [PATCH 08/19] radix-tree: Rename INDIRECT_PTR to INTERNAL_NODE
` [PATCH 09/19] radix-tree: Rename ptr_to_indirect() to node_to_entry()
` [PATCH 10/19] radix-tree: Rename indirect_to_ptr() to entry_to_node()
` [PATCH 11/19] radix-tree: Rename radix_tree_is_indirect_ptr()
` [PATCH 12/19] radix-tree: Change naming conventions in radix_tree_shrink
` [PATCH 13/19] radix-tree: Tidy up next_chunk
` [PATCH 14/19] radix-tree: Tidy up range_tag_if_tagged
` [PATCH 15/19] radix-tree: Tidy up __radix_tree_create()
` [PATCH 16/19] radix-tree: Introduce radix_tree_replace_clear_tags()
` [PATCH 17/19] radix-tree: Make radix_tree_descend() more useful
` [PATCH 18/19] dax: move RADIX_DAX_ definitions to dax.c
` [PATCH 19/19] radix-tree: Free up the bottom bit of exceptional entries for reuse
[PATCH v2 00/29] Radix tree multiorder fixes
2016-04-14 14:16 UTC (30+ messages)
` [PATCH v2 01/29] radix-tree: Introduce radix_tree_empty
` [PATCH v2 02/29] radix tree test suite: Fix build
` [PATCH v2 03/29] radix tree test suite: Add tests for radix_tree_locate_item()
` [PATCH v2 04/29] radix tree test suite: Allow testing other fan-out values
` [PATCH v2 05/29] radix tree test suite: keep regression test runs short
` [PATCH v2 06/29] radix tree test suite: rebuild when headers change
` [PATCH v2 07/29] radix-tree: remove unused looping macros
` [PATCH v2 08/29] Introduce CONFIG_RADIX_TREE_MULTIORDER
` [PATCH v2 09/29] radix-tree: Add missing sibling entry functionality
` [PATCH v2 10/29] radix-tree: Fix sibling entry insertion
` [PATCH v2 11/29] radix-tree: Fix deleting a multi-order entry through an alias
` [PATCH v2 12/29] radix-tree: Remove restriction on multi-order entries
` [PATCH v2 13/29] radix-tree: Introduce radix_tree_load_root()
` [PATCH v2 14/29] radix-tree: Fix extending the tree for multi-order entries at offset 0
` [PATCH v2 15/29] radix tree test suite: Start adding multiorder tests
` [PATCH v2 16/29] radix-tree: Fix several shrinking bugs with multiorder entries
` [PATCH v2 17/29] radix-tree: Rewrite __radix_tree_lookup
` [PATCH v2 18/29] radix-tree: Fix multiorder BUG_ON in radix_tree_insert
` [PATCH v2 19/29] radix-tree: add support for multi-order iterating
` [PATCH v2 20/29] radix tree test suite: multi-order iteration test
` [PATCH v2 21/29] radix-tree: Rewrite radix_tree_tag_set
` [PATCH v2 22/29] radix-tree: Rewrite radix_tree_tag_clear
` [PATCH v2 23/29] radix-tree: Rewrite radix_tree_tag_get
` [PATCH v2 24/29] radix-tree test suite: add multi-order tag test
` [PATCH v2 25/29] radix-tree: Fix radix_tree_create for sibling entries
` [PATCH v2 26/29] radix-tree: Rewrite radix_tree_locate_item
` [PATCH v2 27/29] radix-tree: Fix radix_tree_range_tag_if_tagged() for multiorder entries
` [PATCH v2 28/29] radix-tree: Fix radix_tree_dump() for multi-order entries
` [PATCH v2 29/29] radix-tree: Add copyright statements
iomap infrastructure and multipage writes V2
2016-04-14 12:58 UTC (4+ messages)
` [PATCH 5/8] xfs: implement iomap based buffered write path
[PATCH] FUSE: Improve aio directIO write performance for size extending writes
2016-04-14 12:32 UTC (2+ messages)
ext4 error
2016-04-14 6:33 UTC (5+ messages)
` 答复: "
[PATCH 00/42] v5: separate operations from flags in the bio/request structs
2016-04-14 6:09 UTC (20+ messages)
` [PATCH 16/42] nilfs: set bi_op to REQ_OP
` [PATCH 17/42] ocfs2: "
` [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 27/42] block: prepare request creation/destruction code to use REQ_OPs
` [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 33/42] block: convert rq_data_dir helper to use REQ_OPs
` [PATCH 36/42] ide cd: do not set REQ_WRITE on requests
` [PATCH 38/42] block, fs: remove old REQ definitions
` [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
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).