summaryrefslogtreecommitdiffstats
path: root/fs/nfsd
Commit message (Expand)AuthorAgeFilesLines
...
* | | 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/+0
* | | nfsd: use 64-bit seconds fields in nfsd v4 codeJ. Bruce Fields2019-07-033-15/+8
* | | 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/+0
* | | 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/+1
* | 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-1517-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
| * nfsd: keep a tally of RECLAIM_COMPLETE operations when using nfsdcldScott Mayhew2019-04-244-1/+39
| * nfsd: un-deprecate nfsdcldScott Mayhew2019-04-241-8/+217
| * nfsd: make nfs4_client_reclaim use an xdr_netobj instead of a fixed char arrayScott Mayhew2019-04-243-37/+110
| * nfsd: avoid uninitialized variable warningArnd Bergmann2019-04-241-0/+4
* | Merge tag 'nfs-for-5.2-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2019-05-091-2/+3
|\ \
| * | SUNRPC: Cache cred of process creating the rpc_clientTrond Myklebust2019-04-261-0/+1
| * | SUNRPC: Fix up task signallingTrond Myklebust2019-04-251-2/+2
* | | Merge tag 'Wimplicit-fallthrough-5.2-rc1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2019-05-072-0/+2
|\ \ \
| * | | fs: mark expected switch fall-throughsGustavo A. R. Silva2019-04-082-0/+2
| |/ /
* | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2019-05-061-1/+0
|\ \ \ | |_|/ |/| |
| * | crypto: shash - remove shash_desc::flagsEric Biggers2019-04-251-1/+0
| |/
* | 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: Don't release the callback slot unless it was actually heldTrond Myklebust2019-04-082-1/+8
* | nfsd/nfsd3_proc_readdir: fix buffer count and page pointersMurphy Zhou2019-04-052-4/+24
|/
* Merge tag 'nfsd-5.1' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2019-03-125-11/+26
|\
| * nfsd: allow nfsv3 readdir request to be larger.NeilBrown2019-03-082-2/+4
| * nfsd: fix wrong check in write_v4_end_grace()Yihao Wu2019-03-061-1/+1
| * nfsd: fix memory corruption caused by readdirNeilBrown2019-03-052-2/+15
| * nfsd: fix performance-limiting session calculationJ. Bruce Fields2019-02-211-4/+4
| * nfsd: fix an IS_ERR() vs NULL checkDan Carpenter2019-02-061-2/+2