linux-unionfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-08-30 20:38:56 to 2018-10-11 04:14:59 UTC [more...]

[PATCH v3 00/25] fs: fixes for serious clone/dedupe problems
 2018-10-11  4:14 UTC  (22+ 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 v3 0/6] Tests for readahead() and fadvise() on overlayfs
 2018-10-10 23:34 UTC  (7+ messages)
` [PATCH v3 1/6] syscalls/readahead01: Convert to newlib
` [PATCH v3 2/6] syscalls/readahead02: Convert to newlib and cleanup
` [PATCH v3 3/6] syscalls/readahead02: abort test if readahead syscall fails
` [PATCH v3 4/6] syscalls/readahead02: test readahead() on an overlayfs file
` [PATCH v3 5/6] syscalls/readahead02: test readahead using posix_fadvise()
` [PATCH v3 6/6] syscalls/readahead02: fail test if readahead did not use any cache

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

[PATCH v2] Open a new file instance if no read permissions
 2018-10-10 19:04 UTC  (2+ messages)

[PATCH] ovl: fix error handling in ovl_verify_set_fh()
 2018-10-10 16:10 UTC 

kernel BUG at arch/x86/mm/physaddr.c:LINE!
 2018-10-10 16:08 UTC  (3+ messages)

[PATCH v2 0/5] Tests for readahead() and fadvise() on overlayfs
 2018-10-09 20:10 UTC  (9+ messages)
` [PATCH v2 1/5] syscalls/readahead01: Convert to newlib
` [PATCH v2 2/5] syscalls/readahead02: Convert to newlib and cleanup
` [PATCH v2 3/5] syscalls/readahead02: test readahead() on an overlayfs file
` [PATCH v2 4/5] syscalls/readahead02: test readahead using posix_fadvise()
` [PATCH v2 5/5] syscalls/readahead02: fail test if readahead did not use any cache

[PATCH] Open a new file instance if no read permissions on files
 2018-10-08 21:18 UTC  (6+ messages)

Postpone copy-up until first real write?
 2018-10-08 20:23 UTC  (4+ messages)

[PATCH 03/16] vfs: don't evict uninitialized inode
 2018-10-08 13:23 UTC  (3+ messages)

PROBLEM: IMA xattrs not written on overlayfs
 2018-10-08 12:54 UTC  (16+ messages)

[PATCH v2] ovl: untangle copy up call chain
 2018-10-08  4:25 UTC 

[PATCH] ovl: untangle copy up call chain
 2018-10-08  3:16 UTC  (3+ messages)

[PATCH] ovl: disable new features for deprecated upper fs
 2018-10-06  6:10 UTC 

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

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

[PATCH 0/4] Tests for readahead() and fadvise() on overlayfs
 2018-10-04  6:15 UTC  (13+ messages)
` [PATCH 1/4] syscalls/readahead01: Convert to newlib
` [PATCH 2/4] syscalls/readahead02: Convert to newlib and cleanup
  ` [LTP] "
` [PATCH 3/4] syscalls/readahead02: test readahead() on an overlayfs file
  ` [LTP] "
` [PATCH 4/4] syscalls/readahead02: test readahead using posix_fadvise()
  ` [LTP] "

[PATCH 5/5] syscalls/readahead02: fail test if readahead did not use any cache
 2018-10-03 12:50 UTC  (2+ messages)
` [LTP] "

[PATCH -next] ovl: make symbol 'ovl_aops' static
 2018-10-01  9:26 UTC  (2+ messages)

[PATCH]i[RESEND] kernel/acct.c: fix locking order when switching acct files
 2018-09-29  5:51 UTC 

KASAN: slab-out-of-bounds Read in string (2)
 2018-09-28 17:39 UTC  (2+ messages)

ovl: hash non-dir by lower inode for fsnotify
 2018-09-28 17:22 UTC 

possible deadlock in path_openat
 2018-09-27  8:26 UTC  (4+ messages)

[PATCH] kernel/acct.c: fix locking order when switching acct files
 2018-09-27  6:49 UTC 

possible deadlock in ovl_write_iter
 2018-09-27  3:51 UTC  (3+ messages)

[PATCH 0/4] Assorted overlayfs fixes for 4.19-rc5
 2018-09-24  8:56 UTC  (9+ messages)
` [PATCH 1/4] ovl: fix memory leak on unlink of indexed file
` [PATCH 2/4] ovl: fix freeze protection bypass in ovl_write_iter()
` [PATCH 3/4] ovl: fix freeze protection bypass in ovl_clone_file_range()
` [PATCH 4/4] vfs: swap names of {do,vfs}_clone_file_range()

revealing file from lower fs ('reverting changes')
 2018-09-20 11:20 UTC  (2+ messages)

[PATCH] Revert "vfs: don't open real"
 2018-09-14  2:31 UTC  (3+ messages)

Fwd: Re: How to access "upper" directory of overlayfs programatically
 2018-09-13 19:18 UTC  (2+ messages)
  `  "

[GIT PULL] overlayfs fixes for 4.19-rc4
 2018-09-13 18:30 UTC 

How to access "upper" directory of overlayfs programatically
 2018-09-12 19:48 UTC 

Containers and checkpoint/restart micro-conference at LPC2018
 2018-09-11 15:36 UTC  (8+ messages)
      ` Overlayfs @ "
    ` [lxc-users] "

general protection fault in ovl_free_fs
 2018-09-09  1:43 UTC  (2+ messages)

What's the right/expected behavior with metacopy=off
 2018-09-04 17:37 UTC  (3+ messages)

[miklos-vfs:overlayfs-next 6/6] fs/overlayfs/file.c:334:5: sparse: symbol 'ovl_fadvise' was not declared. Should it be static?
 2018-09-03  7:52 UTC  (3+ messages)
` [RFC PATCH miklos-vfs] ovl: ovl_fadvise() can be static

[PATCH 0/3] Enable new features for more overlayfs setups
 2018-09-03  6:12 UTC  (4+ messages)
` [PATCH 1/3] ovl: relax requirement for non null uuid of lower fs
` [PATCH 2/3] ovl: disable xino for some nested overlay cases
` [PATCH 3/3] ovl: compact nested ovl_fh

[PATCH 0/2] fstests: fix overlay test failure over ext4
 2018-09-01 17:12 UTC  (3+ messages)
` [PATCH 2/2] generic/009: fix test failure with overlay "

[PATCH v5 1/3] common/rc: add scratch shutdown support for overlayfs
 2018-08-31 14:19 UTC  (5+ messages)
` [PATCH v5 3/3] generic/471: add syncfs test

[miklos-vfs:overlayfs-next 6/6] fs/overlayfs/file.c:345: undefined reference to `vfs_fadvise'
 2018-08-30 17:36 UTC 

[miklos-vfs:overlayfs-next 5/6] undefined reference to `vfs_fadvise'
 2018-08-30 17:25 UTC 

[miklos-vfs:overlayfs-next 5/6] readahead.c:undefined reference to `vfs_fadvise'
 2018-08-30 16:34 UTC 


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