linux-unionfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-09-26 18:16:28 to 2016-11-18 15:02:57 UTC [more...]

[PATCH] ovl: fix return value of ovl_fill_super
 2016-11-18 15:02 UTC 

[PATCH 0/3] overlayfs: allow moving directory trees
 2016-11-16 22:00 UTC  (45+ messages)
` [PATCH 1/3] ovl: check fs features
` [PATCH 2/3] vfs: export vfs_path_lookup()
` [PATCH 3/3] ovl: redirect on rename-dir
` [PATCH] ovl: check for emptiness of redirect dir

[PATCH] ovl: fix nested overlayfs mount
 2016-11-16  9:28 UTC  (2+ messages)

[PATCH 1/2] ovl: use kernel facility for copying attributes
 2016-11-16  9:25 UTC  (4+ messages)
` [PATCH 2/2] ovl: use kernel facility for updating access time

[RFC][PATCH 0/4] ovl: Do not hold s_vfs_rename_mutex during data copy up
 2016-11-16  5:27 UTC  (9+ messages)
` [RFC][PATCH 1/4] vfs: update documentation for inode operation locking rules
` [RFC][PATCH 2/4] ovl: add helper ovl_dentry_is_upper()
` [RFC][PATCH 3/4] ovl: fold ovl_copy_up_truncate() into ovl_copy_up()
` [RFC][PATCH 4/4] ovl: allow concurrent copy up data of different files

31636 linux-unionfs
 2016-11-15  9:57 UTC 

[PATCH v2] ovl: fix issue with nftw(3) with FTW_MOUNT flag set
 2016-11-14 14:22 UTC 

[PATCH] ovl: fix issue with nftw(3) with FTW_MOUNT flag set
 2016-11-14 13:27 UTC 

[PATCH] generic: use bind mount instead of 2nd _scratch_mount
 2016-11-13 23:29 UTC  (2+ messages)

[RFC][PATH 0/4] Reduce excessive use of lock_rename() in overlayfs
 2016-11-12 19:45 UTC  (20+ messages)
` [RFC][PATH 1/4] vfs: reinterpret sillyrename flag as delete lock
` [RFC][PATH 2/4] vfs: introduce delete trylock/unlock
` [RFC][PATH 3/4] ovl: delete lock upper dir and work dir
` [RFC][PATH 4/4] ovl: relax lock_rename when moving files between work and upper dir

[miklos-vfs:redirect 24/27] fs/overlayfs/namei.c:164: error: unknown field 'len' specified in initializer
 2016-11-10 23:51 UTC 

[PATCH 0/2] xfstests-bld: improve overlayfs testing
 2016-11-07 17:29 UTC  (4+ messages)
` [PATCH 1/2] test-appliance: add xfs/reflink config
` [PATCH 2/2] test-appliance: add support for overlayfs over xfs

[GIT PULL] overlayfs fixes for 4.9-rc3
 2016-11-05 21:41 UTC  (7+ messages)

[ovl] e7aefd2650: kernel BUG at fs/overlayfs/dir.c:903!
 2016-11-04 10:53 UTC 

[PATCH] vfs: fix vfs_clone_file_range() for overlayfs files
 2016-11-03 20:57 UTC  (5+ messages)

ACL test failures on overlayfs over tmpfs
 2016-10-31 15:12 UTC  (4+ messages)
` Fwd: "

[PATCH] ovl: update S_ISGID when setting posix ACLs
 2016-10-28 19:22 UTC  (8+ messages)
