aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfsd/nfs4state.c
AgeCommit message (Expand)Author
2023-11-28nfsd: fix file memleak on client_opens_releaseMahmoud Adam
2023-08-30nfsd: Fix race to FREE_STATEID and cl_revokedBenjamin Coddington
2023-08-30nfsd: Remove incorrect check in nfsd4_validate_stateidTrond Myklebust
2023-08-30nfsd4: kill warnings on testing stateids with mismatched clientidsJ. Bruce Fields
2023-02-06nfsd: Ensure knfsd shuts down when the "nfsd" pseudofs is unmountedTrond Myklebust
2023-01-18nfsd: don't call nfsd_file_put from client states seqfile displayJeff Layton
2022-06-06NFSD: Fix possible sleep during nfsd4_release_lockowner()Chuck Lever
2022-02-08nfsd: nfsd4_setclientid_confirm mistakenly expires confirmed client.Dai Ngo
2021-12-22nfsd: fix use-after-free due to delegation raceJ. Bruce Fields
2021-09-15nfsd4: Fix forced-expiry lockingJ. Bruce Fields
2020-10-01nfsd: Don't add locks to closed or closing open stateidsTrond Myklebust
2020-07-29nfsd4: fix NULL dereference in nfsd/clients display codeJ. Bruce Fields
2020-07-09nfsd4: fix nfsdfs reference count loopJ. Bruce Fields
2020-05-02nfsd: memory corruption in nfsd4_lock()Vasily Averin
2020-02-11nfsd: fix jiffies/time_t mixup in LRU listArnd Bergmann
2020-01-09nfsd4: fix up replay_matches_cache()Scott Mayhew
2019-09-20nfsd: degraded slot-count more gracefully as allocation nears exhaustion.NeilBrown
2019-09-20nfsd: handle drc over-allocation gracefully.NeilBrown
2019-09-10nfsd: add support for upcall version 2Scott Mayhew
2019-08-19nfsd: have nfsd_test_lock use the nfsd_file cacheJeff Layton
2019-08-19nfsd: hook up nfs4_preprocess_stateid_op to the nfsd_file cacheJeff Layton
2019-08-19nfsd: convert fi_deleg_file and ls_file fields to nfsd_fileJeff Layton
2019-08-19nfsd: convert nfs4_file->fi_fds array to use nfsd_filesJeff Layton
2019-07-09nfsd: Make two functions staticYueHaibing
2019-07-03nfsd: decode implementation idJ. Bruce Fields
2019-07-03nfsd: create xdr_netobj_dup helperJ. Bruce Fields
2019-07-03nfsd: allow forced expiration of NFSv4 clientsJ. Bruce Fields
2019-07-03nfsd: create get_nfsdfs_clp helperJ. Bruce Fields
2019-07-03nfsd4: show layout stateidsJ. Bruce Fields
2019-07-03nfsd: show lock and deleg stateidsJ. Bruce Fields
2019-07-03nfsd4: add file to display list of client's opensJ. Bruce Fields
2019-07-03nfsd: add more information to client info fileJ. Bruce Fields
2019-07-03nfsd: copy client's address including port number to cl_addrJ. Bruce Fields
2019-07-03nfsd4: add a client info fileJ. Bruce Fields
2019-07-03nfsd: make client/ directory names small intsJ. Bruce Fields
2019-07-03nfsd: add nfsd/clients directoryJ. Bruce Fields
2019-07-03nfsd4: use reference count to free clientJ. Bruce Fields
2019-07-03nfsd: rename cl_refcountJ. Bruce Fields
2019-07-03nfsd: Fix overflow causing non-working mounts on 1 TB machinesPaul Menzel
2019-05-15Merge tag 'nfsd-5.2' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2019-05-07Merge tag 'Wimplicit-fallthrough-5.2-rc1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds
2019-05-03nfsd: update callback done processingScott Mayhew
2019-04-24nfsd: keep a tally of RECLAIM_COMPLETE operations when using nfsdcldScott Mayhew
2019-04-24nfsd: make nfs4_client_reclaim use an xdr_netobj instead of a fixed char arrayScott Mayhew
2019-04-22nfsd: wake blocked file lock waiters before sending callbackJeff Layton
2019-04-22nfsd: wake waiters blocked on file_lock before deleting itJeff Layton
2019-04-08fs: mark expected switch fall-throughsGustavo A. R. Silva
2019-02-21nfsd: fix performance-limiting session calculationJ. Bruce Fields
2019-01-02Merge tag 'nfsd-4.21' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2018-12-07fs/locks: merge posix_unblock_lock() and locks_delete_block()NeilBrown