Linux Overlay Filesystem development
 help / color / mirror / Atom feed
 messages from 2025-09-25 13:40:23 to 2025-10-30 23:23:01 UTC [more...]

[PATCH v4 00/14] Create and use APIs to centralise locking for directory ops
 2025-10-30 23:22 UTC  (22+ messages)
` [PATCH v4 01/14] debugfs: rename end_creating() to debugfs_end_creating()
` [PATCH v4 02/14] VFS: introduce start_dirop() and end_dirop()
` [PATCH v4 03/14] VFS: tidy up do_unlinkat()
` [PATCH v4 04/14] VFS/nfsd/cachefiles/ovl: add start_creating() and end_creating()
` [PATCH v4 05/14] VFS/nfsd/cachefiles/ovl: introduce start_removing() and end_removing()
` [PATCH v4 06/14] VFS: introduce start_creating_noperm() and start_removing_noperm()
` [PATCH v4 07/14] VFS: introduce start_removing_dentry()
` [PATCH v4 08/14] VFS: add start_creating_killable() and start_removing_killable()
` [PATCH v4 09/14] VFS/nfsd/ovl: introduce start_renaming() and end_renaming()
` [PATCH v4 10/14] VFS/ovl/smb: introduce start_renaming_dentry()
` [PATCH v4 11/14] Add start_renaming_two_dentries()
` [PATCH v4 12/14] ecryptfs: use new start_creating/start_removing APIs
` [PATCH v4 13/14] VFS: change vfs_mkdir() to unlock on failure
` [PATCH v4 14/14] VFS: introduce end_creating_keep()

overlayfs - vaild to mount mergedir over lowerdir?
 2025-10-30 17:54 UTC  (2+ messages)

[PATCH v3 00/13] vfs: recall-only directory delegations for knfsd
 2025-10-29 13:39 UTC  (25+ messages)
` [PATCH v3 01/13] filelock: push the S_ISREG check down to ->setlease handlers
` [PATCH v3 02/13] vfs: add try_break_deleg calls for parents to vfs_{link,rename,unlink}
` [PATCH v3 03/13] vfs: allow mkdir to wait for delegation break on parent
` [PATCH v3 04/13] vfs: allow rmdir "
` [PATCH v3 05/13] vfs: break parent dir delegations in open(..., O_CREAT) codepath
` [PATCH v3 06/13] vfs: make vfs_create break delegations on parent directory
` [PATCH v3 07/13] vfs: make vfs_mknod "
` [PATCH v3 08/13] vfs: make vfs_symlink break delegations on parent dir
` [PATCH v3 09/13] filelock: lift the ban on directory leases in generic_setlease
` [PATCH v3 10/13] nfsd: allow filecache to hold S_IFDIR files
` [PATCH v3 11/13] nfsd: allow DELEGRETURN on directories
` [PATCH v3 12/13] nfsd: wire up GET_DIR_DELEGATION handling
` [PATCH v3 13/13] vfs: expose delegation support to userland

[PATCH 6.17 061/184] fs/notify: call exportfs_encode_fid with s_umount
 2025-10-27 18:35 UTC 

[PATCH 6.12 044/117] fs/notify: call exportfs_encode_fid with s_umount
 2025-10-27 18:36 UTC 

[PATCH 6.6 79/84] fs/notify: call exportfs_encode_fid with s_umount
 2025-10-27 18:37 UTC 

[PATCH] overlayfs: avoid redundant call to strlen() in ovl_lookup_temp()
 2025-10-27 17:47 UTC  (3+ messages)

[PATCH 6.6.y] fs/notify: call exportfs_encode_fid with s_umount
 2025-10-26 16:04 UTC 

[PATCH AUTOSEL 6.17] ovl: make sure that ovl_create_real() returns a hashed dentry
 2025-10-25 15:59 UTC 

[PATCH v2 00/11] vfs: recall-only directory delegations for knfsd
 2025-10-21 13:09 UTC  (20+ messages)
` [PATCH v2 01/11] filelock: push the S_ISREG check down to ->setlease handlers
` [PATCH v2 02/11] vfs: add try_break_deleg calls for parents to vfs_{link,rename,unlink}
` [PATCH v2 03/11] vfs: allow mkdir to wait for delegation break on parent
` [PATCH v2 04/11] vfs: allow rmdir "
` [PATCH v2 05/11] vfs: break parent dir delegations in open(..., O_CREAT) codepath
` [PATCH v2 06/11] vfs: make vfs_create break delegations on parent directory
` [PATCH v2 07/11] vfs: make vfs_mknod "
` [PATCH v2 08/11] filelock: lift the ban on directory leases in generic_setlease
` [PATCH v2 09/11] nfsd: allow filecache to hold S_IFDIR files
` [PATCH v2 10/11] nfsd: allow DELEGRETURN on directories
` [PATCH v2 11/11] nfsd: wire up GET_DIR_DELEGATION handling

