summaryrefslogtreecommitdiff
path: root/net/sunrpc
AgeCommit message (Expand)AuthorFilesLines
2013-03-14SUNRPC: Don't start the retransmission timer when out of socket spaceTrond Myklebust1-1/+5
2013-03-04svcrpc: make svc_age_temp_xprts enqueue under sv_lockJ. Bruce Fields1-13/+2
2013-01-17SUNRPC: Ensure that we free the rpc_task after cleanups are doneTrond Myklebust1-4/+23
2012-10-31SUNRPC: Prevent races in xs_abort_connection()Trond Myklebust1-5/+8
2012-10-31Revert "SUNRPC: Ensure we close the socket on EPIPE errors too..."Trond Myklebust1-1/+1
2012-10-31SUNRPC: Clear the connect flag when socket state is TCP_CLOSE_WAITTrond Myklebust1-0/+1
2012-10-31SUNRPC: Get rid of the xs_error_report socket callbackTrond Myklebust1-25/+0
2012-10-28SUNRPC: Prevent kernel stack corruption on long values of flushSasha Levin1-2/+2
2012-10-21SUNRPC: Ensure that the TCP socket is closed when in CLOSE_WAITTrond Myklebust1-5/+16
2012-09-14svcrpc: sends on closed socket should stop immediatelyJ. Bruce Fields1-1/+2
2012-09-14svcrpc: fix svc_xprt_enqueue/svc_recv busy-loopingJ. Bruce Fields1-5/+2
2012-09-14svcrpc: fix BUG() in svc_tcp_clear_pagesJ. Bruce Fields1-1/+1
2012-08-15SUNRPC: return negative value in case rpcbind client creation errorStanislav Kinsbursky1-2/+2
2012-08-09nfs: skip commit in releasepage if we're freeing memory for fs-related reasonsJeff Layton3-1/+14
2012-06-22NFSv4.1: Fix a request leak on the back channelTrond Myklebust1-1/+2
2012-04-02nfsd: don't allow zero length strings in cache_parse()Dan Carpenter1-0/+2
2012-04-02SUNRPC: We must not use list_for_each_entry_safe() in rpc_wake_up()Trond Myklebust1-4/+11
2012-01-26svcrpc: avoid memory-corruption on pool shutdownJ. Bruce Fields2-20/+38
2012-01-26svcrpc: destroy server sockets all at onceJ. Bruce Fields2-7/+11
2012-01-26svcrpc: fix double-free on shutdown of nfsd after changing pool modeJ. Bruce Fields1-0/+3
2011-12-09SUNRPC: Ensure we return EAGAIN in xs_nospace if congestion is clearedTrond Myklebust1-2/+1
2011-11-11NFS/sunrpc: don't use a credential with extra groups.NeilBrown1-0/+3
2011-08-05svcrpc: fix list-corrupting race on nfsd shutdownJ. Bruce Fields1-5/+6
2011-07-12SUNRPC: Fix use of static variable in rpcb_getport_asyncBen Greear1-1/+1
2011-07-08SUNRPC: Fix a race between work-queue and rpc_killall_tasksTrond Myklebust1-16/+11
2011-06-22Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds3-3/+7
2011-06-17SUNRPC: Ensure the RPC client only quits on fatal signalsTrond Myklebust2-3/+3
2011-06-15NLM: Don't hang forever on NLM unlock requestsTrond Myklebust2-0/+4
2011-06-06nfsd: fix dependency of nfsd on auth_rpcgssJ. Bruce Fields1-1/+2
2011-05-30Merge branch 'pnfs-submit' of git://git.open-osd.org/linux-open-osdLinus Torvalds1-0/+19
2011-05-29Merge branch 'for-2.6.40' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-148/+188
2011-05-29Merge branch 'nfs-for-2.6.40' of git://git.linux-nfs.org/projects/trondmy/nfs...Linus Torvalds4-45/+518
2011-05-29SUNRPC: introduce xdr_init_decode_pagesBenny Halevy1-0/+19
2011-05-28SUNRPC: Support for RPC over AF_LOCAL transportsChuck Lever2-3/+400
2011-05-28SUNRPC: Remove obsolete commentChuck Lever1-4/+0
2011-05-28SUNRPC: Use AF_LOCAL for rpcbind upcallsChuck Lever2-14/+85
2011-05-28SUNRPC: Clean up use of curly braces in switch casesChuck Lever1-9/+8
2011-05-28SUNRPC: Rename xs_encode_tcp_fragment_header()Chuck Lever1-12/+12
2011-05-28SUNRPC: Deal with the lack of a SYN_SENT sk->sk_state_change callback...Trond Myklebust1-3/+13
2011-05-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds2-2/+3
2011-05-26RDMA/cma: Pass QP type into rdma_create_id()Sean Hefty2-2/+3
2011-05-25vmscan: change shrinker API by passing shrink_control structYing Han1-1/+3
2011-05-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2-2/+2
2011-05-10treewide: fix a few typos in commentsJustin P. Mattock1-1/+1
2011-04-26Merge branch 'master' into for-nextJiri Kosina6-14/+56
2011-04-24SUNRPC: Allow RPC calls to return ETIMEDOUT instead of EIOTrond Myklebust1-1/+4
2011-04-19NFSv4.1: Don't update sequence number if rpc_task is not sentBryan Schumaker1-0/+1
2011-04-16SUNRPC: Fix the SUNRPC Kerberos V RPCSEC_GSS module dependenciesTrond Myklebust1-5/+4
2011-04-13NFS: Fix infinite loop in gss_create_upcall()Bryan Schumaker1-3/+5
2011-04-10treewide: remove extra semicolonsJustin P. Mattock1-1/+1