aboutsummaryrefslogtreecommitdiffstats
path: root/net/sunrpc (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-07-12SUNRPC: Fix use of static variable in rpcb_getport_asyncBen Greear1-1/+1
2011-07-07SUNRPC: Fix a race between work-queue and rpc_killall_tasksTrond Myklebust1-16/+11
2011-06-21Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds3-3/+7
2011-06-17SUNRPC: Ensure the RPC client only quits on fatal signalsTrond Myklebust2-3/+3
2011-06-15NLM: Don't hang forever on NLM unlock requestsTrond Myklebust2-0/+4
2011-06-06nfsd: fix dependency of nfsd on auth_rpcgssJ. Bruce Fields1-1/+2
2011-05-29Merge branch 'pnfs-submit' of git://git.open-osd.org/linux-open-osdLinus Torvalds1-0/+19
2011-05-29Merge branch 'for-2.6.40' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-148/+188
2011-05-29Merge branch 'nfs-for-2.6.40' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds4-45/+518
2011-05-29SUNRPC: introduce xdr_init_decode_pagesBenny Halevy1-0/+19
2011-05-27SUNRPC: Support for RPC over AF_LOCAL transportsChuck Lever2-3/+400
2011-05-27SUNRPC: Remove obsolete commentChuck Lever1-4/+0
2011-05-27SUNRPC: Use AF_LOCAL for rpcbind upcallsChuck Lever2-14/+85
2011-05-27SUNRPC: Clean up use of curly braces in switch casesChuck Lever1-9/+8
2011-05-27SUNRPC: Rename xs_encode_tcp_fragment_header()Chuck Lever1-12/+12
2011-05-27SUNRPC: Deal with the lack of a SYN_SENT sk->sk_state_change callback...Trond Myklebust1-3/+13
2011-05-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infinibandLinus Torvalds2-2/+3
2011-05-25RDMA/cma: Pass QP type into rdma_create_id()Sean Hefty2-2/+3
2011-05-25vmscan: change shrinker API by passing shrink_control structYing Han1-1/+3
2011-05-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds2-2/+2
2011-05-10treewide: fix a few typos in commentsJustin P. Mattock1-1/+1
2011-04-26Merge branch 'master' into for-nextJiri Kosina6-14/+56
2011-04-24SUNRPC: Allow RPC calls to return ETIMEDOUT instead of EIOTrond Myklebust1-1/+4
2011-04-18NFSv4.1: Don't update sequence number if rpc_task is not sentBryan Schumaker1-0/+1
2011-04-15SUNRPC: Fix the SUNRPC Kerberos V RPCSEC_GSS module dependenciesTrond Myklebust1-5/+4
2011-04-13NFS: Fix infinite loop in gss_create_upcall()Bryan Schumaker1-3/+5
2011-04-10treewide: remove extra semicolonsJustin P. Mattock1-1/+1
2011-04-10svcrpc: complete svsk processing on cb receive failureJ. Bruce Fields1-4/+3
2011-04-08Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds1-1/+1
2011-04-07svcrpc: take advantage of tcp autotuningOlga Kornievskaia1-28/+7
2011-04-07SUNRPC: Don't wait for full record to receive tcp dataJ. Bruce Fields1-32/+112
2011-04-07svcrpc: copy cb reply instead of pagesTrond Myklebust1-66/+56
2011-04-07svcrpc: close connection if client sends short packetJ. Bruce Fields1-14/+7
2011-04-07svcrpc: note network-order types in svc_process_calldirJ. Bruce Fields1-3/+3
2011-04-07SUNRPC: svc_tcp_recvfrom cleanupTrond Myklebust1-19/+15
2011-04-07SUNRPC: requeue tcp socket less frequentlyTrond Myklebust1-1/+4
2011-04-06Revert "net/sunrpc: Use static const char arrays"Trond Myklebust1-1/+1
2011-03-31Fix common misspellingsLucas De Marchi2-3/+3
2011-03-27NFS: Ensure that rpc_release_resources_task() can be called twice.OGAWA Hirofumi1-1/+3
2011-03-25Merge branch 'nfs-for-2.6.39' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds2-0/+40
2011-03-24Merge branch 'nfs-for-2.6.39' into nfs-for-nextTrond Myklebust1-0/+2
2011-03-24NFS: Determine initial mount securityBryan Schumaker1-0/+16
2011-03-24NFS: use secinfo when crossing mountpointsBryan Schumaker1-0/+22
2011-03-24Merge branch 'for-2.6.39' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-9/+9
2011-03-22SUNRPC: Never reuse the socket port after an xs_close()Trond Myklebust1-0/+2
2011-03-17Merge branch 'nfs-for-2.6.39' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds8-96/+120
2011-03-17SUNRPC: Remove resource leak in svc_rdma_send_error()Jesper Juhl1-0/+1
2011-03-17RPC: killing RPC tasks races fixedStanislav Kinsbursky1-1/+3
2011-03-17xprt: remove redundant checkj223yang@asset.uwaterloo.ca1-1/+1
2011-03-17SUNRPC: Convert struct rpc_xprt to use atomic_t countersTrond Myklebust1-8/+8