summaryrefslogtreecommitdiff
path: root/net/sunrpc
AgeCommit message (Expand)Author
2017-01-15SUNRPC: fix refcounting problems with auth_gss messages.NeilBrown
2016-07-12sunrpc/cache: drop reference when sunrpc_cache_pipe_upcall() detects a raceNeilBrown
2016-07-12nfsd4/rpc: move backchannel create logic into rpc codeJ. Bruce Fields
2016-06-06sunrpc: fix stripping of padded MIC tokensTomáš Trnka
2016-03-08sunrpc/cache: fix off-by-one in qword_get()Stefan Hajnoczi
2015-10-27svcrdma: Fix send_reply() scatter/gather set-upChuck Lever
2015-07-03SUNRPC: Fix a memory leak in the backchannel codeTrond Myklebust
2015-06-28xprtrdma: Prevent infinite loop in rpcrdma_ep_create()Chuck Lever
2015-06-28xprtrdma: Take struct ib_device_attr off the stackChuck Lever
2015-06-10svcrpc: fix potential GSSX_ACCEPT_SEC_CONTEXT decoding failuresScott Mayhew
2015-03-14SUNRPC: Always manipulate rpc_rqst::rq_bc_pa_list under xprt->bc_pa_lockChuck Lever
2015-03-14sunrpc: fix braino in ->poll()Al Viro
2015-03-06SUNRPC: NULL utsname dereference on NFS umount during namespace cleanupTrond Myklebust
2015-01-16rpc: fix xdr_truncate_encode to handle buffer ending on page boundaryJ. Bruce Fields
2014-11-19SUNRPC: Fix locking around callback channel reply receiveTrond Myklebust
2014-11-13sunrpc: fix sleeping under rcu_read_lock in gss_stringify_acceptorJeff Layton
2014-10-08Merge branch 'for-3.18' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2014-09-30Merge branch 'bugfixes' into linux-nextTrond Myklebust
2014-09-29svcrdma: advertise the correct max payloadSteve Wise
2014-09-25SUNRPC: Add missing support for RPC_CLNT_CREATE_NO_RETRANS_TIMEOUTTrond Myklebust
2014-09-25NFS/SUNRPC: Remove other deadlock-avoidance mechanisms in nfs_release_page()NeilBrown
2014-09-24rpc: Add -EPERM processing for xs_udp_send_request()Jason Baron
2014-09-24rpc: return sent and err from xs_sendpages()Jason Baron
2014-09-24SUNRPC: Don't wake tasks during connection abortBenjamin Coddington
2014-09-10rpc: xs_bind - do not bind when requesting a random ephemeral portChris Perl
2014-08-28sunrpc: fix byte-swapping of displayed XIDChuck Lever
2014-08-28SUNRPC: Fix compile on non-x86J. Bruce Fields
2014-08-17SUNRPC: Optimise away svc_recv_availableTrond Myklebust
2014-08-17SUNRPC: More optimisations of svc_xprt_enqueue()Trond Myklebust
2014-08-17SUNRPC: Fix broken kthread_should_stop test in svc_get_next_xprtTrond Myklebust
2014-08-17SUNRPC: get rid of the request wait queueTrond Myklebust
2014-08-17SUNRPC: Do not grab pool->sp_lock unnecessarily in svc_get_next_xprtTrond Myklebust
2014-08-17SUNRPC: Do not override wspace tests in svc_handle_xprtTrond Myklebust
2014-08-13Merge tag 'nfs-for-3.17-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2014-08-09Merge branch 'for-3.17' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2014-08-05svcrdma: remove rdma_create_qp() failure recovery logicSteve Wise
2014-08-04SUNRPC: remove all refcounting of groupinfo from rpcauth_lookupcredNeilBrown
2014-08-03sunrpc/auth: allow lockless (rcu) lookup of credential cache.NeilBrown
2014-08-03sunrpc: remove "ec" argument from encrypt_v2 operationJeff Layton
2014-08-03sunrpc: clean up sparse endianness warnings in gss_krb5_wrap.cJeff Layton
2014-08-03sunrpc: clean up sparse endianness warnings in gss_krb5_seal.cJeff Layton
2014-08-03sunrpc: fix RCU handling of gc_ctx fieldJeff Layton
2014-08-03Merge branch 'nfs-rdma' of git://git.linux-nfs.org/projects/anna/nfs-rdma int...Trond Myklebust
2014-08-03SUNRPC: Enforce an upper limit on the number of cached credentialsTrond Myklebust
2014-07-31xprtrdma: Handle additional connection eventsChuck Lever
2014-07-31xprtrdma: Remove RPCRDMA_PERSISTENT_REGISTRATION macroChuck Lever
2014-07-31xprtrdma: Make rpcrdma_ep_disconnect() return voidChuck Lever
2014-07-31xprtrdma: Schedule reply tasklet once per upcallChuck Lever
2014-07-31xprtrdma: Allocate each struct rpcrdma_mw separatelyChuck Lever
2014-07-31xprtrdma: Rename frmr_wrChuck Lever