messages from 2016-11-28 21:51:01 to 2016-12-01 22:02:15 UTC [more...]
[PATCH 0/6] UBIFS NFS export support
2016-12-01 22:02 UTC
[RFC][PATCH] vfs: lockdep annotate of stacked inode_lock()
2016-12-01 21:48 UTC
[PATCH 00/24] UBIFS File Encryption v2
2016-12-01 21:21 UTC (25+ messages)
` [PATCH 01/24] ubifs: Export ubifs_check_dir_empty()
` [PATCH 02/24] ubifs: Export xattr get and set functions
` [PATCH 03/24] ubifs: Define UBIFS crypto context xattr
` [PATCH 04/24] ubifs: Add skeleton for fscrypto
` [PATCH 05/24] ubifs: Massage ubifs_listxattr() for encryption context
` [PATCH 06/24] ubifs: Implement directory open operation
` [PATCH 07/24] ubifs: Implement file "
` [PATCH 08/24] ubifs: Enforce crypto policy in ->link and ->rename
` [PATCH 09/24] ubifs: Preload crypto context in ->lookup()
` [PATCH 10/24] ubifs: Massage assert in ubifs_xattr_set() wrt. fscrypto
` [PATCH 11/24] ubifs: Enforce crypto policy in mmap
` [PATCH 12/24] ubifs: Introduce new data node field, compr_size
` [PATCH 13/24] ubifs: Constify struct inode pointer in ubifs_crypt_is_encrypted()
` [PATCH 14/24] ubifs: Implement encrypt/decrypt for all IO
` [PATCH 15/24] ubifs: Relax checks in ubifs_validate_entry()
` [PATCH 16/24] ubifs: Make r5 hash binary string aware
` [PATCH 17/24] ubifs: Implement encrypted filenames
` [PATCH 18/24] ubifs: Add support for encrypted symlinks
` [PATCH 19/24] ubifs: Rename tnc_read_node_nm
` [PATCH 20/24] ubifs: Add full hash lookup support
` [PATCH 21/24] ubifs: Use a random number for cookies
` [PATCH 22/24] ubifs: Implement UBIFS_FLG_DOUBLE_HASH
` [PATCH 23/24] ubifs: Implement UBIFS_FLG_ENCRYPTION
` [PATCH 24/24] ubifs: Raise write version to 5
[PATCH v3 0/5] introduce DAX tracepoint support
2016-12-01 16:56 UTC (10+ messages)
` [PATCH v3 1/5] tracing: add __print_flags_u64()
` [PATCH v3 2/5] dax: add tracepoint infrastructure, PMD tracing
` [PATCH v3 3/5] dax: update MAINTAINERS entries for FS DAX
` [PATCH v3 4/5] dax: add tracepoints to dax_pmd_load_hole()
` [PATCH v3 5/5] dax: add tracepoints to dax_pmd_insert_mapping()
[PATCH] overlay: test ro/rw fd data inconsistecies
2016-12-01 16:42 UTC (4+ messages)
[PATCH v2 0/6] introduce DAX tracepoint support
2016-12-01 16:33 UTC (18+ messages)
` [PATCH v2 1/6] tracing: add __print_flags_u64()
` [PATCH v2 2/6] dax: remove leading space from labels
` [PATCH v2 3/6] dax: add tracepoint infrastructure, PMD tracing
` [PATCH v2 4/6] dax: update MAINTAINERS entries for FS DAX
` [PATCH v2 5/6] dax: add tracepoints to dax_pmd_load_hole()
` [PATCH v2 6/6] dax: add tracepoints to dax_pmd_insert_mapping()
LSF/MM 2017: Call for Proposals
2016-12-01 14:11 UTC
Warning at mm/truncate.c:740
2016-12-01 11:52 UTC (3+ messages)
[bug report v4.8] fs/locks.c: kernel oops during posix lock stress test
2016-12-01 11:30 UTC (4+ messages)
[PATCH v3 0/2] d_unhashed fixes and cleanup
2016-12-01 11:23 UTC (6+ messages)
` [PATCH 1/2] Re introduces a DCACHE_DENTRY_UNHASHED flag
` [PATCH 2/2] cleanup of d_unhashed usage
[PATCH 0/8] overlayfs: fix ro/rw fd data inconsistecies
2016-12-01 10:15 UTC (9+ messages)
` [PATCH 1/8] vfs: allow overlayfs to intercept file ops
` [PATCH 2/8] vfs: export filp_clone_open()
` [PATCH 3/8] mm: ovl: copy-up on MAP_SHARED
` [PATCH 4/8] ovl: add infrastructure for intercepting file ops
` [PATCH 5/8] ovl: intercept read_iter
` [PATCH 6/8] ovl: intercept mmap
` [PATCH 7/8] ovl: intercept fsync
` [PATCH 8/8] Revert "ovl: Warn on copy up if a process has a R/O fd open to the lower file"
[PATCH] logfs: remove from tree
2016-12-01 10:06 UTC (4+ messages)
[GIT PULL] overlayfs fix for 4.9
2016-12-01 8:46 UTC
[PATCH resend] bad_inode: add missing i_op initializers
2016-12-01 8:58 UTC
[PATCH] f2fs: return AOP_WRITEPAGE_ACTIVATE for writepage
2016-12-01 8:21 UTC
[PATCH 0/6] introduce DAX tracepoint support
2016-12-01 7:53 UTC (11+ messages)
` [PATCH 1/6] dax: fix build breakage with ext4, dax and !iomap
` [PATCH 3/6] dax: add tracepoint infrastructure, PMD tracing
[PATCHv5 00/36] ext4: support of huge pages
2016-12-01 3:10 UTC (40+ messages)
` [PATCHv5 01/36] mm, shmem: swich huge tmpfs to multi-order radix-tree entries
` [PATCHv5 02/36] Revert "radix-tree: implement radix_tree_maybe_preload_order()"
` [PATCHv5 03/36] page-flags: relax page flag policy for few flags
` [PATCHv5 04/36] mm, rmap: account file thp pages
` [PATCHv5 05/36] thp: try to free page's buffers before attempt split
` [PATCHv5 06/36] thp: handle write-protection faults for file THP
` [PATCHv5 07/36] filemap: allocate huge page in page_cache_read(), if allowed
` [PATCHv5 08/36] filemap: handle huge pages in do_generic_file_read()
` [PATCHv5 09/36] filemap: allocate huge page in pagecache_get_page(), if allowed
` [PATCHv5 10/36] filemap: handle huge pages in filemap_fdatawait_range()
` [PATCHv5 11/36] HACK: readahead: alloc huge pages, if allowed
` [PATCHv5 12/36] brd: make it handle huge pages
` [PATCHv5 13/36] mm: make write_cache_pages() work on "
` [PATCHv5 14/36] thp: introduce hpage_size() and hpage_mask()
` [PATCHv5 15/36] thp: do not threat slab pages as huge in hpage_{nr_pages,size,mask}
` [PATCHv5 16/36] thp: make thp_get_unmapped_area() respect S_HUGE_MODE
` [PATCHv5 17/36] fs: make block_read_full_page() be able to read huge page
` [PATCHv5 18/36] fs: make block_write_{begin,end}() be able to handle huge pages
` [PATCHv5 19/36] fs: make block_page_mkwrite() aware about "
` [PATCHv5 20/36] truncate: make truncate_inode_pages_range() "
` [PATCHv5 21/36] truncate: make invalidate_inode_pages2_range() "
` [PATCHv5 22/36] mm, hugetlb: switch hugetlbfs to multi-order radix-tree entries
` [PATCHv5 23/36] mm: account huge pages to dirty, writaback, reclaimable, etc
` [PATCHv5 24/36] ext4: make ext4_mpage_readpages() hugepage-aware
` [PATCHv5 25/36] ext4: make ext4_writepage() work on huge pages
` [PATCHv5 26/36] ext4: handle huge pages in ext4_page_mkwrite()
` [PATCHv5 27/36] ext4: handle huge pages in __ext4_block_zero_page_range()
` [PATCHv5 28/36] ext4: make ext4_block_write_begin() aware about huge pages
` [PATCHv5 29/36] ext4: handle huge pages in ext4_da_write_end()
` [PATCHv5 30/36] ext4: make ext4_da_page_release_reservation() aware about huge pages
` [PATCHv5 31/36] ext4: handle writeback with "
` [PATCHv5 32/36] ext4: make EXT4_IOC_MOVE_EXT work "
` [PATCHv5 33/36] ext4: fix SEEK_DATA/SEEK_HOLE for "
` [PATCHv5 34/36] ext4: make fallocate() operations work with "
` [PATCHv5 35/36] mm, fs, ext4: expand use of page_mapping() and page_to_pgoff()
` [PATCHv5 36/36] ext4, vfs: add huge= mount option
mmotm 2016-11-30-15-46 uploaded
2016-12-01 0:44 UTC (2+ messages)
[PATCH 1/7] vfs - merge path_is_mountpoint() and path_is_mountpoint_rcu()
2016-12-01 0:13 UTC (3+ messages)
[RFD] Common userspace tool for fscypto
2016-11-30 21:00 UTC (8+ messages)
[PATCH] vfs: update documentation for inode operation locking rules
2016-11-30 19:40 UTC
[POC/RFC PATCH] overlayfs: constant inode numbers
2016-11-30 16:36 UTC (10+ messages)
` Fwd: "
[PATCH 0/6 v2] dax: Page invalidation fixes
2016-11-30 15:59 UTC (11+ messages)
` [PATCH 1/6] ext2: Return BH_New buffers for zeroed blocks
` [PATCH 2/6] mm: Invalidate DAX radix tree entries only if appropriate
` [PATCH 3/6] dax: Avoid page invalidation races and unnecessary radix tree traversals
[PATCH 0/7] quota: Use s_umount for quota on/off serialization
2016-11-30 8:37 UTC (2+ messages)
Idea behind EXT4_IOC_GET_ENCRYPTION_PWSALT?
2016-11-30 8:29 UTC (3+ messages)
an iomap-based direct I/O implementation V4
2016-11-29 23:18 UTC (8+ messages)
` [PATCH 1/5] locking/lockdep: Provide a type check for lock_is_held
` [PATCH 2/5] xfs: remove i_iolock and use i_rwsem in the VFS inode instead
` [PATCH 3/5] fs: make sb_init_dio_done_wq available outside of direct-io.c
` [PATCH 4/5] iomap: implement direct I/O
` [PATCH 5/5] xfs: use iomap_dio_rw
[PATCH v2] vfs: fix put_compat_statfs64() does not handle errors
2016-11-29 22:09 UTC (3+ messages)
[PATCH 1/4] fscrypt: rename get_crypt_info() to fscrypt_get_crypt_info()
2016-11-29 21:30 UTC (8+ messages)
` [PATCH 2/4] fscrypt: unexport fscrypt_initialize()
` [PATCH 3/4] fscrypt: move non-public structures and constants to fscrypt_private.h
` [PATCH 4/4] fscrypt: move the policy flags and encryption mode definitions to uapi header
9pfs hangs since 4.7
2016-11-29 16:39 UTC (2+ messages)
fuse: feasible to distinguish between umount and abort?
2016-11-29 16:01 UTC (5+ messages)
` [fuse-devel] "
[PATCH xfstests] dirstress: Allow ESTALE as well as ENOENT
2016-11-29 14:34 UTC (8+ messages)
` [PATCH 1/2] Document fstests mailing list
` [PATCH 2/2] dirstress: Allow ESTALE as well as ENOENT
[PATCH v3 00/33] Radix tree patches for 4.10
2016-11-29 14:26 UTC (16+ messages)
` [PATCH v3 24/33] radix-tree: Add radix_tree_split
` [PATCH v3 23/33] radix-tree: Add radix_tree_join
` [PATCH v3 25/33] radix-tree: Add radix_tree_split_preload()
` [PATCH v3 26/33] radix-tree: Fix replacement for multiorder entries
` [PATCH v3 27/33] radix tree test suite: Check multiorder iteration
` [PATCH v3 28/33] idr: Add ida_is_empty
` [PATCH v3 29/33] tpm: Use idr_find(), not idr_find_slowpath()
` [PATCH v3 30/33] rxrpc: Abstract away knowledge of IDR internals
` [PATCH v3 31/33] idr: Reduce the number of bits per level from 8 to 6
` [PATCH v3 32/33] radix tree test suite: Add some more functionality
` [PATCH v3 33/33] Reimplement IDR and IDA using the radix tree
Potential use-after-return in fs/fs-writeback.c
2016-11-29 12:38 UTC
make copy_file_range do the right thing
2016-11-29 12:08 UTC (6+ messages)
` [PATCH] fs: try to clone files first in vfs_copy_file_range
[PATCH v12 0/7] x86/arch_prctl Add ARCH_[GET|SET]_CPUID for controlling the CPUID instruction
2016-11-29 9:26 UTC (5+ messages)
` [PATCH v12 2/7] x86/arch_prctl/64: Rename do_arch_prctl to do_arch_prctl_64
[PATCH 00/29] UBIFS File Encryption v1
2016-11-29 2:27 UTC (7+ messages)
[PATCH] dax: try to avoid unused function warnings
2016-11-29 2:10 UTC (6+ messages)
[PATCH 1/2] f2fs: do not recover i_size if it's valid
2016-11-29 0:31 UTC (4+ messages)
` [PATCH 2/2] f2fs: fix wrong AUTO_RECOVER condition
` [f2fs-dev] "
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).