linux-unionfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-03-30 10:26:17 to 2022-08-03 07:44:05 UTC [more...]

[PATCH v2] overlayfs: improve ovl_get_acl
 2022-08-03  7:43 UTC  (5+ messages)

[PATCH -next] ovl: Fix spelling mistakes and cleanup code
 2022-08-02 13:43 UTC  (2+ messages)

[PATCH v2] ovl: drop WARN_ON() dentry is NULL in ovl_encode_fh()
 2022-07-28 15:50 UTC  (3+ messages)

[PATCH] ovl: only WARN_ON_ONCE() if dentry is NULL in ovl_encode_fh()
 2022-07-28 11:46 UTC  (3+ messages)

[PATCH] overlayfs: improve ovl_get_acl
 2022-07-28  1:50 UTC  (3+ messages)

[PATCH] ovl: Fix a potential memory leak for kstrdup()
 2022-07-27 13:29 UTC  (2+ messages)

[PATCH -next] ovl: clean up comparsions to NULL
 2022-07-27 13:25 UTC  (2+ messages)

[PATCH -next] ovl: Fix spelling mistakes and cleanup code
 2022-07-27 13:23 UTC  (2+ messages)

[PATCH -next] ovl: Fix some kernel-doc comments
 2022-07-27 13:21 UTC  (2+ messages)

[PATCH] ovl: Handle ENOSYS when fileattr support is missing in lower/upper fs
 2022-07-18 20:33 UTC  (17+ messages)
          ` [PATCH] [REGRESSION] "

[PATCH v2 0/3] ovl: acl fixes
 2022-07-14 21:37 UTC  (8+ messages)
` [PATCH v2 1/3] acl: move idmapped mount fixup into vfs_{g,s}etxattr()
` [PATCH v2 2/3] acl: make posix_acl_clone() available to overlayfs
` [PATCH v2 3/3] ovl: handle idmappings in ovl_get_acl()

[GIT PULL] overlayfs fixes for 5.19-rc7
 2022-07-12 16:02 UTC  (2+ messages)

[RFC PATCH] ovl: properly release old cache entries in ovl_cache_get()
 2022-07-12 15:26 UTC  (5+ messages)

[PATCH] ovl: turn of SB_POSIXACL with idmapped layers temporarily
 2022-07-08 13:58 UTC  (6+ messages)

[linux-next:master] BUILD REGRESSION 088b9c375534d905a4d337c78db3b3bfbb52c4a0
 2022-07-08 10:02 UTC  (5+ messages)

[PATCH v2] ovl: turn of SB_POSIXACL with idmapped layers temporarily
 2022-07-07 13:05 UTC 

[PATCH] acl: report correct ownership in some ovl use-cases
 2022-07-07 10:31 UTC  (3+ messages)

[linux-next:master] BUILD REGRESSION 6cc11d2a1759275b856e464265823d94aabd5eaf
 2022-07-02  1:03 UTC 

[PATCH] media: docs: Modify the section of User xattr
 2022-06-25  1:15 UTC  (3+ messages)

[PATCH v3] cred: Propagate security_prepare_creds() error code
 2022-06-16 15:04 UTC  (17+ messages)

[GIT PULL] overlayfs update for 5.19
 2022-05-30 18:28 UTC  (2+ messages)

[PATCH 5/5] generic/623: add overlay into the blacklist
 2022-05-30  6:22 UTC  (2+ messages)

[PATCH v2] cred: Propagate security_prepare_creds() error code
 2022-05-28  1:37 UTC  (4+ messages)

[PATCH] cred: Propagate security_prepare_creds() error code
 2022-05-24  4:44 UTC  (3+ messages)

2nd Quater puchase request
 2022-05-03 14:49 UTC 

[PATCH v5 00/19] overlay: support idmapped layers
 2022-04-28 14:47 UTC  (29+ messages)
