linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-10-11 13:43:56 to 2018-10-15 16:30:01 UTC [more...]

[PATCH v4 00/25] fs: fixes for serious clone/dedupe problems
 2018-10-15 16:30 UTC  (45+ 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)

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

Allow FUSE filesystems to provide out-of-band hashes to IMA
 2018-10-15  1:38 UTC  (13+ 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 v3 00/25] fs: fixes for serious clone/dedupe problems
 2018-10-15  0:31 UTC  (27+ messages)
` [PATCH 01/25] xfs: add a per-xfs trace_printk macro
` [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 17/25] vfs: enable remap callers that can handle short operations
  ` [PATCH v2 "
` [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] hfsplus: return file attributes on statx
 2018-10-14 16:35 UTC 

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

Problems with VM_MIXEDMAP removal from /proc/<pid>/smaps
 2018-10-14 15:47 UTC  (11+ messages)

[PATCH 03/34] teach move_mount(2) to work with OPEN_TREE_CLONE [ver #12]
 2018-10-13 23:04 UTC  (23+ 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 0/6] RFC: gup+dma: tracking dma-pinned pages
 2018-10-13 23:01 UTC  (20+ 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 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 1/2] hfsplus: update timestamps on truncate()
 2018-10-13  2:42 UTC  (5+ messages)
` [PATCH 2/2] hfs: update timestamp "

[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 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 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  (9+ 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] 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


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