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