public inbox for linux-unionfs@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-09-01 20:02:09 to 2023-09-28 09:15:15 UTC [more...]

[PATCH] ovl: punt write aio completion to workqueue
 2023-09-28  9:15 UTC  (3+ messages)

[PATCH 0/4] Overlayfs aio cleanups
 2023-09-28  5:11 UTC  (8+ messages)
` [PATCH 1/4] ovl: protect copying of realinode attributes to ovl inode
` [PATCH 2/4] ovl: use simpler function to convert iocb to rw flags
` [PATCH 3/4] ovl: propagate IOCB_APPEND flag on writes to realfile
` [PATCH 4/4] ovl: move ovl_file_accessed() to aio completion

[PATCH] ovl: avoid possible NULL dereference
 2023-09-28  4:45 UTC  (5+ messages)

[syzbot] [overlayfs?] KASAN: invalid-free in ovl_copy_up_one
 2023-09-27 15:10 UTC  (3+ messages)

[PATCH] ovl: disable IOCB_DIO_CALLER_COMP
 2023-09-26 15:31 UTC  (8+ messages)

[syzbot] [overlayfs?] general protection fault in d_path
 2023-09-26 14:40 UTC  (25+ messages)
    ` [syzbot] [integrity] [overlayfs] "

Overlayfs: Deleting files from the lower dir
 2023-09-26  7:43 UTC  (2+ messages)

[PATCH] overlayfs: set ctime when setting mtime and atime
 2023-09-25 12:51 UTC  (11+ messages)

[syzbot] [reiserfs?] possible deadlock in delete_one_xattr (2)
 2023-09-25 10:14 UTC  (2+ messages)

[xfstests generic/617] fsx io_uring dio starts to fail on overlayfs since v6.6-rc1
 2023-09-25  6:35 UTC  (5+ messages)

[PATCH v2 0/2] Test for overlayfs fix in v6.6-rc2
 2023-09-21 17:12 UTC  (9+ messages)
` [PATCH v2 1/2] common: add helper _require_chattr_inherit
` [PATCH v2 2/2] overlay: add test for rename of lower symlink with NOATIME attr

[PATCH] overlay: add test for rename of lower symlink with NOATIME attr
 2023-09-21 14:29 UTC  (7+ messages)

[mszeredi-vfs:statmount-v2 2/3] namespace.c:(.rodata.cst4+0x94): undefined reference to `show_path'
 2023-09-21 10:25 UTC 

[mszeredi-vfs:statmount-v2 2/3] fs/namespace.c:4681:17: sparse: sparse: symbol 'lookup_mnt_in_ns' was not declared. Should it be static?
 2023-09-21  7:17 UTC 

[PATCH] generic/471: add a test to check move in mountpoints of the same export
 2023-09-21 14:20 UTC 

[mszeredi-vfs:statmount-v2 2/3] fs/namespace.c:4869: undefined reference to `show_path'
 2023-09-21  6:33 UTC 

[PATCH v7 00/13] fs: implement multigrain timestamps
 2023-09-20 15:45 UTC  (29+ messages)
` [PATCH v7 12/13] ext4: switch to "
` [f2fs-dev] [PATCH v7 00/13] fs: implement "

[mszeredi-vfs:statmount 2/3] fs/namespace.c:4868:undefined reference to `show_path'
 2023-09-20  1:34 UTC 

[ANNOUNCE] ovl: overlayfs-next updated to d1512c40431a
 2023-09-19 18:41 UTC 

[mszeredi-vfs:statmount 2/3] namespace.c:undefined reference to `show_path'
 2023-09-19 14:55 UTC 

[PATCH] ima: fix wrong dereferences of file->f_path
 2023-09-18 11:56 UTC  (8+ messages)
        ` Fwd: "

[PATCH 0/3] Tests for fanotify and overlayfs
 2023-09-15  9:02 UTC  (9+ messages)
` [PATCH 1/3] fanotify13: Test watching overlayfs upper fs
  ` [LTP] "
` [PATCH 2/3] fanotify13: Test watching overlayfs with FAN_REPORT_FID
` [PATCH 3/3] fanotify13: Test unique overlayfs fsid

[PATCH] overlay: add test for persistent unique fsid
 2023-09-13 16:23 UTC  (2+ messages)

[PATCH] ovl: factor out some common helpers for backing files io
 2023-09-13  5:59 UTC 

Quota on OverlayFS supported?
 2023-09-13  5:48 UTC  (2+ messages)

[PATCH v4 0/5] Support nested overlayfs mounts with xattrs and whiteous
 2023-09-12 16:20 UTC  (9+ messages)
` [PATCH v4 1/5] ovl: Move xattr support to new xattrs.c file
` [PATCH v4 2/5] ovl: Add OVL_XATTR_TRUSTED/USER_PREFIX_LEN macros
` [PATCH v4 3/5] ovl: Support escaped overlay.* xattrs
` [PATCH v4 4/5] ovl: Add an alternative type of whiteout
` [PATCH v4 5/5] ovl: Add documentation on nesting of overlayfs mounts

[GIT PULL] overlayfs fixes for 6.6-rc2
 2023-09-12 16:14 UTC  (2+ messages)

[PATCH v6 00/11] io_uring getdents
 2023-09-10 22:01 UTC  (15+ messages)
` [PATCH 02/11] xfs: add NOWAIT semantics for readdir
` [PATCH 07/11] vfs: add nowait parameter for file_accessed()
` [PATCH 10/11] vfs: trylock inode->i_rwsem in iterate_dir() to support nowait

[PATCH v2 0/3] overlayfs lock ordering changes
 2023-09-08 12:29 UTC  (7+ messages)
` [PATCH v2 2/3] ovl: do not open/llseek lower file with upper sb_writers held

[PATCH v3 0/6] Support nested overlayfs mounts
 2023-09-08 11:19 UTC  (15+ messages)
` [PATCH v3 1/6] ovl: Move xattr support to new xattrs.c file
` [PATCH v3 2/6] ovl: Add OVL_XATTR_TRUSTED/USER_PREFIX_LEN macros
` [PATCH v3 3/6] ovl: Support escaped overlay.* xattrs
` [PATCH v3 4/6] ovl: Add an alternative type of whiteout
` [PATCH v3 5/6] ovl: Handle escaped xwhiteouts across layers
` [PATCH v3 6/6] ovl: Add documentation on nesting of overlayfs mounts

[PATCH v2 0/5] Support nested overlayfs mounts
 2023-09-08  8:44 UTC  (14+ messages)
` [PATCH v2 4/5] ovl: Support creation of whiteout files on overlayfs

[PATCH] ovl: fix failed copyup of fileattr on a symlink
 2023-09-06  0:19 UTC  (5+ messages)

[PATCH v2 00/89] fs: new accessors for inode->i_ctime
 2023-09-04 18:11 UTC  (2+ messages)
` [f2fs-dev] "

[potential issue, question] whiteout shows up in merged directory
 2023-09-04 15:12 UTC  (9+ messages)

[PATCH] ovl: fix incorrect fdput() on aio completion
 2023-09-04 15:08 UTC  (3+ messages)

[Bug report] overlayfs: cannot rename symlink if lower filesystem is FUSE/NFS
 2023-09-03 17:32 UTC  (7+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox