aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfsd/nfs4state.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-11-11Merge tag 'nfsd-6.1-4' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds1-0/+1
2022-11-08nfsd: put the export reference in nfsd4_verify_deleg_dentryJeff Layton1-0/+1
2022-10-11treewide: use get_random_u32() when possibleJason A. Donenfeld1-2/+2
2022-09-26nfsd: extra checks when freeing delegation stateidsJeff Layton1-1/+6
2022-09-26nfsd: make nfsd4_run_cb a bool return functionJeff Layton1-3/+2
2022-09-26nfsd: fix comments about spinlock handling with delegationsJeff Layton1-2/+2
2022-09-26nfsd: only fill out return pointer on success in nfsd4_lookup_stateidJeff Layton1-4/+6
2022-09-26NFSD: fix use-after-free on source server when doing inter-server copyDai Ngo1-0/+5
2022-09-26NFSD: Rename the fields in copy_stateid_tChuck Lever1-15/+15
2022-09-26nfsd: use DEFINE_SHOW_ATTRIBUTE to define client_info_fopsChenXiaoSong1-12/+2
2022-09-26NFSD: add shrinker to reap courtesy clients on low memory conditionDai Ngo1-8/+86
2022-09-26NFSD: keep track of the number of courtesy clients in the systemDai Ngo1-1/+16
2022-09-26NFSD: Add a mechanism to wait for a DELEGRETURNChuck Lever1-0/+30
2022-09-26NFSD: Add tracepoints to report NFSv4 callback completionsChuck Lever1-0/+4
2022-08-04NFSD: use (un)lock_inode instead of fh_(un)lock for file operationsNeilBrown1-4/+5
2022-08-04NFSD: reduce locking in nfsd_lookup()NeilBrown1-3/+0
2022-07-29NFSD: introduce struct nfsd_attrsNeilBrown1-1/+4
2022-07-29NFSD: verify the opened dentry after setting a delegationJeff Layton1-5/+49
2022-07-29NFSD: drop fh argument from alloc_init_delegJeff Layton1-8/+6
2022-07-29NFSD: limit the number of v4 clients to 1024 per 1GB of system memoryDai Ngo1-6/+21
2022-07-29NFSD: keep track of the number of v4 clients in the systemDai Ngo1-2/+8
2022-07-29NFSD: refactoring v4 specific code to a helper in nfs4state.cDai Ngo1-0/+12
2022-07-29NFSD: Ensure nf_inode is never dereferencedChuck Lever1-1/+1
2022-07-29NFSD: NFSv4 CLOSE should release an nfsd_file immediatelyChuck Lever1-2/+2
2022-07-29NFSD: Separate tracepoints for acquire and createChuck Lever1-0/+1
2022-05-26NFSD: Add documenting comment for nfsd4_release_lockowner()Chuck Lever1-3/+20
2022-05-26NFSD: Modernize nfsd4_release_lockowner()Chuck Lever1-25/+11
2022-05-26NFSD: Fix possible sleep during nfsd4_release_lockowner()Chuck Lever1-8/+4
2022-05-23NFSD: Move documenting comment for nfsd4_process_open2()Chuck Lever1-0/+12
2022-05-23NFSD: Instantiate a struct file when creating a regular NFSv4 fileChuck Lever1-3/+13
2022-05-19NFSD: Show state of courtesy client in client infoDai Ngo1-1/+8
2022-05-19NFSD: add support for lock conflict to courteous serverDai Ngo1-16/+54
2022-05-19NFSD: move create/destroy of laundry_wq to init_nfsd and exit_nfsdDai Ngo1-12/+16
2022-05-19NFSD: add support for share reservation conflict to courteous serverDai Ngo1-8/+101
2022-05-19NFSD: add courteous server support for thread with only delegationDai Ngo1-15/+67
2022-03-11NFSD: Fix nfsd_breaker_owns_lease() return valuesChuck Lever1-2/+10
2022-03-11NFSD: Clean up _lm_ operation namesChuck Lever1-4/+4
2022-01-28nfsd: nfsd4_setclientid_confirm mistakenly expires confirmed client.Dai Ngo1-1/+3
2022-01-08nfsd: fix crash on COPY_NOTIFY with special stateidJ. Bruce Fields1-1/+5
2022-01-08nfsd4: add refcount for nfsd4_blocked_lockVasily Averin1-3/+22
2022-01-08nfs: block notification on fs with its own ->lockJ. Bruce Fields1-6/+12
2022-01-08nfsd: improve stateid access bitmask documentationJ. Bruce Fields1-4/+10
2021-12-10nfsd: fix use-after-free due to delegation raceJ. Bruce Fields1-2/+7
2021-11-10Merge tag 'nfsd-5.16' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-3/+3
2021-10-02NFSD: Initialize pointer ni with NULL and not plain integer 0Colin Ian King1-1/+1
2021-10-02NFSD: simplify struct nfsfhNeilBrown1-2/+2
2021-09-22Merge tag 'nfsd-5.15-2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds1-3/+13
2021-09-17nfsd: back channel stuck in SEQ4_STATUS_CB_PATH_DOWNDai Ngo1-3/+13
2021-08-31Merge tag 'nfsd-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds1-6/+14
2021-08-26nfsd: fix crash on LOCKT on reexported NFSv3J. Bruce Fields1-2/+3