summaryrefslogtreecommitdiff
path: root/fs/nfsd/nfs4state.c
AgeCommit message (Expand)Author
2022-09-26nfsd: extra checks when freeing delegation stateidsJeff Layton
2022-09-26nfsd: make nfsd4_run_cb a bool return functionJeff Layton
2022-09-26nfsd: fix comments about spinlock handling with delegationsJeff Layton
2022-09-26nfsd: only fill out return pointer on success in nfsd4_lookup_stateidJeff Layton
2022-09-26NFSD: fix use-after-free on source server when doing inter-server copyDai Ngo
2022-09-26NFSD: Rename the fields in copy_stateid_tChuck Lever
2022-09-26nfsd: use DEFINE_SHOW_ATTRIBUTE to define client_info_fopsChenXiaoSong
2022-09-26NFSD: add shrinker to reap courtesy clients on low memory conditionDai Ngo
2022-09-26NFSD: keep track of the number of courtesy clients in the systemDai Ngo
2022-09-26NFSD: Add a mechanism to wait for a DELEGRETURNChuck Lever
2022-09-26NFSD: Add tracepoints to report NFSv4 callback completionsChuck Lever
2022-08-04NFSD: use (un)lock_inode instead of fh_(un)lock for file operationsNeilBrown
2022-08-04NFSD: reduce locking in nfsd_lookup()NeilBrown
2022-07-29NFSD: introduce struct nfsd_attrsNeilBrown
2022-07-29NFSD: verify the opened dentry after setting a delegationJeff Layton
2022-07-29NFSD: drop fh argument from alloc_init_delegJeff Layton
2022-07-29NFSD: limit the number of v4 clients to 1024 per 1GB of system memoryDai Ngo
2022-07-29NFSD: keep track of the number of v4 clients in the systemDai Ngo
2022-07-29NFSD: refactoring v4 specific code to a helper in nfs4state.cDai Ngo
2022-07-29NFSD: Ensure nf_inode is never dereferencedChuck Lever
2022-07-29NFSD: NFSv4 CLOSE should release an nfsd_file immediatelyChuck Lever
2022-07-29NFSD: Separate tracepoints for acquire and createChuck Lever
2022-05-26NFSD: Add documenting comment for nfsd4_release_lockowner()Chuck Lever
2022-05-26NFSD: Modernize nfsd4_release_lockowner()Chuck Lever
2022-05-26NFSD: Fix possible sleep during nfsd4_release_lockowner()Chuck Lever
2022-05-23NFSD: Move documenting comment for nfsd4_process_open2()Chuck Lever
2022-05-23NFSD: Instantiate a struct file when creating a regular NFSv4 fileChuck Lever
2022-05-19NFSD: Show state of courtesy client in client infoDai Ngo
2022-05-19NFSD: add support for lock conflict to courteous serverDai Ngo
2022-05-19NFSD: move create/destroy of laundry_wq to init_nfsd and exit_nfsdDai Ngo
2022-05-19NFSD: add support for share reservation conflict to courteous serverDai Ngo
2022-05-19NFSD: add courteous server support for thread with only delegationDai Ngo
2022-03-11NFSD: Fix nfsd_breaker_owns_lease() return valuesChuck Lever
2022-03-11NFSD: Clean up _lm_ operation namesChuck Lever
2022-01-28nfsd: nfsd4_setclientid_confirm mistakenly expires confirmed client.Dai Ngo
2022-01-08nfsd: fix crash on COPY_NOTIFY with special stateidJ. Bruce Fields
2022-01-08nfsd4: add refcount for nfsd4_blocked_lockVasily Averin
2022-01-08nfs: block notification on fs with its own ->lockJ. Bruce Fields
2022-01-08nfsd: improve stateid access bitmask documentationJ. Bruce Fields
2021-12-10nfsd: fix use-after-free due to delegation raceJ. Bruce Fields
2021-11-10Merge tag 'nfsd-5.16' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2021-10-02NFSD: Initialize pointer ni with NULL and not plain integer 0Colin Ian King
2021-10-02NFSD: simplify struct nfsfhNeilBrown
2021-09-22Merge tag 'nfsd-5.15-2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds
2021-09-17nfsd: back channel stuck in SEQ4_STATUS_CB_PATH_DOWNDai Ngo
2021-08-31Merge tag 'nfsd-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds
2021-08-26nfsd: fix crash on LOCKT on reexported NFSv3J. Bruce Fields
2021-08-26nfs: don't allow reexport reclaimsJ. Bruce Fields
2021-08-26nfs: don't atempt blocking locks on nfs reexportsJ. Bruce Fields
2021-08-23fs: remove mandatory file locking supportJeff Layton