summaryrefslogtreecommitdiff
path: root/include/linux/sunrpc
AgeCommit message (Expand)AuthorFilesLines
2025-06-04Merge tag 'nfs-for-6.16-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds1-1/+16
2025-05-19sunrpc: implement rfc2203 rpcsec_gss seqnum cacheNikhil Jha1-1/+16
2025-05-15SUNRPC: Bump the maximum payload size for the serverChuck Lever1-7/+7
2025-05-15sunrpc: Remove the RPCSVC_MAXPAGES macroChuck Lever1-7/+0
2025-05-15svcrdma: Adjust the number of entries in svc_rdma_send_ctxt::sc_pagesChuck Lever1-1/+2
2025-05-15svcrdma: Adjust the number of entries in svc_rdma_recv_ctxt::rc_pagesChuck Lever1-1/+2
2025-05-15sunrpc: Adjust size of socket's receive page array dynamicallyChuck Lever1-1/+3
2025-05-15SUNRPC: Remove svc_rqst :: rq_vecChuck Lever1-1/+0
2025-05-15SUNRPC: Remove svc_fill_write_vector()Chuck Lever1-2/+0
2025-05-15NFSD: De-duplicate the svc_fill_write_vector() call sitesChuck Lever1-1/+1
2025-05-15sunrpc: Replace the rq_bvec array with dynamically-allocated memoryChuck Lever1-1/+1
2025-05-15sunrpc: Replace the rq_pages array with dynamically-allocated memoryChuck Lever1-1/+2
2025-05-15sunrpc: Add a helper to derive maxpages from sv_max_mesgChuck Lever1-0/+17
2025-05-12sunrpc: add info about xprt queue times to svc_xprt_dequeue tracepointJeff Layton1-0/+1
2025-03-21NFS: Treat ENETUNREACH errors as fatal in containersTrond Myklebust2-1/+5
2025-03-21sunrpc: Add a sysfs file for adding a new xprtAnna Schumaker1-0/+1
2025-02-20SUNRPC: Prevent looping due to rpc_signal_task() racesTrond Myklebust1-2/+1
2025-01-29Merge tag 'nfs-for-6.14-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds1-0/+1
2025-01-21sunrpc: Remove gss_generic_token deadcodeDr. David Alan Gilbert2-82/+0
2025-01-21sunrpc: Remove unused xprt_iter_get_xprtDr. David Alan Gilbert1-1/+0
2025-01-21nfsd: rename NFS4_SHARE_WANT_* constants to OPEN4_SHARE_ACCESS_WANT_*Jeff Layton1-3/+21
2025-01-21nfsd: switch to autogenerated definitions for open_delegation_type4Jeff Layton1-1/+12
2025-01-21nfs_common: make include/linux/nfs4.h include generated nfs4_1.hJeff Layton1-0/+124
2025-01-13SUNRPC: only put task on cl_tasks list after the RPC call slot is reserved.Dai Ngo1-0/+1
2025-01-06SUNRPC: introduce cache_check_rcu to help check in rcu contextYang Erkun1-0/+2
2025-01-06sunrpc: remove all connection limit configurationNeilBrown2-4/+6
2025-01-06nfsd: don't use sv_nrthreads in connection limiting calculations.NeilBrown2-1/+17
2025-01-06sunrpc/svc: use store_release_wake_up()NeilBrown1-6/+1
2024-11-11xdrgen: Keep track of on-the-wire data type widthsChuck Lever1-0/+9
2024-11-11xdrgen: Implement big-endian enumsChuck Lever1-0/+21
2024-10-03move asm/unaligned.h to linux/unaligned.hAl Viro1-1/+1
2024-09-23SUNRPC: replace program list with program arrayNeilBrown1-3/+4
2024-09-23SUNRPC: add svcauth_map_clnt_to_svc_cred_localWeston Andros Adamson1-0/+5
2024-09-23SUNRPC: convert RPC_TASK_* constants to enumStephen Brennan1-7/+9
2024-09-21xdrgen: Fix return code checking in built-in XDR decodersChuck Lever1-2/+2
2024-09-21tools: Add xdrgenChuck Lever2-0/+269
2024-09-21svcrdma: Handle device removal outside of the CM event handlerChuck Lever1-0/+2
2024-09-21sunrpc: allow svc threads to fail initialisation cleanlyNeilBrown1-0/+31
2024-09-21sunrpc: change sp_nrthreads from atomic_t to unsigned int.NeilBrown1-2/+2
2024-09-01SUNRPC: make various functions static, or not exported.NeilBrown3-12/+0
2024-07-19Merge tag 'nfs-for-6.11-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds1-0/+27
2024-07-08sunrpc: refactor pool_mode setting codeJeff Layton1-0/+2
2024-07-08sunrpc: fix up the special handling of sv_nrpools == 1Jeff Layton1-0/+1
2024-07-08rpcrdma: Implement generic device removalChuck Lever1-0/+27
2024-05-06SUNRPC: add a new svc_find_listener helperJeff Layton1-0/+2
2024-05-06SUNRPC: introduce svc_xprt_create_from_sa utility routineLorenzo Bianconi1-0/+3
2024-04-22Merge tag 'nfsd-6.9-4' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds1-10/+3
2024-04-20Revert "svcrdma: Add Write chunk WRs to the RPC's Send WR chain"Chuck Lever1-10/+3
2024-03-16Merge tag 'nfs-for-6.9-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds3-1/+3
2024-03-09sunrpc: add a struct rpc_stats arg to rpc_create_argsJosef Bacik1-0/+1