public inbox for linux-nfs@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-01-13 15:32:47 to 2025-01-17 18:37:04 UTC [more...]

[RFC PATCH 00/24] crypto: Add generic Kerberos library with AEAD template for hash-then-crypt
 2025-01-17 18:35 UTC  (13+ messages)
` [RFC PATCH 01/24] crypto/krb5: Add API Documentation
` [RFC PATCH 02/24] crypto/krb5: Add some constants out of sunrpc headers
` [RFC PATCH 03/24] crypto: Add 'krb5enc' hash and cipher AEAD algorithm
` [RFC PATCH 04/24] crypto/krb5: Test manager data
` [RFC PATCH 05/24] crypto/krb5: Implement Kerberos crypto core
` [RFC PATCH 06/24] crypto/krb5: Add an API to query the layout of the crypto section
` [RFC PATCH 07/24] crypto/krb5: Add an API to alloc and prepare a crypto object
` [RFC PATCH 08/24] crypto/krb5: Add an API to perform requests
` [RFC PATCH 09/24] crypto/krb5: Provide infrastructure and key derivation
` [RFC PATCH 10/24] crypto/krb5: Implement the Kerberos5 rfc3961 "
` [RFC PATCH 11/24] crypto/krb5: Provide RFC3961 setkey packaging functions
` [RFC PATCH 12/24] crypto/krb5: Implement the Kerberos5 rfc3961 encrypt and decrypt functions

[PATCHES][RFC][CFT] ->d_revalidate() calling conventions changes (->d_parent/->d_name stability problems)
 2025-01-17 18:35 UTC  (34+ messages)
` [PATCHES v2][RFC][CFT] "
  ` [PATCH v2 01/20] make sure that DNAME_INLINE_LEN is a multiple of word size
    ` [PATCH v2 02/20] dcache: back inline names with a struct-wrapped array of unsigned long
    ` [PATCH v2 03/20] make take_dentry_name_snapshot() lockless
    ` [PATCH v2 04/20] dissolve external_name.u into separate members
    ` [PATCH v2 05/20] ext4 fast_commit: make use of name_snapshot primitives
    ` [PATCH v2 06/20] generic_ci_d_compare(): use shortname_storage
    ` [PATCH v2 07/20] Pass parent directory inode and expected name to ->d_revalidate()
    ` [PATCH v2 08/20] afs_d_revalidate(): use stable name and parent inode passed by caller
    ` [PATCH v2 09/20] ceph_d_revalidate(): use stable "
    ` [PATCH v2 10/20] ceph_d_revalidate(): propagate stable name down into request enconding
    ` [PATCH v2 11/20] fscrypt_d_revalidate(): use stable parent inode passed by caller
    ` [PATCH v2 12/20] exfat_d_revalidate(): "
    ` [PATCH v2 13/20] vfat_revalidate{,_ci}(): "
    ` [PATCH v2 14/20] fuse_dentry_revalidate(): use stable parent inode and name "
    ` [PATCH v2 15/20] gfs2_drevalidate(): "
    ` [PATCH v2 16/20] nfs{,4}_lookup_validate(): use stable parent inode "
    ` [PATCH v2 17/20] nfs: fix ->d_revalidate() UAF on ->d_name accesses
    ` [PATCH v2 18/20] ocfs2_dentry_revalidate(): use stable parent inode and name passed by caller
    ` [PATCH v2 19/20] orangefs_d_revalidate(): "
    ` [PATCH v2 20/20] 9p: fix ->rename_sem exclusion

[PATCH 1/1] nfsd: fix management of listener transports
 2025-01-17 17:53 UTC  (6+ messages)

[PATCH 0/5] nfs export symlink vulnerability fix (duplicate(ish))
 2025-01-17 15:28 UTC  (4+ messages)

[PATCH] SUNRPC: Set tk_rpc_status when RPC_TASK_SIGNALLED is detected
 2025-01-17 12:16 UTC  (7+ messages)

[PATCH v5 -next 00/16] sysctl: move sysctls from vm_table into its own files
 2025-01-17  9:55 UTC  (6+ messages)
` [PATCH v5 -next 11/16] sunrpc: simplify rpcauth_cache_shrink_count()
    ` Re: [PATCH v5 -next 00/16] sysctl: move sysctls from vm_table into its own files

[RFC PATCH 0/8] crypto: Add generic Kerberos library with crypto as AEAD algorithms
 2025-01-17  8:30 UTC  (5+ messages)
` [RFC PATCH 2/8] crypto/krb5: Provide Kerberos 5 crypto through AEAD API

