aboutsummaryrefslogtreecommitdiffstats
path: root/net/sunrpc (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2011-03-17SUNRPC: Ensure we always run the tk_callback before tk_actionTrond Myklebust1-8/+6
2011-03-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds1-12/+20
2011-03-16Merge branch 'for-2.6.39' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds1-1/+1
2011-03-15sunrpc: fix printk format warningRandy Dunlap1-1/+2
2011-03-15xprt: remove redundant null checkj223yang@asset.uwaterloo.ca1-4/+3
2011-03-11gss:krb5 only include enctype numbers in gm_upcall_enctypesKevin Coffman2-2/+2
2011-03-11RPCRDMA: Fix FRMR registration/invalidate handling.Tom Tucker2-8/+45
2011-03-11RPCRDMA: Fix to XDR page base interpretation in marshalling logic.Tom Tucker1-44/+42
2011-03-11NFSv4.1: filelayout async error handlerAndy Adamson1-0/+8
2011-03-11RPC: clarify rpc_run_task error handlingFred Isaman2-12/+0
2011-03-11RPC: remove check for impossible condition in rpc_make_runnableFred Isaman1-8/+1
2011-03-10sunrpc: Propagate errors from xs_bind() through xs_create_sock()Ben Hutchings1-1/+2
2011-03-10SUNRPC: Remove resource leak in svc_rdma_send_error()Jesper Juhl1-0/+1
2011-03-10SUNRPC: Close a race in __rpc_wait_for_completion_task()Trond Myklebust1-14/+61
2011-03-09svcrpc: fix bad argument in unix_domain_findJ. Bruce Fields1-1/+1
2011-03-08svcrpc: fix rare race on unix_domain creationJ. Bruce Fields1-9/+9
2011-03-07gss:krb5 only include enctype numbers in gm_upcall_enctypesKevin Coffman2-2/+2
2011-02-22net: add __rcu annotations to sk_wq and wqEric Dumazet1-12/+20
2011-02-21Merge branch 'master' into for-2.6.39Tejun Heo1-3/+1
2011-01-25NFS do not find client in NFSv4 pg_authenticateAndy Adamson1-3/+1
2011-01-25workqueue: use WQ_MEM_RECLAIM instead of WQ_RESCUERTejun Heo1-1/+1
2011-01-14Merge branch 'for-2.6.38' of git://linux-nfs.org/~bfields/linuxLinus Torvalds10-94/+141