aboutsummaryrefslogtreecommitdiffstats
path: root/net/sunrpc (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-10-29convert get_sb_single() usersAl Viro1-9/+9
2010-10-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds1-0/+1
2010-10-26Merge branch 'for-2.6.37' of git://linux-nfs.org/~bfields/linuxLinus Torvalds26-1400/+785
2010-10-26Merge branch 'nfs-for-2.6.37' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds1-1/+1
2010-10-25net/sunrpc: Use static const char arraysJoe Perches1-1/+1
2010-10-25fs: do not assign default i_ino in new_inodeChristoph Hellwig1-0/+1
2010-10-25svcrpc: svc_tcp_sendto XPT_DEAD check is redundantJ. Bruce Fields1-3/+0
2010-10-25svcrpc: no need for XPT_DEAD check in svc_xprt_enqueueJ. Bruce Fields1-6/+0
2010-10-25svcrpc: assume svc_delete_xprt() called only onceJ. Bruce Fields1-1/+1
2010-10-25svcrpc: never clear XPT_BUSY on dead xprtJ. Bruce Fields1-3/+0
2010-10-25Merge branch 'nfs-for-2.6.37' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds5-65/+58
2010-10-24SUNRPC: Cleanup duplicate assignment in rpcauth_refreshcredTrond Myklebust1-1/+1
2010-10-24SUNRPC: After calling xprt_release(), we must restart from call_reserveTrond Myklebust1-1/+1
2010-10-24Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-2/+2
2010-10-23SUNRPC: Add a helper function xdr_inline_peekTrond Myklebust1-0/+21
2010-10-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds5-26/+26
2010-10-22Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds1-0/+2
2010-10-22Merge branch 'config' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds2-30/+11
2010-10-21SUNRPC: Properly initialize sock_xprt.srcaddr in all casesChuck Lever1-1/+32
2010-10-21SUNRPC: Use conventional switch statement when reclassifying socketsChuck Lever1-3/+7
2010-10-21sunrpc/xprtrdma: clean up workqueue usageTejun Heo3-5/+17
2010-10-19sunrpc: Turn list_for_each-s into the ..._entry-sPavel Emelyanov3-17/+7
2010-10-19sunrpc: Remove dead "else" branch from bc xprt creationPavel Emelyanov1-9/+4
2010-10-19sunrpc: Don't return NULL from rpcb_createPavel Emelyanov1-1/+1
2010-10-19sunrpc: Remove useless if (task == NULL) from xprt_reserve_xprtPavel Emelyanov1-2/+0
2010-10-19sunrpc: Remove UDP worker wrappersPavel Emelyanov1-34/+7
2010-10-19sunrpc: Remove TCP worker wrappersPavel Emelyanov1-32/+7
2010-10-19sunrpc: Pass family to setup_socket callsPavel Emelyanov1-24/+8
2010-10-19sunrpc: Merge xs_create_sock codePavel Emelyanov1-25/+24
2010-10-19sunrpc: Merge the xs_bind codePavel Emelyanov1-47/+19
2010-10-19sunrpc: Call xs_create_sockX directly from setup_socketPavel Emelyanov1-32/+8
2010-10-19sunrpc: Factor out v6 sockets creationPavel Emelyanov1-37/+26
2010-10-19sunrpc: Factor out v4 sockets creationPavel Emelyanov1-37/+26
2010-10-19sunrpc: Factor out udp sockets creationPavel Emelyanov1-40/+56
2010-10-19sunrpc: Remove duplicate xprt/transport arguments from callsPavel Emelyanov1-6/+6
2010-10-19sunrpc: Get xprt pointer once in xs_tcp_setup_socketPavel Emelyanov1-6/+4
2010-10-19sunrpc: Remove unused sock arg from xs_next_srcportPavel Emelyanov1-3/+3
2010-10-19sunrpc: Remove unused sock arg from xs_get_srcportPavel Emelyanov1-3/+3
2010-10-19sunrpc: remove the big kernel lockArnd Bergmann2-30/+11
2010-10-18svcrdma: Cleanup DMA unmapping in error paths.Tom Tucker3-15/+17
2010-10-18svcrdma: Change DMA mapping logic to avoid the page_address kernel APITom Tucker3-38/+78
2010-10-15llseek: automatically add .llseek fopArnd Bergmann1-0/+2
2010-10-11sunrpc: Use helper to set v4 mapped addr in ip_map_parsePavel Emelyanov1-3/+2
2010-10-11sunrpc/cache: centralise handling of size limit on deferred list.NeilBrown1-24/+43
2010-10-11sunrpc: Simplify cache_defer_req and related functions.NeilBrown1-36/+22
2010-10-06Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller6-76/+86
2010-10-01nfsd: provide callbacks on svc_xprt deletionJ. Bruce Fields1-0/+15
2010-10-01nfsd4: remove spkm3J. Bruce Fields6-851/+0
2010-10-01sunrpc: fix race in new cache_wait code.NeilBrown1-3/+2
2010-10-01sunrpc: Create sockets in net namespacesPavel Emelyanov2-5/+5