public inbox for linux-nfs@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-02-03 09:47:14 to 2025-02-10 22:39:08 UTC [more...]

[PATCH pynfs] Move to xdrlib3
 2025-02-10 22:38 UTC  (4+ messages)

[GIT PULL] NFSD fixes for v6.14
 2025-02-10 21:21 UTC  (2+ messages)

[RESEND PATCH][next] fs: nfs: acl: Avoid -Wflex-array-member-not-at-end warning
 2025-02-10 19:48 UTC  (3+ messages)

"netfs: Can't donate prior to front"
 2025-02-10 19:11 UTC  (5+ messages)
` [PATCH] fs/netfs/read_collect: add to next->prev_donated

resizing slot tables for sessions
 2025-02-10 19:11 UTC  (6+ messages)

[PATCH] NFSD: Fix callback decoder status codes
 2025-02-10 17:23 UTC  (2+ messages)

[PATCH v4] nfsd: disallow file locking and delegations for NFSv4 reexport
 2025-02-10 17:20 UTC  (2+ messages)

[PATCH] NFSD: Fix CB_GETATTR status fix
 2025-02-10 16:48 UTC  (2+ messages)

warning in nfsd4_cb_done
 2025-02-10 16:45 UTC  (7+ messages)

[PATCH 0/2] VFS: minor improvements to a couple of interfaces
 2025-02-10 16:33 UTC  (17+ messages)
` [PATCH 1/2] VFS: change kern_path_locked() and user_path_locked_at() to never return negative dentry
` [PATCH 2/2] VFS: add common error checks to lookup_one_qstr_excl()

[PATCH 1/1] NFSD: fix decoding in nfs4_xdr_dec_cb_getattr
 2025-02-10 15:51 UTC  (2+ messages)

[PATCH 0/6] nfsd: filecache: various fixes
 2025-02-10 14:26 UTC  (17+ messages)
` [PATCH 1/6] nfsd: filecache: remove race handling
` [PATCH 2/6] nfsd: filecache: use nfsd_file_dispose_list() in nfsd_file_close_inode_sync()
` [PATCH 3/6] nfsd: filecache: use list_lru_walk_node() in nfsd_file_gc()
` [PATCH 4/6] nfsd: filecache: introduce NFSD_FILE_RECENT
` [PATCH 5/6] nfsd: filecache: don't repeatedly add/remove files on the lru list
` [PATCH 6/6] nfsd: filecache: drop the list_lru lock during lock gc scans

NFSD threads hang when destroying a session or client ID
 2025-02-10 12:05 UTC  (2+ messages)

[PATCH net 00/24] net/rxrpc, crypto: Add Kerberos crypto lib and AF_RXRPC GSSAPI security class
 2025-02-10  8:10 UTC  (33+ messages)
` [PATCH net 01/24] crypto/krb5: Add API Documentation
` [PATCH net 02/24] crypto/krb5: Add some constants out of sunrpc headers
` [PATCH net 03/24] crypto: Add 'krb5enc' hash and cipher AEAD algorithm
` [PATCH net 04/24] crypto/krb5: Test manager data
` [PATCH net 05/24] crypto/krb5: Implement Kerberos crypto core
` [PATCH net 06/24] crypto/krb5: Add an API to query the layout of the crypto section
` [PATCH net 07/24] crypto/krb5: Add an API to alloc and prepare a crypto object
` [PATCH net 08/24] crypto/krb5: Add an API to perform requests
` [PATCH net 09/24] crypto/krb5: Provide infrastructure and key derivation
` [PATCH net 10/24] crypto/krb5: Implement the Kerberos5 rfc3961 "
` [PATCH net 11/24] crypto/krb5: Provide RFC3961 setkey packaging functions
` [PATCH net 12/24] crypto/krb5: Implement the Kerberos5 rfc3961 encrypt and decrypt functions
` [PATCH net 13/24] crypto/krb5: Implement the Kerberos5 rfc3961 get_mic and verify_mic
` [PATCH net 14/24] crypto/krb5: Implement the AES enctypes from rfc3962
` [PATCH net 15/24] crypto/krb5: Implement the AES enctypes from rfc8009
` [PATCH net 16/24] crypto/krb5: Implement the Camellia enctypes from rfc6803
` [PATCH net 17/24] crypto/krb5: Implement crypto self-testing
` [PATCH net 18/24] rxrpc: Pull out certain app callback funcs into an ops table
` [PATCH net 19/24] rxrpc: Pass CHALLENGE packets to the call for recvmsg() to respond to
` [PATCH net 20/24] rxrpc: Add the security index for yfs-rxgk
` [PATCH net 21/24] rxrpc: Add YFS RxGK (GSSAPI) security class
` [PATCH net 22/24] rxrpc: rxgk: Provide infrastructure and key derivation
` [PATCH net 23/24] rxrpc: rxgk: Implement the yfs-rxgk security class (GSSAPI)
` [PATCH net 24/24] rxrpc: rxgk: Implement connection rekeying

[PATCH v5 0/7] nfsd: CB_SEQUENCE error handling fixes and cleanups
 2025-02-09 18:52 UTC  (27+ messages)
` [PATCH v5 1/7] nfsd: prepare nfsd4_cb_sequence_done() for error handling rework
` [PATCH v5 2/7] nfsd: always release slot when requeueing callback
` [PATCH v5 3/7] nfsd: only check RPC_SIGNALLED() when restarting rpc_task
` [PATCH v5 4/7] nfsd: when CB_SEQUENCE gets ESERVERFAULT don't increment seq_nr
` [PATCH v5 5/7] nfsd: handle CB_SEQUENCE NFS4ERR_BADSLOT better
` [PATCH v5 6/7] nfsd: handle CB_SEQUENCE NFS4ERR_SEQ_MISORDERED error better
` [PATCH v5 7/7] nfsd: lift NFSv4.0 handling out of nfsd4_cb_sequence_done()

