linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-10-02 23:27:59 to 2018-10-06 17:46:50 UTC [more...]

[PATCH 00/15] fs: fixes for serious clone/dedupe problems
 2018-10-06 10:44 UTC  (43+ messages)
` [PATCH 01/15] xfs: add a per-xfs trace_printk macro
` [PATCH 02/15] xfs: refactor clonerange preparation into a separate helper
` [PATCH 03/15] xfs: zero posteof blocks when cloning above eof
` [PATCH 04/15] xfs: update ctime and remove suid before cloning files
` [PATCH 05/15] vfs: check file ranges "
` [PATCH 06/15] vfs: strengthen checking of file range inputs to clone/dedupe range
` [PATCH 07/15] vfs: skip zero-length dedupe requests
` [PATCH 08/15] vfs: change clone and dedupe range function pointers to return bytes completed
` [PATCH 09/15] vfs: pass operation flags to {clone, dedupe}_file_range implementations
` [PATCH 10/15] vfs: make cloning to source file eof more explicit
` [PATCH 11/15] vfs: allow short clone and dedupe operations
` [PATCH 12/15] vfs: implement opportunistic short dedupe
` [PATCH 13/15] ocfs2: truncate page cache for clone destination file before remapping
` [PATCH 14/15] ocfs2: support partial clone range and dedupe range
` [PATCH 15/15] xfs: support returning partial reflink results

[PATCH v2] CIFS: Print message when attempting a mount
 2018-10-06 17:13 UTC 

[RFC PATCH] iomap: Enable alignment check for iomap DIO in holes
 2018-10-06  9:59 UTC  (2+ messages)

[PATCH v2 01/17] compat_ioctl: add generic_compat_ioctl_ptrarg()
 2018-10-06  7:05 UTC  (3+ messages)
` [PATCH v2 05/17] compat_ioctl: move more drivers to generic_compat_ioctl_ptrarg

[RFC v3 0/1] ns: introduce binfmt_misc namespace
 2018-10-06  6:04 UTC  (3+ messages)
` [RFC v3 1/1] ns: add binfmt_misc to the user namespace

[PATCH] ovl: untangle copy up call chain
 2018-10-06  4:15 UTC 

[PATCH 0/3] namei: implement various scoping AT_* flags
 2018-10-06  2:10 UTC  (24+ messages)
` [PATCH 1/3] namei: implement O_BENEATH-style "
` [PATCH 2/3] namei: implement AT_THIS_ROOT chroot-like path resolution

[PATCH] writeback: fix range_cyclic writeback vs writepages deadlock
 2018-10-05 23:37 UTC  (3+ messages)

[PATCH 0/11 v3] audit: Fix various races when tagging and untagging mounts
 2018-10-05 21:06 UTC  (14+ messages)
` [PATCH 09/11] audit: Allocate fsnotify mark independently of chunk
` [PATCH 12/11 TESTSUITE] audit_testsuite: Add stress test for tree watches

[PATCH v3 0/3] get_user_pages*() and RDMA: first steps
 2018-10-06  2:49 UTC  (4+ messages)
` [PATCH v3 1/3] mm: get_user_pages: consolidate error handling
` [PATCH v3 2/3] mm: introduce put_user_page*(), placeholder versions
` [PATCH v3 3/3] infiniband/mm: convert put_page() to put_user_page*()

Allow FUSE filesystems to provide out-of-band hashes to IMA
 2018-10-05 19:25 UTC  (8+ messages)
` [PATCH 1/3] VFS: Add a call to obtain a file's hash
` [PATCH 2/3] IMA: Make use of filesystem-provided hashes
` [PATCH 3/3] FUSE: Allow filesystems to provide gethash methods

[PATCH 00/34] VFS: Introduce filesystem context [ver #12]
 2018-10-05 18:24 UTC  (4+ messages)
` [PATCH 03/34] teach move_mount(2) to work with OPEN_TREE_CLONE "

Problems with VM_MIXEDMAP removal from /proc/<pid>/smaps
 2018-10-06  1:17 UTC  (23+ messages)

[PATCH v2 0/3] get_user_pages*() and RDMA: first steps
 2018-10-06  0:03 UTC  (11+ messages)
` [PATCH v2 1/3] mm: get_user_pages: consolidate error handling
` [PATCH v2 2/3] mm: introduce put_user_page[s](), placeholder versions
` [PATCH v2 3/3] infiniband/mm: convert to the new put_user_page[s]() calls

[PATCH RFC] mm: Add an fs-write seal to memfd
 2018-10-05 22:31 UTC  (5+ messages)

[PATCH] dax: Fix deadlock in dax_lock_mapping_entry()
 2018-10-05  9:54 UTC  (10+ messages)

[PATCH v4 0/3] fs/dcache: Track # of negative dentries
 2018-10-05 14:55 UTC  (2+ messages)

[PATCH 0/6] fstests: fixes and new tests
 2018-10-05  6:54 UTC  (8+ messages)
` [PATCH 1/6] generic: add bfoster's alternate reproducer
` [PATCH 2/6] xfs: test mount time summary counter check and fix
` [PATCH 3/6] xfs/189: skip 'barrier' mount option test on newer kernels
` [PATCH 4/6] xfs/270: use _scratch_xfs_set_metadata_field to fuzz rocompat bits
` [PATCH 5/6] xfs/288: shut up verifier error
` [PATCH 6/6] generic: test reflink side effects

[PATCH] VFS: use synchronize_rcu_expedited() in namespace_unlock()
 2018-10-05  4:08 UTC  (9+ messages)
        ` [PATCH - resend] "

