summaryrefslogtreecommitdiff
path: root/net/sunrpc
AgeCommit message (Expand)AuthorFilesLines
2019-01-23sunrpc: handle ENOMEM in rpcb_getport_asyncJ. Bruce Fields1-0/+8
2019-01-17sunrpc: use-after-free in svc_process_common()Vasily Averin3-6/+10
2019-01-13sunrpc: use SVC_NET() in svcauth_gss_* functionsVasily Averin1-4/+4
2019-01-13sunrpc: fix cache_head leak due to queued requestVasily Averin1-1/+9
2019-01-13SUNRPC: Fix a race with XPRT_CONNECTINGTrond Myklebust1-2/+2
2019-01-09sock: Make sock->sk_stamp thread-safeDeepa Dinamani1-1/+1
2018-12-21SUNRPC: Fix a potential race in xprt_connect()Trond Myklebust1-2/+9
2018-12-13SUNRPC: Fix leak of krb5p encode pagesChuck Lever1-0/+4
2018-12-01SUNRPC: Fix a bogus get/put in generic_key_to_expire()Trond Myklebust1-7/+1
2018-11-27SUNRPC: drop pointless static qualifier in xdr_get_next_encode_buffer()YueHaibing1-1/+1
2018-11-21sunrpc: correct the computation for page_ptr when truncatingFrank Sorenson1-3/+2
2018-11-13nfsd: Fix an Oops in free_session()Trond Myklebust1-1/+1
2018-09-15sunrpc: Don't use stack buffer with scatterlistLaura Abbott1-3/+9
2018-09-09NFSv4 client live hangs after live data migration recoveryBill Baker1-8/+20
2018-07-25xprtrdma: Return -ENOBUFS when no pages are availableChuck Lever1-1/+1
2018-04-24rpc_pipefs: fix double-dput()Al Viro1-0/+1
2018-04-20sunrpc: remove incorrect HMAC request initializationEric Biggers1-3/+0
2018-04-13SUNRPC: ensure correct error is reported by xs_tcp_setup_socket()NeilBrown1-1/+6
2018-03-24xprtrdma: Cancel refresh worker during buffer shutdownChuck Lever1-0/+1
2018-02-03SUNRPC: Allow connect to return EHOSTUNREACHTrond Myklebust1-0/+1
2018-01-10kernel: make groups_sort calling a responsibility group_info allocatorsThiago Rafael Becker3-0/+4
2017-12-14sunrpc: Fix rpc_task_begin trace pointChuck Lever1-2/+1
2017-09-27NFSv4: Fix callback server shutdownTrond Myklebust1-0/+38
2017-09-27SUNRPC: Refactor svc_set_num_threads()Trond Myklebust1-38/+58
2017-08-30net: sunrpc: svcsock: fix NULL-pointer exceptionVadim Lomovtsev1-2/+20
2017-07-28sunrpc: use constant time memory comparison for macJason A. Donenfeld1-1/+2
2017-04-12svcauth_gss: Close connection when dropping an incoming messageChuck Lever2-6/+10
2017-03-26xprtrdma: Squelch kbuild sparse complaintChuck Lever1-1/+2
2017-03-12xprtrdma: Reduce required number of send SGEsChuck Lever3-9/+32
2017-03-12xprtrdma: Disable pad optimization by defaultChuck Lever2-1/+2
2017-03-12xprtrdma: Per-connection pad optimizationChuck Lever3-14/+16
2017-03-12xprtrdma: Fix Read chunk paddingChuck Lever1-6/+4
2017-02-09svcrpc: fix oops in absence of krb5 moduleJ. Bruce Fields1-1/+1
2017-02-01SUNRPC: cleanup ida information when removing sunrpc moduleKinglong Mee2-0/+6
2017-01-26xprtrdma: Squelch "max send, max recv" messages at connect timeChuck Lever1-2/+2
2017-01-26xprtrdma: Make FRWR send queue entry accounting more accurateChuck Lever3-13/+30
2017-01-26svcrdma: avoid duplicate dma unmapping during error recoverySriharsha Basavapatna1-2/+0
2017-01-26svcrpc: don't leak contexts on PROC_DESTROYJ. Bruce Fields1-1/+1
2017-01-26sunrpc: don't call sleeping functions from the notifier block callbacksScott Mayhew1-3/+7
2017-01-15svcrdma: Clear xpt_bc_xps in xprt_setup_rdma_bc() error exit armChuck Lever1-0/+1
2017-01-09SUNRPC: fix refcounting problems with auth_gss messages.NeilBrown1-1/+6
2016-11-19Merge tag 'nfsd-4.9-2' of git://linux-nfs.org/~bfields/linuxLinus Torvalds3-10/+28
2016-11-14sunrpc: svc_age_temp_xprts_now should not call setsockopt non-tcp transportsScott Mayhew3-10/+28
2016-11-11Merge tag 'nfs-for-4.9-3' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds3-18/+29
2016-11-10xprtrdma: Fix DMAR failure in frwr_op_map() after reconnectChuck Lever2-16/+24
2016-11-07SUNRPC: Fix suspicious RCU usageAnna Schumaker1-2/+5
2016-11-01svcrdma: backchannel cannot share a page for send and rcv buffersChuck Lever1-3/+10
2016-10-28sunrpc: fix some missing rq_rbuffer assignmentsJeff Layton2-0/+2
2016-10-26sunrpc: don't pass on-stack memory to sg_set_bufJ. Bruce Fields3-45/+71
2016-10-14Merge tag 'nfs-for-4.9-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds21-478/+794