summaryrefslogtreecommitdiffstats
path: root/fs/nfsd
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Merge tag 'nfs-rdma-for-5.1-1' of git://git.linux-nfs.org/projects/anna/linux...Trond Myklebust2019-02-251-13/+0
|\ \
| * | NFS: Remove print_overflow_msg()Chuck Lever2019-02-131-13/+0
| |/
* / Revert "nfsd4: return default lease period"J. Bruce Fields2019-02-141-2/+2
|/
* nfsd: Fix error return values for nfsd4_clone_file_range()Trond Myklebust2019-02-061-2/+4
* Merge tag 'nfs-for-4.21-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2019-01-022-17/+16
|\
| * NFS/NFSD/SUNRPC: replace generic creds with 'struct cred'.NeilBrown2018-12-192-12/+6
| * NFS/SUNRPC: don't lookup machine credential until rpcauth_bindcred().NeilBrown2018-12-191-8/+4
| * SUNRPC: remove uid and gid from struct auth_credNeilBrown2018-12-191-4/+2
| * SUNRPC: add 'struct cred *' to auth_cred and rpc_credNeilBrown2018-12-191-1/+12
* | Merge tag 'nfsd-4.21' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2019-01-026-28/+34
|\ \
| * | nfsd: drop useless LIST_HEADJulia Lawall2018-12-271-1/+0
| * | NFSD remove OP_CACHEME from 4.2 op_flagsOlga Kornievskaia2018-12-141-4/+4
| * | nfsd: Return EPERM, not EACCES, in some SETATTR caseszhengbin2018-12-041-2/+15
| * | nfsd: clean up indentation, increase indentation in switch statementColin Ian King2018-11-281-3/+3
| * | nfsd: fix a warning in __cld_pipe_upcall()Scott Mayhew2018-11-281-11/+6
| * | nfsd4: fix crash on writing v4_end_grace before nfsd startupJ. Bruce Fields2018-11-281-0/+2