aboutsummaryrefslogtreecommitdiffstats
path: root/net/sunrpc
AgeCommit message (Expand)Author
2019-05-15sunrpc: don't mark uninitialised items as VALID.NeilBrown
2019-03-26svcrpc: fix UDP on servers with lots of threadsJ. Bruce Fields
2019-03-26xprtrdma: Make sure Send CQ is allocated on an existing compvecNicolas Morey-Chaisemartin
2019-03-08xprtrdma: Double free in rpcrdma_sendctxs_create()Dan Carpenter
2019-03-08sunrpc: fix 4 more call sites that were using stack memory with a scatterlistScott Mayhew
2019-03-08svcrdma: Remove max_sge check at connect timeChuck Lever
2019-03-08svcrdma: Reduce max_send_sgesChuck Lever
2019-02-05sunrpc: handle ENOMEM in rpcb_getport_asyncJ. Bruce Fields
2019-02-05sunrpc: use-after-free in svc_process_common()Vasily Averin
2019-01-14sunrpc: use SVC_NET() in svcauth_gss_* functionsVasily Averin
2019-01-14sunrpc: fix cache_head leak due to queued requestVasily Averin
2019-01-14SUNRPC: Fix a race with XPRT_CONNECTINGTrond Myklebust
2019-01-12sock: Make sock->sk_stamp thread-safeDeepa Dinamani
2019-01-12SUNRPC: Fix a potential race in xprt_connect()Trond Myklebust
2018-12-30SUNRPC: Fix leak of krb5p encode pagesChuck Lever
2018-12-15SUNRPC: Fix a bogus get/put in generic_key_to_expire()Trond Myklebust
2018-12-04SUNRPC: drop pointless static qualifier in xdr_get_next_encode_buffer()YueHaibing
2018-11-21sunrpc: correct the computation for page_ptr when truncatingFrank Sorenson
2018-11-13nfsd: Fix an Oops in free_session()Trond Myklebust
2018-11-13xprtrdma: Reset credit grant properly after a disconnectChuck Lever
2018-09-15sunrpc: Don't use stack buffer with scatterlistLaura Abbott
2018-09-09NFSv4 client live hangs after live data migration recoveryBill Baker
2018-09-05xprtrdma: Fix disconnect regressionChuck Lever
2018-06-22Merge tag 'nfs-for-4.18-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2018-06-19sunrpc: Prevent duplicate XID allocationChuck Lever
2018-06-12Merge tag 'overflow-v4.18-rc1-part2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook
2018-06-12Merge tag 'nfs-for-4.18-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2018-06-12Merge tag 'nfsd-4.18' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2018-06-08Fix 16-byte memory leak in gssp_accept_sec_context_upcallDave Wysochanski
2018-06-08svcrdma: Fix incorrect return value/type in svc_rdma_post_recvsChuck Lever
2018-06-04Merge tag 'nfs-rdma-for-4.18-1' of git://git.linux-nfs.org/projects/anna/linu...Trond Myklebust
2018-06-04Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2018-06-02Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds
2018-06-01xprtrdma: Remove transfertypes arrayChuck Lever
2018-06-01xprtrdma: Add trace_xprtrdma_dma_map(mr)Chuck Lever
2018-06-01xprtrdma: Wait on empty sendctx queueChuck Lever
2018-06-01xprtrdma: Move common wait_for_buffer_space call to parent functionChuck Lever
2018-06-01xprtrdma: Return -ENOBUFS when no pages are availableChuck Lever
2018-05-28IB: Revert "remove redundant INFINIBAND kconfig dependencies"Arnd Bergmann
2018-05-24Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds
2018-05-11Merge tag 'nfs-for-4.17-2' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds
2018-05-11svcrdma: Persistently allocate and DMA-map Send buffersChuck Lever
2018-05-11svcrdma: Simplify svc_rdma_send()Chuck Lever
2018-05-11svcrdma: Remove post_send_wrChuck Lever
2018-05-11svcrdma: Don't overrun the SGE array in svc_rdma_send_ctxtChuck Lever
2018-05-11svcrdma: Introduce svc_rdma_send_ctxtChuck Lever
2018-05-11svcrdma: Clean up Send SGE accountingChuck Lever
2018-05-11svcrdma: Refactor svc_rdma_dma_map_bufChuck Lever