aboutsummaryrefslogtreecommitdiff
path: root/fs/nfsd/vfs.c
AgeCommit message (Expand)AuthorFilesLines
2022-08-04NFSD: discard fh_locked flag and fh_lock/fh_unlockGravatar NeilBrown 1-16/+1
2022-08-04NFSD: use (un)lock_inode instead of fh_(un)lock for file operationsGravatar NeilBrown 1-14/+20
2022-08-04NFSD: use explicit lock/unlock for directory opsGravatar NeilBrown 1-11/+19
2022-08-04NFSD: reduce locking in nfsd_lookup()Gravatar NeilBrown 1-20/+14
2022-08-04NFSD: only call fh_unlock() once in nfsd_link()Gravatar NeilBrown 1-9/+10
2022-08-04NFSD: always drop directory lock in nfsd_unlink()Gravatar NeilBrown 1-2/+5
2022-08-04NFSD: change nfsd_create()/nfsd_symlink() to unlock directory before returning.Gravatar NeilBrown 1-17/+21
2022-08-04NFSD: add posix ACLs to struct nfsd_attrsGravatar NeilBrown 1-0/+9
2022-07-29NFSD: add security label to struct nfsd_attrsGravatar NeilBrown 1-26/+3
2022-07-29NFSD: set attributes when creating symlinksGravatar NeilBrown 1-7/+18
2022-07-29NFSD: introduce struct nfsd_attrsGravatar NeilBrown 1-10/+14
2022-07-02Merge tag 'nfsd-5.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Gravatar Linus Torvalds 1-1/+2
2022-06-30vfs: fix copy_file_range() regression in cross-fs copiesGravatar Amir Goldstein 1-1/+7
2022-06-27NFSD: restore EINVAL error translation in nfsd_commit()Gravatar Alexey Khoroshilov 1-1/+2
2022-05-20NFSD: Clean up nfsd_open_verified()Gravatar Chuck Lever 1-3/+12
2022-05-20NFSD: Remove do_nfsd_create()Gravatar Chuck Lever 1-150/+0
2022-05-20NFSD: Refactor nfsd_create_setattr()Gravatar Chuck Lever 1-37/+42
2022-05-20NFSD: Avoid calling fh_drop_write() twice in do_nfsd_create()Gravatar Chuck Lever 1-4/+1
2022-05-19NFSD: Clean up nfsd_splice_actor()Gravatar Chuck Lever 1-8/+2
2022-03-22Merge tag 'folio-5.18c' of git://git.infradead.org/users/willy/pagecacheGravatar Linus Torvalds 1-0/+1
2022-03-21fs: Move many prototypes to pagemap.hGravatar Matthew Wilcox (Oracle) 1-0/+1
2022-03-11NFSD: Remove CONFIG_NFSD_V3Gravatar Chuck Lever 1-9/+0
2022-02-09NFSD: COMMIT operations must not return NFS?ERR_INVALGravatar Chuck Lever 1-17/+36
2022-02-09NFSD: Fix ia_size underflowGravatar Chuck Lever 1-0/+4
2022-01-08NFSD: Move fill_pre_wcc() and fill_post_wcc()Gravatar Chuck Lever 1-4/+4
2022-01-08NFSD: Trace boot verifier resetsGravatar Chuck Lever 1-3/+10
2022-01-08NFSD: Rename boot verifier functionsGravatar Chuck Lever 1-8/+8
2022-01-08nfsd: Add a tracepoint for errors in nfsd4_clone_file_range()Gravatar Trond Myklebust 1-2/+16
2022-01-08NFSD: De-duplicate net_generic(nf->nf_net, nfsd_net_id)Gravatar Chuck Lever 1-6/+5
2022-01-08NFSD: De-duplicate net_generic(SVC_NET(rqstp), nfsd_net_id)Gravatar Chuck Lever 1-7/+4
2022-01-08NFSD: Clean up nfsd_vfs_write()Gravatar Chuck Lever 1-16/+5
2022-01-08nfsd: Replace use of rwsem with errseq_tGravatar Trond Myklebust 1-25/+15
2022-01-08NFSD: Fix verifier returned in stable WRITEsGravatar Chuck Lever 1-0/+4
2022-01-08nfsd: Retry once in nfsd_open on an -EOPENSTALE returnGravatar Jeff Layton 1-1/+9
2021-11-01nfsd4: remove obselete commentGravatar J. Bruce Fields 1-3/+0
2021-10-15nfsd: update create verifier commentGravatar J. Bruce Fields 1-1/+2
2021-10-02NFSD: move filehandle format declarations out of "uapi".Gravatar NeilBrown 1-0/+1
2021-08-31Merge tag 'nfsd-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxGravatar Linus Torvalds 1-16/+5
2021-08-23fs: remove mandatory file locking supportGravatar Jeff Layton 1-22/+1
2021-08-17NFSD: remove vanity commentsGravatar NeilBrown 1-1/+0
2021-08-17NFSD: Batch release pages during splice readGravatar Chuck Lever 1-7/+2
2021-08-17NFSD: Clean up splice actorGravatar Chuck Lever 1-8/+3
2021-07-06nfsd: Reduce contention for the nfsd_file nf_rwsemGravatar Trond Myklebust 1-2/+16
2021-05-25nfsd: move some commit_metadata()s outside the inode lockGravatar J. Bruce Fields 1-2/+3
2021-05-25nfsd: Prevent truncation of an unlinked inode from blocking access to its dir...Gravatar Yu Hsiang Huang 1-0/+5
2021-03-22NFSD: Add a tracepoint to record directory entry encodingGravatar Chuck Lever 1-3/+6
2021-02-23Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-19/+31
2021-01-25nfsd: report per-export statsGravatar Amir Goldstein 1-2/+2
2021-01-25nfsd: protect concurrent access to nfsd stats countersGravatar Amir Goldstein 1-2/+2
2021-01-24namei: prepare for idmapped mountsGravatar Christian Brauner 1-8/+11