summaryrefslogtreecommitdiff
path: root/include/linux/sunrpc
AgeCommit message (Expand)Author
2022-10-13Merge tag 'nfs-for-6.1-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds
2022-10-10Merge tag 'sched-core-2022-10-07' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2022-10-06SUNRPC: Add API to force the client to disconnectTrond Myklebust
2022-10-06SUNRPC: Add a helper to allow pNFS drivers to selectively cancel RPC callsTrond Myklebust
2022-10-06SUNRPC: Fix races with rpc_killall_tasks()Trond Myklebust
2022-09-26NFSD: Refactor common code out of dirlist helpersChuck Lever
2022-09-26SUNRPC: Parametrize how much of argsize should be zeroedChuck Lever
2022-09-26SUNRPC: Fix svcxdr_init_encode's buflen calculationChuck Lever
2022-09-26SUNRPC: Fix svcxdr_init_decode's end-of-buffer calculationChuck Lever
2022-09-07freezer,sched: Rewrite core freezer logicPeter Zijlstra
2022-08-10Merge tag 'nfs-for-5.20-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2022-08-09Merge tag 'nfsd-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds
2022-08-04Merge tag 'spdx-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2022-07-29SUNRPC: Fix xdr_encode_bool()Chuck Lever
2022-07-27SUNRPC: Don't reuse bvec on retransmission of the requestTrond Myklebust
2022-07-25SUNRPC create a function that probes only offline transportsOlga Kornievskaia
2022-07-25SUNRPC export xprt_iter_rewind functionOlga Kornievskaia
2022-07-25SUNRPC create an rpc function that allows xprt removal from rpc_clntOlga Kornievskaia
2022-07-25SUNRPC enable back offline transports in trunking discoveryOlga Kornievskaia
2022-07-25SUNRPC create an iterator to list only OFFLINE xprtsOlga Kornievskaia
2022-07-25SUNRPC add function to offline remove trunkable transportsOlga Kornievskaia
2022-07-25SUNRPC expose functions for offline remote xprt functionalityOlga Kornievskaia
2022-07-23SUNRPC: Remove xdr_align_data() and xdr_expand_hole()Anna Schumaker
2022-07-23SUNRPC: Add a function for zeroing out a portion of an xdr_streamAnna Schumaker
2022-07-23SUNRPC: Add a function for directly setting the xdr page lenAnna Schumaker
2022-07-23SUNRPC: Introduce xdr_stream_move_subsegment()Anna Schumaker
2022-07-23SUNRPC: Shrink size of struct rpc_taskTrond Myklebust
2022-06-10treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_149.RULEThomas Gleixner
2022-06-08SUNRPC: Optimize xdr_reserve_space()Chuck Lever
2022-05-19SUNRPC: Simplify synopsis of svc_pool_for_cpu()Chuck Lever
2022-05-19SUNRPC: Remove svc_rqst::rq_xprt_hlenChuck Lever
2022-05-19SUNRPC: Make cache_req::thread_wait an unsigned longChuck Lever
2022-05-07SUNRPC: Ensure that the gssproxy client can start in a connected stateTrond Myklebust
2022-05-07Revert "SUNRPC: Ensure gss-proxy connects on setup"Trond Myklebust
2022-04-29SUNRPC: Ensure gss-proxy connects on setupTrond Myklebust
2022-04-12Merge tag 'nfsd-5.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds
2022-04-08Merge tag 'nfs-for-5.18-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2022-04-06SUNRPC: Fix NFSD's request deferral on RDMA transportsChuck Lever
2022-03-29SUNRPC: handle malloc failure in ->request_prepareNeilBrown
2022-03-29Merge tag 'nfs-for-5.18-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2022-03-25SUNRPC: Do not dereference non-socket transports in sysfsTrond Myklebust
2022-03-24Merge tag 'net-next-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2022-03-22NFS: Fix memory allocation in rpc_malloc()Trond Myklebust
2022-03-22SUNRPC: Replace internal use of SOCKWQ_ASYNC_NOSPACETrond Myklebust
2022-03-22SUNRPC: Don't call connect() more than once on a TCP socketTrond Myklebust
2022-03-15NFSD: prevent integer overflow on 32 bit systemsDan Carpenter
2022-03-13NFS: discard NFS_RPC_SWAPFLAGS and RPC_TASK_ROOTCREDSNeilBrown
2022-03-13SUNRPC/auth: async tasks mustn't block waiting for memoryNeilBrown
2022-02-28SUNRPC: Teach server to recognize RPC_AUTH_TLSChuck Lever
2022-02-28NFSD: Move svc_serv_ops::svo_function into struct svc_servChuck Lever