linux-unionfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-03-01 18:42:52 to 2022-04-20 08:22:11 UTC [more...]

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

[PATCH v5 00/19] overlay: support idmapped layers
 2022-04-07 11:21 UTC  (20+ 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

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

[PATCH v2 00/19] overlay: support idmapped layers
 2022-03-30 16:11 UTC  (28+ messages)
` [PATCH v2 01/19] fs: add two trivial lookup helpers
` [PATCH v2 02/19] exportfs: support idmapped mounts
` [PATCH v2 03/19] ovl: use wrappers to all vfs_*xattr() calls
` [PATCH v2 04/19] ovl: pass ofs to creation operations
` [PATCH v2 05/19] ovl: add ovl_upper_idmap() wrapper
` [PATCH v2 06/19] ovl: handle idmappings in creation operations
` [PATCH v2 07/19] ovl: pass ofs to setattr operations
` [PATCH v2 08/19] ovl: pass layer mnt to ovl_open_realfile()
` [PATCH v2 09/19] ovl: use ovl_do_notify_change() wrapper
` [PATCH v2 10/19] ovl: use ovl_lookup_upper() wrapper
` [PATCH v2 11/19] ovl: use ovl_path_getxattr() wrapper
` [PATCH v2 12/19] ovl: handle idmappings for layer fileattrs
` [PATCH v2 13/19] ovl: handle idmappings for layer lookup
` [PATCH v2 14/19] ovl: store lower path in ovl_inode
` [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

[PATCH v19 1/4] Add flags option to get xattr method paired to __vfs_getxattr
 2022-03-25 14:44 UTC  (3+ messages)

[RFC Patch] ovl: skip delever fadvise request to lower layers
 2022-03-19  5:38 UTC 

[PATCH v19 0/4] overlayfs override_creds=off & nested get xattr fix
 2022-03-11 20:52 UTC  (11+ messages)

[PATCH v4 0/9] Generic per-sb io stats
 2022-03-10 10:45 UTC  (17+ messages)
` [PATCH v4 1/9] lib/percpu_counter: add helpers for "relaxed" counters
` [PATCH v4 2/9] lib/percpu_counter: add helpers for arrays of counters
` [PATCH v4 3/9] fs: tidy up fs_flags definitions
` [PATCH v4 4/9] fs: add optional iostats counters to struct super_block
` [PATCH v4 5/9] fs: collect per-sb io stats
` [PATCH v4 6/9] fs: report "
` [PATCH v4 7/9] ovl: opt-in for "
` [PATCH v4 8/9] fuse: "
` [PATCH v4 9/9] fs: enable per-sb io stats for all blockdev filesystems

[PATCH RFC 0/3] MAP_POPULATE for device memory
 2022-03-08 10:10 UTC  (23+ messages)
` [PATCH RFC 1/3] mm: Add f_ops->populate()
` [PATCH RFC 2/3] x86/sgx: Export sgx_encl_page_alloc()
` [PATCH RFC 3/3] x86/sgx: Implement EAUG population with MAP_POPULATE

[PATCH RFC v2] mm: Add f_ops->populate()
 2022-03-07 15:44 UTC  (9+ messages)

[PATCH RFC] mm: Add f_ops->populate()
 2022-03-06  4:36 UTC  (8+ messages)

[PATCH v3 0/6] Generic per-sb io stats
 2022-03-03  6:50 UTC  (9+ messages)
` [PATCH v3 5/6] ovl: opt-in for "


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