public inbox for ecryptfs@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-10-30 23:23:01 to 2026-01-13 01:46:37 UTC [more...]

[PATCH] ecryptfs: Replace memcpy + NUL termination in ecryptfs_copy_filename
 2026-01-13  1:46 UTC  (2+ messages)

[PATCH] ecryptfs: Annotate struct ecryptfs_message with __counted_by
 2026-01-13  1:41 UTC  (2+ messages)

[PATCH] ecryptfs: Add missing gotos in ecryptfs_read_metadata
 2026-01-12 19:23 UTC  (5+ messages)

[PATCH v6 00/15] Create and use APIs to centralise locking for directory ops
 2026-01-12  9:45 UTC  (38+ messages)
` [PATCH v6 01/15] debugfs: rename end_creating() to debugfs_end_creating()
` [PATCH v6 02/15] VFS: introduce start_dirop() and end_dirop()
` [PATCH v6 03/15] VFS: tidy up do_unlinkat()
` [PATCH v6 04/15] VFS/nfsd/cachefiles/ovl: add start_creating() and end_creating()
` [PATCH v6 05/15] VFS/nfsd/cachefiles/ovl: introduce start_removing() and end_removing()
` [PATCH v6 06/15] VFS: introduce start_creating_noperm() and start_removing_noperm()
    ` [PATCH] fuse: fix conversion of fuse_reverse_inval_entry() to start_removing()
` [PATCH v6 07/15] smb/server: use end_removing_noperm for for target of smb2_create_link()
` [PATCH v6 08/15] VFS: introduce start_removing_dentry()
` [PATCH v6 09/15] VFS: add start_creating_killable() and start_removing_killable()
` [PATCH v6 10/15] VFS/nfsd/ovl: introduce start_renaming() and end_renaming()
` [PATCH v6 11/15] VFS/ovl/smb: introduce start_renaming_dentry()
` [PATCH v6 12/15] Add start_renaming_two_dentries()
` [PATCH v6 13/15] ecryptfs: use new start_creating/start_removing APIs
` [PATCH v6 14/15] VFS: change vfs_mkdir() to unlock on failure
` [PATCH v6 15/15] VFS: introduce end_creating_keep()

[PATCH] fs: allow rename across bind mounts on same superblock
 2025-12-30  5:57 UTC 

[PATCH 0/2] Fix two regressions from start_creating()/start_removing() conversion
 2025-12-30  3:30 UTC  (11+ messages)
` [PATCH 1/2] ecryptfs: Fix improper mknod pairing of start_creating()/end_removing()
` [PATCH 2/2] ecryptfs: Release lower parent dentry after creating dir

[PATCH v1] ecryptfs: simplify list initialization in ecryptfs_parse_packet_set()
 2025-12-23 21:03 UTC  (2+ messages)

[PATCH 1/3] ecryptfs: Replace strcpy with strscpy in ecryptfs_set_default_crypt_stat_vals
 2025-12-23 21:00 UTC  (6+ messages)
` [PATCH 2/3] ecryptfs: Replace strcpy with strscpy in ecryptfs_cipher_code_to_string
` [PATCH 3/3] ecryptfs: Replace strcpy with strscpy in ecryptfs_validate_options

[PATCH v2] ecryptfs: Drop redundant NUL terminations after calling ecryptfs_to_hex
 2025-12-23 20:54 UTC  (2+ messages)

[PATCH RESEND] ecryptfs: Replace memcpy + NUL termination in ecryptfs_new_file_context
 2025-12-23 20:28 UTC  (2+ messages)

[PATCH RESEND v3] vfs: remove the excl argument from the ->create() inode_operation
 2025-12-03 10:18 UTC  (3+ messages)

[PATCH] ecryptfs: Replace memcpy + NUL termination in ecryptfs_new_file_context
 2025-11-21 16:19 UTC 

[PATCH] ecryptfs: Drop redundant NUL termination in ecryptfs_parse_tag_70_packet
 2025-11-20 21:45 UTC 

[RESEND PATCH] ecryptfs: Fix packet format comment in parse_tag_67_packet()
 2025-11-20 21:02 UTC  (3+ messages)

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

