messages from 2025-01-15 20:29:58 to 2025-01-22 03:57:05 UTC [more...]
[PATCH 0/4] nfsd: filecache: change garbage collect lists
2025-01-22 3:54 UTC (5+ messages)
` [PATCH 1/4] nfsd: filecache: use nfsd_file_dispose_list() in nfsd_file_close_inode_sync()
` [PATCH 2/4] nfsd: filecache: move globals nfsd_file_lru and nfsd_file_shrinker to be per-net
` [PATCH 3/4] nfsd: filecache: change garbage collection list management
` [PATCH 4/4] nfsd: filecache: change garbage collection to a timer
[PATCH] nfsd: free nfsd_file by gc after adding it to lru list
2025-01-22 3:48 UTC (11+ messages)
[nfs-utils PATCH] mountstats/nfsiostat: when parsing the mountstats file, only keep the nfs mounts
2025-01-22 3:34 UTC
[PATCH v2] nfsd: map EBUSY to NFS4ERR_ACCESS for all operations
2025-01-21 22:59 UTC (5+ messages)
NFSD threads hang when destroying a session or client ID
2025-01-21 19:43 UTC (13+ messages)
[nfs-utils PATCH] nfsiostat: skip argv[0] when parsing command-line
2025-01-21 19:03 UTC
[PATCH 5.15 099/127] kheaders: Ignore silly-rename files
2025-01-21 17:52 UTC
[PATCH 6.1 22/64] kheaders: Ignore silly-rename files
2025-01-21 17:52 UTC
[PATCH 6.12 053/122] kheaders: Ignore silly-rename files
2025-01-21 17:51 UTC
[PATCH 6.6 28/72] kheaders: Ignore silly-rename files
2025-01-21 17:51 UTC
[PATCH 0/6 v5] nfsd: allocate/free session-based DRC slots on demand
2025-01-21 16:24 UTC (5+ messages)
` [PATCH 5/6] nfsd: add support for freeing unused session-DRC slots
[PATCH v2] treewide: const qualify ctl_tables where applicable
2025-01-21 13:40 UTC (3+ messages)
[PATCH] nfsd: add list_head nf_gc to struct nfsd_file
2025-01-21 13:35 UTC (3+ messages)
` Fwd: "
[patch v2] mount.nfs: Add support for nfs://-URLs
2025-01-21 13:11 UTC (2+ messages)
[PATCH] nfsd: map EBUSY for all operations
2025-01-21 10:17 UTC (12+ messages)
[NFS Session Trunking] Failure to Function When One Connection is Disconnected
2025-01-21 4:24 UTC
[PATCH] Removed nfsd_path_(read|write) methods as they are pointless
2025-01-21 1:48 UTC
linux-next: manual merge of the vfs-brauner tree with the nfs-anna tree
2025-01-20 23:33 UTC (2+ messages)
[RFC PATCH 00/24] crypto: Add generic Kerberos library with AEAD template for hash-then-crypt
2025-01-20 23:12 UTC (34+ 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
` [RFC PATCH 13/24] crypto/krb5: Implement the Kerberos5 rfc3961 get_mic and verify_mic
` [RFC PATCH 14/24] crypto/krb5: Implement the AES enctypes from rfc3962
` [RFC PATCH 15/24] crypto/krb5: Implement the AES enctypes from rfc8009
` [RFC PATCH 16/24] crypto/krb5: Implement the AES encrypt/decrypt "
` [RFC PATCH 17/24] crypto/krb5: Implement crypto self-testing
` [RFC PATCH 18/24] crypto/krb5: Add the AES self-testing data from rfc8009
` [RFC PATCH 19/24] crypto/krb5: Implement the Camellia enctypes from rfc6803
` [RFC PATCH 20/24] rxrpc: Add the security index for yfs-rxgk
` [RFC PATCH 21/24] rxrpc: Add YFS RxGK (GSSAPI) security class
` [RFC PATCH 22/24] rxrpc: rxgk: Provide infrastructure and key derivation
` [RFC PATCH 23/24] rxrpc: rxgk: Implement the yfs-rxgk security class (GSSAPI)
` [RFC PATCH 24/24] rxrpc: rxgk: Implement connection rekeying
Linux nfsd always returns { .minor=0, .major=0 } for FATTR4_WORD0_FSID, why?
2025-01-20 20:14 UTC (2+ messages)
nfsd stuck in D (disk sleep) state
2025-01-20 9:22 UTC (8+ messages)
[PATCH 3/3] sunrpc: Add a sysfs file for adding a new xprt
2025-01-20 7:26 UTC (2+ messages)
[PATCH] NFSv4: harden nfs4_get_uniquifier() function
2025-01-20 4:55 UTC
linux-next: Signed-off-by missing for commit in the nfs-anna tree
2025-01-19 21:04 UTC
linux-next: warning fetching the nfs-anna tree
2025-01-19 21:02 UTC
[PATCH v5 00/10] nfsd: implement the "delstid" draft
2025-01-19 15:19 UTC (3+ messages)
` [PATCH v5 01/10] nfsd: fix handling of delegated change attr in CB_GETATTR
[nfs-utils PATCH v3 0/3] version handling fixes for nfsdctl and rpc.nfsd
2025-01-18 12:12 UTC (4+ messages)
[PATCH] NFS export symlink vulnerability fix - Replaced dangerous use of realpath within support/nfs/export.c with nfsd_realpath variant that is executed within the chrooted thread rather than main thread. - Implemented nfsd_path.h methods to work securely within chrooted thread using nfsd_run_task() helper
2025-01-18 9:20 UTC (2+ messages)
nfsd becomes a zombie
2025-01-17 20:27 UTC (14+ messages)
` nfsd blocks indefinitely in nfsd4_destroy_session (was: Re: nfsd becomes a zombie)
` nfsd blocks indefinitely in nfsd4_destroy_session
[PATCHES][RFC][CFT] ->d_revalidate() calling conventions changes (->d_parent/->d_name stability problems)
2025-01-17 19:00 UTC (36+ 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 (11+ messages)
` [Lsf-pc] "
[PATCH v2 0/3] nfsdctl: add support for new lockd configuration interface
2025-01-16 21:12 UTC (10+ messages)
` [nfs-utils PATCH] nfsdctl: debug logging fixups
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 (2+ 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
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox