summaryrefslogtreecommitdiffstats
path: root/fs/nfsd/nfs4state.c
Commit message (Expand)AuthorAgeFilesLines
* 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
| * nfsd4: Fix forced-expiry lockingJ. Bruce Fields2021-08-171-2/+2
* | fs: remove mandatory file locking supportJeff Layton2021-08-231-14/+0
|/
* Merge tag 'nfsd-5.14' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2021-07-071-34/+143
|\
| * nfsd: fix kernel test robot warning in SSC codeDai Ngo2021-07-061-1/+1
| * nfsd4: Expose the callback address and state of each NFS4 clientDave Wysochanski2021-07-061-0/+17
| * nfsd: move fsnotify on client creation outside spinlockJ. Bruce Fields2021-07-061-5/+6
| * NFSD: delay unmount source's export after inter-server copy completed.Dai Ngo2021-05-251-0/+71
| * NFSD: Replace the nfsd_deleg_break tracepointChuck Lever2021-05-181-1/+1
| * NFSD: Add an nfsd_cb_lm_notify tracepointChuck Lever2021-05-181-1/+3
| * NFSD: Add cb_lost tracepointChuck Lever2021-05-181-0/+2
| * NFSD: Add tracepoints for EXCHANGEID edge casesChuck Lever2021-05-181-3/+9
| * NFSD: Add tracepoints for SETCLIENTID edge casesChuck Lever2021-05-181-11/+8