summaryrefslogtreecommitdiff
path: root/net/sunrpc
AgeCommit message (Expand)AuthorFilesLines
2014-02-11svcrpc: fix svc_xprt_enqueue/svc_recv busy-loopingJ. Bruce Fields1-5/+2
2014-02-11svcrpc: sends on closed socket should stop immediatelyJ. Bruce Fields1-1/+2
2014-02-11kernel panic when mount NFSv4Trond Myklebust1-1/+1
2013-01-17SUNRPC: Ensure we return EAGAIN in xs_nospace if congestion is clearedTrond Myklebust1-2/+1
2012-08-17NFS/sunrpc: don't use a credential with extra groups.NeilBrown1-0/+3
2012-08-17NLM: Don't hang forever on NLM unlock requestsTrond Myklebust2-0/+4
2012-05-17svcrpc: fix list-corrupting race on nfsd shutdownJ. Bruce Fields1-5/+6
2012-05-17SUNRPC: Fix use of static variable in rpcb_getport_asyncBen Greear1-1/+1
2012-05-17SUNRPC: Fix a race between work-queue and rpc_killall_tasksTrond Myklebust1-16/+11
2012-05-17SUNRPC: Ensure the RPC client only quits on fatal signalsTrond Myklebust2-3/+3
2012-05-17SUNRPC: Deal with the lack of a SYN_SENT sk->sk_state_change callback...Trond Myklebust1-3/+13
2012-03-14SUNRPC: fix NFS client over TCP hangs due to packet loss (Bug 16494)Andy Chittenden1-6/+22
2011-06-26SUNRPC: Never reuse the socket port after an xs_close()Trond Myklebust1-0/+2
2011-06-26SUNRPC: Ensure we always run the tk_callback before tk_actionTrond Myklebust1-8/+6
2011-04-18sunrpc/cache: fix module refcnt leak in a failure pathLi Zefan1-1/+3
2011-04-18sunrpc: prevent use-after-free on clearing XPT_BUSYNeilBrown1-1/+8
2011-01-07SUNRPC: Fix race corrupting rpc upcallTrond Myklebust2-7/+8
2010-08-02SUNRPC: Fix a re-entrancy bug in xs_tcp_read_calldir()Trond Myklebust1-16/+22
2010-04-22SUNRPC: Fix a bug in rpcauth_prune_expiredTrond Myklebust1-1/+1
2010-04-13Merge branch 'for-2.6.34' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-1/+4
2010-04-05svcrdma: RDMA support not yet compatible with RPC6Tom Tucker1-1/+4
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo23-7/+16
2010-03-22sunrpc: handle allocation errors from __rpc_lookup_create()Dan Carpenter1-0/+2
2010-03-22SUNRPC: Fix the return value of rpc_run_bc_task()Trond Myklebust1-0/+1
2010-03-22SUNRPC: Fix a use after free bug with the NFSv4.1 backchannelTrond Myklebust3-31/+9
2010-03-21SUNRPC: Fix a potential memory leak in auth_gssTrond Myklebust1-3/+2
2010-03-19Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds1-6/+2
2010-03-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2-9/+7
2010-03-08net/sunrpc: Convert (void)snprintf to snprintfJoe Perches2-5/+5
2010-03-08net/sunrpc: Remove uses of NIPQUAD, use %pI4Joe Perches2-5/+3
2010-03-08rpc client can not deal with ENOSOCK, so translate it into ENOCONNBian Naimeng1-6/+2
2010-03-06Merge branch 'for-2.6.34' of git://linux-nfs.org/~bfields/linuxLinus Torvalds3-36/+43
2010-03-06nodemask.h: remove macro any_online_nodeH Hartley Sweeten1-1/+1
2010-03-05Merge branch 'writeback-for-2.6.34' into nfs-for-2.6.34Trond Myklebust1-8/+3
2010-03-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-7/+2
2010-03-03Don't bother with d_genocide in rpc_pipeAl Viro1-7/+2
2010-03-02svcrpc: treat uid's as unsignedJ. Bruce Fields1-1/+1
2010-03-02SUNRPC: Handle EINVAL error returns from the TCP connect operationTrond Myklebust1-0/+5
2010-03-01nfsd: ensure sockets are closed on errorNeil Brown1-0/+1
2010-03-01Revert "sunrpc: move the close processing after do recvfrom method"J. Bruce Fields1-7/+5
2010-03-01Revert "sunrpc: fix peername failed on closed listener"J. Bruce Fields1-2/+1
2010-02-27sunrpc: remove unnecessary svc_xprt_putNeil Brown1-4/+1
2010-02-15net: Fix first line of kernel-doc for a few functionsBen Hutchings1-1/+1
2010-02-10nfs41 do not allocate unused back channel pagesAndy Adamson1-0/+4
2010-02-10xprtsock.c: make bc_{malloc/free} staticH Hartley Sweeten1-2/+2
2010-02-10SUNRPC: Don't display zero scope IDsChuck Lever1-0/+2
2010-02-10SUNRPC: Deprecate support for site-local addressesChuck Lever1-4/+2
2010-02-10sunrpc: parse and return errors reported by gssdJeff Layton1-2/+9
2010-01-27SUNRPC: NFS kernel APIs shouldn't return ENOENT for "transport not found"Chuck Lever1-1/+4
2010-01-27SUNRPC: Bury "#ifdef IPV6" in svc_create_xprt()Chuck Lever1-0/+4