linux_dsm_epyc7002/fs/nfsd
Alexey Dobriyan 97a32539b9 proc: convert everything to "struct proc_ops"
The most notable change is DEFINE_SHOW_ATTRIBUTE macro split in
seq_file.h.

Conversion rule is:

	llseek		=> proc_lseek
	unlocked_ioctl	=> proc_ioctl

	xxx		=> proc_xxx

	delete ".owner = THIS_MODULE" line

[akpm@linux-foundation.org: fix drivers/isdn/capi/kcapi_proc.c]
[sfr@canb.auug.org.au: fix kernel/sched/psi.c]
  Link: http://lkml.kernel.org/r/20200122180545.36222f50@canb.auug.org.au
Link: http://lkml.kernel.org/r/20191225172546.GB13378@avx2
Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com>
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2020-02-04 03:05:26 +00:00
..
acl.h
auth.c
auth.h
blocklayout.c
blocklayoutxdr.c
blocklayoutxdr.h
cache.h
current_stateid.h
export.c
export.h
fault_inject.c
filecache.c nfsd: Drop LIST_HEAD where the variable it declares is never used. 2019-11-08 12:32:59 -05:00
filecache.h
flexfilelayout.c
flexfilelayoutxdr.c
flexfilelayoutxdr.h
idmap.h
Kconfig nfsd: depend on CRYPTO_MD5 for legacy client tracking 2019-12-07 11:28:52 -05:00
lockd.c
Makefile
netns.h
nfs2acl.c
nfs3acl.c
nfs3proc.c
nfs3xdr.c new helper: lookup_positive_unlocked() 2019-11-15 13:49:04 -05:00
nfs4acl.c
nfs4callback.c nfsd: document callback_wq serialization of callback code 2019-11-08 12:32:59 -05:00
nfs4idmap.c
nfs4layouts.c
nfs4proc.c NFSD fixing possible null pointer derefering in copy offload 2019-12-07 11:28:46 -05:00
nfs4recover.c nfsd: Fix cld_net->cn_tfm initialization 2019-11-12 14:53:26 -05:00
nfs4state.c nfsd4: fix up replay_matches_cache() 2019-10-09 16:39:31 -04:00
nfs4xdr.c This is a relatively quiet cycle for nfsd, mainly various bugfixes. 2019-12-07 16:56:00 -08:00
nfscache.c
nfsctl.c proc: convert everything to "struct proc_ops" 2020-02-04 03:05:26 +00:00
nfsd.h nfsd: check for EBUSY from vfs_rmdir/vfs_unink. 2019-11-30 14:59:52 -05:00
nfsfh.c
nfsfh.h
nfsproc.c
nfssvc.c nfsd: restore NFSv3 ACL support 2019-11-19 17:43:05 -05:00
nfsxdr.c
pnfs.h
state.h nfsd: Fix races between nfsd4_cb_release() and nfsd4_shutdown_callback() 2019-11-08 12:32:59 -05:00
stats.c proc: convert everything to "struct proc_ops" 2020-02-04 03:05:26 +00:00
stats.h
trace.c
trace.h
vfs.c nfsd: check for EBUSY from vfs_rmdir/vfs_unink. 2019-11-30 14:59:52 -05:00
vfs.h nfsd: Ensure CLONE persists data and metadata changes to the target file 2019-11-30 14:55:38 -05:00
xdr3.h
xdr4.h
xdr4cb.h
xdr.h