linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-11-29 11:23:01 to 2016-12-04 15:23:08 UTC [more...]

[vfs:work.autofs 6/10] ERROR: "path_is_mountpoint" [fs/autofs4/autofs4.ko] undefined!
 2016-12-04 15:23 UTC  (3+ messages)

[RFC][PATCH 0/4] Enhanced file stat system call [ver #3]
 2016-12-04  4:38 UTC  (4+ messages)
` [PATCH 1/4] statx: Add a system call to make enhanced file info available "

[PATCH 1/7] vfs - merge path_is_mountpoint() and path_is_mountpoint_rcu()
 2016-12-04  2:18 UTC  (7+ messages)

[PATCH 0/6] UBIFS related fscrypt updates
 2016-12-03 21:56 UTC  (11+ messages)
` [PATCH 1/6] fscrypt: Use correct index in decrypt path
` [PATCH 2/6] fscrypt: Release fscrypt context on in-place encryption
` [PATCH 3/6] fscrypt: Cleanup fscrypt_{decrypt,encrypt}_page()
` [PATCH 4/6] fscrypt: Cleanup page locking requirements for fscrypt_{decrypt,encrypt}_page()
` [PATCH 5/6] fscrypt: Deplay bounce page pool allocation until needed
` [PATCH 6/6] fscrypt: Rename FS_WRITE_PATH_FL to FS_CTX_HAS_BOUNCE_BUFFER_FL

[RFC][PATCH 0/4] ovl: Do not hold s_vfs_rename_mutex during data copy up
 2016-12-03 17:04 UTC  (3+ messages)
` [RFC][PATCH 3/4] ovl: fold ovl_copy_up_truncate() into ovl_copy_up()

[PATCH v2] ovl: lockdep annotate of nested stacked overlayfs inode lock
 2016-12-03 16:58 UTC 

[PATCH v13 0/8] x86/arch_prctl Add ARCH_[GET|SET]_CPUID for controlling the CPUID instruction
 2016-12-03 15:37 UTC  (3+ messages)

[PATCH] vfs: remove unused s_lock_key
 2016-12-03  9:15 UTC 

Remaining work needed for moving Lustre out of staging
 2016-12-03  8:55 UTC  (2+ messages)

[vfs:work.autofs 5/10] fs/autofs4/root.c:450:30: warning: passing argument 1 of 'autofs4_mount_wait' discards 'const' qualifier from pointer target type
 2016-12-03  6:52 UTC 

bcachefs: metadata IO improvements in bcachefs-testing
 2016-12-03  4:04 UTC 

[RFD] Common userspace tool for fscypto
 2016-12-03  0:40 UTC  (9+ messages)

[RFC][PATCH] vfs: lockdep annotate of stacked inode_lock()
 2016-12-02 20:25 UTC  (2+ messages)

9pfs hangs since 4.7
 2016-12-02 20:11 UTC  (3+ messages)

fsnotify_mark_srcu wtf?
 2016-12-02 11:57 UTC  (11+ messages)

[PATCH 0/6] UBIFS NFS export support
 2016-12-02 10:36 UTC  (9+ messages)
` [PATCH 1/6] ext4: Move is_32bit_api() to generic code
` [PATCH 2/6] ubifs: Provide a custom llseek for directories
` [PATCH 3/6] ubifs: Use 64bit readdir cookies
` [PATCH 4/6] ubifs: Maintain a parent pointer
` [PATCH 5/6] ubifs: Implement export_operations
` [PATCH 6/6] ubifs: Wire up NFS support

[PATCH 0/6 v2] dax: Page invalidation fixes
 2016-12-02 10:12 UTC  (18+ 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 4/6] dax: Finish fault completely when loading holes
` [PATCH 5/6] dax: Call ->iomap_begin without entry lock during dax fault

[PATCH v27 00/21] Richacls (Core and Ext4)
 2016-12-02  9:57 UTC  (5+ messages)
` [PATCH v27 02/21] vfs: Add MAY_CREATE_FILE and MAY_CREATE_DIR permission flags
` [PATCH v27 03/21] vfs: Add MAY_DELETE_SELF and MAY_DELETE_CHILD "

[PATCH] overlay: test ro/rw fd data inconsistecies
 2016-12-02  8:13 UTC  (6+ messages)

[RFC PATCH 0/3] fs: add AT_REPLACE flag for linkat()
 2016-12-02  1:10 UTC  (6+ messages)
` [RFC PATCH 2/3] vfs: add d_replace()

[PATCH v3 0/8] ocfs2: wire up {clone,copy,dedupe}_range
 2016-12-02  0:55 UTC  (9+ messages)
` [PATCH 1/8] ocfs2: convert inode refcount test to a helper
` [PATCH 2/8] ocfs2: add newlines to some error messages
` [PATCH 3/8] ocfs2: prohibit refcounted swapfiles
` [PATCH 4/8] ocfs2: budget for extent tree splits when adding refcount flag
` [PATCH 5/8] ocfs2: don't eat io errors during _dio_end_io_write
` [PATCH 6/8] ocfs2: always unlock when completing dio writes
` [PATCH 7/8] ocfs2: implement the VFS clone_range, copy_range, and dedupe_range features
` [PATCH 8/8] ocfs2: charge quota for reflinked blocks

[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 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  (2+ 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  (7+ messages)
` [PATCH 1/6] dax: fix build breakage with ext4, dax and !iomap

[PATCHv5 00/36] ext4: support of huge pages
 2016-12-01  3:10 UTC  (9+ messages)
` [PATCHv5 22/36] mm, hugetlb: switch hugetlbfs to multi-order radix-tree entries
` [PATCHv5 33/36] ext4: fix SEEK_DATA/SEEK_HOLE for huge pages
` [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] 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/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  (2+ 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

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  (5+ messages)
` [PATCH v3 24/33] radix-tree: Add radix_tree_split

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


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