aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/net/sunrpc (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-05-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller3-11/+31
2020-05-02Merge tag 'nfs-for-5.7-4' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds3-11/+31
2020-04-28Merge tag 'nfs-rdma-for-5.7-2' of git://git.linux-nfs.org/projects/anna/linux-nfsTrond Myklebust2-5/+13
2020-04-28SUNRPC: defer slow parts of rpc_free_client() to a workqueue.NeilBrown1-4/+17
2020-04-28Merge branch 'work.sysctl' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/viro/vfsDaniel Borkmann2-20/+16
2020-04-27sysctl: pass kernel pointers to ->proc_handlerChristoph Hellwig2-20/+16
2020-04-21SUNRPC: Remove unreachable error conditionXiyu Yang1-2/+1
2020-04-20xprtrdma: Fix use of xdr_stream_encode_item_{present, absent}Chuck Lever1-4/+11
2020-04-20xprtrdma: Fix trace point use-after-free raceChuck Lever1-1/+1
2020-04-20xprtrdma: Restore wake-up-all to rpcrdma_cm_event_handler()Chuck Lever1-0/+1
2020-04-17svcrdma: Fix leak of svc_rdma_recv_ctxt objectsChuck Lever5-18/+29
2020-04-17svcrdma: Fix trace point use-after-free raceChuck Lever2-9/+10
2020-04-17SUNRPC: Fix backchannel RPC soft lockupsChuck Lever3-0/+5
2020-04-13SUNRPC/cache: Fix unsafe traverse caused double-free in cache_purgeYihao Wu1-2/+3
2020-04-07Merge tag 'nfs-for-5.7-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds11-716/+503
2020-04-04SUNRPC: Don't start a timer on an already queued rpc taskTrond Myklebust1-6/+13
2020-03-28Merge tag 'nfs-rdma-for-5.7-1' of git://git.linux-nfs.org/projects/anna/linux-nfsTrond Myklebust6-625/+413
2020-03-27svcrdma: Fix leak of transport addressesChuck Lever1-0/+1
2020-03-27SUNRPC: Fix a potential buffer overflow in 'svc_print_xprts()'Christophe JAILLET1-5/+14
2020-03-27xprtrdma: kmalloc rpcrdma_ep separate from rpcrdma_xprtChuck Lever6-130/+141
2020-03-27xprtrdma: Extract sockaddr from struct rdma_cm_idChuck Lever1-21/+14
2020-03-27xprtrdma: Merge struct rpcrdma_ia into struct rpcrdma_epChuck Lever6-255/+240
2020-03-27xprtrdma: Disconnect on flushed completionChuck Lever3-17/+45
2020-03-27xprtrdma: Remove rpcrdma_ia::ri_flagsChuck Lever3-67/+13
2020-03-27xprtrdma: Invoke rpcrdma_ia_open in the connect workerChuck Lever3-142/+20
2020-03-27xprtrdma: Allocate Protection Domain in rpcrdma_ep_create()Chuck Lever1-16/+10
2020-03-27xprtrdma: Refactor rpcrdma_ep_connect() and rpcrdma_ep_disconnect()Chuck Lever3-20/+20
2020-03-27xprtrdma: Clean up the post_send pathChuck Lever5-18/+18
2020-03-27xprtrdma: Refactor frwr_init_mr()Chuck Lever3-8/+8
2020-03-27xprtrdma: Invoke rpcrdma_ep_create() in the connect workerChuck Lever3-103/+56
2020-03-27xprtrdma: Enhance MR-related trace pointsChuck Lever1-1/+1
2020-03-26SUNRPC: fix krb5p mount to provide large enough buffer in rq_rcvsizeOlga Kornievskaia1-1/+2
2020-03-16sunrpc: Add tracing for cache eventsTrond Myklebust1-9/+27
2020-03-16SUNRPC/cache: Allow garbage collection of invalid cache entriesTrond Myklebust1-17/+19
2020-03-16nfsd: export upcalls must not return ESTALE when mountd is downTrond Myklebust3-27/+50
2020-03-16SUNRPC: Teach server to use xprt_sock_sendmsg for socket sendsChuck Lever4-175/+71
2020-03-16SUNRPC: Refactor xs_sendpages()Chuck Lever4-129/+177
2020-03-16svcrdma: Avoid DMA mapping small RPC RepliesChuck Lever1-1/+12
2020-03-16svcrdma: Fix double sync of transport header bufferChuck Lever3-41/+28
2020-03-16svcrdma: Refactor chunk list encodersChuck Lever3-121/+207
2020-03-16SUNRPC: Add encoders for list item discriminatorsChuck Lever1-31/+5
2020-03-16svcrdma: Rename svcrdma_encode trace points in send routinesChuck Lever1-6/+7
2020-03-16svcrdma: Update synopsis of svc_rdma_send_reply_msg()Chuck Lever1-6/+4
2020-03-16svcrdma: Update synopsis of svc_rdma_map_reply_msg()Chuck Lever2-34/+50
2020-03-16svcrdma: Update synopsis of svc_rdma_send_reply_chunk()Chuck Lever2-7/+7
2020-03-16svcrdma: De-duplicate code that locates Write and Reply chunksChuck Lever2-35/+12
2020-03-16svcrdma: Use struct xdr_stream to decode ingress transport headersChuck Lever1-83/+123
2020-03-16svcrdma: Remove svcrdma_cm_event() trace pointChuck Lever1-7/+0
2020-03-16svcrdma: Create a generic tracing class for displaying xdr_buf layoutChuck Lever3-2/+5
2020-03-16SUNRPC: Clean up: Replace dprintk and BUG_ON call sites in svcauth_gss.cChuck Lever1-28/+15