summaryrefslogtreecommitdiffstats
path: root/fs/nfsd
Commit message (Expand)AuthorAgeFilesLines
* fs: remove mandatory file locking supportJeff Layton2021-08-232-36/+1
* Merge tag 'block-5.14-2021-07-08' of git://git.kernel.dk/linux-blockLinus Torvalds2021-07-091-1/+1
|\
| * block: remove REQ_OP_SCSI_{IN,OUT}Christoph Hellwig2021-06-301-1/+1
* | Merge tag 'nfsd-5.14' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2021-07-0711-132/+546
|\ \
| * | nfsd: fix NULL dereference in nfs3svc_encode_getaclresJ. Bruce Fields2021-07-061-1/+2
| * | NFSD: Prevent a possible oops in the nfs_dirent() tracepointChuck Lever2021-07-061-1/+0
| * | nfsd: remove redundant assignment to pointer 'this'Colin Ian King2021-07-061-1/+1
| * | nfsd: Reduce contention for the nfsd_file nf_rwsemTrond Myklebust2021-07-061-2/+16
| * | nfsd: rpc_peeraddr2str needs rcu lockJ. Bruce Fields2021-07-061-0/+2
| * | NFSD: Fix error return code in nfsd4_interssc_connect()Wei Yongjun2021-07-061-0/+1
| * | nfsd: fix kernel test robot warning in SSC codeDai Ngo2021-07-062-3/+3
| * | nfsd4: Expose the callback address and state of each NFS4 clientDave Wysochanski2021-07-061-0/+17
| * | nfsd: move fsnotify on client creation outside spinlockJ. Bruce Fields2021-07-061-5/+6
| * | NFSD: delay unmount source's export after inter-server copy completed.Dai Ngo2021-05-255-4/+215
| * | NFSD add vfs_fsync after async copy is doneOlga Kornievskaia2021-05-252-1/+14
| * | nfsd: move some commit_metadata()s outside the inode lockJ. Bruce Fields2021-05-251-2/+3
| * | nfsd: Prevent truncation of an unlinked inode from blocking access to its dir...Yu Hsiang Huang2021-05-251-0/+5
| * | NFSD: Update nfsd_cb_args tracepointChuck Lever2021-05-181-3/+3
| * | NFSD: Remove the nfsd_cb_work and nfsd_cb_done tracepointsChuck Lever2021-05-182-53/+0
| * | NFSD: Add an nfsd_cb_probe tracepointChuck Lever2021-05-182-0/+2
| * | NFSD: Replace the nfsd_deleg_break tracepointChuck Lever2021-05-182-2/+32
| * | NFSD: Add an nfsd_cb_offload tracepointChuck Lever2021-05-182-0/+38
| * | NFSD: Add an nfsd_cb_lm_notify tracepointChuck Lever2021-05-182-1/+29
| * | NFSD: Enhance the nfsd_cb_setup tracepointChuck Lever2021-05-182-2/+28
| * | NFSD: Remove spurious cb_setup_err tracepointChuck Lever2021-05-181-3/+1
| * | NFSD: Adjust cb_shutdown tracepointChuck Lever2021-05-181-1/+3
| * | 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