summaryrefslogtreecommitdiff
path: root/fs/nfsd/vfs.c
AgeCommit message (Expand)AuthorFilesLines
2024-10-17nfsd: map the EBADMSG to nfserr_io to avoid warningLi Lingfeng1-0/+1
2024-08-29nfsd: Fix a regression in nfsd_setattr()Trond Myklebust1-2/+4
2024-08-19nfsd: make all of the nfsd stats per-network namespaceJosef Bacik1-2/+4
2024-03-06nfsd: move nfserrno() to vfs.cJeff Layton1-0/+63
2024-03-06NFSD: Remove redundant assignment to variable host_errColin Ian King1-1/+0
2023-11-02nfsd: lock_rename() needs both directories to live on the same fsAl Viro1-6/+6
2023-08-30nfsd: use vfs setgid helperChristian Brauner1-1/+3
2023-06-09nfsd: make a copy of struct iattr before calling notify_changeJeff Layton1-1/+9
2023-03-30nfsd: don't replace page in rq_pages if it's a continuation of last pageJeff Layton1-1/+8
2023-03-17NFSD: Protect against filesystem freezingChuck Lever1-0/+2
2023-02-09use less confusing names for iov_iter direction initializersAl Viro1-2/+2
2023-01-18NFSD: Add an NFSD_FILE_GC flag to enable nfsd_file garbage collectionChuck Lever1-2/+2
2023-01-18NFSD: Pass the target nfsd_file to nfsd_commit()Chuck Lever1-11/+4
2022-11-27Merge tag 'pull-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-2/+2
2022-11-26Merge tag 'nfsd-6.1-6' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds1-3/+4
2022-11-25vfs: fix copy_file_range() averts filesystem freeze protectionAmir Goldstein1-2/+2
2022-11-23NFSD: Fix reads with a non-zero offset that don't end on a page boundaryChuck Lever1-3/+4
2022-10-06Merge tag 'pull-file' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-3/+3
2022-09-26NFSD: Make nfsd4_remove() wait before returning NFS4ERR_DELAYChuck Lever1-1/+10
2022-09-26NFSD: Make nfsd4_rename() wait before returning NFS4ERR_DELAYChuck Lever1-1/+9
2022-09-26NFSD: Make nfsd4_setattr() wait before returning NFS4ERR_DELAYChuck Lever1-1/+8
2022-09-26NFSD: Refactor nfsd_setattr()Chuck Lever1-40/+57
2022-09-26NFSD: drop fname and flen args from nfsd_create_locked()NeilBrown1-3/+2
2022-09-13Merge tag 'pull-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-4/+8
2022-09-12nfsd_splice_actor(): handle compound pagesAl Viro1-4/+8
2022-09-08NFSD: fix regression with setting ACLs.NeilBrown1-10/+9
2022-08-17Change calling conventions for filldir_tAl Viro1-3/+3
2022-08-04NFSD: discard fh_locked flag and fh_lock/fh_unlockNeilBrown1-16/+1
2022-08-04NFSD: use (un)lock_inode instead of fh_(un)lock for file operationsNeilBrown1-14/+20
2022-08-04NFSD: use explicit lock/unlock for directory opsNeilBrown1-11/+19
2022-08-04NFSD: reduce locking in nfsd_lookup()NeilBrown1-20/+14
2022-08-04NFSD: only call fh_unlock() once in nfsd_link()NeilBrown1-9/+10
2022-08-04NFSD: always drop directory lock in nfsd_unlink()NeilBrown1-2/+5
2022-08-04NFSD: change nfsd_create()/nfsd_symlink() to unlock directory before returning.NeilBrown1-17/+21
2022-08-04NFSD: add posix ACLs to struct nfsd_attrsNeilBrown1-0/+9
2022-07-29NFSD: add security label to struct nfsd_attrsNeilBrown1-26/+3
2022-07-29NFSD: set attributes when creating symlinksNeilBrown1-7/+18
2022-07-29NFSD: introduce struct nfsd_attrsNeilBrown1-10/+14
2022-07-02Merge tag 'nfsd-5.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds1-1/+2
2022-06-30vfs: fix copy_file_range() regression in cross-fs copiesAmir Goldstein1-1/+7
2022-06-27NFSD: restore EINVAL error translation in nfsd_commit()Alexey Khoroshilov1-1/+2
2022-05-20NFSD: Clean up nfsd_open_verified()Chuck Lever1-3/+12
2022-05-20NFSD: Remove do_nfsd_create()Chuck Lever1-150/+0
2022-05-20NFSD: Refactor nfsd_create_setattr()Chuck Lever1-37/+42
2022-05-20NFSD: Avoid calling fh_drop_write() twice in do_nfsd_create()Chuck Lever1-4/+1
2022-05-19NFSD: Clean up nfsd_splice_actor()Chuck Lever1-8/+2
2022-03-22Merge tag 'folio-5.18c' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds1-0/+1
2022-03-21fs: Move many prototypes to pagemap.hMatthew Wilcox (Oracle)1-0/+1
2022-03-11NFSD: Remove CONFIG_NFSD_V3Chuck Lever1-9/+0
2022-02-09NFSD: COMMIT operations must not return NFS?ERR_INVALChuck Lever1-17/+36