summaryrefslogtreecommitdiffstats
path: root/net/sunrpc
Commit message (Expand)AuthorAgeFilesLines
* sunrpc/cache: drop reference when sunrpc_cache_pipe_upcall() detects a raceNeilBrown2016-05-041-3/+3
* sunrpc/cache: fix off-by-one in qword_get()Stefan Hajnoczi2016-03-031-1/+1
* SUNRPC: Fix a memory leak in the backchannel codeTrond Myklebust2015-08-031-1/+1
* svcrpc: fix potential GSSX_ACCEPT_SEC_CONTEXT decoding failuresScott Mayhew2015-06-061-7/+16
* sunrpc: fix braino in ->poll()Al Viro2015-03-181-1/+1
* SUNRPC: Add missing support for RPC_CLNT_CREATE_NO_RETRANS_TIMEOUTTrond Myklebust2014-11-141-0/+3
* SUNRPC: Don't wake tasks during connection abortBenjamin Coddington2014-11-141-0/+4
* svcrdma: Select NFSv4.1 backchannel transport based on forward channelChuck Lever2014-09-053-1/+4
* SUNRPC: Fix a module reference leak in svc_handle_xprtTrond Myklebust2014-07-061-0/+2
* SUNRPC: Ensure call_connect_status() deals correctly with SOFTCONN tasksSteve Dickson2014-05-131-2/+2
* SUNRPC: Ensure that call_connect times out correctlyTrond Myklebust2014-05-131-5/+3
* nfsd: check passed socket's net matches NFSd superblock's oneStanislav Kinsbursky2014-05-061-0/+16
* Merge tag 'nfs-for-3.14-4' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2014-02-193-6/+25
|\
| * SUNRPC: Fix a pipe_version reference leakTrond Myklebust2014-02-161-1/+3
| * SUNRPC: Ensure that gss_auth isn't freed before its upcall messagesTrond Myklebust2014-02-161-2/+11
| * SUNRPC: Fix potential memory scribble in xprt_free_bc_request()Trond Myklebust2014-02-111-2/+4
| * SUNRPC: Fix races in xs_nospace()Trond Myklebust2014-02-111-1/+5
| * SUNRPC: Don't create a gss auth cache unless rpc.gssd is runningTrond Myklebust2014-02-101-0/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2014-02-111-3/+3
|\ \ | |/ |/|
| * net: Mark functions as static in net/sunrpc/svc_xprt.cRashika Kheria2014-02-091-3/+3
* | Merge tag 'nfs-for-3.14-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2014-01-311-7/+1
|\ \ | |/ |/|
| * sunrpc: turn warn_gssd() log message into a dprintk()Jeff Layton2014-01-271-7/+1
* | Merge branch 'for-3.14' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2014-01-307-91/+47
|\ \
| * | gss_krb5: use lcm from kernel libLuis Henriques2014-01-241-13/+4
| * | minor svcauth_gss.c cleanupJ. Bruce Fields2014-01-071-5/+2
| * | sunrpc: get rid of use_gssp_lockJeff Layton2014-01-061-24/+18
| * | sunrpc: fix potential race between setting use_gss_proxy and the upcall rpc_clntJeff Layton2014-01-061-2/+2
| * | sunrpc: don't wait for write before allowing reads from use-gss-proxy fileJeff Layton2014-01-063-34/+2
| * | SUNRPC/NFSD: Support a new option for ignoring the result of svc_registerKinglong Mee2014-01-031-8/+17
| * | net/sunrpc/cache: simplify code by using hex_pack_byte()Andy Shevchenko2013-12-121-3/+1
| * | sunrpc: fix some typosWeng Meiling2013-12-101-4/+3
* | | Merge tag 'nfs-for-3.14-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2014-01-287-28/+231
|\ \ \ | | |/ | |/|
| * | sunrpc: Fix infinite loop in RPC state machineWeston Andros Adamson2014-01-051-2/+6
| * | SUNRPC: Add tracepoint for socket errorsTrond Myklebust2013-12-311-0/+1
| * | SUNRPC: Report connection error values to rpc_tasks on the pending queueTrond Myklebust2013-12-311-5/+36
| * | SUNRPC: Handle connect errors ECONNABORTED and EHOSTUNREACHTrond Myklebust2013-12-311-1/+6
| * | SUNRPC: Ensure xprt_connect_status handles all potential connection errorsTrond Myklebust2013-12-311-0/+5
| * | rpc_pipe: fix cleanup of dummy gssd directory when notification failsJeff Layton2013-12-101-1/+13
| * | sunrpc: add an "info" file for the dummy gssd pipeJeff Layton2013-12-061-1/+49
| * | rpc_pipe: remove the clntXX dir if creating the pipe failsJeff Layton2013-12-061-0/+2
| * | sunrpc: replace sunrpc_net->gssd_running flag with a more reliable checkJeff Layton2013-12-063-16/+17
| * | sunrpc: create a new dummy pipe for gssd to hold openJeff Layton2013-12-063-4/+98
| |/
* / net: replace macros net_random and net_srandom with direct calls to prandomAruna-Hewapathirane2014-01-143-3/+3
|/
* Merge tag 'nfs-for-3.13-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2013-12-051-1/+1
|\
| * SUNRPC: do not fail gss proc NULL calls with EACCESAndy Adamson2013-11-261-1/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-11-201-10/+1
|\ \
| * | consolidate simple ->d_delete() instancesAl Viro2013-11-151-10/+1
* | | Merge tag 'nfs-for-3.13-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2013-11-162-19/+38
|\ \ \ | | |/ | |/|
| * | SUNRPC: Avoid deep recursion in rpc_release_clientTrond Myklebust2013-11-121-12/+17
| * | SUNRPC: Fix a data corruption issue when retransmitting RPC callsTrond Myklebust2013-11-081-7/+21