aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfsd/nfs4state.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-10-09nfsd4: fix up replay_matches_cache()Scott Mayhew1-5/+10
2019-10-08nfsd: "\%s" should be "%s"J. Bruce Fields1-2/+2
2019-09-20nfsd: degraded slot-count more gracefully as allocation nears exhaustion.NeilBrown1-4/+11
2019-09-20nfsd: handle drc over-allocation gracefully.NeilBrown1-4/+15
2019-09-10nfsd: add support for upcall version 2Scott Mayhew1-1/+5
2019-08-19nfsd: have nfsd_test_lock use the nfsd_file cacheJeff Layton1-4/+4
2019-08-19nfsd: hook up nfs4_preprocess_stateid_op to the nfsd_file cacheJeff Layton1-14/+10
2019-08-19nfsd: convert fi_deleg_file and ls_file fields to nfsd_fileJeff Layton1-71/+73
2019-08-19nfsd: convert nfs4_file->fi_fds array to use nfsd_filesJeff Layton1-17/+18
2019-07-09nfsd: Make two functions staticYueHaibing1-2/+2
2019-07-03nfsd: decode implementation idJ. Bruce Fields1-0/+30
2019-07-03nfsd: create xdr_netobj_dup helperJ. Bruce Fields1-7/+4
2019-07-03nfsd: allow forced expiration of NFSv4 clientsJ. Bruce Fields1-1/+69
2019-07-03nfsd: create get_nfsdfs_clp helperJ. Bruce Fields1-8/+13
2019-07-03nfsd4: show layout stateidsJ. Bruce Fields1-0/+20
2019-07-03nfsd: show lock and deleg stateidsJ. Bruce Fields1-0/+59
2019-07-03nfsd4: add file to display list of client's opensJ. Bruce Fields1-2/+147
2019-07-03nfsd: add more information to client info fileJ. Bruce Fields1-0/+12
2019-07-03nfsd: copy client's address including port number to cl_addrJ. Bruce Fields1-1/+1
2019-07-03nfsd4: add a client info fileJ. Bruce Fields1-1/+37
2019-07-03nfsd: make client/ directory names small intsJ. Bruce Fields1-1/+1
2019-07-03nfsd: add nfsd/clients directoryJ. Bruce Fields1-8/+15
2019-07-03nfsd4: use reference count to free clientJ. Bruce Fields1-5/+21
2019-07-03nfsd: rename cl_refcountJ. Bruce Fields1-13/+13
2019-07-03nfsd: Fix overflow causing non-working mounts on 1 TB machinesPaul Menzel1-1/+1
2019-05-15Merge tag 'nfsd-5.2' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-17/+51
2019-05-07Merge tag 'Wimplicit-fallthrough-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gustavoars/linuxLinus Torvalds1-0/+1
2019-05-03nfsd: update callback done processingScott Mayhew1-1/+4
2019-04-24nfsd: keep a tally of RECLAIM_COMPLETE operations when using nfsdcldScott Mayhew1-1/+32
2019-04-24nfsd: make nfs4_client_reclaim use an xdr_netobj instead of a fixed char arrayScott Mayhew1-15/+15
2019-04-22nfsd: wake blocked file lock waiters before sending callbackJeff Layton1-0/+9
2019-04-22nfsd: wake waiters blocked on file_lock before deleting itJeff Layton1-2/+1
2019-04-08fs: mark expected switch fall-throughsGustavo A. R. Silva1-0/+1
2019-02-21nfsd: fix performance-limiting session calculationJ. Bruce Fields1-4/+4
2019-01-02Merge tag 'nfsd-4.21' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-5/+5
2018-12-07fs/locks: merge posix_unblock_lock() and locks_delete_block()NeilBrown1-3/+3
2018-11-28nfsd: clean up indentation, increase indentation in switch statementColin Ian King1-3/+3
2018-11-27nfsd4: remove unused nfs4_check_olstateid parameterJ. Bruce Fields1-2/+2
2018-10-29nfsd: correctly decrement odstate refcount in error pathAndrew Elble1-2/+1
2018-09-25NFSD introduce async copy featureOlga Kornievskaia1-1/+37
2018-08-22nfsd: Remove callback_credChuck Lever1-8/+2
2018-08-22sunrpc: Extract target name into svc_credChuck Lever1-2/+5
2018-08-09nfsd: fix leaked file lock with nfs exported overlayfsAmir Goldstein1-1/+1
2018-06-17nfsd: update obselete comment referencing the BKLJ. Bruce Fields1-3/+3
2018-06-17nfsd4: cleanup sessionid in nfsd4_destroy_sessionJ. Bruce Fields1-4/+4
2018-06-17nfsd4: less confusing nfsd4_compound_in_sessionJ. Bruce Fields1-4/+4
2018-06-17nfsd4: extend reclaim period for reclaiming clientsJ. Bruce Fields1-1/+30
2018-06-12Merge tag 'overflow-v4.18-rc1-part2' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds1-8/+12
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook1-8/+12
2018-06-08nfsd: fix error handling in nfs4_set_delegation()Andrew Elble1-1/+4