summaryrefslogtreecommitdiffstats
path: root/fs/nfsd
Commit message (Expand)AuthorAgeFilesLines
* nfsd4: Fix kernel crash when reading proc file reply_cache_statsHe Zhe2019-08-161-1/+1
* nfsd: initialize i_private before d_addJ. Bruce Fields2019-08-151-6/+6
* nfsd: use i_wrlock instead of rcu for nfsdfs i_privateJ. Bruce Fields2019-08-151-4/+2Star
* nfsd: fix dentry leak upon mkdir failure.Tetsuo Handa2019-08-151-0/+1
* Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2019-07-191-7/+25
|\
| * vfs: Convert nfsctl to use the new mount APIDavid Howells2019-05-251-7/+26
* | Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-07-123-16/+5Star
|\ \
| * | nfsd: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-07-033-16/+5Star
* | | nfsd: Make __get_nfsdfs_client() staticYueHaibing2019-07-101-1/+1
* | | nfsd: Make two functions staticYueHaibing2019-07-101-2/+2
* | | nfsd: Fix misuse of strlcpyJoe Perches2019-07-091-1/+1
* | | nfsd: decode implementation idJ. Bruce Fields2019-07-044-12/+46
* | | nfsd: create xdr_netobj_dup helperJ. Bruce Fields2019-07-031-7/+4Star
* | | 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-033-8/+148
* | | nfsd: make client/ directory names small intsJ. Bruce Fields2019-07-033-3/+5
* | | nfsd: add nfsd/clients directoryJ. Bruce Fields2019-07-035-10/+133
* | | nfsd4: use reference count to free clientJ. Bruce Fields2019-07-032-5/+22
* | | nfsd: rename cl_refcountJ. Bruce Fields2019-07-032-14/+14
* | | nfsd: persist nfsd filesystem across mountsJ. Bruce Fields2019-07-032-0/+14
* | | nfsd: fix cleanup of nfsd_reply_cache_init on failureJ. Bruce Fields2019-07-031-3/+7
* | | nfsd4: remove outdated nfsd4_decode_time commentJ. Bruce Fields2019-07-031-4/+0Star
* | | nfsd: use 64-bit seconds fields in nfsd v4 codeJ. Bruce Fields2019-07-033-15/+8Star
* | | nfsd: Spelling s/EACCESS/EACCES/Geert Uytterhoeven2019-07-031-1/+1
* | | nfsd: note inadequate stats lockingJ. Bruce Fields2019-07-031-2/+5
* | | nfsd4: drc containerizationJ. Bruce Fields2019-07-034-125/+154
* | | nfsd: don't call nfsd_reply_cache_shutdown twiceJ. Bruce Fields2019-07-031-1/+0Star
* | | nfsd: Fix overflow causing non-working mounts on 1 TB machinesPaul Menzel2019-07-031-1/+1
|/ /
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 1Thomas Gleixner2019-05-211-14/+1Star
* | treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
* | treewide: Add SPDX license identifier for more missed filesThomas Gleixner2019-05-211-0/+1
|/
* Merge tag 'nfsd-5.2' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2019-05-1617-172/+781
|\
| * nfsd: update callback done processingScott Mayhew2019-05-033-6/+10
| * nfsd: fh_drop_write in nfsd_unlinkJ. Bruce Fields2019-04-241-3/+5
| * nfsd: allow fh_want_write to be called twiceJ. Bruce Fields2019-04-241-1/+4
| * nfsd: knfsd must use the container user namespaceTrond Myklebust2019-04-246-32/+44
| * lockd: Pass the user cred from knfsd when starting the lockd serverTrond Myklebust2019-04-241-1/+1
| * SUNRPC: Cache the process user cred in the RPC server listenerTrond Myklebust2019-04-243-16/+16
| * nfsd: Allow containers to set supported nfs versionsTrond Myklebust2019-04-245-61/+197
| * nfsd: Add custom rpcbind callbacks for knfsdTrond Myklebust2019-04-241-2/+46
| * SUNRPC: Allow further customisation of RPC program registrationTrond Myklebust2019-04-241-1/+2
| * SUNRPC: Add a callback to initialise server requestsTrond Myklebust2019-04-241-0/+2
| * nfsd: handle legacy client tracking records sent by nfsdcldScott Mayhew2019-04-241-4/+35
| * nfsd: re-order client tracking method selectionScott Mayhew2019-04-241-15/+65