` [PATCH v5 01/19] fs: add two trivial lookup helpers
` [PATCH v5 02/19] exportfs: support idmapped mounts
` [PATCH v5 03/19] ovl: use wrappers to all vfs_*xattr() calls
` [PATCH v5 04/19] ovl: pass ofs to creation operations
` [PATCH v5 05/19] ovl: add ovl_upper_mnt_userns() wrapper
` [PATCH v5 06/19] ovl: handle idmappings in creation operations
` [PATCH v5 07/19] ovl: pass ofs to setattr operations
` [PATCH v5 08/19] ovl: pass layer mnt to ovl_open_realfile()
` [PATCH v5 09/19] ovl: use ovl_do_notify_change() wrapper
` [PATCH v5 10/19] ovl: use ovl_lookup_upper() wrapper
` [PATCH v5 11/19] ovl: use ovl_path_getxattr() wrapper
` [PATCH v5 12/19] ovl: handle idmappings for layer fileattrs
` [PATCH v5 13/19] ovl: handle idmappings for layer lookup
` [PATCH v5 14/19] ovl: store lower path in ovl_inode
` [PATCH v5 15/19] ovl: use ovl_copy_{real,upper}attr() wrappers
` [PATCH v5 16/19] ovl: handle idmappings in ovl_permission()
` [PATCH v5 17/19] ovl: handle idmappings in layer open helpers
` [PATCH v5 18/19] ovl: handle idmappings in ovl_xattr_{g,s}et()
` [PATCH v5 19/19] ovl: support idmapped layers

overlayfs: supporting O_TMPFILE
 2022-04-20  8:21 UTC  (5+ messages)

[PATCH v3 00/19] overlay: support idmapped layers
 2022-04-07  9:29 UTC  (29+ messages)
` [PATCH v3 01/19] fs: add two trivial lookup helpers
` [PATCH v3 02/19] exportfs: support idmapped mounts
` [PATCH v3 03/19] ovl: use wrappers to all vfs_*xattr() calls
` [PATCH v3 04/19] ovl: pass ofs to creation operations
` [PATCH v3 05/19] ovl: add ovl_upper_idmap() wrapper
` [PATCH v3 06/19] ovl: handle idmappings in creation operations
` [PATCH v3 07/19] ovl: pass ofs to setattr operations
` [PATCH v3 08/19] ovl: pass layer mnt to ovl_open_realfile()
` [PATCH v3 09/19] ovl: use ovl_do_notify_change() wrapper
` [PATCH v3 10/19] ovl: use ovl_lookup_upper() wrapper
` [PATCH v3 11/19] ovl: use ovl_path_getxattr() wrapper
` [PATCH v3 12/19] ovl: handle idmappings for layer fileattrs
` [PATCH v3 13/19] ovl: handle idmappings for layer lookup
` [PATCH v3 14/19] ovl: store lower path in ovl_inode
` [PATCH v3 15/19] ovl: use ovl_copy_{real,upper}attr() wrappers
` [PATCH v3 16/19] ovl: handle idmappings in ovl_permission()
` [PATCH v3 17/19] ovl: handle idmappings in layer open helpers
` [PATCH v3 18/19] ovl: handle idmappings in ovl_xattr_{g,s}et()
` [PATCH v3 19/19] ovl: support idmapped layers

[PATCH v4 00/19] overlay: support idmapped layers
 2022-04-04 10:51 UTC  (20+ messages)
` [PATCH v4 01/19] fs: add two trivial lookup helpers
` [PATCH v4 02/19] exportfs: support idmapped mounts
` [PATCH v4 03/19] ovl: use wrappers to all vfs_*xattr() calls
` [PATCH v4 04/19] ovl: pass ofs to creation operations
` [PATCH v4 05/19] ovl: add ovl_upper_mnt_userns() wrapper
` [PATCH v4 06/19] ovl: handle idmappings in creation operations
` [PATCH v4 07/19] ovl: pass ofs to setattr operations
` [PATCH v4 08/19] ovl: pass layer mnt to ovl_open_realfile()
` [PATCH v4 09/19] ovl: use ovl_do_notify_change() wrapper
` [PATCH v4 10/19] ovl: use ovl_lookup_upper() wrapper
` [PATCH v4 11/19] ovl: use ovl_path_getxattr() wrapper
` [PATCH v4 12/19] ovl: handle idmappings for layer fileattrs
` [PATCH v4 13/19] ovl: handle idmappings for layer lookup
` [PATCH v4 14/19] ovl: store lower path in ovl_inode
` [PATCH v4 15/19] ovl: use ovl_copy_{real,upper}attr() wrappers
` [PATCH v4 16/19] ovl: handle idmappings in ovl_permission()
` [PATCH v4 17/19] ovl: handle idmappings in layer open helpers
` [PATCH v4 18/19] ovl: handle idmappings in ovl_xattr_{g,s}et()
` [PATCH v4 19/19] ovl: support idmapped layers

[PATCH 00/18] overlay: support idmapped layers
 2022-03-31  9:55 UTC  (4+ messages)

[PATCH v2 00/19] overlay: support idmapped layers
 2022-03-30 16:11 UTC  (16+ messages)
` [PATCH v2 01/19] fs: add two trivial lookup helpers
` [PATCH v2 02/19] exportfs: support idmapped mounts
` [PATCH v2 15/19] ovl: use ovl_copy_{real,upper}attr() wrappers
` [PATCH v2 16/19] ovl: handle idmappings in ovl_permission()
` [PATCH v2 17/19] ovl: handle idmappings in layer open helpers
` [PATCH v2 18/19] ovl: handle idmappings in ovl_xattr_{g,s}et()
` [PATCH v2 19/19] ovl: support idmapped layers


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