linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-10-12 06:30:34 to 2018-10-16 19:56:40 UTC [more...]

[PATCH v3 0/8] New fanotify event info API
 2018-10-16 12:06 UTC  (5+ messages)
` [PATCH v3 7/8] fanotify: support reporting thread id instead of process id

[PATCH v4 0/3] fanotify: introduce new event types FAN_OPEN_EXEC and FAN_OPEN_EXEC_PERM
 2018-10-16 12:04 UTC  (7+ messages)
` [PATCH v4 1/3] fanotify: introduce new event type FAN_OPEN_EXEC
` [PATCH v4 2/3] fanotify: return only user requested event types in event mask
` [PATCH v4 3/3] fanotify: introduce new event type FAN_OPEN_EXEC_PERM

dcache endless loop in d_invalidate
 2018-10-16 11:15 UTC 

[PATCH] clean erofs_lookup()
 2018-10-16 11:11 UTC  (2+ messages)

[PATCH v6 0/1] ns: introduce binfmt_misc namespace
 2018-10-16 10:53 UTC  (5+ messages)
` [PATCH v6 1/1] ns: add binfmt_misc to the user namespace

Problems with VM_MIXEDMAP removal from /proc/<pid>/smaps
 2018-10-16 12:35 UTC  (14+ messages)

[PATCH v2] generic: test reflink side effects
 2018-10-16  3:29 UTC 

[PATCH 0/6] RFC: gup+dma: tracking dma-pinned pages
 2018-10-16  8:51 UTC  (19+ messages)
` [PATCH 1/6] mm: get_user_pages: consolidate error handling
` [PATCH 2/6] mm: introduce put_user_page*(), placeholder versions
` [PATCH 4/6] mm: introduce page->dma_pinned_flags, _count
` [PATCH 6/6] mm: track gup pages with page->dma_pinned_* fields

[PATCH] hfsplus: return file attributes on statx
 2018-10-16  0:26 UTC  (2+ messages)

[PATCH 1/2] hfsplus: update timestamps on truncate()
 2018-10-15 21:24 UTC  (7+ messages)
` [PATCH 2/2] hfs: update timestamp "

[PATCH 1/2] splice: don't merge into linked buffers
 2018-10-15 21:13 UTC  (4+ messages)
` [PATCH 2/2] pipe: remove ->can_merge from pipe_buf_operations

[PATCH v5 00/26] fs: fixes for serious clone/dedupe problems
 2018-10-16  3:21 UTC  (27+ messages)
` [PATCH 01/26] xfs: add a per-xfs trace_printk macro
` [PATCH 02/26] vfs: vfs_clone_file_prep_inodes should return EINVAL for a clone from beyond EOF
` [PATCH 03/26] vfs: check file ranges before cloning files
` [PATCH 04/26] vfs: exit early from zero length remap operations
` [PATCH 05/26] vfs: strengthen checking of file range inputs to generic_remap_checks
` [PATCH 06/26] vfs: avoid problematic remapping requests into partial EOF block
` [PATCH 07/26] vfs: skip zero-length dedupe requests
` [PATCH 08/26] vfs: rename vfs_clone_file_prep to be more descriptive
` [PATCH 09/26] vfs: rename clone_verify_area to remap_verify_area
` [PATCH 10/26] vfs: combine the clone and dedupe into a single remap_file_range
` [PATCH 11/26] vfs: pass remap flags to generic_remap_file_range_prep
` [PATCH 12/26] vfs: pass remap flags to generic_remap_checks
` [PATCH 13/26] vfs: create generic_remap_file_range_touch to update inode metadata
` [PATCH 14/26] vfs: make remap_file_range functions take and return bytes completed
` [PATCH 15/26] vfs: plumb remap flags through the vfs clone functions
` [PATCH 16/26] vfs: plumb remap flags through the vfs dedupe functions
` [PATCH 17/26] vfs: enable remap callers that can handle short operations
` [PATCH 18/26] vfs: hide file range comparison function
` [PATCH 19/26] vfs: clean up generic_remap_file_range_prep return value
` [PATCH 20/26] ocfs2: truncate page cache for clone destination file before remapping
` [PATCH 21/26] ocfs2: fix pagecache truncation prior to reflink
` [PATCH 22/26] ocfs2: support partial clone range and dedupe range
` [PATCH 23/26] ocfs2: remove ocfs2_reflink_remap_range
` [PATCH 24/26] xfs: fix pagecache truncation prior to reflink
` [PATCH 25/26] xfs: support returning partial reflink results
` [PATCH 26/26] xfs: remove redundant remap partial EOF block checks

[PATCH 0/6] fstests: fixes and new tests
 2018-10-15 18:57 UTC  (4+ messages)
` [PATCH 6/6] generic: test reflink side effects

Allow FUSE filesystems to provide out-of-band hashes to IMA
 2018-10-15 18:46 UTC  (8+ messages)
` [PATCH 2/3] IMA: Make use of filesystem-provided hashes

[PATCH] proc: fix proc-self-map-files selftest for arm
 2018-10-15 17:21 UTC  (7+ messages)

INFO: task hung in fanotify_handle_event
 2018-10-15 17:12 UTC  (5+ messages)

[PATCH 0/11 v3] audit: Fix various races when tagging and untagging mounts
 2018-10-15 15:39 UTC  (9+ messages)
` [PATCH 12/11 TESTSUITE] audit_testsuite: Add stress test for tree watches

[PATCH v2] fuse: enable caching of symlinks
 2018-10-15 14:50 UTC  (2+ messages)

sys_tee() bug: after tee() of partial page, both pipes can merge, clobbering each other's data
 2018-10-15 14:21 UTC  (2+ messages)