` [PATCH v2] "

[POC/RFC PATCH] overlayfs: fix data inconsistency at copy up
 2016-10-24  8:11 UTC  (14+ messages)

[PATCH 07/12] vfs: do get_write_access() on upper layer of overlayfs
 2016-10-19  8:56 UTC  (6+ messages)

[PATCH 1/3] t_truncate_self: describe self better in error message
 2016-10-19  8:52 UTC  (3+ messages)
` [PATCH 2/3] overlay/013: fix bug in test_upper creation
` [PATCH 3/3] overlay/013: adjust test expectation to kernel v4.8

Problem with parcel shipping, ID:00000901336
 2016-10-15 14:19 UTC 

[GIT PULL] overlayfs update for 4.9
 2016-10-14 10:10 UTC  (6+ messages)

[GIT PULL (updated)] overlayfs update for 4.9
 2016-10-14  9:39 UTC 

Problems with item delivery, n.0000656601
 2016-10-12 23:43 UTC 

Exporting overlay via NFS?
 2016-10-12 18:40 UTC  (2+ messages)

[GIT PULL] overlayfs update for 4.9
 2016-10-11 19:49 UTC  (5+ messages)

Operation not permitted when removing file in stacked overlayfs
 2016-10-11 13:34 UTC 

[PATCH v6 00/16] Xattr inode operation removal
 2016-10-06 21:34 UTC  (21+ messages)
` [PATCH v6 01/16] xattr: Remove unnecessary NULL attribute name check
` [PATCH v6 02/16] jffs2: Remove jffs2_{get,set,remove}xattr macros
` [PATCH v6 03/16] hfs: Switch to generic xattr handlers
` [PATCH v6 04/16] kernfs: "
` [PATCH v6 05/16] sockfs: getxattr: Fail with -EOPNOTSUPP for invalid attribute names
` [PATCH v6 06/16] sockfs: Get rid of getxattr iop
` [PATCH v6 07/16] ecryptfs: Switch to generic xattr handlers
` [PATCH v6 08/16] lustre: "
` [PATCH v6 09/16] vfs: Move xattr_resolve_name to the front of fs/xattr.c
` [PATCH v6 10/16] vfs: Add IOP_XATTR inode operations flag
` [PATCH v6 11/16] vfs: Use IOP_XATTR flag for bad-inode handling
` [PATCH v6 12/16] libfs: Use IOP_XATTR flag for empty directory handling
` [PATCH v6 13/16] xattr: Add __vfs_{get,set,remove}xattr helpers
` [PATCH v6 14/16] vfs: Check for the IOP_XATTR flag in listxattr
` [PATCH v6 15/16] xattr: Stop calling {get,set,remove}xattr inode operations
` [PATCH v6 16/16] vfs: Remove "

[PATCH v3 0/4] ovl: efficient copy up by reflink
 2016-09-30 11:14 UTC  (14+ messages)
` [PATCH v3 2/4] ovl: use vfs_clone_file_range() for copy up if possible
` [PATCH v3 3/4] vfs: allow vfs_copy_file_range() across file systems

[PATCH v5 00/17] Xattr inode operation removal
 2016-09-28 22:40 UTC  (19+ messages)
` [PATCH v5 01/17] xattr: Remove unnecessary NULL attribute name check
` [PATCH v5 02/17] jffs2: Remove jffs2_{get,set,remove}xattr macros
` [PATCH v5 03/17] hfs: Switch to generic xattr handlers
` [PATCH v5 04/17] kernfs: "
` [PATCH v5 05/17] sockfs: getxattr: Fail with -EOPNOTSUPP for invalid attribute names
` [PATCH v5 06/17] sockfs: Get rid of getxattr iop
` [PATCH v5 07/17] ecryptfs: Switch to generic xattr handlers
` [PATCH v5 08/17] fuse: "
` [PATCH v5 09/17] lustre: "
` [PATCH v5 10/17] vfs: Move xattr_resolve_name to the front of fs/xattr.c
` [PATCH v5 11/17] vfs: Add IOP_XATTR inode operations flag
` [PATCH v5 12/17] vfs: Use IOP_XATTR flag for bad-inode handling
` [PATCH v5 13/17] libfs: Use IOP_XATTR flag for empty directory handling
` [PATCH v5 14/17] xattr: Add __vfs_{get,set,remove}xattr helpers
` [PATCH v5 15/17] vfs: Check for the IOP_XATTR flag in listxattr
` [PATCH v5 16/17] xattr: Stop calling {get,set,remove}xattr inode operations
` [PATCH v5 17/17] vfs: Remove "

[PATCH v4 0/4] ovl: efficient copy up by reflink
 2016-09-26 18:17 UTC  (2+ messages)


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