Linux Overlay Filesystem development
 help / color / mirror / Atom feed
 messages from 2018-07-09 11:10:12 to 2018-09-14 02:31:04 UTC [more...]

[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] "

PROBLEM: IMA xattrs not written on overlayfs
 2018-09-10  9:17 UTC  (3+ messages)

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  (4+ messages)
` [PATCH 1/2] overlay: do not set OVL_BASE_FSTYP value to "overlay"
` [PATCH 2/2] generic/009: fix test failure with overlay over ext4

[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 

[PATCH v5 5/6] vfs: implement readahead(2) using POSIX_FADV_WILLNEED
 2018-08-29  5:41 UTC 

[PATCH v4 5/6] vfs: implement readahead(2) using POSIX_FADV_WILLNEED
 2018-08-28 22:02 UTC  (2+ messages)

[PATCH v5 3/3] overlayfs: override_creds=off option bypass creator_cred
 2018-08-28 21:32 UTC  (4+ messages)

[PATCH v5 2/3] overlayfs: check CAP_MKNOD before issuing vfs_whiteout
 2018-08-28 18:51 UTC  (4+ messages)

[PATCH v5 1/3] overlayfs: check CAP_DAC_READ_SEARCH before issuing exportfs_decode_fh
 2018-08-28 18:40 UTC  (4+ messages)

[PATCH v5 0/3]
 2018-08-28 16:52 UTC 

[PATCH v4 5/6] vfs: implement readahead(2) using POSIX_FADV_WILLNEED
 2018-08-28  7:58 UTC  (2+ messages)
` [PATCH v4 6/6] ovl: add ovl_fadvise()

[PATCH v3 0/6] Overlayfs stacked f_op fixes
 2018-08-27 23:30 UTC  (12+ messages)
` [PATCH v3 1/6] ovl: respect FIEMAP_FLAG_SYNC flag
` [PATCH v3 2/6] ovl: fix GPF in swapfile_activate of file from overlayfs over xfs
` [PATCH v3 3/6] Documentation/filesystems: update documentation of file_operations to kernel 4.18
` [PATCH v3 4/6] vfs: add the fadvise() file operation
` [PATCH v3 5/6] vfs: implement readahead(2) using POSIX_FADV_WILLNEED
` [PATCH v3 6/6] ovl: add ovl_fadvise()

[PATCH v2 0/6] Overlayfs stacked f_op fixes
 2018-08-27 23:05 UTC  (20+ messages)
` [PATCH v2 1/6] vfs: add helper to get "real" overlayfs file
` [PATCH v2 2/6] ovl: respect FIEMAP_FLAG_SYNC flag
` [PATCH v2 3/6] ovl: fix GPF in swapfile_activate of file from overlayfs over xfs
` [PATCH v2 4/6] vfs: fix readahead syscall on an overlayfs file
` [PATCH v2 5/6] vfs: fix fadvise64 "
` [PATCH v2 6/6] vfs: fix sync_file_range "

[PATCH] test-appliance: store the base fs type for overlay test run
 2018-08-27 18:39 UTC 

[PATCH] xfs: fix GPF in swapfile_activate of file from overlayfs
 2018-08-27  7:17 UTC  (6+ messages)

[PATCH v3] overlay/016: split into two tests
 2018-08-26 14:34 UTC  (4+ messages)

[PATCH 03/16] vfs: don't evict uninitialized inode
 2018-08-24  6:47 UTC 

ovl: set I_CREATING on inode being created
 2018-08-23  0:27 UTC  (3+ messages)

[PATCH] ovl: set I_CREATING on inode being created
 2018-08-22 20:14 UTC  (4+ messages)

[GIT PULL] overlayfs update for 4.19
 2018-08-21 19:54 UTC 

[miklos-vfs:overlayfs-next 64/64] fs/overlayfs/dir.c:607:20: error: 'I_CREATING' undeclared
 2018-08-15 16:51 UTC 

[miklos-vfs:overlayfs-next 64/64] fs//overlayfs/dir.c:607:20: error: 'I_CREATING' undeclared; did you mean 'I_FREEING'?
 2018-08-15 15:58 UTC 

[PATCH v4] overlayfs: override_creds=off option bypass creator_cred
 2018-08-10 16:55 UTC  (3+ messages)

[RFC PATCH v2 0/9] ovl: add feature set support
 2018-08-06  1:15 UTC  (26+ messages)
` [RFC PATCH v2 1/9] ovl: store ovl upper root path in ovl_fs
` [RFC PATCH v2 2/9] ovl: read feature set from each layer's root dir
` [RFC PATCH v2 3/9] ovl: check file system features can be mounted properly
` [RFC PATCH v2 4/9] ovl: add helper funcs to set upper layer feature set
` [RFC PATCH v2 5/9] ovl: add redirect dir feature when set redirect xattr to dir
` [RFC PATCH v2 6/9] ovl: add index feature if index dir exists
` [RFC PATCH v2 7/9] ovl: add nfs_export feature when nfs_export is enabled
` [RFC PATCH v2 8/9] ovl: force mount underlying layers which have feature sets
` [RFC PATCH v2 9/9] ovl: check redirect_dir feature when detect redirect xattr on dir

[RFC PATCH 0/4] vfs: map unique ino/dev pairs for user space
 2018-08-03  2:04 UTC  (17+ messages)
` [PATCH 1/4] vfs: introduce function to map unique ino/dev pairs
` [PATCH 2/4] nfs: check for NULL vfsmount in nfs_getattr
` [PATCH 3/4] proc: use vfs helper to get ino/dev pairs for maps file
` [PATCH 4/4] locks: map correct ino/dev pairs when exporting to userspace

[PATCH] nfsd: fix leaked file lock with nfs exported overlayfs
 2018-08-01 11:40 UTC  (6+ messages)

[xfstests PATCH 0/3] overlay: enhance fsck.overlay test cases
 2018-07-30 10:57 UTC  (11+ messages)
` [xfstests PATCH 1/3] overlay: correct fsck.overlay exit code
` [xfstests PATCH 2/3] overlay: add fsck.overlay stress test
` [xfstests PATCH 3/3] overlay: add fsck.overlay exception tests

[LKP] [ovl] 24c944dd64: BUG:kernel_reboot-without-warning_in_boot_stage
 2018-07-26 14:01 UTC  (2+ messages)

[ANNOUNCE] unionmount-testsuite: master branch updated to 509b1e7
 2018-07-20 15:07 UTC 

[PATCH 00/39] overlayfs: stack file operations
 2018-07-20  8:04 UTC  (9+ messages)
` [PATCH 06/39] vfs: add f_op->pre_mmap()

[PATCH] vfs: make open_with_fake_path() not contribute to nr_files
 2018-07-19 15:52 UTC  (4+ messages)

[PATCH] overlayfs: fix warning in ovl_iterate
 2018-07-17 14:42 UTC  (4+ messages)

[PATCH] ovl: fix wrong use of impure dir cache in ovl_iterate()
 2018-07-17 13:44 UTC  (2+ messages)

FAILED: patch "[PATCH] ovl: hash non-dir by lower inode for fsnotify" failed to apply to 4.14-stable tree
 2018-07-10 14:16 UTC  (3+ messages)

Leaked POSIX lock warning and crash
 2018-07-10  6:15 UTC  (17+ messages)


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