summaryrefslogtreecommitdiff
path: root/net/sunrpc
AgeCommit message (Expand)AuthorFilesLines
2019-01-26sunrpc: handle ENOMEM in rpcb_getport_asyncJ. Bruce Fields1-0/+8
2019-01-26sunrpc: use-after-free in svc_process_common()Vasily Averin3-6/+11
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/+8
2019-01-13sock: 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-22sunrpc: correct the computation for page_ptr when truncatingFrank Sorenson1-3/+2
2018-11-22nfsd: Fix an Oops in free_session()Trond Myklebust1-1/+1
2018-04-24rpc_pipefs: fix double-dput()Al Viro1-0/+1
2017-12-16sunrpc: Fix rpc_task_begin trace pointChuck Lever1-2/+1
2017-01-15SUNRPC: fix refcounting problems with auth_gss messages.NeilBrown1-1/+6
2016-07-12sunrpc/cache: drop reference when sunrpc_cache_pipe_upcall() detects a raceNeilBrown1-3/+3
2016-07-12nfsd4/rpc: move backchannel create logic into rpc codeJ. Bruce Fields1-2/+10
2016-06-07sunrpc: fix stripping of padded MIC tokensTomáš Trnka1-2/+2
2016-03-08sunrpc/cache: fix off-by-one in qword_get()Stefan Hajnoczi1-1/+1
2015-10-28svcrdma: Fix send_reply() scatter/gather set-upChuck Lever1-1/+10
2015-07-04SUNRPC: Fix a memory leak in the backchannel codeTrond Myklebust1-1/+1
2015-06-28xprtrdma: Prevent infinite loop in rpcrdma_ep_create()Chuck Lever1-2/+3
2015-06-28xprtrdma: Take struct ib_device_attr off the stackChuck Lever2-24/+14
2015-06-10svcrpc: fix potential GSSX_ACCEPT_SEC_CONTEXT decoding failuresScott Mayhew1-7/+16
2015-03-14SUNRPC: Always manipulate rpc_rqst::rq_bc_pa_list under xprt->bc_pa_lockChuck Lever1-1/+4
2015-03-14sunrpc: fix braino in ->poll()Al Viro1-1/+1
2015-03-07SUNRPC: NULL utsname dereference on NFS umount during namespace cleanupTrond Myklebust2-7/+13
2015-01-16rpc: fix xdr_truncate_encode to handle buffer ending on page boundaryJ. Bruce Fields1-3/+3
2014-11-19SUNRPC: Fix locking around callback channel reply receiveTrond Myklebust1-11/+16
2014-11-13sunrpc: fix sleeping under rcu_read_lock in gss_stringify_acceptorJeff Layton1-5/+30
2014-10-08Merge branch 'for-3.18' of git://linux-nfs.org/~bfields/linuxLinus Torvalds5-69/+48
2014-10-01Merge branch 'bugfixes' into linux-nextTrond Myklebust1-0/+3
2014-09-29svcrdma: advertise the correct max payloadSteve Wise2-1/+8
2014-09-26SUNRPC: Add missing support for RPC_CLNT_CREATE_NO_RETRANS_TIMEOUTTrond Myklebust1-0/+3
2014-09-25NFS/SUNRPC: Remove other deadlock-avoidance mechanisms in nfs_release_page()NeilBrown3-14/+0
2014-09-25rpc: Add -EPERM processing for xs_udp_send_request()Jason Baron2-0/+8
2014-09-25rpc: return sent and err from xs_sendpages()Jason Baron1-39/+42
2014-09-25SUNRPC: Don't wake tasks during connection abortBenjamin Coddington1-0/+4
2014-09-10rpc: xs_bind - do not bind when requesting a random ephemeral portChris Perl1-2/+18
2014-08-29sunrpc: fix byte-swapping of displayed XIDChuck Lever1-1/+1
2014-08-28SUNRPC: Fix compile on non-x86J. Bruce Fields1-4/+0
2014-08-17SUNRPC: Optimise away svc_recv_availableTrond Myklebust1-17/+6
2014-08-17SUNRPC: More optimisations of svc_xprt_enqueue()Trond Myklebust1-14/+7
2014-08-17SUNRPC: Fix broken kthread_should_stop test in svc_get_next_xprtTrond Myklebust1-21/+10
2014-08-17SUNRPC: get rid of the request wait queueTrond Myklebust2-17/+17
2014-08-17SUNRPC: Do not grab pool->sp_lock unnecessarily in svc_get_next_xprtTrond Myklebust1-5/+10
2014-08-17SUNRPC: Do not override wspace tests in svc_handle_xprtTrond Myklebust1-1/+1
2014-08-14Merge tag 'nfs-for-3.17-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds16-383/+809
2014-08-10Merge branch 'for-3.17' of git://linux-nfs.org/~bfields/linuxLinus Torvalds9-72/+103
2014-08-06svcrdma: remove rdma_create_qp() failure recovery logicSteve Wise1-17/+2
2014-08-04SUNRPC: remove all refcounting of groupinfo from rpcauth_lookupcredNeilBrown1-7/+1