messages from 2018-10-03 12:50:34 to 2018-10-15 13:18:03 UTC [more...]
[PATCH v4 00/25] fs: fixes for serious clone/dedupe problems
2018-10-15 13:18 UTC (41+ 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 v3 00/25] fs: fixes for serious clone/dedupe problems
2018-10-15 0:31 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 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
[PATCH v2] vfs: fix FIGETBSZ ioctl on an overlayfs file
2018-10-13 7:33 UTC (3+ messages)
ovl: Ephemeral Mounts
2018-10-11 18:36 UTC (3+ messages)
[PATCH v2] src/fiemap-tester: fix getting blocksize on overlayfs
2018-10-11 14:41 UTC
[PATCH] vfs: fix FIGETBSZ ioctl on an overlayfs file
2018-10-11 13:16 UTC (4+ messages)
[PATCH] src/fiemap-tester: check for illegal block size
2018-10-11 11:45 UTC
[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 (13+ 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 (2+ messages)
[PATCH 0/4] Tests for readahead() and fadvise() on overlayfs
2018-10-04 6:15 UTC (12+ messages)
` [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] "
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox