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