summaryrefslogtreecommitdiffstats
path: root/net/sunrpc
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'nfs-for-5.18-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2022-03-2918-203/+273
|\
| * SUNRPC: Don't return error values in sysfs read of closed filesTrond Myklebust2022-03-251-12/+15
| * SUNRPC: Do not dereference non-socket transports in sysfsTrond Myklebust2022-03-252-30/+51
| * SUNRPC don't resend a task on an offlined transportOlga Kornievskaia2022-03-241-1/+3
| * SUNRPC: avoid race between mod_timer() and del_timer_sync()NeilBrown2022-03-231-0/+7
| * SUNRPC: Make the rpciod and xprtiod slab allocation modes consistentTrond Myklebust2022-03-225-16/+15
| * SUNRPC: Fix unx_lookup_cred() allocationTrond Myklebust2022-03-221-8/+10
| * NFS: Fix memory allocation in rpc_alloc_task()Trond Myklebust2022-03-221-3/+7
| * NFS: Fix memory allocation in rpc_malloc()Trond Myklebust2022-03-221-7/+14
| * SUNRPC: Improve accuracy of socket ENOBUFS determinationTrond Myklebust2022-03-221-35/+18
| * SUNRPC: Replace internal use of SOCKWQ_ASYNC_NOSPACETrond Myklebust2022-03-221-18/+4
| * SUNRPC: Fix socket waits for write buffer spaceTrond Myklebust2022-03-221-15/+39
| * SUNRPC: Only save the TCP source port after the connection is completeTrond Myklebust2022-03-221-2/+3
| * SUNRPC: Don't call connect() more than once on a TCP socketTrond Myklebust2022-03-221-10/+12
| * SUNRPC: change locking for xs_swap_enable/disableNeilBrown2022-03-131-15/+11
| * NFSv4: keep state manager thread active if swap is enabledNeilBrown2022-03-131-0/+2
| * SUNRPC: improve 'swap' handling: scheduling and PF_MEMALLOCNeilBrown2022-03-135-7/+32
| * NFS: discard NFS_RPC_SWAPFLAGS and RPC_TASK_ROOTCREDSNeilBrown2022-03-131-1/+1
| * SUNRPC: remove scheduling boost for "SWAPPER" tasks.NeilBrown2022-03-132-18/+0
| * SUNRPC/xprt: async tasks mustn't block waiting for memoryNeilBrown2022-03-132-2/+5
| * SUNRPC/auth: async tasks mustn't block waiting for memoryNeilBrown2022-03-134-4/+21
| * SUNRPC/call_alloc: async tasks mustn't block waiting for memoryNeilBrown2022-03-132-2/+6
| * SUNRPC/xprtrdma: Convert GFP_NOFS to GFP_KERNELTrond Myklebust2022-02-252-3/+3
| * SUNRPC/auth_gss: Convert GFP_NOFS to GFP_KERNELTrond Myklebust2022-02-254-19/+19
| * SUNRPC: Convert GFP_NOFS to GFP_KERNELTrond Myklebust2022-02-255-7/+7
| * SUNRPC: remove redundant pointer plainhdrColin Ian King2022-02-251-2/+2
* | Merge tag 'net-next-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2022-03-243-8/+10
|\ \
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-02-103-2/+13
| |\|
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-02-031-2/+2
| |\ \
| * | | SUNRPC: add netns refcount tracker to struct rpc_xprtEric Dumazet2022-01-281-2/+2
| * | | SUNRPC: add netns refcount tracker to struct gss_authEric Dumazet2022-01-281-4/+6
| * | | SUNRPC: add netns refcount tracker to struct svc_xprtEric Dumazet2022-01-281-2/+2
* | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2022-03-221-1/+1
|\ \ \ \
| * | | | fs: allocate inode by using alloc_inode_sb()Muchun Song2022-03-221-1/+1
| | |_|/ | |/| |
* | | | SUNRPC: Teach server to recognize RPC_AUTH_TLSChuck Lever2022-02-282-0/+62
* | | | NFSD: Move svc_serv_ops::svo_function into struct svc_servChuck Lever2022-02-281-11/+26
* | | | NFSD: Remove svc_serv_ops::svo_moduleChuck Lever2022-02-281-2/+0
* | | | SUNRPC: Remove svc_shutdown_net()Chuck Lever2022-02-282-8/+7
* | | | SUNRPC: Rename svc_close_xprt()Chuck Lever2022-02-283-4/+9
* | | | SUNRPC: Rename svc_create_xprt()Chuck Lever2022-02-281-5/+19
* | | | SUNRPC: Remove svo_shutdown methodChuck Lever2022-02-281-3/+0
* | | | SUNRPC: Merge svc_do_enqueue_xprt() into svc_enqueue_xprt()Chuck Lever2022-02-281-16/+10
* | | | SUNRPC: Remove the .svo_enqueue_xprt methodChuck Lever2022-02-281-5/+5
|/ / /
* | | SUNRPC: lock against ->sock changing during sysfs readNeilBrown2022-02-082-2/+10
* | | xprtrdma: fix pointer derefs in error cases of rpcrdma_ep_createDan Aloni2022-02-081-0/+3
| |/ |/|
* | Merge tag 'fsnotify_for_v5.17-rc2' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2022-01-281-2/+2
|\ \ | |/ |/|
| * fsnotify: fix fsnotify hooks in pseudo filesystemsAmir Goldstein2022-01-241-2/+2
* | Merge tag 'nfs-for-5.17-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2022-01-259-65/+34
|\ \
| * | xprtrdma: Remove definitions of RPCDBG_FACILITYChuck Lever2022-01-145-27/+0
| * | xprtrdma: Remove final dprintk call sites from xprtrdmaChuck Lever2022-01-141-12/+0