summaryrefslogtreecommitdiff
path: root/net/sunrpc
AgeCommit message (Expand)Author
2022-05-18SUNRPC: Ensure that the gssproxy client can start in a connected stateTrond Myklebust
2022-05-12SUNRPC: Don't leak sockets in xs_local_connect()Trond Myklebust
2022-05-12SUNRPC release the transport of a relocated task with an assigned transportOlga Kornievskaia
2022-05-12Revert "SUNRPC: attempt AF_LOCAL connect on setup"Trond Myklebust
2022-04-20SUNRPC: Fix NFSD's request deferral on RDMA transportsChuck Lever
2022-04-13SUNRPC: Ensure we flush any closed sockets before xs_xprt_free()Trond Myklebust
2022-04-13SUNRPC: svc_tcp_sendmsg() should handle errors from xdr_alloc_bvec()Trond Myklebust
2022-04-13SUNRPC: Handle low memory situations in call_status()Trond Myklebust
2022-04-13SUNRPC: Handle ENOMEM in call_transmit_status()Trond Myklebust
2022-04-13SUNRPC: Fix socket waits for write buffer spaceTrond Myklebust
2022-04-13SUNRPC: remove scheduling boost for "SWAPPER" tasks.NeilBrown
2022-04-13SUNRPC/xprt: async tasks mustn't block waiting for memoryNeilBrown
2022-04-08SUNRPC don't resend a task on an offlined transportOlga Kornievskaia
2022-04-08SUNRPC: Don't call connect() more than once on a TCP socketTrond Myklebust
2022-04-08SUNRPC: improve 'swap' handling: scheduling and PF_MEMALLOCNeilBrown
2022-04-08SUNRPC/call_alloc: async tasks mustn't block waiting for memoryNeilBrown
2022-04-08SUNRPC: Do not dereference non-socket transports in sysfsTrond Myklebust
2022-04-08SUNRPC: avoid race between mod_timer() and del_timer_sync()NeilBrown
2022-02-08SUNRPC: lock against ->sock changing during sysfs readNeilBrown
2022-02-08xprtrdma: fix pointer derefs in error cases of rpcrdma_ep_createDan Aloni
2022-01-28Merge tag 'fsnotify_for_v5.17-rc2' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2022-01-25Merge tag 'nfs-for-5.17-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds
2022-01-24fsnotify: fix fsnotify hooks in pseudo filesystemsAmir Goldstein
2022-01-22proc: remove PDE_DATA() completelyMuchun Song
2022-01-16Merge tag 'nfsd-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds
2022-01-15mm: introduce memalloc_retry_wait()NeilBrown
2022-01-14xprtrdma: Remove definitions of RPCDBG_FACILITYChuck Lever
2022-01-14xprtrdma: Remove final dprintk call sites from xprtrdmaChuck Lever
2022-01-13sunrpc: Fix potential race conditions in rpc_sysfs_xprt_state_change()Anna Schumaker
2022-01-13net/sunrpc: fix reference count leaks in rpc_sysfs_xprt_state_changeXiyu Yang
2022-01-13SUNRPC allow for unspecified transport time in rpc_clnt_add_xprtOlga Kornievskaia
2022-01-10SUNRPC: Fix sockaddr handling in the svc_xprt_create_error trace pointChuck Lever
2022-01-06SUNRPC: use default_groups in kobj_typeGreg Kroah-Hartman
2022-01-06SUNRPC: clean up some inconsistent indentingJiapeng Chong
2022-01-06sunrpc: Remove unneeded null checkXu Wang
2021-12-13SUNRPC: Remove low signal-to-noise tracepointsChuck Lever
2021-12-13lockd: use svc_set_num_threads() for thread start and stopNeilBrown
2021-12-13SUNRPC: always treat sv_nrpools==1 as "not pooled"NeilBrown
2021-12-13SUNRPC: move the pool_map definitions (back) into svc.cNeilBrown
2021-12-13SUNRPC: discard svo_setup and rename svc_set_num_threads_sync()NeilBrown
2021-12-13SUNRPC: use sv_lock to protect updates to sv_nrthreads.NeilBrown
2021-12-13SUNRPC: stop using ->sv_nrthreads as a refcountNeilBrown
2021-12-13SUNRPC/NFSD: clean up get/put functions.NeilBrown
2021-11-27Merge tag 'nfs-for-5.16-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2021-11-22SUNRPC: use different lock keys for INET6 and LOCALNeilBrown
2021-11-10Merge tag 'nfsd-5.16' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2021-11-10Merge tag 'nfs-for-5.16-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2021-11-04SUNRPC: Prevent immediate close+reconnectTrond Myklebust
2021-11-04SUNRPC: Fix races when closing the socketTrond Myklebust
2021-11-04SUNRPC: Check if the xprt is connected before handling sysfs readsAnna Schumaker