summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2021-07-07nfsd: rpc_peeraddr2str needs rcu lockJ. Bruce Fields1-0/+2
2021-07-07nfs_common: fix doc warningChenXiaoSong1-0/+1
2021-07-07NFSD: Fix error return code in nfsd4_interssc_connect()Wei Yongjun1-0/+1
2021-07-07nfsd: fix kernel test robot warning in SSC codeDai Ngo2-3/+3
2021-07-07nfsd4: Expose the callback address and state of each NFS4 clientDave Wysochanski1-0/+17
2021-07-07nfsd: move fsnotify on client creation outside spinlockJ. Bruce Fields1-5/+6
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-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds4-8/+14
2021-05-15Merge tag 'io_uring-5.13-2021-05-14' of git://git.kernel.dk/linux-blockLinus Torvalds1-9/+10
2021-05-15Merge tag 'erofs-for-5.13-rc2-fixes' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-2/+19
2021-05-15Merge tag 'dax-fixes-5.13-rc2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-12/+23
2021-05-15hfsplus: prevent corruption in shrinking truncateJouni Roivas1-3/+4
2021-05-15mm/filemap: fix readahead return typesMatthew Wilcox (Oracle)1-2/+2
2021-05-15squashfs: fix divide error in calculate_skip()Phillip Lougher1-3/+3
2021-05-15mm/hugetlb: fix F_SEAL_FUTURE_WRITEPeter Xu1-0/+5
2021-05-14Merge tag 'f2fs-5.13-rc1-fix' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds5-47/+56
2021-05-14io_uring: increase max number of reg buffersPavel Begunkov1-1/+3
2021-05-14io_uring: further remove sqpoll limits on opcodesPavel Begunkov1-4/+2
2021-05-14io_uring: fix ltout double free on completion racePavel Begunkov1-3/+4
2021-05-13erofs: fix 1 lcluster-sized pcluster for big pclusterGao Xiang1-2/+19
2021-05-12f2fs: return EINVAL for hole cases in swap fileJaegeuk Kim1-2/+2
2021-05-12f2fs: avoid swapon failure by giving a warning firstJaegeuk Kim1-6/+23
2021-05-12f2fs: compress: fix to assign cc.cluster_idx correctlyChao Yu3-12/+13