Linux Overlay Filesystem development
 help / color / mirror / Atom feed
 messages from 2018-10-29 19:03:54 to 2018-11-27 15:07:05 UTC [more...]

possible deadlock in ovl_write_iter
 2018-11-27 15:07 UTC  (5+ messages)

[PATCH] IMA: Mask O_RDWR if FMODE_READ is set
 2018-11-26 16:38 UTC 

[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 v3 0/6] Tests for readahead() and fadvise() on overlayfs
 2018-11-20 16:42 UTC  (9+ 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 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  (7+ 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  (6+ 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  (21+ messages)
` [PATCH v2 1/5] ovl: return error on mount if metacopy cannot be enabled
` [PATCH v2 2/5] ovl: enforce 'strict' feature requirements with metacopy=on
` [PATCH v2 3/5] ovl: enforce 'strict' upper fs "
` [PATCH v2 4/5] ovl: enforce 'strict' unique uuid requirement "
` [PATCH v2 5/5] ovl: enforce 'strict' upper fs and feature requirements with strict=on

[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

[GIT PULL] overlayfs update for 4.20
 2018-11-01 21:55 UTC  (2+ messages)

[PATCH v8 00/11] client-side support for "inter" SSC copy
 2018-11-01 16:45 UTC  (12+ messages)
` [PATCH v8 01/11] VFS: move cross device copy_file_range() check into filesystems
` [PATCH v8 02/11] NFS: validity check for source offset in copy_file_range
` [PATCH v8 03/11] NFS NFSD: defining nl4_servers structure needed by both
` [PATCH v8 04/11] NFS: add COPY_NOTIFY operation
` [PATCH v8 05/11] NFS: add ca_source_server<> to COPY
` [PATCH v8 06/11] NFS: also send OFFLOAD_CANCEL to source server
` [PATCH v8 07/11] NFS: inter ssc open
` [PATCH v8 08/11] NFS: skip recovery of copy open on dest server
` [PATCH v8 09/11] NFS: for "inter" copy treat ESTALE as ENOTSUPP
` [PATCH v8 10/11] NFS: COPY handle ERR_OFFLOAD_DENIED
` [PATCH v8 11/11] NFS: replace cross device check in copy_file_range

[PATCH v4 00/11] client-side support for "inter" SSC copy
 2018-10-31 23:33 UTC  (12+ messages)
` [PATCH v4 02/11] VFS: copy_file_range check validity of input source offset

[PATCH v2] ovl: return error on mount if metacopy cannot be enabled
 2018-10-31 22:16 UTC  (22+ messages)

[PATCH v7 00/11] client-side support for "inter" SSC copy
 2018-10-31 18:54 UTC  (17+ messages)
` [PATCH v7 01/11] VFS: move cross device copy_file_range() check into filesystems
` [PATCH 1/1] man-page: copy_file_range(2) allow for cross-device copies
` [PATCH v7 02/11] NFS: validity check for source offset in copy_file_range
` [PATCH v7 03/11] NFS NFSD: defining nl4_servers structure needed by both
` [PATCH v7 04/11] NFS: add COPY_NOTIFY operation
` [PATCH v7 05/11] NFS: add ca_source_server<> to COPY
` [PATCH v7 06/11] NFS: also send OFFLOAD_CANCEL to source server
` [PATCH v7 07/11] NFS: inter ssc open
` [PATCH v7 08/11] NFS: skip recovery of copy open on dest server
` [PATCH v7 09/11] NFS: for "inter" copy treat ESTALE as ENOTSUPP
` [PATCH v7 10/11] NFS: COPY handle ERR_OFFLOAD_DENIED
` [PATCH v7 11/11] NFS: replace cross device check in copy_file_range

test
 2018-10-31  8:26 UTC 

[PATCH] ovl: do not hash ovl dentry when inode is NULL in ovl_lookup
 2018-10-31  8:50 UTC  (3+ messages)

[PATCH v2 0/2] overlayfs: Handle metacopy mount option better
 2018-10-30 21:16 UTC  (4+ messages)
` [PATCH v2 1/2] overlayfs: Return error if metadata only copy-up can't be enabled
` [PATCH v2 2/2] overlayfs: Enable redirect_dir automatically if metacopy=on needs it

[PATCH] ovl: disable new features for deprecated upper fs
 2018-10-30  1:51 UTC  (2+ messages)

[PATCH 0/2] Overlay inode lock cleanups
 2018-10-29 20:38 UTC  (3+ messages)

[PATCH v6 00/12] client-side support for "inter" SSC copy
 2018-10-29 19:03 UTC  (5+ messages)
` [PATCH v6 09/12] NFS: skip recovery of copy open on dest server
` [PATCH v6 10/12] NFS: for "inter" copy treat ESTALE as ENOTSUPP
` [PATCH v6 11/12] NFS: COPY handle ERR_OFFLOAD_DENIED
` [PATCH v6 12/12] NFS: replace cross device check in copy_file_range


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