summaryrefslogtreecommitdiffstats
path: root/net/sunrpc
Commit message (Expand)AuthorAgeFilesLines
* sunrpc: don't mark uninitialised items as VALID.NeilBrown2019-05-161-0/+3
* sunrpc: handle ENOMEM in rpcb_getport_asyncJ. Bruce Fields2019-01-261-0/+8
* sunrpc: use-after-free in svc_process_common()Vasily Averin2019-01-263-6/+11
* sunrpc: use SVC_NET() in svcauth_gss_* functionsVasily Averin2019-01-131-4/+4
* sunrpc: fix cache_head leak due to queued requestVasily Averin2019-01-131-1/+8
* sock: Make sock->sk_stamp thread-safeDeepa Dinamani2019-01-131-1/+1
* SUNRPC: Fix a potential race in xprt_connect()Trond Myklebust2018-12-211-2/+9
* SUNRPC: Fix leak of krb5p encode pagesChuck Lever2018-12-131-0/+4
* SUNRPC: Fix a bogus get/put in generic_key_to_expire()Trond Myklebust2018-12-011-7/+1
* SUNRPC: drop pointless static qualifier in xdr_get_next_encode_buffer()YueHaibing2018-11-271-1/+1
* sunrpc: correct the computation for page_ptr when truncatingFrank Sorenson2018-11-221-3/+2
* nfsd: Fix an Oops in free_session()Trond Myklebust2018-11-221-1/+1
* rpc_pipefs: fix double-dput()Al Viro2018-04-241-0/+1
* sunrpc: Fix rpc_task_begin trace pointChuck Lever2017-12-161-2/+1
* SUNRPC: fix refcounting problems with auth_gss messages.NeilBrown2017-01-151-1/+6
* sunrpc/cache: drop reference when sunrpc_cache_pipe_upcall() detects a raceNeilBrown2016-07-121-3/+3
* nfsd4/rpc: move backchannel create logic into rpc codeJ. Bruce Fields2016-07-121-2/+10
* sunrpc: fix stripping of padded MIC tokensTomáš Trnka2016-06-061-2/+2
* sunrpc/cache: fix off-by-one in qword_get()Stefan Hajnoczi2016-03-081-1/+1
* svcrdma: Fix send_reply() scatter/gather set-upChuck Lever2015-10-271-1/+10
* SUNRPC: Fix a memory leak in the backchannel codeTrond Myklebust2015-07-031-1/+1
* xprtrdma: Prevent infinite loop in rpcrdma_ep_create()Chuck Lever2015-06-281-2/+3
* xprtrdma: Take struct ib_device_attr off the stackChuck Lever2015-06-282-24/+14
* svcrpc: fix potential GSSX_ACCEPT_SEC_CONTEXT decoding failuresScott Mayhew2015-06-101-7/+16
* SUNRPC: Always manipulate rpc_rqst::rq_bc_pa_list under xprt->bc_pa_lockChuck Lever2015-03-141-1/+4
* sunrpc: fix braino in ->poll()Al Viro2015-03-141-1/+1
* SUNRPC: NULL utsname dereference on NFS umount during namespace cleanupTrond Myklebust2015-03-062-7/+13
* rpc: fix xdr_truncate_encode to handle buffer ending on page boundaryJ. Bruce Fields2015-01-161-3/+3
* SUNRPC: Fix locking around callback channel reply receiveTrond Myklebust2014-11-191-11/+16
* sunrpc: fix sleeping under rcu_read_lock in gss_stringify_acceptorJeff Layton2014-11-131-5/+30
* Merge branch 'for-3.18' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2014-10-085-69/+48
|\
| * svcrdma: advertise the correct max payloadSteve Wise2014-09-292-1/+8
| * sunrpc: fix byte-swapping of displayed XIDChuck Lever2014-08-281-1/+1
| * SUNRPC: Fix compile on non-x86J. Bruce Fields2014-08-281-4/+0
| * SUNRPC: Optimise away svc_recv_availableTrond Myklebust2014-08-171-17/+6
| * SUNRPC: More optimisations of svc_xprt_enqueue()Trond Myklebust2014-08-171-14/+7
| * SUNRPC: Fix broken kthread_should_stop test in svc_get_next_xprtTrond Myklebust2014-08-171-21/+10
| * SUNRPC: get rid of the request wait queueTrond Myklebust2014-08-172-17/+17
| * SUNRPC: Do not grab pool->sp_lock unnecessarily in svc_get_next_xprtTrond Myklebust2014-08-171-5/+10
| * SUNRPC: Do not override wspace tests in svc_handle_xprtTrond Myklebust2014-08-171-1/+1
* | Merge branch 'bugfixes' into linux-nextTrond Myklebust2014-09-301-0/+3
|\ \
| * | SUNRPC: Add missing support for RPC_CLNT_CREATE_NO_RETRANS_TIMEOUTTrond Myklebust2014-09-251-0/+3
| |/
* | NFS/SUNRPC: Remove other deadlock-avoidance mechanisms in nfs_release_page()NeilBrown2014-09-253-14/+0
* | rpc: Add -EPERM processing for xs_udp_send_request()Jason Baron2014-09-242-0/+8
* | rpc: return sent and err from xs_sendpages()Jason Baron2014-09-241-39/+42
* | SUNRPC: Don't wake tasks during connection abortBenjamin Coddington2014-09-241-0/+4
* | rpc: xs_bind - do not bind when requesting a random ephemeral portChris Perl2014-09-101-2/+18
|/
* Merge tag 'nfs-for-3.17-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2014-08-1316-383/+809
|\
| * SUNRPC: remove all refcounting of groupinfo from rpcauth_lookupcredNeilBrown2014-08-041-7/+1
| * sunrpc/auth: allow lockless (rcu) lookup of credential cache.NeilBrown2014-08-033-2/+23