summaryrefslogtreecommitdiffstats
path: root/fs/nfsd/nfs4state.c
Commit message (Expand)AuthorAgeFilesLines
* 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
| * NFSD: Add a couple more nfsd_clid_expired call sitesChuck Lever2021-05-181-3/+6
| * NFSD: Add nfsd_clid_destroyed tracepointChuck Lever2021-05-181-0/+1
| * NFSD: Add nfsd_clid_reclaim_complete tracepointChuck Lever2021-05-181-0/+1
| * NFSD: Add nfsd_clid_confirmed tracepointChuck Lever2021-05-181-5/+5
| * NFSD: Add nfsd_clid_verf_mismatch tracepointChuck Lever2021-05-181-3/+8
| * NFSD: Add nfsd_clid_cred_mismatch tracepointChuck Lever2021-05-181-4/+10
| * NFSD: Fix TP_printk() format specifier in nfsd_clid_classChuck Lever2021-05-181-3/+0
* | nfsd: avoid non-flexible API in seq_quote_mem()Andy Shevchenko2021-07-011-1/+1
|/
* nfsd: Fix fall-through warnings for ClangGustavo A. R. Silva2021-04-201-0/+1
* nfsd: grant read delegations to clients holding writesJ. Bruce Fields2021-04-191-14/+68
* nfsd: reshuffle some codeJ. Bruce Fields2021-04-191-117/+118
* nfsd: track filehandle aliasing in nfs4_filesJ. Bruce Fields2021-04-191-9/+28
* nfsd: hash nfs4_files by inode numberJ. Bruce Fields2021-04-191-15/+12
* nfsd: ensure new clients break delegationsJ. Bruce Fields2021-04-161-5/+19
* nfsd: remove unused functionJiapeng Chong2021-04-151-9/+0
* nfsd: report client confirmation status in "info" fileNeilBrown2021-03-221-4/+15
* nfsd: Ensure knfsd shuts down when the "nfsd" pseudofs is unmountedTrond Myklebust2021-03-221-7/+1
* nfsd: helper for laundromat expiry calculationsJ. Bruce Fields2021-03-221-22/+27
* NFSD: Extract the svcxdr_init_encode() helperChuck Lever2021-03-221-3/+3
* Revert "nfsd4: a client's own opens needn't prevent delegations"J. Bruce Fields2021-03-091-40/+14
* Revert "nfsd4: remove check_conflicting_opens warning"J. Bruce Fields2021-03-091-0/+1
* nfsd: don't abort copies earlyJ. Bruce Fields2021-03-061-1/+1
* nfsd: cstate->session->se_client -> cstate->clpJ. Bruce Fields2021-01-281-8/+8