aboutsummaryrefslogtreecommitdiffstats
path: root/net/sunrpc (follow)
AgeCommit message (Expand)AuthorFilesLines
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-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-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
2011-01-11Merge branch 'nfs-for-2.6.38' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds9-196/+345
2011-01-11rpc: allow xprt_class->setup to return a preexisting xprtJ. Bruce Fields2-9/+12
2011-01-11rpc: keep backchannel xprt as long as server connectionJ. Bruce Fields3-11/+29
2011-01-11rpc: move sk_bc_xprt to svc_xprtJ. Bruce Fields2-5/+7
2011-01-10Merge branch 'bugfixes' into nfs-for-2.6.38Trond Myklebust1-31/+124
2011-01-10NFS: Don't use vm_map_ram() in readdirTrond Myklebust1-31/+124
2011-01-07Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds1-1/+1
2011-01-07Merge branch 'vfs-scale-working' of git://git.kernel.org/pub/scm/linux/kernel/git/npiggin/linux-npigginLinus Torvalds1-3/+11
2011-01-07fs: dcache reduce branches in lookup pathNick Piggin1-1/+1
2011-01-07fs: icache RCU free inodesNick Piggin1-1/+9
2011-01-07fs: change d_delete semanticsNick Piggin1-1/+1
2011-01-06NFS rename client back channel transport fieldAndy Adamson2-2/+2
2011-01-06NFS associate sessionid with callback connectionAndy Adamson1-1/+3
2011-01-06SUNRPC register and unregister the back channel transportAndy Adamson1-0/+20
2011-01-06SUNRPC new transport for the NFSv4.1 shared back channelAndy Adamson2-24/+62
2011-01-06SUNRPC fix bc_send printAndy Adamson1-1/+1
2011-01-06SUNRPC move svc_drop to caller of svc_process_commonAndy Adamson1-14/+16
2011-01-04svcrpc: ensure cache_check caller sees updated entryJ. Bruce Fields1-1/+10
2011-01-04svcrpc: take lock on turning entry NEGATIVE in cache_checkJ. Bruce Fields1-7/+18
2011-01-04svcrpc: simpler request droppingJ. Bruce Fields2-1/+3
2011-01-04svcrpc: avoid double reply caused by deferral raceJ. Bruce Fields1-7/+11
2011-01-04SUNRPC: Remove more code when NFSD_DEPRECATED is not configuredJ. Bruce Fields1-0/+12
2011-01-04svcrpc: modifying valid sunrpc cache entries is racyJ. Bruce Fields1-2/+1
2011-01-04kernel panic when mount NFSv4Trond Myklebust1-1/+1
2010-12-26Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller3-14/+24
2010-12-21net/sunrpc/clnt.c: Convert sprintf_symbol to %psJoe Perches1-10/+2
2010-12-17net/sunrpc/auth_gss/gss_krb5_crypto.c: Use normal negative error value returnJoe Perches1-1/+1