summaryrefslogtreecommitdiff
path: root/fs/nfsd
AgeCommit message (Expand)AuthorFilesLines
2024-11-08NFSD: Never decrement pending_async_copies on errorChuck Lever1-3/+1
2024-11-08NFSD: Initialize struct nfsd4_copy earlierChuck Lever1-2/+2
2024-11-01nfsd: fix race between laundromat and free_stateidOlga Kornievskaia2-8/+42
2024-11-01nfsd: cancel nfsd_shrinker_work using sync mode in nfs4_state_shutdown_netYang Erkun1-1/+1
2024-10-17nfsd: fix possible badness in FREE_STATEIDOlga Kornievskaia1-0/+1
2024-10-17nfsd: nfsd_destroy_serv() must call svc_destroy() even if nfsd_startup_net() ...NeilBrown1-3/+3
2024-10-17NFSD: Mark filecache "down" if init failsChuck Lever1-1/+3
2024-10-10NFSD: Limit the number of concurrent async COPY operationsChuck Lever4-2/+12
2024-10-10NFSD: Async COPY result needs to return a write verifierChuck Lever1-15/+8
2024-10-10sunrpc: change sp_nrthreads from atomic_t to unsigned int.NeilBrown2-2/+2
2024-10-10NFSD: Fix NFSv4's PUTPUBFH operationChuck Lever1-9/+1
2024-10-10nfsd: map the EBADMSG to nfserr_io to avoid warningLi Lingfeng1-0/+1
2024-10-10nfsd: fix delegation_blocked() to block correctly for at least 30 secondsNeilBrown1-2/+3
2024-10-04nfsd: fix initial getattr on write delegationJeff Layton1-8/+25
2024-10-04nfsd: untangle code in nfsd4_deleg_getattr_conflict()NeilBrown1-69/+62
2024-10-04nfsd: return -EINVAL when namelen is 0Li Lingfeng1-0/+8
2024-10-04nfsd: call cache_put if xdr_reserve_space returns NULLGuoqing Jiang1-4/+9
2024-10-04nfsd: fix refcount leak when file is unhashed after being foundJeff Layton1-0/+1
2024-10-04nfsd: remove unneeded EEXIST error check in nfsd_do_file_acquireJeff Layton1-2/+0
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
2024-05-06NFS/knfsd: Remove the invalid NFS error 'NFSERR_OPNOTSUPP'Trond Myklebust1-1/+0
2024-05-06knfsd: LOOKUP can return an illegal error valueTrond Myklebust1-2/+2
2024-05-06nfsd: set security label during create operationsStephen Smalley2-1/+9