linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-04-14 14:37:19 to 2016-04-16 00:24:33 UTC [more...]

[PATCHv7 00/29] THP-enabled tmpfs/shmem using compound pages
 2016-04-16  0:24 UTC  (29+ messages)
` [PATCHv7 01/29] thp, mlock: update unevictable-lru.txt
` [PATCHv7 02/29] mm: do not pass mm_struct into handle_mm_fault
` [PATCHv7 03/29] mm: introduce fault_env
` [PATCHv7 04/29] mm: postpone page table allocation until we have page to map
` [PATCHv7 05/29] rmap: support file thp
` [PATCHv7 06/29] mm: introduce do_set_pmd()
` [PATCHv7 07/29] thp, vmstats: add counters for huge file pages
` [PATCHv7 08/29] thp: support file pages in zap_huge_pmd()
` [PATCHv7 09/29] thp: handle file pages in split_huge_pmd()
` [PATCHv7 10/29] thp: handle file COW faults
` [PATCHv7 11/29] thp: skip file huge pmd on copy_huge_pmd()
` [PATCHv7 12/29] thp: prepare change_huge_pmd() for file thp
` [PATCHv7 13/29] thp: run vma_adjust_trans_huge() outside i_mmap_rwsem
` [PATCHv7 14/29] thp: file pages support for split_huge_page()
` [PATCHv7 15/29] thp, mlock: do not mlock PTE-mapped file huge pages
` [PATCHv7 16/29] vmscan: split file huge pages before paging them out
` [PATCHv7 17/29] page-flags: relax policy for PG_mappedtodisk and PG_reclaim
` [PATCHv7 18/29] radix-tree: implement radix_tree_maybe_preload_order()
` [PATCHv7 19/29] filemap: prepare find and delete operations for huge pages
` [PATCHv7 20/29] truncate: handle file thp
` [PATCHv7 21/29] mm, rmap: account shmem thp pages
` [PATCHv7 22/29] shmem: prepare huge= mount option and sysfs knob
` [PATCHv7 23/29] shmem: get_unmapped_area align huge page
` [PATCHv7 24/29] shmem: add huge pages support
` [PATCHv7 25/29] shmem, thp: respect MADV_{NO,}HUGEPAGE for file mappings
` [PATCHv7 26/29] thp: update Documentation/vm/transhuge.txt
` [PATCHv7 27/29] thp: extract khugepaged from mm/huge_memory.c
` [PATCHv7 29/29] khugepaged: add support of collapse for tmpfs/shmem pages

[vfs:testing.lookups 24/24] fs/btrfs/ioctl.c:2565:1: warning: label 'out_drop_write' defined but not used
 2016-04-16  0:07 UTC 

[PATCH 0/7] IB/hfi1: Remove write() and use ioctl() for user access
 2016-04-15 23:37 UTC  (25+ 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] namespace: update event counter when umounting a deleted dentry
 2016-04-15 21:29 UTC  (4+ messages)

[PATCH] dax: integrate *sync code & multi-order radix tree
 2016-04-15 20:10 UTC  (2+ messages)

[PATCH 00/42] v7: separate operations from flags in the bio/request structs
 2016-04-15 19:44 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: do not use REQ_FLUSH for tracking flush support
` [PATCH 42/42] block, drivers, fs: rename REQ_FLUSH to REQ_PREFLUSH

[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 v7 0/4] vfs: Use per-cpu list for SB's s_inodes list
 2016-04-15 17:14 UTC  (8+ messages)
` [PATCH v7 1/4] lib/percpu-list: Per-cpu list with associated per-cpu locks

[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  (14+ messages)
` [RFC v2 PATCH 05/10] dm thin: add methods to set and get reserved space
` [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  (3+ 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

[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  (5+ messages)
` [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


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).