[PATCH 0/3] fix removal of nfsd listeners
 2025-01-17  4:08 UTC  (19+ messages)
` [PATCH 1/3] llist: add ability to remove a particular entry from the list
` [PATCH 2/3] SUNRPC: add ability to remove specific server transport
` [PATCH 3/3] nfsd: fix management of listener transports

[PATCH] pnfs/flexfiles: retry getting layout segment for reads
 2025-01-17  1:05 UTC 

[LSF/MM/BPF TOPIC] Implementing the NFS v4.2 WRITE_SAME operation: VFS or NFS ioctl() ?
 2025-01-16 22:11 UTC  (19+ messages)
              ` [Lsf-pc] "

[PATCH v2 0/3] nfsdctl: add support for new lockd configuration interface
 2025-01-16 21:12 UTC  (24+ messages)
` [PATCH v2 3/3] nfsdctl: add necessary bits to configure lockd
            ` [nfs-utils PATCH] nfsdctl: debug logging fixups

nfsd becomes a zombie
 2025-01-16 20:07 UTC  (12+ messages)
  ` nfsd blocks indefinitely in nfsd4_destroy_session (was: Re: nfsd becomes a zombie)
    ` nfsd blocks indefinitely in nfsd4_destroy_session

nfsd4 laundromat_main hung tasks
 2025-01-16 14:12 UTC  (11+ messages)

[PATCH] net: Convert proto_ops::getname to sockaddr_storage
 2025-01-16  7:53 UTC  (3+ messages)

[PATCH v2] treewide: const qualify ctl_tables where applicable
 2025-01-15 20:30 UTC  (4+ messages)

[PATCH nfs-utils v3 0/7] rpcctl: Flake8 cleanups
 2025-01-15 20:29 UTC  (8+ messages)
` [PATCH nfs-utils v3 1/7] rpcctl: Fix flake8 whitespace errors
` [PATCH nfs-utils v3 2/7] rpcctl: Fix flake8 line-too-long errors
` [PATCH nfs-utils v3 3/7] rpcctl: Fix flake8 bare exception error
` [PATCH nfs-utils v3 4/7] rpcctl: Fix flake8 ambiguous-variable-name error
` [PATCH nfs-utils v3 5/7] rpcctl: Add missing docstrings to the Xprt class
` [PATCH nfs-utils v3 6/7] rpcctl: Add missing docstrings to the XprtSwitch class
` [PATCH nfs-utils v3 7/7] rpcctl: Add remaining missing docstrings

[PATCH nfs-utils v2 0/8] rpcctl: Flake8 cleanups
 2025-01-15 20:20 UTC  (9+ messages)
` [PATCH nfs-utils v2 1/8] Patch for broken libnfsimapd static and regex plugins
` [PATCH nfs-utils v2 2/8] rpcctl: Fix flake8 whitespace errors
` [PATCH nfs-utils v2 3/8] rpcctl: Fix flake8 line-too-long errors
` [PATCH nfs-utils v2 4/8] rpcctl: Fix flake8 bare exception error
` [PATCH nfs-utils v2 5/8] rpcctl: Fix flake8 ambiguous-variable-name error
` [PATCH nfs-utils v2 6/8] rpcctl: Add missing docstrings to the Xprt class
` [PATCH nfs-utils v2 7/8] rpcctl: Add missing docstrings to the XprtSwitch class
` [PATCH nfs-utils v2 8/8] rpcctl: Add remaining missing docstrings

[PATCH] nfsd: add list_head nf_gc to struct nfsd_file
 2025-01-15 19:48 UTC  (2+ messages)
` Fwd: "

[PATCH] nfsd: free nfsd_file by gc after adding it to lru list
 2025-01-15 15:27 UTC  (9+ messages)

