summaryrefslogtreecommitdiffstats
path: root/fs/nfsd/nfs4state.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: use get_random_u32() when possibleJason A. Donenfeld2022-10-111-2/+2
* nfsd: extra checks when freeing delegation stateidsJeff Layton2022-09-261-1/+6
* nfsd: make nfsd4_run_cb a bool return functionJeff Layton2022-09-261-3/+2
* nfsd: fix comments about spinlock handling with delegationsJeff Layton2022-09-261-2/+2
* nfsd: only fill out return pointer on success in nfsd4_lookup_stateidJeff Layton2022-09-261-4/+6
* NFSD: fix use-after-free on source server when doing inter-server copyDai Ngo2022-09-261-0/+5
* NFSD: Rename the fields in copy_stateid_tChuck Lever2022-09-261-15/+15
* nfsd: use DEFINE_SHOW_ATTRIBUTE to define client_info_fopsChenXiaoSong2022-09-261-12/+2
* NFSD: add shrinker to reap courtesy clients on low memory conditionDai Ngo2022-09-261-8/+86
* NFSD: keep track of the number of courtesy clients in the systemDai Ngo2022-09-261-1/+16
* NFSD: Add a mechanism to wait for a DELEGRETURNChuck Lever2022-09-261-0/+30
* NFSD: Add tracepoints to report NFSv4 callback completionsChuck Lever2022-09-261-0/+4
* NFSD: use (un)lock_inode instead of fh_(un)lock for file operationsNeilBrown2022-08-041-4/+5
* NFSD: reduce locking in nfsd_lookup()NeilBrown2022-08-041-3/+0
* NFSD: introduce struct nfsd_attrsNeilBrown2022-07-291-1/+4
* NFSD: verify the opened dentry after setting a delegationJeff Layton2022-07-291-5/+49
* NFSD: drop fh argument from alloc_init_delegJeff Layton2022-07-291-8/+6
* NFSD: limit the number of v4 clients to 1024 per 1GB of system memoryDai Ngo2022-07-291-6/+21
* NFSD: keep track of the number of v4 clients in the systemDai Ngo2022-07-291-2/+8
* NFSD: refactoring v4 specific code to a helper in nfs4state.cDai Ngo2022-07-291-0/+12
* NFSD: Ensure nf_inode is never dereferencedChuck Lever2022-07-291-1/+1
* NFSD: NFSv4 CLOSE should release an nfsd_file immediatelyChuck Lever2022-07-291-2/+2
* NFSD: Separate tracepoints for acquire and createChuck Lever2022-07-291-0/+1
* NFSD: Add documenting comment for nfsd4_release_lockowner()Chuck Lever2022-05-261-3/+20
* NFSD: Modernize nfsd4_release_lockowner()Chuck Lever2022-05-261-25/+11
* NFSD: Fix possible sleep during nfsd4_release_lockowner()Chuck Lever2022-05-261-8/+4
* NFSD: Move documenting comment for nfsd4_process_open2()Chuck Lever2022-05-231-0/+12
* NFSD: Instantiate a struct file when creating a regular NFSv4 fileChuck Lever2022-05-231-3/+13
* NFSD: Show state of courtesy client in client infoDai Ngo2022-05-191-1/+8
* NFSD: add support for lock conflict to courteous serverDai Ngo2022-05-191-16/+54
* NFSD: move create/destroy of laundry_wq to init_nfsd and exit_nfsdDai Ngo2022-05-191-12/+16
* NFSD: add support for share reservation conflict to courteous serverDai Ngo2022-05-191-8/+101
* NFSD: add courteous server support for thread with only delegationDai Ngo2022-05-191-15/+67
* NFSD: Fix nfsd_breaker_owns_lease() return valuesChuck Lever2022-03-111-2/+10
* NFSD: Clean up _lm_ operation namesChuck Lever2022-03-111-4/+4
* nfsd: nfsd4_setclientid_confirm mistakenly expires confirmed client.Dai Ngo2022-01-281-1/+3
* nfsd: fix crash on COPY_NOTIFY with special stateidJ. Bruce Fields2022-01-081-1/+5
* nfsd4: add refcount for nfsd4_blocked_lockVasily Averin2022-01-081-3/+22
* nfs: block notification on fs with its own ->lockJ. Bruce Fields2022-01-081-6/+12
* nfsd: improve stateid access bitmask documentationJ. Bruce Fields2022-01-081-4/+10
* nfsd: fix use-after-free due to delegation raceJ. Bruce Fields2021-12-101-2/+7
* Merge tag 'nfsd-5.16' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2021-11-101-3/+3
|\
| * NFSD: Initialize pointer ni with NULL and not plain integer 0Colin Ian King2021-10-021-1/+1
| * NFSD: simplify struct nfsfhNeilBrown2021-10-021-2/+2
* | Merge tag 'nfsd-5.15-2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds2021-09-221-3/+13
|\ \ | |/ |/|
| * nfsd: back channel stuck in SEQ4_STATUS_CB_PATH_DOWNDai Ngo2021-09-171-3/+13
* | Merge tag 'nfsd-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds2021-08-311-6/+14
|\|
| * nfsd: fix crash on LOCKT on reexported NFSv3J. Bruce Fields2021-08-261-2/+3
| * nfs: don't allow reexport reclaimsJ. Bruce Fields2021-08-261-0/+3
| * nfs: don't atempt blocking locks on nfs reexportsJ. Bruce Fields2021-08-261-2/+6