[PATCH v6 0/7] nfsd: CB_SEQUENCE error handling fixes and cleanups
 2025-02-09 16:14 UTC  (9+ messages)
` [PATCH v6 1/7] nfsd: prepare nfsd4_cb_sequence_done() for error handling rework
` [PATCH v6 2/7] nfsd: lift NFSv4.0 handling out of nfsd4_cb_sequence_done()
` [PATCH v6 3/7] nfsd: always release slot when requeueing callback
` [PATCH v6 4/7] nfsd: only check RPC_SIGNALLED() when restarting rpc_task
` [PATCH v6 5/7] nfsd: when CB_SEQUENCE gets ESERVERFAULT don't increment seq_nr
` [PATCH v6 6/7] nfsd: handle NFS4ERR_BADSLOT on CB_SEQUENCE better
` [PATCH v6 7/7] nfsd: eliminate special handling of NFS4ERR_SEQ_MISORDERED

[PATCH] NFSv4: harden nfs4_get_uniquifier() function
 2025-02-09  3:42 UTC  (2+ messages)

The business loan-
 2025-02-08 21:57 UTC 

The business loan-
 2025-02-08  6:20 UTC 

[PATCH v3 0/5] NFS & SUNRPC: Sysfs Improvements
 2025-02-07 20:42 UTC  (6+ messages)
` [PATCH v3 1/5] NFS: Add implid to sysfs
` [PATCH v3 2/5] sunrpc: Add a sysfs attr for xprtsec
` [PATCH v3 3/5] sunrpc: Add a sysfs files for rpc_clnt information
` [PATCH v3 4/5] sunrpc: Add a sysfs file for adding a new xprt
` [PATCH v3 5/5] sunrpc: Add a sysfs file for one-step xprt deletion

[PATCH v4 0/2] nfsd: CB_SEQUENCE error handling fixes and cleanups
 2025-02-07 15:08 UTC  (5+ messages)
