summaryrefslogtreecommitdiff
path: root/net/sunrpc
AgeCommit message (Expand)AuthorFilesLines
2022-04-15SUNRPC: avoid race between mod_timer() and del_timer_sync()NeilBrown1-0/+7
2022-02-01fsnotify: fix fsnotify hooks in pseudo filesystemsAmir Goldstein1-2/+2
2021-11-17SUNRPC: Partial revert of commit 6f9f17287e78Trond Myklebust1-13/+15
2021-09-22rpc: fix gss_svc_init cleanup on failureJ. Bruce Fields1-1/+1
2021-09-22SUNRPC: Fix potential memory corruptionTrond Myklebust1-2/+4
2021-07-14SUNRPC: Should wake up the privileged task firstly.Zhang Xiaoxu1-0/+9
2021-07-14SUNRPC: Fix the batch tasks count wraparound.Zhang Xiaoxu1-1/+2
2021-05-19sunrpc: Fix misplaced barrier in call_decodeBaptiste Lepers1-6/+5
2021-04-07rpc: fix NULL dereference on kmalloc failureJ. Bruce Fields1-4/+7
2021-03-24sunrpc: fix refcount leak for rpc auth modulesDaniel Kobras1-2/+4
2021-03-24svcrdma: disable timeouts on rdma backchannelTimo Rothenpieler1-3/+3
2021-03-24NFSD: Repair misuse of sv_lock in 5.10.16-rt30.Joe Korty1-2/+2
2021-03-17SUNRPC: Set memalloc_nofs_save() for sync tasksBenjamin Coddington1-1/+4
2021-02-13SUNRPC: Handle 0 length opaque XDR object data properlyDave Wysochanski1-3/+6
2021-02-13SUNRPC: Move simple_get_bytes and simple_get_netobj into private headerDave Wysochanski3-58/+45
2021-01-19net: sunrpc: interpret the return value of kstrtou32 correctlyj.nixdorf@avm.de1-1/+1
2020-12-30xprtrdma: Fix XDRBUF_SPARSE_PAGES supportChuck Lever1-9/+31
2020-12-30sunrpc: fix xs_read_xdr_buf for partial pages receiveDan Aloni1-1/+2
2020-12-30net: sunrpc: Fix 'snprintf' return value check in 'do_xprt_debugfs'Fedor Tokarev1-2/+2
2020-12-30SUNRPC: xprt_load_transport() needs to support the netid "rdma6"Trond Myklebust4-16/+55
2020-12-30SUNRPC: rpc_wake_up() should wake up tasks in the correct orderTrond Myklebust1-30/+35
2020-11-05SUNRPC: Mitigate cond_resched() in xprt_transmit()Chuck Lever1-2/+4
2020-10-29SUNRPC: fix copying of multiple pages in gss_read_proxy_verf()Martijn de Gouw1-10/+17
2020-10-29svcrdma: fix bounce buffers for unaligned offsets and multiple pagesDan Aloni1-1/+2
2020-10-01svcrdma: Fix backchannel return codeChuck Lever2-34/+15
2020-10-01SUNRPC: Don't start a timer on an already queued rpc taskTrond Myklebust1-6/+13
2020-10-01svcrdma: Fix leak of transport addressesChuck Lever1-0/+1
2020-10-01SUNRPC: Fix a potential buffer overflow in 'svc_print_xprts()'Christophe JAILLET1-5/+14
2020-10-01SUNRPC: Capture completion of all RPC tasksChuck Lever1-0/+1
2020-09-23SUNRPC: stop printk reading past end of stringJ. Bruce Fields1-2/+2
2020-08-26svcrdma: Fix another Receive buffer leakChuck Lever1-0/+2
2020-08-19SUNRPC: Fix ("SUNRPC: Add "@len" parameter to gss_unwrap()")Chuck Lever2-2/+1
2020-08-19svcrdma: Fix page leak in svc_rdma_recv_read_chunk()Chuck Lever1-7/+21
2020-08-11nfsd: Fix NFSv4 READ on RDMA when using readvChuck Lever6-13/+83
2020-08-05sunrpc: check that domain table is empty at module unload.Sasha Levin3-0/+30
2020-07-22xprtrdma: fix incorrect header size calculationsColin Ian King1-2/+2
2020-06-30xprtrdma: Fix handling of RDMA_ERROR repliesChuck Lever1-6/+3
2020-06-30SUNRPC: Properly set the @subbuf parameter of xdr_buf_subsegment()Chuck Lever1-0/+4
2020-06-30sunrpc: fixed rollback in rpc_gssd_dummy_populate()Vasily Averin1-0/+1
2020-06-24net: sunrpc: Fix off-by-one issues in 'rpc_ntop6'Fedor Tokarev1-2/+2
2020-06-22sunrpc: clean up properly in gss_mech_unregister()NeilBrown2-9/+15
2020-06-22sunrpc: svcauth_gss_register_pseudoflavor must reject duplicate registrations.NeilBrown1-2/+4
2020-05-20SUNRPC: Revert 241b1f419f0e ("SUNRPC: Remove xdr_buf_trim()")Chuck Lever3-5/+45
2020-05-20SUNRPC: Signalled ASYNC tasks need to exitChuck Lever1-0/+5
2020-05-20SUNRPC: Fix GSS privacy computation of auth->au_ralignChuck Lever2-9/+18
2020-05-20SUNRPC: Add "@len" parameter to gss_unwrap()Chuck Lever5-24/+25
2020-05-02svcrdma: Fix leak of svc_rdma_recv_ctxt objectsChuck Lever5-18/+29
2020-05-02svcrdma: Fix trace point use-after-free raceChuck Lever2-9/+10
2020-04-29SUNRPC: Fix backchannel RPC soft lockupsChuck Lever3-0/+5
2020-04-23sunrpc: Fix gss_unwrap_resp_integ() againChuck Lever1-19/+58