aboutsummaryrefslogtreecommitdiff
path: root/net/sunrpc
AgeCommit message (Expand)Author
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-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
2010-10-19sunrpc: remove the big kernel lockArnd Bergmann
2010-10-18svcrdma: Cleanup DMA unmapping in error paths.Tom Tucker
2010-10-18svcrdma: Change DMA mapping logic to avoid the page_address kernel APITom Tucker
2010-10-15llseek: automatically add .llseek fopArnd Bergmann
2010-10-11sunrpc: Use helper to set v4 mapped addr in ip_map_parsePavel Emelyanov
2010-10-11sunrpc/cache: centralise handling of size limit on deferred list.NeilBrown
2010-10-11sunrpc: Simplify cache_defer_req and related functions.NeilBrown
2010-10-06Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller