summaryrefslogtreecommitdiff
path: root/net/sunrpc
AgeCommit message (Expand)AuthorFilesLines
2021-09-22rpc: fix gss_svc_init cleanup on failureJ. Bruce Fields1-1/+1
2021-07-20SUNRPC: Should wake up the privileged task firstly.Zhang Xiaoxu1-0/+9
2021-07-20SUNRPC: Fix the batch tasks count wraparound.Zhang Xiaoxu1-1/+2
2021-04-07rpc: fix NULL dereference on kmalloc failureJ. Bruce Fields1-4/+7
2021-03-24NFSD: Repair misuse of sv_lock in 5.10.16-rt30.Joe Korty1-2/+2
2021-02-23SUNRPC: Handle 0 length opaque XDR object data properlyDave Wysochanski1-3/+6
2021-02-23SUNRPC: Move simple_get_bytes and simple_get_netobj into private headerDave Wysochanski3-58/+45
2021-01-23net: sunrpc: interpret the return value of kstrtou32 correctlyj.nixdorf@avm.de1-1/+1
2020-11-10SUNRPC: ECONNREFUSED should cause a rebind.NeilBrown1-0/+8
2020-10-01SUNRPC: Fix a potential buffer overflow in 'svc_print_xprts()'Christophe JAILLET1-5/+14
2020-09-23SUNRPC: stop printk reading past end of stringJ. Bruce Fields1-2/+2
2020-06-29SUNRPC: Properly set the @subbuf parameter of xdr_buf_subsegment()Chuck Lever1-0/+4
2020-06-29sunrpc: fixed rollback in rpc_gssd_dummy_populate()Vasily Averin1-0/+1
2020-06-29net: sunrpc: Fix off-by-one issues in 'rpc_ntop6'Fedor Tokarev1-2/+2
2020-06-20sunrpc: clean up properly in gss_mech_unregister()NeilBrown2-9/+15
2020-06-20sunrpc: svcauth_gss_register_pseudoflavor must reject duplicate registrations.NeilBrown1-2/+4
2020-05-10xprtrdma: Fix backchannel allocation of extra rpcrdma_repsChuck Lever3-25/+23
2020-05-10xprtrdma: rpcrdma_bc_receive_call() should init rq_private_buf.lenChuck Lever1-0/+2
2020-05-10xprtrdma: xprt_rdma_free() must not release backchannel reqsChuck Lever1-0/+3
2020-05-10xprtrdma: Fix additional uses of spin_lock_irqsave(rb_lock)Chuck Lever2-9/+4
2020-05-10xprtrdma: checking for NULL instead of IS_ERR()Dan Carpenter1-2/+2
2020-02-14sunrpc: expiry_time should be seconds not timevalRoberto Bergantinos Corpas1-0/+4
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-16sunrpc: 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