public inbox for linux-unionfs@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-11-01 23:05:11 to 2018-12-04 14:02:54 UTC [more...]

[PATCH v4 0/6] Tests for readahead() and fadvise() on overlayfs
 2018-12-04 14:02 UTC  (12+ messages)
` [PATCH v4 1/6] syscalls/readahead02: Convert to newlib and cleanup
` [PATCH v4 2/6] syscalls/readahead02: abort test if readahead syscall fails
` [PATCH v4 3/6] syscalls/readahead02: fail test if readahead did not use any cache
` [PATCH v4 4/6] syscalls/readahead02: Convert to tst_timer helpers
` [PATCH v4 5/6] syscalls/readahead02: test readahead() on an overlayfs file
` [PATCH v4 6/6] syscalls/readahead02: test readahead using posix_fadvise()

overlayfs access checks on underlying layers
 2018-12-04 13:32 UTC  (18+ messages)

[PATCH 0/11] fs: fixes for major copy_file_range() issues
 2018-12-04  9:17 UTC  (48+ messages)
` [PATCH 01/11] vfs: copy_file_range source range over EOF should fail
` [PATCH 02/11] vfs: introduce generic_copy_file_range()
` [PATCH 03/11] vfs: no fallback for ->copy_file_range
` [PATCH 04/11] vfs: add missing checks to copy_file_range
` [PATCH 05/11] vfs: use inode_permission in copy_file_range()
` [PATCH 06/11] vfs: copy_file_range needs to strip setuid bits
` [PATCH 07/11] vfs: copy_file_range should update file timestamps
` [PATCH 08/11] vfs: push EXDEV check down into ->remap_file_range
` [PATCH 09/11] vfs: push copy_file_ranges -EXDEV checks down
` [PATCH 10/11] vfs: allow generic_copy_file_range to copy across devices
` [PATCH 11/11] ovl: allow cross-device copy_file_range calls
` [PATCH 12/11] man-pages: copy_file_range updates

[PATCH v2 1/2] splice: don't read more than available pipe space
 2018-12-02 19:37 UTC  (3+ messages)
` [PATCH v2 2/2] iomap: partially revert 4721a601099 (simulated directio short read on EFAULT)

[RFC PATCH] splice: don't read more than available pipe space
 2018-12-02 16:06 UTC  (3+ messages)

[PATCH] vfs: allow remap flags to be passed to vfs_clone_file_range
 2018-12-02 15:59 UTC  (4+ messages)
` [PATCH v2] vfs: allow some "

[4.20-rc4 regression] generic/095 Concurrent mixed I/O hang on xfs based overlayfs
 2018-12-01  9:24 UTC  (5+ messages)

[PATCH v3 0/6] Tests for readahead() and fadvise() on overlayfs
 2018-11-28 16:50 UTC  (11+ messages)
` [PATCH v3 1/6] syscalls/readahead01: Convert to newlib
` [PATCH v3 2/6] syscalls/readahead02: Convert to newlib and cleanup
    ` [LTP] "
` [PATCH v3 3/6] syscalls/readahead02: abort test if readahead syscall fails

[PATCH] IMA: Mask O_RDWR if FMODE_READ is set
 2018-11-27 14:14 UTC  (4+ messages)

possible deadlock in ovl_write_iter
 2018-11-27 16:13 UTC  (7+ messages)

[PATCH v1 0/4] fs: fix race between llseek SEEK_END and write
 2018-11-26  2:54 UTC  (11+ messages)
` [PATCH v1 1/4] vfs: "
` [PATCH v1 2/4] ext4: "
` [PATCH v1 3/4] f2fs: "
` [PATCH v1 4/4] overlayfs: "

fadvise in overlayfs
 2018-11-25 16:11 UTC  (2+ messages)

[PATCH] ovl: fix decode of dir file handle with multi lower layers
 2018-11-22 15:32 UTC  (4+ messages)

[PATCH v2] overlay: create directory over deleted whiteout
 2018-11-18 13:53 UTC  (2+ messages)

overlayfs 4.19: unable to make backup link: Invalid cross-device link
 2018-11-14 21:33 UTC  (13+ messages)

[PATCH v8 1/2] overlayfs: check CAP_DAC_READ_SEARCH before issuing exportfs_decode_fh
 2018-11-14 22:00 UTC  (12+ messages)
` [PATCH v8 2/2] overlayfs: override_creds=off option bypass creator_cred

[PATCH] ovl: fix missing override creds in link of a metacopy upper
 2018-11-14 14:48 UTC  (3+ messages)

[PATCH] overlay: create directory over deleted whiteout
 2018-11-12  2:16 UTC  (4+ messages)

WARNING in ovl_instantiate
 2018-11-11  1:56 UTC 

[PATCH v9 1/2] overlayfs: check CAP_DAC_READ_SEARCH before issuing exportfs_decode_fh
 2018-11-09 17:29 UTC  (2+ messages)
` [PATCH v9 2/2] overlayfs: override_creds=off option bypass creator_cred

[PATCH] tmpfs: let lseek return ENXIO with a negative offset
 2018-11-09  3:52 UTC  (5+ messages)

[PATCH v2 0/3] Enable new features for nested overlayfs setups
 2018-11-08 11:49 UTC  (4+ messages)
` [PATCH v2 1/3] vfs: introduce the concept of inode number domains
` [PATCH v2 2/3] ovl: limit xino for some nested overlay cases
` [PATCH v2 3/3] ovl: relax "

[PATCH v2 0/5] Overlayfs strict feature requirements
 2018-11-07 12:09 UTC  (14+ messages)
` [PATCH v2 1/5] ovl: return error on mount if metacopy cannot be enabled

[PATCH v7 1/2] overlayfs: check CAP_DAC_READ_SEARCH before issuing exportfs_decode_fh
 2018-11-06 20:11 UTC  (3+ messages)
` [PATCH v7 2/2] overlayfs: override_creds=off option bypass creator_cred

[PATCH v6 0/2]
 2018-11-06 16:50 UTC  (10+ messages)
` [PATCH v6 1/2] overlayfs: check CAP_DAC_READ_SEARCH before issuing exportfs_decode_fh
` [PATCH v6 2/2] overlayfs: override_creds=off option bypass creator_cred

[PATCH] vfs: swap names of {do,vfs}_clone_file_range()
 2018-11-06  6:30 UTC  (4+ messages)

Overlayfs backport for kernel v4.9.y
 2018-11-05  6:57 UTC  (2+ messages)

[PATCH] overlay: test file handle decode with multi lower layers on same fs
 2018-11-05  5:18 UTC 

[PATCH v3 00/25] fs: fixes for serious clone/dedupe problems
 2018-11-02 19:05 UTC  (8+ messages)
` [PATCH 05/25] vfs: avoid problematic remapping requests into partial EOF block

[RFC PATCH 0/6] shiftfs fixes and enhancements
 2018-11-02 16:57 UTC  (7+ messages)
  ` [RFC PATCH 6/6] shiftfs: support nested shiftfs mounts


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox