summaryrefslogtreecommitdiffstats
path: root/fs/nfsd
Commit message (Expand)AuthorAgeFilesLines
...
| * | NFSD: Add cb_lost tracepointChuck Lever2021-05-182-0/+3
| * | NFSD: Drop TRACE_DEFINE_ENUM for NFSD4_CB_<state> macrosChuck Lever2021-05-181-5/+0
| * | NFSD: Capture every CB state transitionChuck Lever2021-05-181-13/+15
| * | NFSD: Constify @fh argument of knfsd_fh_hash()Chuck Lever2021-05-181-5/+2
| * | NFSD: Add tracepoints for EXCHANGEID edge casesChuck Lever2021-05-182-3/+10
| * | NFSD: Add tracepoints for SETCLIENTID edge casesChuck Lever2021-05-182-11/+45
| * | NFSD: Add a couple more nfsd_clid_expired call sitesChuck Lever2021-05-182-4/+8
| * | NFSD: Add nfsd_clid_destroyed tracepointChuck Lever2021-05-182-0/+2
| * | NFSD: Add nfsd_clid_reclaim_complete tracepointChuck Lever2021-05-182-0/+2
| * | NFSD: Add nfsd_clid_confirmed tracepointChuck Lever2021-05-182-5/+6
| * | NFSD: Remove trace_nfsd_clid_inuse_errChuck Lever2021-05-181-24/+0
| * | NFSD: Add nfsd_clid_verf_mismatch tracepointChuck Lever2021-05-182-3/+40
| * | NFSD: Add nfsd_clid_cred_mismatch tracepointChuck Lever2021-05-182-4/+38
| * | NFSD: Add an RPC authflavor tracepoint display helperChuck Lever2021-05-181-0/+16
| * | NFSD: Fix TP_printk() format specifier in nfsd_clid_classChuck Lever2021-05-182-32/+0
| |/
* / nfsd: avoid non-flexible API in seq_quote_mem()Andy Shevchenko2021-07-011-1/+1
|/
* Merge tag 'nfs-for-5.13-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2021-05-071-1/+1
|\
| * NFSv4.2: Remove ifdef CONFIG_NFSD from NFSv4.2 client SSC code.Dai Ngo2021-04-261-1/+1
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-05-073-18/+0
|\ \
| * | treewide: remove editor modelines and cruftMasahiro Yamada2021-05-073-18/+0
* | | Merge tag 'nfsd-5.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds2021-05-054-174/+253
|\ \ \ | |/ / |/| |
| * | nfsd: Fix fall-through warnings for ClangGustavo A. R. Silva2021-04-202-0/+2
| * | nfsd: grant read delegations to clients holding writesJ. Bruce Fields2021-04-191-14/+68
| * | nfsd: reshuffle some codeJ. Bruce Fields2021-04-191-117/+118
| * | nfsd: track filehandle aliasing in nfs4_filesJ. Bruce Fields2021-04-192-9/+30
| * | nfsd: hash nfs4_files by inode numberJ. Bruce Fields2021-04-192-16/+12
| * | nfsd: ensure new clients break delegationsJ. Bruce Fields2021-04-161-5/+19
| * | nfsd: removed unused argument in nfsd_startup_generic()Vasily Averin2021-04-151-4/+4
| * | nfsd: remove unused functionJiapeng Chong2021-04-151-9/+0
* | | Merge branch 'work.inode-type-fixes' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2021-04-271-1/+1
|\ \ \ | |/ / |/| |
| * | new helper: inode_wrong_type()Al Viro2021-03-081-1/+1
* | | NFSD: Use DEFINE_SPINLOCK() for spinlockGuobin Huang2021-04-061-2/+1
* | | NFSv4.2: fix copy stateid copying for the async copyOlga Kornievskaia2021-04-011-2/+2
* | | nfsd: report client confirmation status in "info" fileNeilBrown2021-03-224-11/+30
* | | nfsd: don't ignore high bits of copy countJ. Bruce Fields2021-03-221-1/+1
* | | nfsd: COPY with length 0 should copy to end of fileJ. Bruce Fields2021-03-221-0/+3
* | | nfsd: Fix typo "accesible"Ricardo Ribalda2021-03-221-3/+3
* | | nfsd: Ensure knfsd shuts down when the "nfsd" pseudofs is unmountedTrond Myklebust2021-03-225-25/+41
* | | nfsd: Log client tracking type log message as info instead of warningPaul Menzel2021-03-221-4/+4
* | | nfsd: helper for laundromat expiry calculationsJ. Bruce Fields2021-03-221-22/+27
* | | NFSD: Clean up NFSDDBG_FACILITY macroChuck Lever2021-03-222-5/+0
* | | NFSD: Add a tracepoint to record directory entry encodingChuck Lever2021-03-222-3/+30
* | | NFSD: Clean up after updating NFSv3 ACL encodersChuck Lever2021-03-222-88/+0
* | | NFSD: Update the NFSv3 SETACL result encoder to use struct xdr_streamChuck Lever2021-03-221-3/+3
* | | NFSD: Update the NFSv3 GETACL result encoder to use struct xdr_streamChuck Lever2021-03-223-16/+43
* | | NFSD: Clean up after updating NFSv2 ACL encodersChuck Lever2021-03-222-65/+0
* | | NFSD: Update the NFSv2 ACL ACCESS result encoder to use struct xdr_streamChuck Lever2021-03-221-7/+12
* | | NFSD: Update the NFSv2 ACL GETATTR result encoder to use struct xdr_streamChuck Lever2021-03-221-22/+2
* | | NFSD: Update the NFSv2 SETACL result encoder to use struct xdr_streamChuck Lever2021-03-221-2/+2
* | | NFSD: Update the NFSv2 GETACL result encoder to use struct xdr_streamChuck Lever2021-03-223-28/+41