aboutsummaryrefslogtreecommitdiffstats
path: root/net/sunrpc
AgeCommit message (Expand)Author
2019-05-04SUNRPC: fix uninitialized variable warningAlakesh Haloi
2019-05-02sunrpc: don't mark uninitialised items as VALID.NeilBrown
2019-04-17xprtrdma: Fix helper that drains the transportChuck Lever
2019-03-23SUNRPC: Respect RPC call timeouts when retrying transmissionTrond Myklebust
2019-03-23SUNRPC: Fix up RPC back channel transmissionTrond Myklebust
2019-03-23SUNRPC: Prevent thundering herd when the socket is not connectedTrond Myklebust
2019-03-23svcrpc: fix UDP on servers with lots of threadsJ. Bruce Fields
2019-02-16Merge tag 'nfsd-5.0-2' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2019-02-16Merge tag 'nfs-for-5.0-4' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds
2019-02-15sunrpc: fix 4 more call sites that were using stack memory with a scatterlistScott Mayhew
2019-02-12rpc: properly check debugfs dentry before using itGreg Kroah-Hartman
2019-02-12xprtrdma: Make sure Send CQ is allocated on an existing compvecNicolas Morey-Chaisemartin
2019-02-06svcrdma: Remove max_sge check at connect timeChuck Lever
2019-01-15SUNRPC: Address Kerberos performance/behavior regressionChuck Lever
2019-01-15SUNRPC: Ensure we respect the RPCSEC_GSS sequence number limitTrond Myklebust
2019-01-15SUNRPC: Ensure rq_bytes_sent is reset before request transmissionTrond Myklebust
2019-01-09sunrpc: kernel BUG at kernel/cred.c:825!Santosh kumar pradhan
2019-01-08SUNRPC: Fix TCP receive code on archs with flush_dcache_page()Trond Myklebust
2019-01-08xprtrdma: Double free in rpcrdma_sendctxs_create()Dan Carpenter
2019-01-08xprtrdma: Fix error code in rpcrdma_buffer_create()Dan Carpenter
2019-01-03Remove 'type' argument from access_ok() functionLinus Torvalds
2019-01-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2019-01-02Merge tag 'nfs-for-4.21-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds
2019-01-02Merge tag 'nfsd-4.21' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2019-01-02sunrpc: convert to DEFINE_SHOW_ATTRIBUTEYangtao Li
2019-01-02sunrpc: Add xprt after nfs4_test_session_trunk()Santosh kumar pradhan
2019-01-02sunrpc: convert unnecessary GFP_ATOMIC to GFP_NOFSJ. Bruce Fields
2019-01-02sunrpc: handle ENOMEM in rpcb_getport_asyncJ. Bruce Fields
2019-01-02xprtrdma: Prevent leak of rpcrdma_rep objectsChuck Lever
2019-01-02xprtrdma: Don't leak freed MRsChuck Lever
2019-01-02xprtrdma: Add documenting comment for rpcrdma_buffer_destroyChuck Lever
2019-01-02xprtrdma: Replace outdated comment for rpcrdma_ep_postChuck Lever
2019-01-02xprtrdma: Update comments in frwr_op_sendChuck Lever
2019-01-02SUNRPC: Fix some kernel doc complaintsChuck Lever
2019-01-02xprtrdma: Trace mapping, alloc, and dereg failuresChuck Lever
2019-01-02xprtrdma: Add trace points for calls to transport switch methodsChuck Lever
2019-01-02xprtrdma: Relocate the xprtrdma_mr_map trace pointsChuck Lever
2019-01-02xprtrdma: Clean up of xprtrdma chunk trace pointsChuck Lever
2019-01-02xprtrdma: Remove unused fields from rpcrdma_iaChuck Lever
2019-01-02xprtrdma: Cull dprintk() call sitesChuck Lever
2019-01-02xprtrdma: Simplify locking that protects the rl_allreqs listChuck Lever
2019-01-02xprtrdma: Expose transport header errorsChuck Lever
2019-01-02xprtrdma: Remove request_module from backchannelChuck Lever
2019-01-02xprtrdma: Recognize XDRBUF_SPARSE_PAGESChuck Lever
2019-01-02xprtrdma: Plant XID in on-the-wire RDMA offset (FRWR)Chuck Lever
2019-01-02xprtrdma: Remove rpcrdma_memreg_opsChuck Lever
2019-01-02xprtrdma: Remove support for FMR memory registrationChuck Lever
2019-01-02xprtrdma: Reduce max_frwr_depthChuck Lever
2019-01-02xprtrdma: Fix ri_max_segs and the result of ro_maxpagesChuck Lever
2019-01-02xprtrdma: Don't wake pending tasks until disconnect is doneChuck Lever