` [PATCH v4 1/2] nfsd: overhaul CB_SEQUENCE error handling
` [PATCH v4 2/2] nfsd: lift NFSv4.0 handling out of nfsd4_cb_sequence_done()

[PATCH nfs-utils v2 0/4] rpcctl: Various Improvements
 2025-02-07 11:08 UTC  (5+ messages)
` [PATCH nfs-utils v2 4/4] rpcctl: Add support for `rpcctl switch add-xprt`

[PATCH] systemd: mount nfsd after load kernel module
 2025-02-07 10:33 UTC  (2+ messages)

[PATCH 0/4] nfs-utils: nfsdctl fixups
 2025-02-07 10:31 UTC  (6+ messages)
` [PATCH 1/4] nfs-utils: nfsdctl: fix update_listeners
` [PATCH 2/4] nfs-utils: nfsdctl: fix autostart
` [PATCH 3/4] nfs-utils: nfsdctl: cleanup listeners if some failed
` [PATCH 4/4] nfs-utils: nfsdctl: fix host-limited add listener

[syzbot] [nfs?] [net?] WARNING in remove_proc_entry (7)
 2025-02-07  3:47 UTC  (3+ messages)

[PATCH] nfsd: don't ignore the return code of svc_proc_register()
 2025-02-06 18:41 UTC  (5+ messages)

[PATCH 1/1] svcrdma: dont unregister device for listening sockets
 2025-02-06 18:40 UTC  (2+ messages)

[PATCH 0/7] nfsd: filecache: change garbage collection lists
 2025-02-06 14:35 UTC  (8+ messages)

Increase RPCSVC_MAXPAYLOAD to 8M?
 2025-02-06 14:25 UTC  (5+ messages)

[PATCH v4 0/5] Fix and cleanups to xarray
 2025-02-06  7:34 UTC  (5+ messages)
` [PATCH v4 2/5] Xarray: move forward index correctly in xas_pause()

[linus:master] [nfsd] 7e13f4f8d2: postmark.transactions 10.4% regression
 2025-02-06  7:00 UTC 

[PATCH 0/2] nfsd: add a new mapping and remove the redundant one
 2025-02-06  1:09 UTC  (8+ messages)
` [PATCH 1/2] nfsd: map the ELOOP to nfserr_symlink to avoid warning

[nfs-utils PATCH 0/8] mountstats/nfsiostat: bugfixes for iostat
 2025-02-05 22:53 UTC  (2+ messages)

[PATCH] sunrpc: make rpc_restart_call() and rpc_restart_call_prepare() void return
 2025-02-05 14:56 UTC  (2+ messages)

[PATCH RESEND v2] sunrpc: add netns inum and srcaddr to debugfs rpc_xprt info
 2025-02-05 14:03 UTC  (2+ messages)

[PATCH] SUNRPC: Prevent looping due to rpc_signal_task() races
 2025-02-05 13:06 UTC  (3+ messages)

[PATCH v5 -next 00/16] sysctl: move sysctls from vm_table into its own files
 2025-02-05 12:39 UTC  (3+ messages)

[PATCH] NFSv4: Fix a deadlock when recovering state on a sillyrenamed file
 2025-02-05  8:03 UTC  (2+ messages)

[PATCH 1/1] nfs-utils: nfsdctl: fix update_listeners
 2025-02-04 20:19 UTC  (2+ messages)

[PATCH] NFSD: Fix trace_nfsd_slot_seqid_sequence
 2025-02-03 15:11 UTC  (2+ messages)

[PATCH] SUNRPC: Remove unused make_checksum
 2025-02-03 14:32 UTC  (4+ messages)

`rcu: INFO: rcu_sched self-detected stall on CPU` and spinning kworker `rpciod`
 2025-02-03 14:22 UTC  (12+ messages)

[PATCH v2 0/5] NFS & SUNRPC: Sysfs Improvements
 2025-02-03 13:43 UTC  (4+ messages)
` [PATCH v2 3/5] sunrpc: Add a sysfs files for rpc_clnt information


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