summaryrefslogtreecommitdiffstats
path: root/fs/nfsd/nfs4state.c
Commit message (Expand)AuthorAgeFilesLines
* nfsd: Make two functions staticYueHaibing2019-07-091-2/+2
* nfsd: decode implementation idJ. Bruce Fields2019-07-031-0/+30
* nfsd: create xdr_netobj_dup helperJ. Bruce Fields2019-07-031-7/+4
* nfsd: allow forced expiration of NFSv4 clientsJ. Bruce Fields2019-07-031-1/+69
* nfsd: create get_nfsdfs_clp helperJ. Bruce Fields2019-07-031-8/+13
* nfsd4: show layout stateidsJ. Bruce Fields2019-07-031-0/+20
* nfsd: show lock and deleg stateidsJ. Bruce Fields2019-07-031-0/+59
* nfsd4: add file to display list of client's opensJ. Bruce Fields2019-07-031-2/+147
* nfsd: add more information to client info fileJ. Bruce Fields2019-07-031-0/+12
* nfsd: copy client's address including port number to cl_addrJ. Bruce Fields2019-07-031-1/+1
* nfsd4: add a client info fileJ. Bruce Fields2019-07-031-1/+37
* nfsd: make client/ directory names small intsJ. Bruce Fields2019-07-031-1/+1
* nfsd: add nfsd/clients directoryJ. Bruce Fields2019-07-031-8/+15
* nfsd4: use reference count to free clientJ. Bruce Fields2019-07-031-5/+21
* nfsd: rename cl_refcountJ. Bruce Fields2019-07-031-13/+13
* nfsd: Fix overflow causing non-working mounts on 1 TB machinesPaul Menzel2019-07-031-1/+1
* Merge tag 'nfsd-5.2' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2019-05-151-17/+51
|\
| * nfsd: update callback done processingScott Mayhew2019-05-031-1/+4
| * nfsd: keep a tally of RECLAIM_COMPLETE operations when using nfsdcldScott Mayhew2019-04-241-1/+32
| * nfsd: make nfs4_client_reclaim use an xdr_netobj instead of a fixed char arrayScott Mayhew2019-04-241-15/+15
* | Merge tag 'Wimplicit-fallthrough-5.2-rc1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2019-05-071-0/+1
|\ \ | |/ |/|
| * fs: mark expected switch fall-throughsGustavo A. R. Silva2019-04-081-0/+1
* | nfsd: wake blocked file lock waiters before sending callbackJeff Layton2019-04-221-0/+9
* | nfsd: wake waiters blocked on file_lock before deleting itJeff Layton2019-04-221-2/+1
|/
* nfsd: fix performance-limiting session calculationJ. Bruce Fields2019-02-211-4/+4
* Merge tag 'nfsd-4.21' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2019-01-021-5/+5
|\
| * nfsd: clean up indentation, increase indentation in switch statementColin Ian King2018-11-281-3/+3
| * nfsd4: remove unused nfs4_check_olstateid parameterJ. Bruce Fields2018-11-271-2/+2
* | fs/locks: merge posix_unblock_lock() and locks_delete_block()NeilBrown2018-12-071-3/+3
|/
* nfsd: correctly decrement odstate refcount in error pathAndrew Elble2018-10-291-2/+1
* NFSD introduce async copy featureOlga Kornievskaia2018-09-251-1/+37
* nfsd: Remove callback_credChuck Lever2018-08-221-8/+2
* sunrpc: Extract target name into svc_credChuck Lever2018-08-221-2/+5
* nfsd: fix leaked file lock with nfs exported overlayfsAmir Goldstein2018-08-091-1/+1
* nfsd: update obselete comment referencing the BKLJ. Bruce Fields2018-06-171-3/+3
* nfsd4: cleanup sessionid in nfsd4_destroy_sessionJ. Bruce Fields2018-06-171-4/+4
* nfsd4: less confusing nfsd4_compound_in_sessionJ. Bruce Fields2018-06-171-4/+4
* nfsd4: extend reclaim period for reclaiming clientsJ. Bruce Fields2018-06-171-1/+30
* Merge tag 'overflow-v4.18-rc1-part2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-06-121-8/+12
|\
| * treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-121-8/+12
* | nfsd: fix error handling in nfs4_set_delegation()Andrew Elble2018-06-081-1/+4
|/
* nfsd: fix boolreturn.cocci warningsFengguang Wu2018-04-031-3/+3
* nfsd: create a separate lease for each delegationJ. Bruce Fields2018-03-201-108/+65
* nfsd: move sc_file assignment into alloc_init_delegJ. Bruce Fields2018-03-201-5/+5
* nfsd: factor out common delegation-destruction codeJ. Bruce Fields2018-03-201-17/+14
* nfsd: make nfs4_get_existing_delegation less confusingJ. Bruce Fields2018-03-201-14/+9
* nfsd4: dp->dl_stid.sc_file doesn't need lockingJ. Bruce Fields2018-03-201-1/+2
* nfsd4: set fl_owner to delegation, not file pointerJ. Bruce Fields2018-03-201-10/+7
* nfsd: simplify nfs4_put_deleg_lease callsJ. Bruce Fields2018-03-201-5/+6
* nfsd: simplify put of fi_deleg_fileJ. Bruce Fields2018-03-201-1/+4