summaryrefslogtreecommitdiffstats
path: root/net/sunrpc
AgeCommit message (Expand)Author
2021-01-19net: sunrpc: interpret the return value of kstrtou32 correctlyj.nixdorf@avm.de
2020-12-30xprtrdma: Fix XDRBUF_SPARSE_PAGES supportChuck Lever
2020-12-30sunrpc: fix xs_read_xdr_buf for partial pages receiveDan Aloni
2020-12-30net: sunrpc: Fix 'snprintf' return value check in 'do_xprt_debugfs'Fedor Tokarev
2020-12-30SUNRPC: xprt_load_transport() needs to support the netid "rdma6"Trond Myklebust
2020-12-30SUNRPC: rpc_wake_up() should wake up tasks in the correct orderTrond Myklebust
2020-11-05SUNRPC: Mitigate cond_resched() in xprt_transmit()Chuck Lever
2020-10-29SUNRPC: fix copying of multiple pages in gss_read_proxy_verf()Martijn de Gouw
2020-10-29svcrdma: fix bounce buffers for unaligned offsets and multiple pagesDan Aloni
2020-10-01svcrdma: Fix backchannel return codeChuck Lever
2020-10-01SUNRPC: Don't start a timer on an already queued rpc taskTrond Myklebust
2020-10-01svcrdma: Fix leak of transport addressesChuck Lever
2020-10-01SUNRPC: Fix a potential buffer overflow in 'svc_print_xprts()'Christophe JAILLET
2020-10-01SUNRPC: Capture completion of all RPC tasksChuck Lever
2020-09-23SUNRPC: stop printk reading past end of stringJ. Bruce Fields
2020-08-26svcrdma: Fix another Receive buffer leakChuck Lever
2020-08-19SUNRPC: Fix ("SUNRPC: Add "@len" parameter to gss_unwrap()")Chuck Lever
2020-08-19svcrdma: Fix page leak in svc_rdma_recv_read_chunk()Chuck Lever
2020-08-11nfsd: Fix NFSv4 READ on RDMA when using readvChuck Lever
2020-08-05sunrpc: check that domain table is empty at module unload.Sasha Levin
2020-07-22xprtrdma: fix incorrect header size calculationsColin Ian King
2020-06-30xprtrdma: Fix handling of RDMA_ERROR repliesChuck Lever
2020-06-30SUNRPC: Properly set the @subbuf parameter of xdr_buf_subsegment()Chuck Lever
2020-06-30sunrpc: fixed rollback in rpc_gssd_dummy_populate()Vasily Averin
2020-06-24net: sunrpc: Fix off-by-one issues in 'rpc_ntop6'Fedor Tokarev
2020-06-22sunrpc: clean up properly in gss_mech_unregister()NeilBrown
2020-06-22sunrpc: svcauth_gss_register_pseudoflavor must reject duplicate registrations.NeilBrown
2020-05-20SUNRPC: Revert 241b1f419f0e ("SUNRPC: Remove xdr_buf_trim()")Chuck Lever
2020-05-20SUNRPC: Signalled ASYNC tasks need to exitChuck Lever
2020-05-20SUNRPC: Fix GSS privacy computation of auth->au_ralignChuck Lever
2020-05-20SUNRPC: Add "@len" parameter to gss_unwrap()Chuck Lever
2020-05-02svcrdma: Fix leak of svc_rdma_recv_ctxt objectsChuck Lever
2020-05-02svcrdma: Fix trace point use-after-free raceChuck Lever
2020-04-29SUNRPC: Fix backchannel RPC soft lockupsChuck Lever
2020-04-23sunrpc: Fix gss_unwrap_resp_integ() againChuck Lever
2020-04-23SUNRPC: fix krb5p mount to provide large enough buffer in rq_rcvsizeOlga Kornievskaia
2020-02-24sunrpc: Fix potential leaks in sunrpc_cache_unhash()Trond Myklebust
2020-02-19xprtrdma: Fix DMA scatter-gather list mapping imbalanceChuck Lever
2020-02-11sunrpc: expiry_time should be seconds not timevalRoberto Bergantinos Corpas
2020-01-26SUNRPC: Fix another issue with MIC buffer spaceChuck Lever
2020-01-26SUNRPC: Fix backchannel latency metricsChuck Lever
2020-01-26SUNRPC: Fix svcauth_gss_proxy_init()Chuck Lever
2020-01-17xprtrdma: Fix oops in Receive handler after device removalChuck Lever
2020-01-17xprtrdma: Fix completion wait during device removalChuck Lever
2020-01-17xprtrdma: Fix create_qp crash on device unloadChuck Lever
2020-01-17xprtrdma: Close window between waking RPC senders and posting ReceivesChuck Lever
2020-01-17xprtrdma: Fix MR list handlingChuck Lever
2020-01-17xprtrdma: Connection becomes unstable after a reconnectChuck Lever
2020-01-17xprtrdma: Add unique trace points for posting Local Invalidate WRsChuck Lever
2020-01-09sunrpc: fix crash when cache_head become valid before updatePavel Tikhomirov