summaryrefslogtreecommitdiff
path: root/fs/nfsd/nfs4state.c
AgeCommit message (Expand)Author
2019-12-19nfsd: use ktime_get_real_seconds() in nfs4_verifierArnd Bergmann
2019-12-19nfsd: use boottime for lease expiry calculationArnd Bergmann
2019-12-19nfsd: fix jiffies/time_t mixup in LRU listArnd Bergmann
2019-12-19nfsd: pass a 64-bit guardtime to nfsd_setattr()Arnd Bergmann
2019-12-19nfsd: make 'boot_time' 64-bit wideArnd Bergmann
2019-12-19nfsd: print 64-bit timestamps in client_info_showArnd Bergmann
2019-12-19nfsd: use ktime_get_seconds() for timestampsArnd Bergmann
2019-12-19nfsd4: Remove unneeded semicolonzhengbin
2019-12-09nfsd: unlock on error in manage_cpntf_state()Dan Carpenter
2019-12-09NFSD add nfs4 inter ssc to nfsd4_copyOlga Kornievskaia
2019-12-09NFSD generalize nfsd4_compound_state flag namesOlga Kornievskaia
2019-12-09NFSD check stateids against copy stateidsOlga Kornievskaia
2019-12-09NFSD add COPY_NOTIFY operationOlga Kornievskaia
2019-10-09nfsd4: fix up replay_matches_cache()Scott Mayhew
2019-10-08nfsd: "\%s" should be "%s"J. Bruce Fields
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
2018-11-28nfsd: clean up indentation, increase indentation in switch statementColin Ian King