summaryrefslogtreecommitdiff
path: root/net/sunrpc
AgeCommit message (Expand)AuthorFilesLines
2019-12-21sunrpc: fix crash when cache_head become valid before updatePavel Tikhomirov1-6/+0
2019-11-28SUNRPC: Fix a compile warning for cmpxchg64()Trond Myklebust1-0/+1
2019-11-25SUNRPC: Fix priority queue fairnessTrond Myklebust1-55/+54
2019-05-16sunrpc: don't mark uninitialised items as VALID.NeilBrown1-0/+3
2019-01-26sunrpc: handle ENOMEM in rpcb_getport_asyncJ. Bruce Fields1-0/+8
2019-01-17sunrpc: use-after-free in svc_process_common()Vasily Averin3-6/+11
2019-01-13sunrpc: use SVC_NET() in svcauth_gss_* functionsVasily Averin1-4/+4
2019-01-13sunrpc: fix cache_head leak due to queued requestVasily Averin1-1/+9
2019-01-13sock: Make sock->sk_stamp thread-safeDeepa Dinamani1-1/+1
2018-12-21SUNRPC: Fix a potential race in xprt_connect()Trond Myklebust1-2/+9
2018-12-13SUNRPC: Fix leak of krb5p encode pagesChuck Lever1-0/+4
2018-12-01SUNRPC: Fix a bogus get/put in generic_key_to_expire()Trond Myklebust1-7/+1
2018-11-27SUNRPC: drop pointless static qualifier in xdr_get_next_encode_buffer()YueHaibing1-1/+1
2018-11-21sunrpc: correct the computation for page_ptr when truncatingFrank Sorenson1-3/+2
2018-11-21nfsd: Fix an Oops in free_session()Trond Myklebust1-1/+1
2018-04-24rpc_pipefs: fix double-dput()Al Viro1-0/+1
2018-04-13SUNRPC: ensure correct error is reported by xs_tcp_setup_socket()NeilBrown1-1/+6
2018-02-03SUNRPC: Allow connect to return EHOSTUNREACHTrond Myklebust1-0/+1
2018-01-10kernel: make groups_sort calling a responsibility group_info allocatorsThiago Rafael Becker3-0/+4
2017-12-16sunrpc: Fix rpc_task_begin trace pointChuck Lever1-2/+1
2017-04-21SUNRPC: fix refcounting problems with auth_gss messages.NeilBrown1-1/+6
2017-02-09svcrpc: fix oops in absence of krb5 moduleJ. Bruce Fields1-1/+1
2017-02-01SUNRPC: cleanup ida information when removing sunrpc moduleKinglong Mee2-0/+6
2017-01-26svcrdma: avoid duplicate dma unmapping during error recoverySriharsha Basavapatna1-2/+0
2017-01-26svcrpc: don't leak contexts on PROC_DESTROYJ. Bruce Fields1-1/+1
2016-10-28sunrpc: fix write space race causing stallsDavid Vrabel1-1/+10
2016-10-07NFS: Don't drop CB requests with invalid principalsChuck Lever1-0/+5
2016-10-07svc: Avoid garbage replies when pc_func() returns rpc_drop_replyChuck Lever1-1/+2
2016-09-07SUNRPC: allow for upcalls for same uid but different gss serviceOlga Kornievskaia1-3/+5
2016-09-07SUNRPC: Handle EADDRNOTAVAIL on connection failuresTrond Myklebust1-0/+4
2016-07-27nfsd4/rpc: move backchannel create logic into rpc codeJ. Bruce Fields1-2/+10
2016-06-08sunrpc: fix stripping of padded MIC tokensTomáš Trnka1-2/+2
2016-05-05sunrpc/cache: drop reference when sunrpc_cache_pipe_upcall() detects a raceNeilBrown1-3/+3
2016-03-04sunrpc/cache: fix off-by-one in qword_get()Stefan Hajnoczi1-1/+1
2016-02-25SUNRPC: Fixup socket wait for memoryTrond Myklebust1-28/+21
2015-12-14sched/wait: Fix the signal handling fixPeter Zijlstra1-3/+3
2015-12-08SUNRPC: Fix callback channelTrond Myklebust2-8/+12
2015-12-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-7/+7
2015-12-01net: rename SOCK_ASYNC_NOSPACE and SOCK_ASYNC_WAITDATAEric Dumazet1-7/+7
2015-11-24nfs4: limit callback decoding to received bytesBenjamin Coddington2-0/+9
2015-11-12Merge tag 'nfsd-4.4' of git://linux-nfs.org/~bfields/linuxLinus Torvalds3-28/+78
2015-11-11svcrpc: document lack of some memory barriersJ. Bruce Fields1-6/+31
2015-11-10SUNRPC: drop stale comment in svc_setup_socket()Stefan Hajnoczi1-1/+0
2015-11-10Merge tag 'nfs-for-4.4-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds13-394/+1083
2015-11-08Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds6-145/+159
2015-11-03Sunrpc: Supports hexadecimal number for sysctl files of sunrpc debugKinglong Mee1-11/+12
2015-11-03SUNRPC: fix variable typeAndrzej Hajda1-1/+1
2015-11-03Merge tag 'nfs-rdma-4.4-2' of git://git.linux-nfs.org/projects/anna/nfs-rdmaTrond Myklebust13-313/+914
2015-11-03NFS: Enable client side NFSv4.1 backchannel to use other transportsChuck Lever4-0/+35
2015-11-02SUNRPC: Remove the TCP-only restriction in bc_svc_process()Chuck Lever1-5/+0