linux-unionfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-10-29 11:40:38 to 2022-03-07 07:48:44 UTC [more...]

[PATCH RFC 0/3] MAP_POPULATE for device memory
 2022-03-07  7:48 UTC  (12+ 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 v4 0/9] Generic per-sb io stats
 2022-03-07  0:14 UTC  (13+ 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 v2] mm: Add f_ops->populate()
 2022-03-06 23:41 UTC  (3+ 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  (14+ messages)
` [PATCH v3 1/6] lib/percpu_counter: add helpers for arrays of counters
` [PATCH v3 2/6] fs: add optional iostats counters to struct super_block
` [PATCH v3 3/6] fs: collect per-sb io stats
` [PATCH v3 4/6] fs: report "
` [PATCH v3 5/6] ovl: opt-in for "
` [PATCH v3 6/6] fuse: "

[RFC PATCH] ovl: fsync parent directory in copy-up
 2022-03-01 14:49 UTC  (7+ messages)

[PATCH v2 0/6] Generic per-mount io stats
 2022-03-01 10:56 UTC  (15+ messages)
` [PATCH v2 1/6] fs: add iostats counters to struct mount
` [PATCH v2 2/6] fs: tidy up fs_flags definitions
` [PATCH v2 3/6] fs: collect per-mount io stats
` [PATCH v2 4/6] fs: report "
` [PATCH v2 5/6] ovl: opt-in for "
` [PATCH v2 6/6] fuse: "

[PATCH v19 0/4] overlayfs override_creds=off & nested get xattr fix
 2022-03-01  1:09 UTC  (18+ messages)
` [PATCH v19 1/4] Add flags option to get xattr method paired to __vfs_getxattr
` [PATCH v19 2/4] overlayfs: handle XATTR_NOSECURITY flag for get xattr method
` [PATCH v19 3/4] overlayfs: override_creds=off option bypass creator_cred
` [PATCH v19 4/4] overlayfs: inode_owner_or_capable called during execv

[PATCH] overlay/079: test for parent directory consistancy in copy-up
 2022-02-26 18:44 UTC  (2+ messages)

[PATCH] ovl: warn if trusted xattr creation fails
 2022-02-26 18:15 UTC  (3+ messages)

Question about fsync in copy-up operaton
 2022-02-15  9:25 UTC  (2+ messages)

[PATCH] fs/overlayfs: fix comments mentioning i_mutex
 2022-02-15  9:21 UTC  (2+ messages)

[RFC PATCH v5 00/10] implement containerized syncfs for overlayfs
 2022-02-05 16:23 UTC  (38+ messages)
` [RFC PATCH v5 06/10] ovl: implement overlayfs' ->write_inode operation
                                              ` ovl_flush() behavior
` [RFC PATCH v5 09/10] fs: introduce new helper sync_fs_and_blockdev()

[GIT PULL] overlayfs fixes for 5.17-rc3
 2022-02-01 20:46 UTC  (2+ messages)

[RFC][PATCH 0/5] vfs, overlayfs, cachefiles: Combine I_OVL_INUSE and S_KERNEL_FILE and split out no-remove
 2022-02-01 10:44 UTC  (12+ messages)
` [PATCH 1/5] vfs, overlayfs, cachefiles: Turn I_OVL_INUSE into something generic
` [PATCH 2/5] vfs: Add tracepoints for inode_excl_inuse_trylock/unlock
` [PATCH 3/5] cachefiles: Split removal-prevention from S_KERNEL_FILE and extend effects
` [PATCH 4/5] cachefiles: Use I_EXCL_INUSE instead of S_KERNEL_FILE
` [PATCH 5/5] cachefiles: Remove the now-unused mark-inode-in-use tracepoints

[PATCH] block: loop: set discard_granularity as PAGE_SIZE if sb->s_blocksize is 0
 2022-01-24 15:22 UTC  (2+ messages)

[PATCH] ovl: fix NULL pointer dereference
 2022-01-14 16:01 UTC  (9+ messages)

Happy Weekend:
 2021-12-26  9:29 UTC 

failed to verify upper - halts boot
 2021-12-08  7:01 UTC  (5+ messages)

overlay2: backporting a copy_file_range bug fix in Linux 5.6 to 5.10?
 2021-12-04  7:25 UTC  (2+ messages)

nfsd blocked
 2021-12-03 23:28 UTC  (4+ messages)

index=on,nfs_export=on Operation not permitted
 2021-11-30 15:41 UTC  (3+ messages)

[RFC PATCH V6 0/7] implement containerized syncfs for overlayfs
 2021-11-27  9:26 UTC  (21+ messages)
` [RFC PATCH V6 1/7] ovl: setup overlayfs' private bdi
` [RFC PATCH V6 2/7] ovl: mark overlayfs inode dirty when it has upper
` [RFC PATCH V6 3/7] ovl: implement overlayfs' own ->write_inode operation
` [RFC PATCH V6 4/7] ovl: set 'DONTCACHE' flag for overlayfs inode
` [RFC PATCH V6 5/7] fs: export wait_sb_inodes()
` [RFC PATCH V6 6/7] ovl: introduce ovl_sync_upper_blockdev()
` [RFC PATCH V6 7/7] ovl: implement containerized syncfs for overlayfs
` 回复:[RFC PATCH V6 0/7] "

[RFC PATCH] ima: differentiate overlay, pivot_root, and other pathnames
 2021-11-10 17:39 UTC 

[GIT PULL] overlayfs update for 5.16
 2021-11-09 19:31 UTC  (2+ messages)

[RFC PATCH] ima: differentiate overlay, pivot_root, and other pathnames
 2021-11-08 17:01 UTC 

[PATCH 0/2] ovl: bugfix for ovl_aio_req
 2021-11-01 10:52 UTC  (9+ messages)
` [PATCH 2/2] ovl: fix UAF "

overlayfs: supporting O_TMPFILE
 2021-10-29 15:16 UTC  (5+ 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).