aboutsummaryrefslogtreecommitdiff
path: root/fs/nfsd
AgeCommit message (Expand)AuthorFilesLines
2024-09-20NFSD: remove redundant assignment operationLi Lingfeng1-1/+0
2024-09-20NFSD: Fix NFSv4's PUTPUBFH operationChuck Lever1-9/+1
2024-09-20nfsd: Add quotes to client info 'callback address'Mark Grimes1-1/+1
2024-09-20nfsd: move error choice for incorrect object types to version-specific code.NeilBrown6-19/+56
2024-09-20nfsd: be more systematic about selecting error codes for internal use.NeilBrown1-5/+19
2024-09-20nfsd: Move error code mapping to per-version proc code.NeilBrown5-18/+78
2024-09-20nfsd: move V4ROOT version check to nfsd_set_fh_dentry()NeilBrown1-11/+7
2024-09-20nfsd: further centralize protocol version checks.NeilBrown3-6/+9
2024-09-20nfsd: use nfsd_v4client() in nfsd_breaker_owns_lease()NeilBrown3-9/+8
2024-09-20nfsd: Pass 'cred' instead of 'rqstp' to some functions.NeilBrown8-28/+34
2024-09-20nfsd: Don't pass all of rqst into rqst_exp_find()NeilBrown4-12/+35
2024-09-20nfsd: don't assume copy notify when preprocessing the stateidSagi Grimberg2-6/+4
2024-09-20sunrpc: allow svc threads to fail initialisation cleanlyNeilBrown1-6/+3
2024-09-20sunrpc: change sp_nrthreads from atomic_t to unsigned int.NeilBrown2-2/+2
2024-09-20nfsd: don't allocate the versions array.NeilBrown5-94/+35
2024-09-01nfsd: move nfsd_pool_stats_open into nfsctl.cNeilBrown3-9/+7
2024-09-01nfsd: don't EXPORT_SYMBOL nfsd4_ssc_init_umount_work()NeilBrown1-1/+0
2024-09-01nfsd: use system_unbound_wq for nfsd_file_gc_worker()Youzhong Yang1-1/+1
2024-09-01nfsd: count nfsd_file allocationsJeff Layton1-2/+7
2024-09-01nfsd: fix refcount leak when file is unhashed after being foundJeff Layton1-0/+1
2024-09-01nfsd: remove unneeded EEXIST error check in nfsd_do_file_acquireJeff Layton1-2/+0
2024-09-01nfsd: add list_head nf_gc to struct nfsd_fileYouzhong Yang2-8/+11
2024-09-01Merge tag 'nfsd-6.11-3' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds1-2/+9
2024-08-30nfsd: fix nfsd4_deleg_getattr_conflict in presence of third party leaseNeilBrown1-2/+9
2024-08-29Merge tag 'nfsd-6.11-2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds3-21/+38
2024-08-26fs/nfsd: fix update of inode attrs in CB_GETATTRJeff Layton3-7/+15
2024-08-26nfsd: fix potential UAF in nfsd4_cb_getattr_releaseJeff Layton1-1/+1
2024-08-26nfsd: hold reference to delegation when updating it for cb_getattrJeff Layton1-3/+7
2024-08-23nfsd: prevent panic for nfsv4.0 closed files in nfs4_show_openOlga Kornievskaia1-9/+12
2024-08-22nfsd: ensure that nfsd4_fattr_args.context is zeroed outJeff Layton1-1/+3
2024-08-10Merge tag 'nfsd-6.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds1-2/+1
2024-07-22nfsd: don't set SVC_SOCK_ANONYMOUS when creating nfsd socketsJeff Layton1-2/+1
2024-07-17Merge tag 'nfsd-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds12-52/+164
2024-07-15Merge tag 'vfs-6.11.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds1-1/+1
2024-07-12nfsd: nfsd_file_lease_notifier_call gets a file_lease as an argumentJeff Layton1-1/+1
2024-07-08nfsd: new netlink ops to get/set server pool_modeJeff Layton3-0/+76
2024-07-08nfsd: allow passing in array of thread counts via netlinkJeff Layton2-13/+31
2024-07-08nfsd: make nfsd_svc take an array of thread countsJeff Layton3-24/+45
2024-07-08NFSD: Support write delegations in LAYOUTGETChuck Lever1-2/+3
2024-07-08NFSD: Fix nfsdcld warningChuck Lever2-3/+3
2024-07-08NFSD: remove unused structs 'nfsd3_voidargs'Dr. David Alan Gilbert2-4/+0
2024-07-08NFSD: harden svcxdr_dupstr() and svcxdr_tmpalloc() against integer overflowsDan Carpenter1-6/+6
2024-06-28Merge tag 'nfsd-6.10-3' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds2-1/+2
2024-06-25nfsd: initialise nfsd_info.mutex early.NeilBrown2-1/+2
2024-06-22Merge tag 'nfsd-6.10-2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds3-42/+11
2024-06-17NFSD: grab nfsd_mutex in nfsd_nl_rpc_status_get_dumpit()Lorenzo Bianconi3-42/+11
2024-05-28fhandle: relax open_by_handle_at() permission checksChristian Brauner1-1/+1
2024-05-22tracing/treewide: Remove second parameter of __assign_str()Steven Rostedt (Google)1-20/+20
2024-05-20Merge tag 'fsnotify_for_v6.10-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-2/+2
2024-05-09NFSD: Force all NFSv4.2 COPY requests to be synchronousChuck Lever1-0/+7