summaryrefslogtreecommitdiffstats
path: root/net/sunrpc
Commit message (Expand)AuthorAgeFilesLines
* sunrpc: don't mark uninitialised items as VALID.NeilBrown2019-05-161-0/+3
* sunrpc: handle ENOMEM in rpcb_getport_asyncJ. Bruce Fields2019-01-261-0/+8
* sunrpc: use-after-free in svc_process_common()Vasily Averin2019-01-163-6/+11
* sunrpc: use SVC_NET() in svcauth_gss_* functionsVasily Averin2019-01-131-4/+4
* sunrpc: fix cache_head leak due to queued requestVasily Averin2019-01-131-1/+9
* sock: Make sock->sk_stamp thread-safeDeepa Dinamani2019-01-131-1/+1
* SUNRPC: Fix a potential race in xprt_connect()Trond Myklebust2018-12-211-2/+9
* SUNRPC: Fix leak of krb5p encode pagesChuck Lever2018-12-131-0/+4
* SUNRPC: Fix a bogus get/put in generic_key_to_expire()Trond Myklebust2018-12-011-7/+1
* SUNRPC: drop pointless static qualifier in xdr_get_next_encode_buffer()YueHaibing2018-11-271-1/+1
* sunrpc: correct the computation for page_ptr when truncatingFrank Sorenson2018-11-211-3/+2
* nfsd: Fix an Oops in free_session()Trond Myklebust2018-11-211-1/+1
* rpc_pipefs: fix double-dput()Al Viro2018-04-241-0/+1
* SUNRPC: ensure correct error is reported by xs_tcp_setup_socket()NeilBrown2018-04-131-1/+6
* SUNRPC: Allow connect to return EHOSTUNREACHTrond Myklebust2018-02-031-0/+1
* kernel: make groups_sort calling a responsibility group_info allocatorsThiago Rafael Becker2018-01-103-0/+4
* sunrpc: Fix rpc_task_begin trace pointChuck Lever2017-12-161-2/+1
* SUNRPC: fix refcounting problems with auth_gss messages.NeilBrown2017-04-211-1/+6
* svcrpc: fix oops in absence of krb5 moduleJ. Bruce Fields2017-02-091-1/+1
* SUNRPC: cleanup ida information when removing sunrpc moduleKinglong Mee2017-02-012-0/+6
* svcrdma: avoid duplicate dma unmapping during error recoverySriharsha Basavapatna2017-01-261-2/+0
* svcrpc: don't leak contexts on PROC_DESTROYJ. Bruce Fields2017-01-261-1/+1
* sunrpc: fix write space race causing stallsDavid Vrabel2016-10-281-1/+10
* NFS: Don't drop CB requests with invalid principalsChuck Lever2016-10-071-0/+5
* svc: Avoid garbage replies when pc_func() returns rpc_drop_replyChuck Lever2016-10-071-1/+2
* SUNRPC: allow for upcalls for same uid but different gss serviceOlga Kornievskaia2016-09-071-3/+5
* SUNRPC: Handle EADDRNOTAVAIL on connection failuresTrond Myklebust2016-09-071-0/+4
* nfsd4/rpc: move backchannel create logic into rpc codeJ. Bruce Fields2016-07-271-2/+10
* sunrpc: fix stripping of padded MIC tokensTomáš Trnka2016-06-071-2/+2
* 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: Fixup socket wait for memoryTrond Myklebust2016-02-251-28/+21
* sched/wait: Fix the signal handling fixPeter Zijlstra2015-12-131-3/+3
* SUNRPC: Fix callback channelTrond Myklebust2015-12-072-8/+12
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2015-12-031-7/+7
|\
| * net: rename SOCK_ASYNC_NOSPACE and SOCK_ASYNC_WAITDATAEric Dumazet2015-12-011-7/+7
* | nfs4: limit callback decoding to received bytesBenjamin Coddington2015-11-232-0/+9
|/
* Merge tag 'nfsd-4.4' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2015-11-113-28/+78
|\
| * svcrpc: document lack of some memory barriersJ. Bruce Fields2015-11-101-6/+31
| * SUNRPC: drop stale comment in svc_setup_socket()Stefan Hajnoczi2015-11-101-1/+0
| * sunrpc/cache: make cache flushing more reliable.Neil Brown2015-10-231-13/+40
| * sunrpc: avoid warning in gss_key_timeoutArnd Bergmann2015-10-231-7/+6
| * SUNRPC: Use MSG_SENDPAGE_NOTLAST when calling sendpage()Trond Myklebust2015-10-232-2/+4
* | Merge tag 'nfs-for-4.4-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2015-11-0913-394/+1083
|\ \
| * | Sunrpc: Supports hexadecimal number for sysctl files of sunrpc debugKinglong Mee2015-11-031-11/+12
| * | SUNRPC: fix variable typeAndrzej Hajda2015-11-031-1/+1
| * | Merge tag 'nfs-rdma-4.4-2' of git://git.linux-nfs.org/projects/anna/nfs-rdmaTrond Myklebust2015-11-0213-313/+914
| |\ \
| | * | NFS: Enable client side NFSv4.1 backchannel to use other transportsChuck Lever2015-11-024-0/+35
| | * | SUNRPC: Remove the TCP-only restriction in bc_svc_process()Chuck Lever2015-11-021-5/+0
| | * | svcrdma: Add backward direction service for RPC/RDMA transportChuck Lever2015-11-022-0/+64