[nfs-utils PATCH] nfsdctl: tweak the version subcommand behavior
 2025-01-15 13:07 UTC  (4+ messages)

[PATCH 6.12 010/189] nfs: Fix oops in nfs_netfs_init_request() when copying to cache
 2025-01-15 10:35 UTC 

Patch for broken libnfsimapd static and regex plugins. It appears that the makefile does not add nfsidmap_common.c in the sources. . nfs-utils (1:2.8.2-1.1~0.1) UNRELEASED; urgency=medium . * Non-maintainer upload. * Fix issue with static and regex plugins missing symbol get_grnam_buflen
 2025-01-15  9:53 UTC  (2+ messages)

[PATCH] nfsdcltrack related manpage and configure file cleanup
 2025-01-15  9:40 UTC  (2+ messages)

[RFC PATCH] NFSD: Skip sending CB_RECALL_ANY when the backchannel isn't up
 2025-01-14 22:46 UTC  (2+ messages)

nfsd blocks indefinitely in nfsd4_destroy_session
 2025-01-14 20:31 UTC 

[PATCH 0/3] NFS & SUNRPC Sysfs Improvements
 2025-01-14 15:09 UTC  (5+ messages)
` [PATCH 3/3] sunrpc: Add a sysfs file for adding a new xprt

[PATCH NFS-UTILS 00/10] rpcctl: Various Improvements
 2025-01-14  9:14 UTC  (5+ messages)
` [PATCH NFS-UTILS 10/10] rpcctl: Add support for `rpcctl switch add-xprt`

linux-next: build warning after merge of the nfs-anna tree
 2025-01-14  5:45 UTC  (2+ messages)

[nfs-utils PATCH v3 0/3] version handling fixes for nfsdctl and rpc.nfsd
 2025-01-13 23:20 UTC  (5+ messages)
` [nfs-utils PATCH v3 1/3] nfsdctl: tweak the version subcommand behavior
` [nfs-utils PATCH v3 2/3] nfsdctl: tweak the nfs.conf version handling
` [nfs-utils PATCH v3 3/3] nfsd: fix version sanity check

[nfs-utils PATCH v2 0/2] nfsdctl version handling fixes
 2025-01-13 23:11 UTC  (3+ messages)

[for-6.13 PATCH v3 00/14] nfs/nfsd: improvements for LOCALIO
 2025-01-13 22:29 UTC  (10+ messages)
                ` [PATCH v2] nfs: fix incorrect error handling in LOCALIO (was: Re: [for-6.13 PATCH v3 00/14] nfs/nfsd: improvements for LOCALIO)

[PATCH AUTOSEL 5.4 3/4] kheaders: Ignore silly-rename files
 2025-01-13 18:36 UTC 

[PATCH AUTOSEL 5.10 4/5] kheaders: Ignore silly-rename files
 2025-01-13 18:36 UTC 

[PATCH AUTOSEL 5.15 4/6] kheaders: Ignore silly-rename files
 2025-01-13 18:35 UTC 

[PATCH AUTOSEL 6.1 04/10] kheaders: Ignore silly-rename files
 2025-01-13 18:35 UTC 

[PATCH AUTOSEL 6.6 04/10] kheaders: Ignore silly-rename files
 2025-01-13 18:35 UTC 

[PATCH AUTOSEL 6.12 06/20] kheaders: Ignore silly-rename files
 2025-01-13 18:34 UTC 

[PATCH v3 0/7] Client-side OFFLOAD_STATUS implementation
 2025-01-13 17:11 UTC  (11+ messages)
` [PATCH v3 1/7] NFS: CB_OFFLOAD can return NFS4ERR_DELAY
` [PATCH v3 2/7] NFS: Fix typo in OFFLOAD_CANCEL comment
` [PATCH v3 3/7] NFS: Rename struct nfs4_offloadcancel_data
` [PATCH v3 4/7] NFS: Implement NFSv4.2's OFFLOAD_STATUS XDR
` [PATCH v3 5/7] NFS: Implement NFSv4.2's OFFLOAD_STATUS operation
` [PATCH v3 6/7] NFS: Use "
` [PATCH v3 7/7] NFS: Refactor trace_nfs4_offload_cancel


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