linux-unionfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-07-20 17:59:17 to 2023-08-27 09:06:29 UTC [more...]

[PATCH 0/3] fstests-bld overlayfs updates
 2023-08-27  9:05 UTC  (2+ messages)

[PATCH RFC v5 00/29] io_uring getdents
 2023-08-25 22:53 UTC  (39+ messages)
` [PATCH 01/29] fs: split off vfs_getdents function of getdents64 syscall
` [PATCH 02/29] xfs: rename XBF_TRYLOCK to XBF_NOWAIT
` [PATCH 03/29] xfs: add NOWAIT semantics for readdir
` [PATCH 04/29] vfs: add nowait flag for struct dir_context
` [PATCH 05/29] vfs: add a vfs helper for io_uring file pos lock
` [PATCH 06/29] vfs: add file_pos_unlock() for io_uring usage
` [PATCH 07/29] vfs: add a nowait parameter for touch_atime()
` [PATCH 08/29] vfs: add nowait parameter for file_accessed()
` [PATCH 09/29] vfs: move file_accessed() to the beginning of iterate_dir()
` [PATCH 10/29] vfs: add S_NOWAIT for nowait time update
` [PATCH 11/29] vfs: trylock inode->i_rwsem in iterate_dir() to support nowait
` [PATCH 12/29] xfs: enforce GFP_NOIO implicitly during nowait time update
` [PATCH 13/29] xfs: make xfs_trans_alloc() support nowait semantics
` [PATCH 14/29] xfs: support nowait for xfs_log_reserve()
` [PATCH 15/29] xfs: don't wait for free space in xlog_grant_head_check() in nowait case
` [PATCH 16/29] xfs: add nowait parameter for xfs_inode_item_init()
` [PATCH 17/29] xfs: make xfs_trans_ijoin() error out -EAGAIN
` [PATCH 18/29] xfs: set XBF_NOWAIT for xfs_buf_read_map if necessary
` [PATCH 19/29] xfs: support nowait memory allocation in _xfs_buf_alloc()
` [PATCH 20/29] xfs: distinguish error type of memory allocation failure for nowait case
` [PATCH 21/29] xfs: return -EAGAIN when bulk memory allocation fails in "
` [PATCH 22/29] xfs: comment page allocation for nowait case in xfs_buf_find_insert()
` [PATCH 23/29] xfs: don't print warn info for -EAGAIN error in xfs_buf_get_map()
` [PATCH 24/29] xfs: support nowait for xfs_buf_read_map()
` [PATCH 25/29] xfs: support nowait for xfs_buf_item_init()
` [PATCH 26/29] xfs: return -EAGAIN when nowait meets sync in transaction commit
` [PATCH 27/29] xfs: add a comment for xlog_kvmalloc()
` [PATCH 28/29] xfs: support nowait semantics for xc_ctx_lock in xlog_cil_commit()
` [PATCH 29/29] io_uring: add support for getdents

[PATCH v2 0/5] Support nested overlayfs mounts
 2023-08-25 14:39 UTC  (45+ messages)
` [PATCH v2 1/5] ovl: Move xattr support to new xattrs.c file
` [PATCH v2 2/5] ovl: Add OVL_XATTR_TRUSTED/USER_PREFIX_LEN macros
` [PATCH v2 3/5] ovl: Support escaped overlay.* xattrs
` [PATCH v2 4/5] ovl: Support creation of whiteout files on overlayfs
` [PATCH v2 5/5] ovl: Add documentation on nesting of overlayfs mounts

[PATCH v13 05/10] fuse: Handle asynchronous read and write in passthrough
 2023-08-24 12:11 UTC  (5+ messages)

[syzbot] Monthly overlayfs report (Aug 2023)
 2023-08-24  7:15 UTC 

Re; Interest,
 2023-08-22 23:31 UTC 

[RFC][PATCH 1/2] smack: Retrieve transmuting information in smack_inode_getsecurity()
 2023-08-21  7:55 UTC  (2+ messages)

[PATCH v3 0/4] overlayfs lock ordering changes
 2023-08-17 14:41 UTC  (10+ messages)
