summaryrefslogtreecommitdiffstats
path: root/fs/nfsd
Commit message (Expand)AuthorAgeFilesLines
* NFSD: Limit the number of concurrent async COPY operationsChuck Lever2024-10-104-2/+12
* NFSD: Async COPY result needs to return a write verifierChuck Lever2024-10-101-15/+8
* sunrpc: change sp_nrthreads from atomic_t to unsigned int.NeilBrown2024-10-102-2/+2
* NFSD: Fix NFSv4's PUTPUBFH operationChuck Lever2024-10-101-9/+1
* nfsd: map the EBADMSG to nfserr_io to avoid warningLi Lingfeng2024-10-101-0/+1
* nfsd: fix delegation_blocked() to block correctly for at least 30 secondsNeilBrown2024-10-101-2/+3
* nfsd: fix initial getattr on write delegationJeff Layton2024-10-041-8/+25
* nfsd: untangle code in nfsd4_deleg_getattr_conflict()NeilBrown2024-10-041-69/+62
* nfsd: return -EINVAL when namelen is 0Li Lingfeng2024-10-041-0/+8
* nfsd: call cache_put if xdr_reserve_space returns NULLGuoqing Jiang2024-10-041-4/+9
* nfsd: fix refcount leak when file is unhashed after being foundJeff Layton2024-10-041-0/+1
* nfsd: remove unneeded EEXIST error check in nfsd_do_file_acquireJeff Layton2024-10-041-2/+0
* nfsd: fix nfsd4_deleg_getattr_conflict in presence of third party leaseNeilBrown2024-09-041-2/+9
* fs/nfsd: fix update of inode attrs in CB_GETATTRJeff Layton2024-09-043-7/+15
* nfsd: fix potential UAF in nfsd4_cb_getattr_releaseJeff Layton2024-09-041-1/+1
* nfsd: hold reference to delegation when updating it for cb_getattrJeff Layton2024-09-041-3/+7
* nfsd: prevent panic for nfsv4.0 closed files in nfs4_show_openOlga Kornievskaia2024-09-041-9/+12
* nfsd: ensure that nfsd4_fattr_args.context is zeroed outJeff Layton2024-09-041-1/+3
* nfsd: don't set SVC_SOCK_ANONYMOUS when creating nfsd socketsJeff Layton2024-08-141-2/+1
* NFSD: Support write delegations in LAYOUTGETChuck Lever2024-08-031-2/+3
* nfsd: nfsd_file_lease_notifier_call gets a file_lease as an argumentJeff Layton2024-08-031-1/+1
* NFSD: Fix nfsdcld warningChuck Lever2024-08-032-3/+3
* Merge tag 'nfsd-6.10-3' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds2024-06-282-1/+2
|\
| * nfsd: initialise nfsd_info.mutex early.NeilBrown2024-06-252-1/+2
* | Merge tag 'nfsd-6.10-2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds2024-06-223-42/+11
|\|
| * NFSD: grab nfsd_mutex in nfsd_nl_rpc_status_get_dumpit()Lorenzo Bianconi2024-06-173-42/+11
* | tracing/treewide: Remove second parameter of __assign_str()Steven Rostedt (Google)2024-05-221-20/+20
* | Merge tag 'fsnotify_for_v6.10-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2024-05-201-2/+2
|\ \ | |/ |/|
| * fsnotify: create a wrapper fsnotify_find_inode_mark()Amir Goldstein2024-04-041-2/+2
* | NFSD: Force all NFSv4.2 COPY requests to be synchronousChuck Lever2024-05-091-0/+7
* | NFS/knfsd: Remove the invalid NFS error 'NFSERR_OPNOTSUPP'Trond Myklebust2024-05-061-1/+0
* | knfsd: LOOKUP can return an illegal error valueTrond Myklebust2024-05-061-2/+2
* | nfsd: set security label during create operationsStephen Smalley2024-05-062-1/+9
* | NFSD: Add COPY status code to OFFLOAD_STATUS responseChuck Lever2024-05-063-4/+17
* | NFSD: Record status of async copy operation in struct nfsd4_copyChuck Lever2024-05-062-11/+11
* | NFSD: add listener-{set,get} netlink commandLorenzo Bianconi2024-05-063-0/+245
* | NFSD: add write_version to netlink commandLorenzo Bianconi2024-05-065-2/+181
* | NFSD: convert write_threads to netlink commandLorenzo Bianconi2024-05-063-0/+165
* | NFSD: allow callers to pass in scope string to nfsd_svcJeff Layton2024-05-063-4/+4
* | NFSD: move nfsd_mutex handling into nfsd_svc callersJeff Layton2024-05-062-2/+4
* | nfsd: don't create nfsv4recoverydir in nfsdfs when not used.NeilBrown2024-05-061-2/+2
* | nfsd: optimise recalculate_deny_mode() for a common caseNeilBrown2024-05-061-1/+6
* | nfsd: add tracepoint in mark_client_expired_lockedJeff Layton2024-05-062-1/+29
* | nfsd: new tracepoint for check_slot_seqidChuck Lever2024-05-062-7/+77
* | nfsd: drop extraneous newline from nfsd tracepointsJeff Layton2024-05-061-3/+3
* | fs: nfsd: use group allocation/free of per-cpu counters APIKefeng Wang2024-05-064-55/+13
* | nfsd: trivial GET_DIR_DELEGATION supportJeff Layton2024-05-063-2/+134
* | NFSD: Move callback_wq into struct nfs4_clientChuck Lever2024-05-063-31/+18
* | nfsd: drop st_mutex before calling move_to_close_lru()NeilBrown2024-05-061-4/+7
* | nfsd: replace rp_mutex to avoid deadlock in move_to_close_lru()NeilBrown2024-05-062-8/+32