[PATCH v4 00/25] fs: fixes for serious clone/dedupe problems
 2018-10-15 18:32 UTC  (50+ messages)
` [PATCH 01/25] xfs: add a per-xfs trace_printk macro
` [PATCH 02/25] vfs: vfs_clone_file_prep_inodes should return EINVAL for a clone from beyond EOF
` [PATCH 03/25] vfs: check file ranges before cloning files
` [PATCH 04/25] vfs: strengthen checking of file range inputs to generic_remap_checks
` [PATCH 05/25] vfs: avoid problematic remapping requests into partial EOF block
` [PATCH 06/25] vfs: skip zero-length dedupe requests
` [PATCH 07/25] vfs: combine the clone and dedupe into a single remap_file_range
` [PATCH 08/25] vfs: rename vfs_clone_file_prep to be more descriptive
` [PATCH 09/25] vfs: rename clone_verify_area to remap_verify_area
` [PATCH 10/25] vfs: create generic_remap_file_range_touch to update inode metadata
` [PATCH 11/25] vfs: pass remap flags to generic_remap_file_range_prep
` [PATCH 12/25] vfs: pass remap flags to generic_remap_checks
` [PATCH 13/25] vfs: make remap_file_range functions take and return bytes completed
` [PATCH 14/25] vfs: plumb RFR_* remap flags through the vfs clone functions
` [PATCH 15/25] vfs: plumb RFR_* remap flags through the vfs dedupe functions
` [PATCH 16/25] vfs: make remapping to source file eof more explicit
` [PATCH 17/25] vfs: enable remap callers that can handle short operations
` [PATCH 18/25] vfs: hide file range comparison function
` [PATCH 19/25] vfs: implement opportunistic short dedupe
` [PATCH 20/25] ocfs2: truncate page cache for clone destination file before remapping
` [PATCH 21/25] ocfs2: fix pagecache truncation prior to reflink
` [PATCH 22/25] ocfs2: support partial clone range and dedupe range
` [PATCH 23/25] xfs: fix pagecache truncation prior to reflink
` [PATCH 24/25] xfs: support returning partial reflink results
` [PATCH 25/25] xfs: remove redundant remap partial EOF block checks

[PATCH] fs: fix possible Spectre V1 indexing in __close_fd()
 2018-10-15 13:37 UTC  (3+ messages)

[PATCH v3 00/25] fs: fixes for serious clone/dedupe problems
 2018-10-15  0:31 UTC  (9+ messages)
` [PATCH 05/25] vfs: avoid problematic remapping requests into partial EOF block
` [PATCH 24/25] xfs: support returning partial reflink results

[PATCH 03/34] teach move_mount(2) to work with OPEN_TREE_CLONE [ver #12]
 2018-10-13 23:04 UTC  (18+ messages)
  ` [PATCH 00/34] VFS: Introduce filesystem context "
    ` [PATCH 31/34] vfs: syscall: Add fspick() to select a superblock for reconfiguration "

[PATCH] clean erofs_lookup()
 2018-10-13 16:37 UTC  (3+ messages)
` [PATCH RESEND] staging: erofs: "

[PATCH v3 0/3] namei: implement various lookup restriction AT_* flags
 2018-10-13  9:27 UTC  (13+ messages)
` [PATCH v3 1/3] namei: implement O_BENEATH-style "
` [PATCH v3 3/3] namei: aggressively check for nd->root escape on ".." resolution

[PATCH v2] vfs: fix FIGETBSZ ioctl on an overlayfs file
 2018-10-13  7:33 UTC  (3+ messages)

Fwd: posix_acl_permission() and MAY_* flags
 2018-10-13  4:37 UTC  (6+ messages)
  `  "

[PATCH] orangefs: move new_inode call to namei
 2018-10-13  3:24 UTC  (2+ messages)

[PATCH v2 0/7] Rlimit for module space
 2018-10-13  0:09 UTC  (18+ messages)
` [PATCH v2 1/7] modules: Create rlimit "
` [PATCH v2 2/7] x86/modules: Add rlimit checking for x86 modules
` [PATCH v2 3/7] arm/modules: Add rlimit checking for arm modules
` [PATCH v2 4/7] arm64/modules: Add rlimit checking for arm64 modules
` [PATCH v2 5/7] mips/modules: Add rlimit checking for mips modules
` [PATCH v2 6/7] sparc/modules: Add rlimit for sparc modules
` [PATCH v2 7/7] s390/modules: Add rlimit checking for s390 modules

[PATCH 1/2] hfsplus: fix return value of hfsplus_get_block()
 2018-10-12 21:00 UTC  (7+ messages)

[PATCH v7 0/6] seccomp trap to userspace
 2018-10-12 20:11 UTC  (19+ messages)
` [PATCH v7 3/6] seccomp: add a way to get a listener fd from ptrace

[PATCH v4 00/19] LSM: Module stacking for SARA and Landlock
 2018-10-12 20:07 UTC  (4+ messages)
` [PATCH 21/19] LSM: Cleanup and fixes from Tetsuo Handa

mmotm 2018-10-12-19-18 uploaded
 2018-10-13  2:18 UTC 

Future of dosfstools project (FAT)
 2018-10-12 14:35 UTC  (6+ messages)

[PATCH 00/33] VFS: Introduce filesystem context [ver #11]
 2018-10-12 14:25 UTC  (3+ messages)
` [PATCH 03/33] teach move_mount(2) to work with OPEN_TREE_CLONE "

[PATCH v2 0/3] namei: implement various lookup restriction AT_* flags
 2018-10-12  1:12 UTC  (5+ messages)
` [PATCH v2 1/3] namei: implement O_BENEATH-style "


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