aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfsd/nfs4state.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2018-04-03nfsd: fix boolreturn.cocci warningsFengguang Wu1-3/+3
2018-03-20nfsd: create a separate lease for each delegationJ. Bruce Fields1-108/+65
2018-03-20nfsd: move sc_file assignment into alloc_init_delegJ. Bruce Fields1-5/+5
2018-03-20nfsd: factor out common delegation-destruction codeJ. Bruce Fields1-17/+14
2018-03-20nfsd: make nfs4_get_existing_delegation less confusingJ. Bruce Fields1-14/+9
2018-03-20nfsd4: dp->dl_stid.sc_file doesn't need lockingJ. Bruce Fields1-1/+2
2018-03-20nfsd4: set fl_owner to delegation, not file pointerJ. Bruce Fields1-10/+7
2018-03-20nfsd: simplify nfs4_put_deleg_lease callsJ. Bruce Fields1-5/+6
2018-03-20nfsd: simplify put of fi_deleg_fileJ. Bruce Fields1-1/+4