summaryrefslogtreecommitdiff
path: root/fs/nfsd
AgeCommit message (Expand)AuthorFilesLines
2021-07-07nfsd: move fsnotify on client creation outside spinlockJ. Bruce Fields1-5/+6
2021-07-01nfsd: avoid non-flexible API in seq_quote_mem()Andy Shevchenko1-1/+1
2021-07-01block: remove REQ_OP_SCSI_{IN,OUT}Christoph Hellwig1-1/+1
2021-05-26NFSD: delay unmount source's export after inter-server copy completed.Dai Ngo5-4/+215
2021-05-26NFSD add vfs_fsync after async copy is doneOlga Kornievskaia2-1/+14
2021-05-26nfsd: move some commit_metadata()s outside the inode lockJ. Bruce Fields1-2/+3
2021-05-26nfsd: Prevent truncation of an unlinked inode from blocking access to its dir...Yu Hsiang Huang1-0/+5
2021-05-18NFSD: Update nfsd_cb_args tracepointChuck Lever1-3/+3
2021-05-18NFSD: Remove the nfsd_cb_work and nfsd_cb_done tracepointsChuck Lever2-53/+0
2021-05-18NFSD: Add an nfsd_cb_probe tracepointChuck Lever2-0/+2
2021-05-18NFSD: Replace the nfsd_deleg_break tracepointChuck Lever2-2/+32
2021-05-18NFSD: Add an nfsd_cb_offload tracepointChuck Lever2-0/+38
2021-05-18NFSD: Add an nfsd_cb_lm_notify tracepointChuck Lever2-1/+29
2021-05-18NFSD: Enhance the nfsd_cb_setup tracepointChuck Lever2-2/+28
2021-05-18NFSD: Remove spurious cb_setup_err tracepointChuck Lever1-3/+1
2021-05-18NFSD: Adjust cb_shutdown tracepointChuck Lever1-1/+3
2021-05-18NFSD: Add cb_lost tracepointChuck Lever2-0/+3
2021-05-18NFSD: Drop TRACE_DEFINE_ENUM for NFSD4_CB_<state> macrosChuck Lever1-5/+0
2021-05-18NFSD: Capture every CB state transitionChuck Lever1-13/+15
2021-05-18NFSD: Constify @fh argument of knfsd_fh_hash()Chuck Lever1-5/+2
2021-05-18NFSD: Add tracepoints for EXCHANGEID edge casesChuck Lever2-3/+10
2021-05-18NFSD: Add tracepoints for SETCLIENTID edge casesChuck Lever2-11/+45
2021-05-18NFSD: Add a couple more nfsd_clid_expired call sitesChuck Lever2-4/+8
2021-05-18NFSD: Add nfsd_clid_destroyed tracepointChuck Lever2-0/+2
2021-05-18NFSD: Add nfsd_clid_reclaim_complete tracepointChuck Lever2-0/+2
2021-05-18NFSD: Add nfsd_clid_confirmed tracepointChuck Lever2-5/+6
2021-05-18NFSD: Remove trace_nfsd_clid_inuse_errChuck Lever1-24/+0
2021-05-18NFSD: Add nfsd_clid_verf_mismatch tracepointChuck Lever2-3/+40
2021-05-18NFSD: Add nfsd_clid_cred_mismatch tracepointChuck Lever2-4/+38
2021-05-18NFSD: Add an RPC authflavor tracepoint display helperChuck Lever1-0/+16
2021-05-18NFSD: Fix TP_printk() format specifier in nfsd_clid_classChuck Lever2-32/+0
2021-05-07Merge tag 'nfs-for-5.13-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-1/+1
2021-05-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds3-18/+0
2021-05-07treewide: remove editor modelines and cruftMasahiro Yamada3-18/+0
2021-05-05Merge tag 'nfsd-5.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds4-174/+253
2021-04-27Merge branch 'work.inode-type-fixes' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+1
2021-04-26NFSv4.2: Remove ifdef CONFIG_NFSD from NFSv4.2 client SSC code.Dai Ngo1-1/+1
2021-04-20nfsd: Fix fall-through warnings for ClangGustavo A. R. Silva2-0/+2
2021-04-19nfsd: grant read delegations to clients holding writesJ. Bruce Fields1-14/+68
2021-04-19nfsd: reshuffle some codeJ. Bruce Fields1-117/+118
2021-04-19nfsd: track filehandle aliasing in nfs4_filesJ. Bruce Fields2-9/+30
2021-04-19nfsd: hash nfs4_files by inode numberJ. Bruce Fields2-16/+12
2021-04-16nfsd: ensure new clients break delegationsJ. Bruce Fields1-5/+19
2021-04-15nfsd: removed unused argument in nfsd_startup_generic()Vasily Averin1-4/+4
2021-04-15nfsd: remove unused functionJiapeng Chong1-9/+0
2021-04-06NFSD: Use DEFINE_SPINLOCK() for spinlockGuobin Huang1-2/+1
2021-04-01NFSv4.2: fix copy stateid copying for the async copyOlga Kornievskaia1-2/+2
2021-03-22nfsd: report client confirmation status in "info" fileNeilBrown4-11/+30
2021-03-22nfsd: don't ignore high bits of copy countJ. Bruce Fields1-1/+1
2021-03-22nfsd: COPY with length 0 should copy to end of fileJ. Bruce Fields1-0/+3