summary refs log tree commit diff
path: root/net/sunrpc
AgeCommit message (Expand)Author
2023-08-30xprtrdma: Remap Receive buffers after a reconnectChuck Lever
2023-07-19SUNRPC: Fix UAF in svc_tcp_listen_data_ready()Ding Hui
2023-07-19svcrdma: Prevent page release when nothing was receivedChuck Lever
2023-06-09nfsd: fix double fget() bug in __write_ports_addfd()Dan Carpenter
2023-05-30SUNRPC: Don't change task->tk_status after the call to rpc_exit_taskTrond Myklebust
2023-05-24SUNRPC: Fix trace_svc_register() call siteChuck Lever
2023-05-24SUNRPC: always free ctxt when freeing deferred requestNeilBrown
2023-05-24SUNRPC: double free xprt_ctxt while still in useNeilBrown
2023-05-11SUNRPC: remove the maximum number of retries in call_bind_statusDai Ngo
2023-04-13sunrpc: only free unix grouplist after RCU settlesJeff Layton
2023-04-06SUNRPC: fix shutdown of NFS TCP client socketSiddharth Kawar
2023-03-17SUNRPC: Fix a server shutdown leakBenjamin Coddington
2023-03-10NFS: fix disabling of swapNeilBrown
2023-02-09use less confusing names for iov_iter direction initializersAl Viro
2023-01-14Revert "SUNRPC: Use RMW bitops in single-threaded hot paths"Chuck Lever
2023-01-12SUNRPC: ensure the matching upcall is in-flight upon downcallminoura makoto
2023-01-04SUNRPC: Don't leak netobj memory when gss_read_proxy_verf() failsChuck Lever
2022-12-31SUNRPC: Fix missing release socket in rpc_sockname()Wang ShaoBo
2022-12-31xprtrdma: Fix regbuf data not freed in rpcrdma_req_create()Zhang Xiaoxu
2022-10-27SUNRPC: Fix crasher in gss_unwrap_resp_integ()Chuck Lever
2022-10-27SUNRPC: Fix null-ptr-deref when xps sysfs alloc failedZhang Xiaoxu
2022-10-16Merge tag 'random-6.1-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2022-10-13Merge tag 'nfs-for-6.1-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds
2022-10-11treewide: use get_random_u32() when possibleJason A. Donenfeld
2022-10-11treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld
2022-10-10Merge tag 'sched-core-2022-10-07' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2022-10-06SUNRPC: Add API to force the client to disconnectTrond Myklebust
2022-10-06SUNRPC: Add a helper to allow pNFS drivers to selectively cancel RPC callsTrond Myklebust
2022-10-06SUNRPC: Fix races with rpc_killall_tasks()Trond Myklebust
2022-10-05xprtrdma: Fix uninitialized variableChuck Lever
2022-10-05xprtrdma: Prevent memory allocations from driving a reclaimChuck Lever
2022-10-05xprtrdma: Memory allocation should be allowed to fail during connectChuck Lever
2022-10-05xprtrdma: MR-related memory allocation should be allowed to failChuck Lever
2022-10-05xprtrdma: Clean up synopsis of rpcrdma_regbuf_alloc()Chuck Lever
2022-10-05xprtrdma: Clean up synopsis of rpcrdma_req_create()Chuck Lever
2022-10-05svcrdma: Clean up RPCRDMA_DEF_GFPChuck Lever
2022-10-05SUNRPC: Replace the use of the xprtiod WQ in rpcrdmaChuck Lever
2022-10-03SUNRPC: move from strlcpy with unused retval to strscpyWolfram Sang
2022-10-03SUNRPC: use max_t() to simplify open codeZiyang Xuan
2022-10-03SUNRPC: Directly use ida_alloc()/free()Bo Liu
2022-09-26SUNRPC: Fix typo in xdr_buf_subsegment's kdoc commentChuck Lever
2022-09-26NFSD: Refactor common code out of dirlist helpersChuck Lever
2022-09-26SUNRPC: Clarify comment that documents svc_max_payload()Chuck Lever
2022-09-26SUNRPC: Parametrize how much of argsize should be zeroedChuck Lever
2022-09-26SUNRPC: Optimize svc_process()Chuck Lever
2022-09-12Merge tag 'nfs-for-5.20-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2022-09-08Revert "SUNRPC: Remove unreachable error condition"Dan Aloni
2022-09-07freezer,sched: Rewrite core freezer logicPeter Zijlstra
2022-09-01SUNRPC: Fix call completion races with call_decode()Trond Myklebust
2022-08-22Merge tag 'nfs-for-5.20-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds