aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/linux/sunrpc (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-02-07Merge tag 'nfs-for-5.6-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2-5/+0
2020-02-04proc: convert everything to "struct proc_ops"Alexey Dobriyan1-2/+2
2020-01-15SUNRPC: Remove broken gss_mech_list_pseudoflavors()Trond Myklebust2-5/+0
2020-01-15sunrpc: convert to time64_t for expiryArnd Bergmann2-3/+3
2019-12-18nfs: use time64_t internallyArnd Bergmann1-19/+23
2019-12-18sunrpc: convert to time64_t for expiryArnd Bergmann2-3/+3
2019-12-07Merge tag 'nfsd-5.5' of git://linux-nfs.org/~bfields/linuxLinus Torvalds12-36/+0
2019-11-12sunrpc: remove __KERNEL__ ifdefsChristoph Hellwig12-36/+0
2019-11-03NFSv4.1: Don't rebind to the same source port when reconnecting to the serverTrond Myklebust2-1/+3
2019-10-30SUNRPC: Destroy the back channel when we destroy the host transportTrond Myklebust1-0/+5
2019-10-10SUNRPC: fix race to sk_err after xs_error_reportBenjamin Coddington1-0/+1
2019-09-27Merge tag 'nfsd-5.4' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2-6/+7
2019-09-26Merge tag 'nfs-for-5.4-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds4-6/+4
2019-09-20SUNRPC: Rename xdr_buf_read_netobj to xdr_buf_read_micBenjamin Coddington1-1/+1
2019-09-17SUNRPC: Dequeue the request from the receive queue while we're re-encodingTrond Myklebust1-0/+1
2019-08-26Revert "NFSv4/flexfiles: Abort I/O early if the layout segment was invalidated"Trond Myklebust1-1/+0
2019-08-20xprtrdma: Boost client's max slot table size to match Linux serverChuck Lever1-2/+2
2019-08-20SUNRPC: Remove rpc_wake_up_queued_task_on_wq()Chuck Lever1-3/+0
2019-08-19sunrpc: add a new cache_detail operation for when a cache is flushedJeff Layton1-0/+1
2019-08-19svcrdma: Use llist for managing cache of recv_ctxtsChuck Lever1-2/+3
2019-08-19svcrdma: Remove svc_rdma_wqChuck Lever1-1/+0
2019-07-30SUNRPC: Track writers of the 'channel' file to improve cache_listeners_existDave Wysochanski1-3/+3
2019-07-18Merge tag 'nfs-for-5.3-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds7-4/+29
2019-07-18SUNRPC: Fix up backchannel slot table accountingTrond Myklebust3-2/+6
2019-07-12SUNRPC: Fix transport accounting when caller specifies an rpc_xprtTrond Myklebust1-0/+2
2019-07-12Merge tag 'nfs-rdma-for-5.3-1' of git://git.linux-nfs.org/projects/anna/linux-nfsTrond Myklebust1-0/+3
2019-07-10Merge tag 'nfsd-5.3' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-0/+7
2019-07-09xprtrdma: Modernize ops->connectChuck Lever1-0/+3
2019-07-06Merge branch 'multipath_tcp'Trond Myklebust4-0/+5
2019-07-06Merge branch 'bh-remove'Trond Myklebust2-1/+7
2019-07-06SUNRPC: Count ops completing with tk_status < 0Dave Wysochanski1-1/+6
2019-07-06NFS: send state management on a single connection.NeilBrown1-0/+1
2019-07-06SUNRPC: Allow creation of RPC clients with multiple connectionsTrond Myklebust1-0/+1
2019-07-06SUNRPC: Add basic load balancing to the transport switchTrond Myklebust2-0/+3
2019-07-06SUNRPC: Replace direct task wakeups from softirq contextTrond Myklebust1-0/+5
2019-07-06SUNRPC: Replace the queue timer with a delayed work functionTrond Myklebust1-1/+2
2019-07-03nfsd: create xdr_netobj_dup helperJ. Bruce Fields1-0/+7
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 363Thomas Gleixner1-3/+1
2019-05-15Merge tag 'nfsd-5.2' of git://linux-nfs.org/~bfields/linuxLinus Torvalds3-2/+38
2019-04-26SUNRPC: Cache cred of process creating the rpc_clientTrond Myklebust1-0/+2
2019-04-25SUNRPC: Add the 'softerr' rpc_client flagTrond Myklebust1-0/+2
2019-04-25SUNRPC: Add tracking of RPC level errorsTrond Myklebust1-0/+2
2019-04-25SUNRPC: Simplify queue timeouts using timer_reduce()Trond Myklebust1-1/+0
2019-04-25SUNRPC: Fix up tracking of timeoutsTrond Myklebust1-0/+1
2019-04-25SUNRPC: Add function rpc_sleep_on_timeout()Trond Myklebust1-1/+8
2019-04-25SUNRPC: Remove unused argument 'action' from rpc_sleep_on_priority()Trond Myklebust1-1/+0
2019-04-25SUNRPC: Refactor xprt_request_wait_receive()Trond Myklebust1-3/+3
2019-04-25SUNRPC: Fix up task signallingTrond Myklebust1-2/+4
2019-04-24SUNRPC: Cache the process user cred in the RPC server listenerTrond Myklebust2-2/+5
2019-04-24SUNRPC: Allow further customisation of RPC program registrationTrond Myklebust1-0/+15