linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-10-10 20:32:12 to 2018-10-13 02:18:40 UTC [more...]

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

[PATCH 1/2] hfsplus: fix return value of hfsplus_get_block()
 2018-10-12 18:43 UTC  (7+ messages)
` [PATCH 2/2] hfs: fix return value of hfs_get_block()

Allow FUSE filesystems to provide out-of-band hashes to IMA
 2018-10-12 18:31 UTC  (26+ 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 v2 0/7] Rlimit for module space
 2018-10-12 18:23 UTC  (14+ 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] clean erofs_lookup()
 2018-10-12 17:59 UTC  (3+ messages)
  ` [PATCH RESEND] staging: erofs: "

[PATCH 0/6] RFC: gup+dma: tracking dma-pinned pages
 2018-10-13  0:33 UTC  (15+ messages)
` [PATCH 1/6] mm: get_user_pages: consolidate error handling
` [PATCH 2/6] mm: introduce put_user_page*(), placeholder versions
` [PATCH 3/6] infiniband/mm: convert put_page() to put_user_page*()
` [PATCH 4/6] mm: introduce page->dma_pinned_flags, _count
` [PATCH 5/6] mm: introduce zone_gup_lock, for dma-pinned pages
` [PATCH 6/6] mm: track gup pages with page->dma_pinned_* fields

[PATCH v4 00/25] fs: fixes for serious clone/dedupe problems
 2018-10-13  0:08 UTC  (26+ 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 03/34] teach move_mount(2) to work with OPEN_TREE_CLONE [ver #12]
 2018-10-12 14:57 UTC  (19+ messages)
` [PATCH 00/34] VFS: Introduce filesystem context "
  ` [PATCH 31/34] vfs: syscall: Add fspick() to select a superblock for reconfiguration "

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 v3 00/25] fs: fixes for serious clone/dedupe problems
 2018-10-12 20:22 UTC  (44+ 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 v2 "
` [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

Fwd: posix_acl_permission() and MAY_* flags
 2018-10-12  9:09 UTC  (2+ messages)
  `  "

[PATCH 1/2] hfsplus: update timestamps on truncate()
 2018-10-12  4:23 UTC  (2+ messages)
` [PATCH 2/2] hfs: update timestamp "

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

[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 "

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

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

[PATCH] proc: fix proc-self-map-files selftest for arm
 2018-10-11 22:00 UTC  (6+ messages)

[PATCH v4 0/3] get_user_pages*() and RDMA: first steps
 2018-10-12  3:53 UTC  (16+ messages)
` [PATCH v4 2/3] mm: introduce put_user_page*(), placeholder versions

ovl: Ephemeral Mounts
 2018-10-11 18:36 UTC  (3+ messages)

[PATCH v2] fuse: enable caching of symlinks
 2018-10-11 15:17 UTC 

[PATCH v2] vfs: fix FIGETBSZ ioctl on an overlayfs file
 2018-10-11 14:38 UTC 

[PATCH] vfs: fix FIGETBSZ ioctl on an overlayfs file
 2018-10-11 13:16 UTC  (4+ messages)

[PATCH] selftests: fix warning: "_GNU_SOURCE" redefined
 2018-10-11 19:53 UTC 

[PATCH v4 0/3] fanotify: introduce new event types FAN_OPEN_EXEC and FAN_OPEN_EXEC_PERM
 2018-10-11 11:03 UTC  (6+ 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

[PATCH] blk: optimization for classic polling
 2083-05-30  4:21 UTC  (2+ messages)

[PATCH] mm: Fix warning in insert_pfn()
 2018-10-11  0:46 UTC  (3+ messages)

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

[PATCH v2 00/25] fs: fixes for serious clone/dedupe problems
 2018-10-10 23:13 UTC  (4+ messages)
` [PATCH 05/25] vfs: check file ranges before cloning files

[PATCH] kdump, proc/vmcore: fix building without CONFIG_ARCH_HAS_MEM_ENCRYPT
 2018-10-10 14:45 UTC  (3+ 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).