summaryrefslogtreecommitdiffstats
path: root/fs/nfsd
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-08-041-1/+1
|\
| * treewide: Remove uninitialized_var() usageKees Cook2020-07-161-1/+1
* | nfsd4: fix NULL dereference in nfsd/clients display codeJ. Bruce Fields2020-07-221-1/+19
* | nfsd: fix nfsdfs inode reference count leakJ. Bruce Fields2020-06-291-0/+1
* | nfsd4: fix nfsdfs reference count loopJ. Bruce Fields2020-06-293-11/+22
* | nfsd: apply umask on fs without ACL supportJ. Bruce Fields2020-06-171-0/+6
|/
* Merge tag 'nfsd-5.8' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2020-06-1111-132/+566
|\
| * nfsd: safer handling of corrupted c_typeJ. Bruce Fields2020-06-031-2/+1
| * nfsd4: make drc_slab global, not per-netJ. Bruce Fields2020-06-014-13/+25
| * nfsd: Fix svc_xprt refcnt leak when setup callback client failedXiyu Yang2020-05-281-0/+2
| * Merge branch 'nfsd-5.8' of git://linux-nfs.org/~cel/cel-2.6 into for-5.8-inco...J. Bruce Fields2020-05-217-101/+441
| |\
| | * NFSD: Fix improperly-formatted Doxygen commentsChuck Lever2020-05-202-17/+16
| | * NFSD: Squash an annoying compiler warningChuck Lever2020-05-201-3/+2
| | * NFSD: Add tracepoints for monitoring NFSD callbacksChuck Lever2020-05-203-19/+177
| | * NFSD: Add tracepoints to the NFSD state management codeChuck Lever2020-05-203-40/+152
| | * NFSD: Add tracepoints to NFSD's duplicate reply cacheChuck Lever2020-05-202-22/+94
| * | nfsd: Fix old-style function definitionMa Feng2020-05-111-1/+1
| * | nfsd: clients don't need to break their own delegationsJ. Bruce Fields2020-05-084-0/+24
| * | nfsd: handle repeated BIND_CONN_TO_SESSIONJ. Bruce Fields2020-05-061-12/+42
| * | nfsd4: add filename to states outputAchilles Gaikwad2020-05-061-0/+13
| * | nfsd4: stid display should preserve on-the-wire byte orderJ. Bruce Fields2020-05-061-1/+2
| * | nfsd4: common stateid-printing codeJ. Bruce Fields2020-05-061-4/+17
| |/
* | mm/writeback: replace PF_LESS_THROTTLE with PF_LOCAL_THROTTLENeilBrown2020-06-021-4/+5
* | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2020-06-011-20/+6
|\ \ | |/ |/|
| * nfsd: use crypto_shash_tfm_digest()Eric Biggers2020-05-081-20/+6
* | SUNRPC: Fix backchannel RPC soft lockupsChuck Lever2020-04-171-1/+3
* | nfsd: memory corruption in nfsd4_lock()Vasily Averin2020-04-131-0/+2
|/
* nfsd: fsnotify on rmdir under nfsd/clients/J. Bruce Fields2020-03-191-0/+1
* nfsd4: kill warnings on testing stateids with mismatched clientidsJ. Bruce Fields2020-03-191-8/+1
* nfsd: remove read permission bit for ctl sysctlPetr Vorel2020-03-161-1/+1
* NFSD: Fix NFS server build errorsChuck Lever2020-03-161-1/+1
* nfsd: export upcalls must not return ESTALE when mountd is downTrond Myklebust2020-03-162-0/+26
* nfsd: Add tracepoints for update of the expkey and export cache entriesTrond Myklebust2020-03-162-9/+61
* nfsd: Add tracepoints for exp_find_key() and exp_get_by_name()Trond Myklebust2020-03-162-2/+53
* nfsd: Add tracing to nfsd_set_fh_dentry()Trond Myklebust2020-03-162-3/+40
* nfsd: Don't add locks to closed or closing open stateidsTrond Myklebust2020-03-161-30/+43
* NFSD: Clean up nfsd4_encode_readvChuck Lever2020-03-161-5/+4
* nfsd: Fix NFSv4 READ on RDMA when using readvChuck Lever2020-03-161-9/+11
* fs: nfsd: fileache.c: Use built-in RCU list checkingMadhuparna Bhowmik2020-03-161-1/+1
* fs: nfsd: nfs4state.c: Use built-in RCU list checkingMadhuparna Bhowmik2020-03-161-1/+2
* nfsd: set the server_scope during service startupScott Mayhew2020-03-163-4/+10
* Merge tag 'nfsd-5.6' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2020-02-0723-305/+1292
|\
| * nfsd: make nfsd_filecache_wq variable staticChen Zhou2020-02-071-1/+1
| * nfsd4: fix double free in nfsd4_do_async_copy()Dan Carpenter2020-02-061-1/+0
| * nfsd: convert file cache to use over/underflow safe refcountTrond Myklebust2020-02-063-16/+15
| * nfsd: Define the file access mode enum for tracingTrond Myklebust2020-02-061-0/+6
| * nfsd: Fix a perf warningTrond Myklebust2020-02-061-6/+6
| * nfsd: Ensure sampling of the write verifier is atomic with the writeTrond Myklebust2020-01-227-15/+19
| * nfsd: Ensure sampling of the commit verifier is atomic with the commitTrond Myklebust2020-01-226-12/+14
| * nfsd: Ensure exclusion between CLONE and WRITE errorsTrond Myklebust2020-01-221-7/+18