linux-unionfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-07-28 20:57:08 to 2021-09-30 03:13:00 UTC [more...]

[PATCH 0/2] ovl: bugfix for ovl_aio_req
 2021-09-30  3:22 UTC  (3+ messages)
` [PATCH 1/2] ovl: factor out ovl_get_aio_req
` [PATCH 2/2] ovl: fix UAF for ovl_aio_req

[PATCH] ovl: set overlayfs inode's a_ops->direct_IO properly
 2021-09-28 12:47 UTC 

[PATCH] ovl: fix null pointer when filesystem doesn't support direct IO
 2021-09-28  7:17 UTC  (14+ messages)
` [PATCH v2] "
      ` [PATCH v3] "
            ` [PATCH v3] ovl: fix null pointer when filesystemdoesn'tsupportdirect IO

[PATCH] ovl: fix oops in ovl_rename
 2021-09-24 19:01 UTC  (4+ messages)

[RFC PATCH v5 00/10] implement containerized syncfs for overlayfs
 2021-09-23 13:08 UTC  (11+ messages)
` [RFC PATCH v5 01/10] ovl: setup overlayfs' private bdi
` [RFC PATCH v5 02/10] ovl: implement ->writepages operation
` [RFC PATCH v5 03/10] ovl: implement overlayfs' ->evict_inode operation
` [RFC PATCH v5 04/10] ovl: mark overlayfs' inode dirty on modification
` [RFC PATCH v5 05/10] ovl: mark overlayfs' inode dirty on shared mmap
` [RFC PATCH v5 06/10] ovl: implement overlayfs' ->write_inode operation
` [RFC PATCH v5 07/10] ovl: cache dirty overlayfs' inode
` [RFC PATCH v5 08/10] fs: export wait_sb_inodes()
` [RFC PATCH v5 09/10] fs: introduce new helper sync_fs_and_blockdev()
` [RFC PATCH v5 10/10] ovl: implement containerized syncfs for overlayfs

[PATCH] overlay: fix documented kernel commit ids
 2021-09-12  9:34 UTC 

[PATCH AUTOSEL 5.14 46/99] ovl: copy up sync/noatime fileattr flags
 2021-09-11 14:36 UTC  (4+ messages)
` [PATCH AUTOSEL 5.14 47/99] ovl: skip checking lower file's i_writecount on truncate

[RFC][PATCH] vfs, afs: Pass the file from fstat()/statx() to the fs for auth purposes
 2021-09-10 10:54 UTC 

[PATCH AUTOSEL 5.10 25/53] ovl: skip checking lower file's i_writecount on truncate
 2021-09-10  0:20 UTC 

[PATCH AUTOSEL 5.4 17/37] ovl: skip checking lower file's i_writecount on truncate
 2021-09-10  0:21 UTC 

[PATCH AUTOSEL 5.13 40/88] ovl: copy up sync/noatime fileattr flags
 2021-09-10  0:17 UTC  (2+ messages)
` [PATCH AUTOSEL 5.13 41/88] ovl: skip checking lower file's i_writecount on truncate

[syzbot] WARNING in ovl_create_real
 2021-09-08  8:26 UTC  (5+ messages)

[PATCH v2 0/7] Remove in-tree usage of MAP_DENYWRITE
 2021-09-05 19:07 UTC  (18+ messages)
` [PATCH v2 1/7] binfmt: don't use MAP_DENYWRITE when loading shared libraries via uselib()
` [PATCH v2 2/7] kernel/fork: factor out replacing the current MM exe_file
` [PATCH v2 3/7] kernel/fork: always deny write access to "
` [PATCH v2 4/7] binfmt: remove in-tree usage of MAP_DENYWRITE
` [PATCH v2 5/7] mm: remove VM_DENYWRITE
` [PATCH v2 6/7] mm: ignore MAP_DENYWRITE in ksys_mmap_pgoff()
` [PATCH v2 7/7] fs: update documentation of get_write_access() and friends

[GIT PULL] overlayfs update for 5.15
 2021-09-02 17:37 UTC  (3+ messages)

[PATCH v1 0/7] Remove in-tree usage of MAP_DENYWRITE
 2021-09-01  8:28 UTC  (82+ messages)
` [PATCH v1 1/7] binfmt: don't use MAP_DENYWRITE when loading shared libraries via uselib()
` [PATCH v1 2/7] kernel/fork: factor out atomcially replacing the current MM exe_file
` [PATCH v1 3/7] kernel/fork: always deny write access to "
` [PATCH v1 4/7] binfmt: remove in-tree usage of MAP_DENYWRITE
` [PATCH v1 5/7] mm: remove VM_DENYWRITE
` [PATCH v1 6/7] mm: ignore MAP_DENYWRITE in ksys_mmap_pgoff()
` [PATCH v1 7/7] fs: update documentation of get_write_access() and friends
                    ` Removing Mandatory Locks

[PATCH v2 0/2] allow overlayfs to do RCU lookups
 2021-08-18 18:53 UTC  (8+ messages)
` [PATCH v2 1/2] vfs: add flags argument to ->get_acl() callback
` [PATCH v2 2/2] ovl: enable RCU'd ->get_acl()

ovl: fix BUG_ON() in may_delete() when called from ovl_cleanup
 2021-08-17 15:39 UTC  (2+ messages)

[PATCH AUTOSEL 5.10 8/9] ovl: fix uninitialized pointer read in ovl_lookup_real_one()
 2021-08-17  0:35 UTC 

[PATCH AUTOSEL 5.4 5/5] ovl: fix uninitialized pointer read in ovl_lookup_real_one()
 2021-08-17  0:36 UTC 

[PATCH AUTOSEL 5.13 11/12] ovl: fix uninitialized pointer read in ovl_lookup_real_one()
 2021-08-17  0:35 UTC 

[QUESTION] Why overlayfs cannot mounted as nfs_export and metacopy?
 2021-08-16 19:00 UTC  (13+ messages)

mmap denywrite mess (Was: [GIT PULL] overlayfs fixes for 5.14-rc6)
 2021-08-12  7:12 UTC  (4+ messages)

[GIT PULL v2] overlayfs fixes for 5.14-rc6
 2021-08-10 16:54 UTC  (2+ messages)

[PATCH 0/2] allow overlayfs to do RCU lookups
 2021-08-10 15:51 UTC  (4+ messages)
` [PATCH 1/2] vfs: add flags argument to ->get_acl() callback
` [PATCH 2/2] ovl: enable RCU'd ->get_acl()

[GIT PULL] overlayfs fixes for 5.14-rc6
 2021-08-10  5:13 UTC  (5+ messages)

[PATCH] ovl: nfs_export: Parse index inode's nlink when 'd_inode(lowerdentry)->i_nlink == 1'
 2021-08-06  9:53 UTC 

ovl: uninitialized pointer read in ovl_lookup_real_one
 2021-08-06  8:22 UTC  (3+ messages)

{Spam?} Z. HD,Sehr geehrte / r Fondsempfänger
 2021-08-05 21:15 UTC 

[PATCH] overlay: add test for copy up of lower file attributes
 2021-08-04  3:44 UTC  (4+ messages)

[PATCH] overlay/078: Fix cleanup with unpatched kernel
 2021-08-03  7:07 UTC 

[syzbot] possible deadlock in iter_file_splice_write (2)
 2021-07-28 20:57 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).