[PATCH v6 00/17] vfs: recall-only directory delegations for knfsd
 2025-11-12  9:00 UTC  (20+ messages)
` [PATCH v6 01/17] filelock: make lease_alloc() take a flags argument
` [PATCH v6 02/17] filelock: rework the __break_lease API to use flags
` [PATCH v6 03/17] filelock: add struct delegated_inode
` [PATCH v6 04/17] filelock: push the S_ISREG check down to ->setlease handlers
` [PATCH v6 05/17] vfs: add try_break_deleg calls for parents to vfs_{link,rename,unlink}
` [PATCH v6 06/17] vfs: allow mkdir to wait for delegation break on parent
` [PATCH v6 07/17] vfs: allow rmdir "
` [PATCH v6 08/17] vfs: break parent dir delegations in open(..., O_CREAT) codepath
` [PATCH v6 09/17] vfs: clean up argument list for vfs_create()
` [PATCH v6 10/17] vfs: make vfs_create break delegations on parent directory
` [PATCH v6 11/17] vfs: make vfs_mknod "
` [PATCH v6 12/17] vfs: make vfs_symlink break delegations on parent dir
` [PATCH v6 13/17] filelock: lift the ban on directory leases in generic_setlease
` [PATCH v6 14/17] nfsd: allow filecache to hold S_IFDIR files
` [PATCH v6 15/17] nfsd: allow DELEGRETURN on directories
` [PATCH v6 16/17] nfsd: wire up GET_DIR_DELEGATION handling
` [PATCH v6 17/17] vfs: expose delegation support to userland

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

[PATCH v3] vfs: remove the excl argument from the ->create() inode_operation
 2025-11-10 13:13 UTC 

[PATCH v2] vfs: remove the excl argument from the ->create() inode_operation
 2025-11-08  9:19 UTC  (7+ messages)
  ` LLM disclosure (was: [PATCH v2] vfs: remove the excl argument from the ->create() inode_operation)

[PATCH] vfs: remove the excl argument from the ->create() inode_operation
 2025-11-07  0:00 UTC  (5+ messages)

[PATCH v4 00/17] vfs: recall-only directory delegations for knfsd
 2025-11-05 12:19 UTC  (27+ messages)
` [PATCH v4 01/17] filelock: make lease_alloc() take a flags argument
` [PATCH v4 02/17] filelock: rework the __break_lease API to use flags
` [PATCH v4 03/17] filelock: add struct delegated_inode
` [PATCH v4 04/17] filelock: push the S_ISREG check down to ->setlease handlers
` [PATCH v4 05/17] vfs: add try_break_deleg calls for parents to vfs_{link,rename,unlink}
` [PATCH v4 06/17] vfs: allow mkdir to wait for delegation break on parent
` [PATCH v4 07/17] vfs: allow rmdir "
` [PATCH v4 08/17] vfs: break parent dir delegations in open(..., O_CREAT) codepath
` [PATCH v4 09/17] vfs: add struct createdata for passing arguments to vfs_create()
` [PATCH v4 10/17] vfs: make vfs_create break delegations on parent directory
` [PATCH v4 11/17] vfs: make vfs_mknod "
` [PATCH v4 12/17] vfs: make vfs_symlink break delegations on parent dir
` [PATCH v4 13/17] filelock: lift the ban on directory leases in generic_setlease
` [PATCH v4 14/17] nfsd: allow filecache to hold S_IFDIR files
` [PATCH v4 15/17] nfsd: allow DELEGRETURN on directories
` [PATCH v4 16/17] nfsd: wire up GET_DIR_DELEGATION handling
` [PATCH v4 17/17] vfs: expose delegation support to userland

[PATCH v3 00/13] vfs: recall-only directory delegations for knfsd
 2025-10-31 12:23 UTC  (5+ messages)
` [PATCH v3 03/13] vfs: allow mkdir to wait for delegation break on parent

[PATCH v4 00/14] Create and use APIs to centralise locking for directory ops
 2025-10-30 23:41 UTC  (10+ messages)
` [PATCH v4 07/14] VFS: introduce start_removing_dentry()
` [PATCH v4 11/14] Add start_renaming_two_dentries()
` [PATCH v4 12/14] ecryptfs: use new start_creating/start_removing APIs


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