summaryrefslogtreecommitdiff
path: root/net/sunrpc
AgeCommit message (Expand)Author
2011-01-07Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds
2011-01-07Merge branch 'vfs-scale-working' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2011-01-07fs: dcache reduce branches in lookup pathNick Piggin
2011-01-07fs: icache RCU free inodesNick Piggin
2011-01-07fs: change d_delete semanticsNick Piggin
2010-12-26Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-12-15workqueue: convert cancel_rearming_delayed_work[queue]() users to cancel_dela...Tejun Heo
2010-12-07sunrpc: prevent use-after-free on clearing XPT_BUSYNeilBrown
2010-11-22SUNRPC: Fix an infinite loop in call_refresh/call_refreshresultTrond Myklebust
2010-11-22Net: sunrpc: auth_gss: Makefile: Remove deprecated kbuild goal definitionsTracey Dent
2010-11-17BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann
2010-11-16SUNRPC: Simplify rpc_alloc_iostats by removing pointless local variableJesper Juhl
2010-10-29convert get_sb_single() usersAl Viro
2010-10-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2010-10-26Merge branch 'for-2.6.37' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2010-10-26Merge branch 'nfs-for-2.6.37' of git://git.linux-nfs.org/projects/trondmy/nfs...Linus Torvalds
2010-10-25net/sunrpc: Use static const char arraysJoe Perches
2010-10-25fs: do not assign default i_ino in new_inodeChristoph Hellwig
2010-10-25svcrpc: svc_tcp_sendto XPT_DEAD check is redundantJ. Bruce Fields
2010-10-25svcrpc: no need for XPT_DEAD check in svc_xprt_enqueueJ. Bruce Fields
2010-10-25svcrpc: assume svc_delete_xprt() called only onceJ. Bruce Fields
2010-10-25svcrpc: never clear XPT_BUSY on dead xprtJ. Bruce Fields
2010-10-25Merge branch 'nfs-for-2.6.37' of git://git.linux-nfs.org/projects/trondmy/nfs...Linus Torvalds
2010-10-24SUNRPC: Cleanup duplicate assignment in rpcauth_refreshcredTrond Myklebust
2010-10-24SUNRPC: After calling xprt_release(), we must restart from call_reserveTrond Myklebust
2010-10-24Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds
2010-10-23SUNRPC: Add a helper function xdr_inline_peekTrond Myklebust
2010-10-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds
2010-10-22Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds
2010-10-22Merge branch 'config' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds
2010-10-21SUNRPC: Properly initialize sock_xprt.srcaddr in all casesChuck Lever
2010-10-21SUNRPC: Use conventional switch statement when reclassifying socketsChuck Lever
2010-10-21sunrpc/xprtrdma: clean up workqueue usageTejun Heo
2010-10-19sunrpc: Turn list_for_each-s into the ..._entry-sPavel Emelyanov
2010-10-19sunrpc: Remove dead "else" branch from bc xprt creationPavel Emelyanov
2010-10-19sunrpc: Don't return NULL from rpcb_createPavel Emelyanov
2010-10-19sunrpc: Remove useless if (task == NULL) from xprt_reserve_xprtPavel Emelyanov
2010-10-19sunrpc: Remove UDP worker wrappersPavel Emelyanov
2010-10-19sunrpc: Remove TCP worker wrappersPavel Emelyanov
2010-10-19sunrpc: Pass family to setup_socket callsPavel Emelyanov
2010-10-19sunrpc: Merge xs_create_sock codePavel Emelyanov
2010-10-19sunrpc: Merge the xs_bind codePavel Emelyanov
2010-10-19sunrpc: Call xs_create_sockX directly from setup_socketPavel Emelyanov
2010-10-19sunrpc: Factor out v6 sockets creationPavel Emelyanov
2010-10-19sunrpc: Factor out v4 sockets creationPavel Emelyanov
2010-10-19sunrpc: Factor out udp sockets creationPavel Emelyanov
2010-10-19sunrpc: Remove duplicate xprt/transport arguments from callsPavel Emelyanov
2010-10-19sunrpc: Get xprt pointer once in xs_tcp_setup_socketPavel Emelyanov
2010-10-19sunrpc: Remove unused sock arg from xs_next_srcportPavel Emelyanov
2010-10-19sunrpc: Remove unused sock arg from xs_get_srcportPavel Emelyanov