[RFC PATCH 0/1] ovl: brtfs' temp_fsid doesn't work with ovl index=on
 2025-10-21  1:16 UTC  (19+ messages)
` [RFC PATCH 1/1] ovl: Use fsid as unique identifier for trusted origin

[PATCH v7 00/14] hide ->i_state behind accessors
 2025-10-20  9:43 UTC  (41+ messages)
` [PATCH v7 01/14] fs: move wait_on_inode() from writeback.h to fs.h
` [PATCH v7 02/14] fs: spell out fenced ->i_state accesses with explicit smp_wmb/smp_rmb
` [PATCH v7 03/14] fs: provide accessors for ->i_state
` [PATCH v7 04/14] Coccinelle-based conversion to use ->i_state accessors
` [PATCH v7 05/14] Manual conversion to use ->i_state accessors of all places not covered by coccinelle
` [PATCH v7 06/14] btrfs: use the new ->i_state accessors
` [PATCH v7 07/14] ceph: "
` [PATCH v7 08/14] smb: "
` [PATCH v7 09/14] f2fs: "
` [PATCH v7 10/14] gfs2: "
` [PATCH v7 11/14] overlayfs: "
` [PATCH v7 12/14] nilfs2: "
` [PATCH v7 13/14] xfs: "
` [PATCH v7 14/14] fs: make plain ->i_state access fail to compile

[PATCH 00/13] vfs: recall-only directory delegations for knfsd
 2025-10-20  9:38 UTC  (31+ messages)
` [PATCH 01/13] filelock: push the S_ISREG check down to ->setlease handlers
` [PATCH 02/13] filelock: add a lm_may_setlease lease_manager callback
` [PATCH 03/13] vfs: add try_break_deleg calls for parents to vfs_{link,rename,unlink}
` [PATCH 04/13] vfs: allow mkdir to wait for delegation break on parent
` [PATCH 05/13] vfs: allow rmdir "
` [PATCH 06/13] vfs: break parent dir delegations in open(..., O_CREAT) codepath
` [PATCH 07/13] vfs: make vfs_create break delegations on parent directory
` [PATCH 08/13] vfs: make vfs_mknod "
` [PATCH 09/13] filelock: lift the ban on directory leases in generic_setlease
` [PATCH 10/13] nfsd: allow filecache to hold S_IFDIR files
` [PATCH 11/13] nfsd: allow DELEGRETURN on directories
` [PATCH 12/13] nfsd: check for delegation conflicts vs. the same client
` [PATCH 13/13] nfsd: wire up GET_DIR_DELEGATION handling

[PATCH] overlay: add tests for casefolded layers
 2025-10-17 17:06 UTC 

[PATCH] ovl: remove redundant IOCB_DIO_CALLER_COMP clearing
 2025-10-10 12:03 UTC  (4+ messages)

[PATCH v6 0/4] hide ->i_state behind accessors
 2025-10-07 11:07 UTC  (9+ messages)
` [PATCH v6 3/4] Manual conversion of ->i_state uses

[GIT PULL] overlayfs updates for 6.18
 2025-10-03 21:31 UTC  (2+ messages)

[PATCH] fs/notify: call exportfs_encode_fid with s_umount
 2025-10-01 12:15 UTC  (2+ messages)

[PATCH] ovl: check before dereferencing s_root field
 2025-10-01 10:14 UTC  (11+ messages)

[PATCH v3 00/38] vfs, nfsd: implement directory delegations
 2025-09-26 16:27 UTC  (23+ messages)
` [PATCH v3 03/38] vfs: add try_break_deleg calls for parents to vfs_{link,rename,unlink}
` [PATCH v3 04/38] vfs: allow mkdir to wait for delegation break on parent
` [PATCH v3 05/38] vfs: allow rmdir "
` [PATCH v3 06/38] vfs: break parent dir delegations in open(..., O_CREAT) codepath
` [PATCH v3 07/38] vfs: make vfs_create break delegations on parent directory
` [PATCH v3 08/38] vfs: make vfs_mknod "
` [PATCH v3 22/38] vfs: add fsnotify_modify_mark_mask()
` [PATCH v3 27/38] nfsd: add notification handlers for dir events

[syzbot] [overlayfs?] WARNING in ovl_copy_up_file (2)
 2025-09-26  8:22 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