summaryrefslogtreecommitdiffstats
path: root/net/sunrpc
AgeCommit message (Expand)AuthorLines
2025-06-23sunrpc: fix loop in gss seqno cacheNikhil Jha-1/+1
2025-06-21Merge tag 'nfsd-6.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds-14/+3
2025-06-19sunrpc: handle SVC_GARBAGE during svc auth processing as auth errorJeff Layton-9/+2
2025-06-12SUNRPC: Cleanup/fix initial rq_pages allocationBenjamin Coddington-5/+1
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar-2/+2
2025-06-03Merge tag 'nfs-for-6.16-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds-37/+50
2025-05-28SUNRPC: Remove dead code from xs_tcp_tls_setup_socket()Chuck Lever-11/+0
2025-05-28SUNRPC: Prevent hang on NFS mount with xprtsec=[m]tlsChuck Lever-0/+5
2025-05-28Merge tag 'nfsd-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds-93/+74
2025-05-26Merge tag 'vfs-6.16-rc1.async.dir' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-6/+6
2025-05-19sunrpc: don't immediately retransmit on seqno missNikhil Jha-2/+7
2025-05-19sunrpc: implement rfc2203 rpcsec_gss seqnum cacheNikhil Jha-24/+38
2025-05-15svcrdma: Adjust the number of entries in svc_rdma_send_ctxt::sc_pagesChuck Lever-3/+13
2025-05-15svcrdma: Adjust the number of entries in svc_rdma_recv_ctxt::rc_pagesChuck Lever-2/+6
2025-05-15sunrpc: Adjust size of socket's receive page array dynamicallyChuck Lever-2/+6
2025-05-15SUNRPC: Remove svc_fill_write_vector()Chuck Lever-40/+0
2025-05-15SUNRPC: Export xdr_buf_to_bvec()Chuck Lever-0/+1
2025-05-15NFSD: De-duplicate the svc_fill_write_vector() call sitesChuck Lever-2/+2
2025-05-15sunrpc: Replace the rq_bvec array with dynamically-allocated memoryChuck Lever-4/+10
2025-05-15sunrpc: Replace the rq_pages array with dynamically-allocated memoryChuck Lever-24/+19
2025-05-15sunrpc: Remove backchannel check in svc_init_buffer()Chuck Lever-4/+0
2025-05-15svcrdma: Reduce the number of rdma_rw contexts per-QPChuck Lever-6/+8
2025-05-11svcrdma: Unregister the device if svc_rdma_accept() failsChuck Lever-0/+1
2025-05-11sunrpc: allow SOMAXCONN backlogged TCP connectionsJeff Layton-1/+1
2025-05-11sunrpc: add info about xprt queue times to svc_xprt_dequeue tracepointJeff Layton-0/+1
2025-05-11sunrpc: fix race in cache cleanup causing stale nextcheck timeLong Li-8/+7
2025-05-11sunrpc: update nextcheck time when adding new cache entriesLong Li-0/+2
2025-04-26Merge tag 'nfsd-6.15-2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds-5/+1
2025-04-26Revert "sunrpc: clean cache_detail immediately when flush is written frequently"Chuck Lever-5/+1
2025-04-08Use try_lookup_noperm() instead of d_hash_and_lookup() outside of VFSNeilBrown-6/+6
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner-2/+2
2025-04-02Merge tag 'nfs-for-6.15-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds-13/+250
2025-03-31Merge tag 'nfsd-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds-153/+7
2025-03-28SUNRPC: Don't allow waiting for exiting tasksTrond Myklebust-0/+2
2025-03-26Merge tag 'sysctl-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-1/+1
2025-03-26SUNRPC: rpc_clnt_set_transport() must not change the autobind settingTrond Myklebust-3/+0
2025-03-26SUNRPC: rpcbind should never reset the port to the value '0'Trond Myklebust-2/+3
2025-03-21NFS: Treat ENETUNREACH errors as fatal in containersTrond Myklebust-8/+22
2025-03-21sunrpc: Add a sysfs file for one-step xprt deletionAnna Schumaker-0/+46
2025-03-21sunrpc: Add a sysfs file for adding a new xprtAnna Schumaker-0/+75
2025-03-21sunrpc: Add a sysfs files for rpc_clnt informationAnna Schumaker-0/+73
2025-03-21sunrpc: Add a sysfs attr for xprtsecAnna Schumaker-0/+29
2025-03-10svcrdma: do not unregister device for listenersOlga Kornievskaia-1/+2
2025-03-10SUNRPC: Remove unused make_checksumDr. David Alan Gilbert-94/+0
2025-03-10SUNRPC: Remove unused krb5_decryptDr. David Alan Gilbert-57/+0
2025-03-10sunrpc: clean cache_detail immediately when flush is written frequentlyLi Lingfeng-1/+5
2025-02-27Merge tag 'net-6.14-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds-10/+3
2025-02-25sunrpc: suppress warnings for unused procfs functionsArnd Bergmann-7/+3
2025-02-21net: better track kernel sockets lifetimeEric Dumazet-10/+3
2025-02-19SUNRPC: Handle -ETIMEDOUT return from tlshdBenjamin Coddington-1/+9