[PATCH 0/3] Fix regression in NFSv3 ACL setting
 2018-10-04 22:50 UTC  (10+ messages)
` [PATCH 3/3] NFSD - Use MAY_ACT_AS_OWNER
` [PATCH 1/3] VFS: introduce MAY_ACT_AS_OWNER
` [PATCH 2/3] VFS: allow MAY_ flags to be easily extended
  ` [PATCH 2/3 v2] "

[PATCH v3 0/8] New fanotify event info API
 2018-10-04 22:05 UTC  (17+ messages)
` [PATCH v3 1/8] fanotify: fix collision of internal and uapi mark flags
` [PATCH v3 2/8] fsnotify: generalize handling of extra event flags
` [PATCH v3 3/8] fanotify: simplify handling of FAN_ONDIR
` [PATCH v3 4/8] fanotify: deprecate uapi FAN_ALL_* constants
` [PATCH v3 5/8] fsnotify: convert runtime BUG_ON() to BUILD_BUG_ON()
` [PATCH v3 6/8] fanotify: add BUILD_BUG_ON() to count the bits of fanotify constants
` [PATCH v3 7/8] fanotify: support reporting thread id instead of process id
` [PATCH v3 8/8] fsnotify: optimize away srcu_read_lock() for events on directories

[PATCH] kernel/sysctl.c: remove duplicated include
 2018-10-04 19:40 UTC  (3+ messages)

[GIT PULL] overlayfs fixes for 4.19-rc7
 2018-10-04 20:45 UTC  (2+ messages)

[PATCH v9 0/5] vfs: Use dlock list for SB's s_inodes list
 2018-10-04 13:41 UTC  (4+ messages)
` [PATCH v9 5/5] lib/dlock-list: Scale dlock_lists_empty()

[PATCH] fs: fix access beyond unterminated strings in prints
 2018-10-04 15:05 UTC  (2+ messages)

[PATCH] mm: Fix warning in insert_pfn()
 2018-10-04 14:35 UTC  (4+ messages)

[PATCH v4 00/19] LSM: Module stacking for SARA and Landlock
 2018-10-04  4:49 UTC  (5+ messages)
` [PATCH v4 14/19] LSM: Infrastructure management of the inode security

[PATCH] vfs: require i_size <= SIZE_MAX in kernel_read_file()
 2018-10-03 23:43 UTC  (2+ messages)

[PATCH v2 1/1] fanotify: introduce new event flag FAN_EXEC
 2018-10-03 20:45 UTC  (11+ messages)

[RFC v2 v2 0/1] ns: introduce binfmt_misc namespace
 2018-10-03 19:26 UTC  (7+ messages)
` [RFC v2 v2 1/1] ns: add binfmt_misc to the mount namespace

[PATCH 0/4] get_user_pages*() and RDMA: first steps
 2018-10-03 23:23 UTC  (21+ messages)
` [PATCH 3/4] infiniband/mm: convert to the new put_user_page() call
` [PATCH 2/4] mm: introduce put_user_page(), placeholder version

[PATCH] mnt: fix __detach_mounts infinite loop
 2018-10-03 14:18 UTC  (2+ messages)
` [PATCH v2] "

mmotm 2018-10-03-14-04 uploaded
 2018-10-03 21:05 UTC 

[PATCH] selinux: fix race when removing selinuxfs entries
 2018-10-03 13:02 UTC  (4+ messages)

[PATCH 10/16] userfaultfd: Replace spin_is_locked() with lockdep
 2018-10-03  5:38 UTC 

[PATCH] fuse: enable caching of symlinks
 2018-10-02 21:33 UTC  (3+ messages)

Crashmonkey and Ace: tools to test file-system crash consistency
 2018-10-02 20:34 UTC 

[PATCH 00/17] orangefs: page cache
 2018-10-02 20:13 UTC  (5+ messages)

cross-fs copy support
 2018-10-02 18:28 UTC  (5+ messages)

[PATCH v8 0/5] ipc: IPCMNI limit check for *mni & increase that limit
 2018-10-02 17:43 UTC  (6+ messages)
` [PATCH v8 3/5] ipc: Allow boot time extension of IPCMNI from 32k to 2M

[PATCH][RFC] fanotify: deprecate uapi FAN_ALL_* constants
 2018-10-02 16:43 UTC  (4+ messages)


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