summaryrefslogtreecommitdiff
path: root/net/sunrpc
AgeCommit message (Expand)AuthorFilesLines
2024-06-21SUNRPC: return proper error from gss_wrap_req_privChen Hanxiao1-1/+3
2024-06-12rpcrdma: fix handling for RDMA_CM_EVENT_DEVICE_REMOVALDan Aloni1-1/+5
2024-06-12sunrpc: fix NFSACL RPC retry on soft mountDan Aloni1-0/+1
2024-06-12SUNRPC: Fix gss_free_in_token_pages()Chuck Lever1-8/+2
2024-06-12sunrpc: removed redundant procp checkAleksandr Aprelkov1-2/+0
2024-06-12SUNRPC: Fix loop termination condition in gss_free_in_token_pages()Chuck Lever1-1/+1
2024-05-25nfsd: don't allow nfsd threads to be signalled.NeilBrown1-10/+6
2024-05-17timers: Get rid of del_singleshot_timer_sync()Thomas Gleixner1-1/+1
2024-05-17sunrpc: add a struct rpc_stats arg to rpc_create_argsJosef Bacik1-1/+4
2024-03-27net: sunrpc: Fix an off by one in rpc_sockaddr2uaddr()Christophe JAILLET1-2/+2
2024-03-27SUNRPC: fix some memleaks in gssx_dec_option_arrayZhipeng Lu1-8/+19
2024-02-05SUNRPC: Fix a suspicious RCU usage warningAnna Schumaker1-2/+15
2024-01-26SUNRPC: fix _xprt_switch_find_current_entry logicOlga Kornievskaia1-1/+1
2023-11-28svcrdma: Drop connection after an RDMA Read errorChuck Lever1-1/+2
2023-11-28SUNRPC: Fix RPC client cleaned up the freed pipefs dentriesfelix1-1/+4
2023-11-28SUNRPC: Add an IS_ERR() check back to where it wasDan Carpenter1-0/+4
2023-11-28SUNRPC: ECONNRESET might require a rebindTrond Myklebust1-1/+1
2023-10-06Revert "SUNRPC dont update timeout value on connection reset"Trond Myklebust1-2/+1
2023-10-06NFSv4.1: fix pnfs MDS=DS session trunkingOlga Kornievskaia1-4/+7
2023-10-06SUNRPC: Mark the cred for revalidation if the server rejects itTrond Myklebust1-0/+1
2023-09-23Revert "SUNRPC: Fail faster on bad verifier"Trond Myklebust1-1/+1
2023-08-30xprtrdma: Remap Receive buffers after a reconnectChuck Lever1-5/+4
2023-07-19SUNRPC: Fix UAF in svc_tcp_listen_data_ready()Ding Hui1-12/+11
2023-07-19svcrdma: Prevent page release when nothing was receivedChuck Lever1-6/+6
2023-06-09nfsd: fix double fget() bug in __write_ports_addfd()Dan Carpenter1-18/+6
2023-05-30SUNRPC: Don't change task->tk_status after the call to rpc_exit_taskTrond Myklebust1-3/+2
2023-05-24SUNRPC: Fix trace_svc_register() call siteChuck Lever1-1/+1
2023-05-24SUNRPC: always free ctxt when freeing deferred requestNeilBrown4-27/+39
2023-05-24SUNRPC: double free xprt_ctxt while still in useNeilBrown1-1/+2
2023-05-11SUNRPC: remove the maximum number of retries in call_bind_statusDai Ngo2-4/+0
2023-04-13sunrpc: only free unix grouplist after RCU settlesJeff Layton1-4/+13
2023-04-06SUNRPC: fix shutdown of NFS TCP client socketSiddharth Kawar1-0/+1
2023-03-17SUNRPC: Fix a server shutdown leakBenjamin Coddington1-1/+5
2023-03-10NFS: fix disabling of swapNeilBrown1-0/+2
2023-02-09use less confusing names for iov_iter direction initializersAl Viro3-8/+8
2023-01-14Revert "SUNRPC: Use RMW bitops in single-threaded hot paths"Chuck Lever5-11/+11
2023-01-12SUNRPC: ensure the matching upcall is in-flight upon downcallminoura makoto1-2/+17
2023-01-04SUNRPC: Don't leak netobj memory when gss_read_proxy_verf() failsChuck Lever1-2/+7
2022-12-31SUNRPC: Fix missing release socket in rpc_sockname()Wang ShaoBo1-1/+1
2022-12-31xprtrdma: Fix regbuf data not freed in rpcrdma_req_create()Zhang Xiaoxu1-1/+1
2022-10-27SUNRPC: Fix crasher in gss_unwrap_resp_integ()Chuck Lever1-1/+1
2022-10-27SUNRPC: Fix null-ptr-deref when xps sysfs alloc failedZhang Xiaoxu1-2/+10
2022-10-17Merge tag 'random-6.1-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds4-5/+5
2022-10-13Merge tag 'nfs-for-6.1-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds11-80/+141
2022-10-12treewide: use get_random_u32() when possibleJason A. Donenfeld2-3/+3
2022-10-12treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld2-2/+2
2022-10-10Merge tag 'sched-core-2022-10-07' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-7/+5
2022-10-06SUNRPC: Add API to force the client to disconnectTrond Myklebust1-0/+14
2022-10-06SUNRPC: Add a helper to allow pNFS drivers to selectively cancel RPC callsTrond Myklebust2-0/+48
2022-10-06SUNRPC: Fix races with rpc_killall_tasks()Trond Myklebust3-21/+28