ecryptfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
[PATCH] fs: ecryptfs: replace deprecated strncpy with strscpy
 2024-04-24 23:57 UTC  (3+ messages)

[PATCH] treewide: Fix common grammar mistake "the the"
 2024-04-12  6:41 UTC  (10+ messages)
  ` [PATCH v2] "

[PATCH RFC 00/24] vfs, nfsd, nfs: implement directory delegations
 2024-03-22 14:13 UTC  (47+ messages)
` [PATCH RFC 01/24] filelock: push the S_ISREG check down to ->setlease handlers
` [PATCH RFC 02/24] filelock: add a lm_set_conflict lease_manager callback
` [PATCH RFC 03/24] vfs: add try_break_deleg calls for parents to vfs_{link,rename,unlink}
` [PATCH RFC 04/24] vfs: allow mkdir to wait for delegation break on parent
` [PATCH RFC 05/24] vfs: allow rmdir "
` [PATCH RFC 06/24] vfs: break parent dir delegations in open(..., O_CREAT) codepath
` [PATCH RFC 07/24] vfs: make vfs_create break delegations on parent directory
` [PATCH RFC 08/24] vfs: make vfs_mknod "
` [PATCH RFC 09/24] filelock: lift the ban on directory leases in generic_setlease
` [PATCH RFC 10/24] nfsd: allow filecache to hold S_IFDIR files
` [PATCH RFC 11/24] nfsd: allow DELEGRETURN on directories
` [PATCH RFC 12/24] nfsd: encoders and decoders for GET_DIR_DELEGATION
` [PATCH RFC 13/24] nfsd: check for delegation conflicts vs. the same client
` [PATCH RFC 14/24] nfsd: wire up GET_DIR_DELEGATION handling
` [PATCH RFC 15/24] nfs: fix nfs_stateid_hash prototype when CONFIG_CRC32 isn't set
` [PATCH RFC 16/24] nfs: remove unused NFS_CALL macro
` [PATCH RFC 17/24] nfs: add cache_validity to the nfs_inode_event tracepoints
` [PATCH RFC 18/24] nfs: add a tracepoint to nfs_inode_detach_delegation_locked
` [PATCH RFC 19/24] nfs: new tracepoint in nfs_delegation_need_return
` [PATCH RFC 20/24] nfs: new tracepoint in match_stateid operation
` [PATCH RFC 21/24] nfs: add a GDD_GETATTR rpc operation
` [PATCH RFC 22/24] nfs: skip dentry revalidation when parent dir has a delegation
` [PATCH RFC 23/24] nfs: optionally request a delegation on GETATTR
` [PATCH RFC 24/24] nfs: add a module parameter to disable directory delegations

[PATCH] ecryptfs: Fix buffer size for tag 66 packet
 2024-03-19 15:23 UTC  (2+ messages)

subscribe
 2024-02-27  6:52 UTC 

CERH - Centre CERH - Projet de recherche en santé et spiritualité - Collaboration et Partage
 2024-02-02 23:04 UTC 

Meeting with the Development Team
 2024-01-26  8:31 UTC 

[PATCH AUTOSEL 5.4 5/9] ecryptfs: Reject casefold directory inodes
 2024-01-16  1:08 UTC 

[PATCH AUTOSEL 5.10 5/9] ecryptfs: Reject casefold directory inodes
 2024-01-16  1:07 UTC 

[PATCH AUTOSEL 5.15 07/11] ecryptfs: Reject casefold directory inodes
 2024-01-16  1:07 UTC 

[PATCH AUTOSEL 6.1 10/14] ecryptfs: Reject casefold directory inodes
 2024-01-16  1:06 UTC 

[PATCH AUTOSEL 6.6 15/19] ecryptfs: Reject casefold directory inodes
 2024-01-16  1:05 UTC 

[PATCH AUTOSEL 6.7 17/21] ecryptfs: Reject casefold directory inodes
 2024-01-16  1:03 UTC 

Bezplatná 60denní zkušební verze: Vylepšete své výrobní procesy
 2023-12-05  8:36 UTC 

Prosím kontaktujte
 2023-11-20  8:36 UTC 

:once again
 2023-11-13 15:12 UTC 

[PATCH] ecryptfs: Simplify ecryptfs_crypto_api_algify_cipher_name()
 2023-10-30 14:07 UTC  (2+ messages)

This list is being migrated to the new vger infra (no action required)
 2023-10-27 23:22 UTC  (2+ messages)

[PATCH 07/29] ecryptfs: move ecryptfs_xattr_handlers to .rodata
 2023-09-30  5:00 UTC 

[PATCH v7 00/13] fs: implement multigrain timestamps
 2023-09-20 15:45 UTC  (52+ messages)
` [PATCH v7 05/13] fat: make fat_update_time get its own timestamp
` [PATCH v7 07/13] xfs: have xfs_vn_update_time gets "
` [PATCH v7 08/13] fs: drop the timespec64 argument from update_time
` [PATCH v7 12/13] ext4: switch to multigrain timestamps
` [f2fs-dev] [PATCH v7 00/13] fs: implement "

[PATCH v6 00/11] io_uring getdents
 2023-09-10 22:01 UTC  (28+ messages)
` [PATCH 01/11] fs: split off vfs_getdents function of getdents64 syscall
` [PATCH 02/11] xfs: add NOWAIT semantics for readdir
` [PATCH 03/11] vfs: add nowait flag for struct dir_context
` [PATCH 04/11] vfs: add a vfs helper for io_uring file pos lock
` [PATCH 05/11] vfs: add file_pos_unlock() for io_uring usage
` [PATCH 06/11] vfs: add a nowait parameter for touch_atime()
` [PATCH 07/11] vfs: add nowait parameter for file_accessed()
` [PATCH 08/11] vfs: move file_accessed() to the beginning of iterate_dir()
` [PATCH 09/11] vfs: error out -EAGAIN if atime needs to be updated
` [PATCH 10/11] vfs: trylock inode->i_rwsem in iterate_dir() to support nowait
` [PATCH 11/11] io_uring: add support for getdents

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

Poptávka
 2023-08-30  8:54 UTC 

[PATCH v6 0/7] fs: implement multigrain timestamps
 2023-08-30  1:22 UTC  (7+ messages)
` [PATCH v6 1/7] fs: pass the request_mask to generic_fillattr

[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

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

Systém sledování a optimalizace výroby
 2023-08-21  7:35 UTC 

[PATCH v2 0/3] fs/ecryptfs: Replace kmap{,_atomic}() with kmap_local_page()
 2023-08-18 13:18 UTC  (4+ 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).