` [PATCH v3 1/4] ovl: reorder ovl_want_write() after ovl_inode_lock()
` [PATCH v3 2/4] ovl: split ovl_want_write() into two helpers
` [PATCH v3 3/4] ovl: do not open/llseek lower file with upper sb_writers held
` [PATCH v3 4/4] ovl: do not encode lower fh "
` [PATCH v3 0/4] fs: export __mnt_{want,drop}_write to modules

[PATCH 0/4] Support nested overlayfs mounts
 2023-08-16 18:45 UTC  (7+ messages)
` [PATCH 1/4] ovl: Add OVL_XATTR_TRUSTED/USER_PREFIX_LEN macros
` [PATCH 2/4] ovl: Support escaped overlay.* xattrs
` [PATCH 3/4] ovl: Support creation of whiteout files on overlayfs
` [PATCH 4/4] ovl: Add documentation on nesting of overlayfs mounts

[PATCH v2 0/3] overlayfs lock ordering changes
 2023-08-16 15:02 UTC  (14+ messages)
` [PATCH v2 1/3] ovl: reorder ovl_want_write() after ovl_inode_lock()
` [PATCH v2 2/3] ovl: do not open/llseek lower file with upper sb_writers held
` [PATCH v2 3/3] ovl: do not encode lower fh "

Nesting overlay instances (whiteouts/xattrs)
 2023-08-15 14:20 UTC  (2+ messages)

[PATCH 0/2] overlayfs lock ordering changes
 2023-08-14 12:56 UTC  (5+ messages)

[PATCH AUTOSEL 5.10 20/25] ovl: Always reevaluate the file signature for IMA
 2023-08-13 16:09 UTC 

[PATCH AUTOSEL 5.15 26/31] ovl: Always reevaluate the file signature for IMA
 2023-08-13 16:05 UTC 

[PATCH AUTOSEL 6.1 40/47] ovl: Always reevaluate the file signature for IMA
 2023-08-13 15:59 UTC 

[PATCH AUTOSEL 6.4 45/54] ovl: Always reevaluate the file signature for IMA
 2023-08-13 15:49 UTC 

[PATCH v3 0/3] overlayfs: debugging check for valid superblock
 2023-08-13  7:31 UTC  (7+ messages)
` [PATCH v3 3/3] ovl: validate superblock in OVL_FS()

[PATCH v2 0/4] Report overlayfs file ids with fanotify
 2023-08-11 13:32 UTC  (4+ messages)

[PATCH -next] ovl: Remove duplicated include
 2023-08-10 12:04 UTC 

[PATCH v7 00/13] fs: implement multigrain timestamps
 2023-08-09 22:37 UTC  (49+ messages)
` [PATCH v7 01/13] fs: remove silly warning from current_time
` [PATCH v7 02/13] fs: pass the request_mask to generic_fillattr
` [PATCH v7 03/13] fs: drop the timespec64 arg from generic_update_time
` [PATCH v7 04/13] btrfs: have it use inode_update_timestamps
` [PATCH v7 05/13] fat: make fat_update_time get its own timestamp
` [PATCH v7 06/13] ubifs: have ubifs_update_time use inode_update_timestamps
` [PATCH v7 07/13] xfs: have xfs_vn_update_time gets its own timestamp
` [PATCH v7 08/13] fs: drop the timespec64 argument from update_time
` [PATCH v7 09/13] fs: add infrastructure for multigrain timestamps
` [PATCH v7 10/13] tmpfs: add support "
` [PATCH v7 11/13] xfs: switch to "
` [PATCH v7 12/13] ext4: "
` [PATCH v7 13/13] btrfs: convert "

[PATCH V3] ovl: fix mount fail because the upper doesn't have space
 2023-08-02  2:11 UTC  (3+ messages)

[syzbot] BUG: unable to handle kernel paging request in take_dentry_name_snapshot
 2023-07-30 14:34 UTC  (2+ messages)
` [syzbot] [reiserfs?] [overlayfs?] "

[syzbot] Monthly overlayfs report (Jul 2023)
 2023-07-24  8:31 UTC 

[PATCH AUTOSEL 6.1 34/41] ovl: check type and offset of struct vfsmount in ovl_entry
 2023-07-24  1:21 UTC 

[PATCH AUTOSEL 5.15 17/23] ovl: check type and offset of struct vfsmount in ovl_entry
 2023-07-24  1:23 UTC 

[PATCH AUTOSEL 6.4 51/58] ovl: check type and offset of struct vfsmount in ovl_entry
 2023-07-24  1:13 UTC 

[PATCH 6.1 0/2] ovl: fix null pointer dereference in ovl_get_acl rcu path
 2023-07-20 17:59 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).