summaryrefslogtreecommitdiffstats
path: root/net/sunrpc
Commit message (Expand)AuthorAgeFilesLines
* SUNRPC: Fix UAF in svc_tcp_listen_data_ready()Ding Hui2023-07-191-12/+11
* svcrdma: Prevent page release when nothing was receivedChuck Lever2023-07-191-6/+6
* nfsd: fix double fget() bug in __write_ports_addfd()Dan Carpenter2023-06-091-18/+6
* SUNRPC: Don't change task->tk_status after the call to rpc_exit_taskTrond Myklebust2023-05-301-3/+2
* SUNRPC: Fix trace_svc_register() call siteChuck Lever2023-05-241-1/+1
* SUNRPC: always free ctxt when freeing deferred requestNeilBrown2023-05-244-27/+39
* SUNRPC: double free xprt_ctxt while still in useNeilBrown2023-05-241-1/+2
* SUNRPC: remove the maximum number of retries in call_bind_statusDai Ngo2023-05-112-4/+0
* sunrpc: only free unix grouplist after RCU settlesJeff Layton2023-04-131-4/+13
* SUNRPC: fix shutdown of NFS TCP client socketSiddharth Kawar2023-04-061-0/+1
* SUNRPC: Fix a server shutdown leakBenjamin Coddington2023-03-171-1/+5
* NFS: fix disabling of swapNeilBrown2023-03-101-0/+2
* use less confusing names for iov_iter direction initializersAl Viro2023-02-093-8/+8
* Revert "SUNRPC: Use RMW bitops in single-threaded hot paths"Chuck Lever2023-01-145-11/+11
* SUNRPC: ensure the matching upcall is in-flight upon downcallminoura makoto2023-01-121-2/+17
* SUNRPC: Don't leak netobj memory when gss_read_proxy_verf() failsChuck Lever2023-01-041-2/+7
* SUNRPC: Fix missing release socket in rpc_sockname()Wang ShaoBo2022-12-311-1/+1
* xprtrdma: Fix regbuf data not freed in rpcrdma_req_create()Zhang Xiaoxu2022-12-311-1/+1
* SUNRPC: Fix crasher in gss_unwrap_resp_integ()Chuck Lever2022-10-271-1/+1
* SUNRPC: Fix null-ptr-deref when xps sysfs alloc failedZhang Xiaoxu2022-10-271-2/+10
* Merge tag 'random-6.1-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-10-164-5/+5
|\
| * treewide: use get_random_u32() when possibleJason A. Donenfeld2022-10-112-3/+3
| * treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld2022-10-112-2/+2
* | Merge tag 'nfs-for-6.1-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2022-10-1311-80/+141
|\ \ | |/ |/|
| * SUNRPC: Add API to force the client to disconnectTrond Myklebust2022-10-061-0/+14
| * SUNRPC: Add a helper to allow pNFS drivers to selectively cancel RPC callsTrond Myklebust2022-10-062-0/+48
| * SUNRPC: Fix races with rpc_killall_tasks()Trond Myklebust2022-10-063-21/+28
| * xprtrdma: Fix uninitialized variableChuck Lever2022-10-051-2/+1
| * xprtrdma: Prevent memory allocations from driving a reclaimChuck Lever2022-10-051-4/+4
| * xprtrdma: Memory allocation should be allowed to fail during connectChuck Lever2022-10-051-3/+3
| * xprtrdma: MR-related memory allocation should be allowed to failChuck Lever2022-10-053-11/+17
| * xprtrdma: Clean up synopsis of rpcrdma_regbuf_alloc()Chuck Lever2022-10-051-11/+8
| * xprtrdma: Clean up synopsis of rpcrdma_req_create()Chuck Lever2022-10-053-11/+11
| * svcrdma: Clean up RPCRDMA_DEF_GFPChuck Lever2022-10-052-4/+2
| * SUNRPC: Replace the use of the xprtiod WQ in rpcrdmaChuck Lever2022-10-052-9/+4
| * SUNRPC: move from strlcpy with unused retval to strscpyWolfram Sang2022-10-031-1/+1
| * SUNRPC: use max_t() to simplify open codeZiyang Xuan2022-10-031-4/+1
| * SUNRPC: Directly use ida_alloc()/free()Bo Liu2022-10-033-6/+6
* | Merge tag 'sched-core-2022-10-07' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2022-10-101-7/+5
|\ \
| * | freezer,sched: Rewrite core freezer logicPeter Zijlstra2022-09-071-7/+5
* | | SUNRPC: Fix typo in xdr_buf_subsegment's kdoc commentChuck Lever2022-09-261-1/+1
* | | NFSD: Refactor common code out of dirlist helpersChuck Lever2022-09-261-0/+22
* | | SUNRPC: Clarify comment that documents svc_max_payload()Chuck Lever2022-09-261-2/+6
* | | SUNRPC: Parametrize how much of argsize should be zeroedChuck Lever2022-09-261-1/+1
* | | SUNRPC: Optimize svc_process()Chuck Lever2022-09-261-13/+11
| |/ |/|
* | Merge tag 'nfs-for-5.20-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2022-09-122-4/+7
|\ \
| * | Revert "SUNRPC: Remove unreachable error condition"Dan Aloni2022-09-081-0/+3
| * | SUNRPC: Fix call completion races with call_decode()Trond Myklebust2022-09-011-4/+4
* | | Merge tag 'nfs-for-5.20-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2022-08-221-1/+1
|\| |
| * | SUNRPC: RPC level errors should set task->tk_rpc_statusTrond Myklebust2022-08-191-1/+1