summaryrefslogtreecommitdiff
path: root/fs/nfsd/vfs.c
Commit message (Expand)AuthorAgeFilesLines
* NFSD: Clean up xattr memory allocation flagsChuck Lever2023-04-271-5/+2
* NFSD: Watch for rq_pages bounds checking errors in nfsd_splice_actor()Chuck Lever2023-04-261-1/+5
* Merge tag 'nfsd-6.3-3' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds2023-03-211-1/+8
|\
| * nfsd: don't replace page in rq_pages if it's a continuation of last pageJeff Layton2023-03-171-1/+8
* | Merge tag 'nfsd-6.3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds2023-03-101-0/+2
|\ \ | |/
| * NFSD: Protect against filesystem freezingChuck Lever2023-03-071-0/+2
* | Merge tag 'nfsd-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds2023-02-221-2/+6
|\ \ | |/
| * fs: namei: Allow follow_down() to uncover auto mountsRichard Weinberger2023-02-201-1/+5
| * NFSD: Teach nfsd_mountpoint() auto mountsRichard Weinberger2023-02-201-1/+1
* | fs: port ->permission() to pass mnt_idmapChristian Brauner2023-01-191-7/+7
* | fs: port ->set_acl() to pass mnt_idmapChristian Brauner2023-01-191-2/+2
* | fs: port vfs_*() helpers to struct mnt_idmapChristian Brauner2023-01-181-11/+12
|/
* Merge tag 'nfsd-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds2022-12-121-14/+69
|\
| * NFSD: Add an NFSD_FILE_GC flag to enable nfsd_file garbage collectionChuck Lever2022-11-281-2/+2
| * NFSD: Pass the target nfsd_file to nfsd_commit()Chuck Lever2022-11-281-11/+4
| * nfsd: move nfserrno() to vfs.cJeff Layton2022-11-281-0/+63
| * NFSD: Remove redundant assignment to variable host_errColin Ian King2022-11-281-1/+0
* | Merge tag 'fs.acl.rework.v6.2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-12-121-2/+2
|\ \
| * | fs: pass dentry to set acl methodChristian Brauner2022-10-191-2/+2
* | | Merge tag 'pull-iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2022-12-121-2/+2
|\ \ \ | |_|/ |/| |
| * | use less confusing names for iov_iter direction initializersAl Viro2022-11-251-2/+2
| |/
* | Merge tag 'pull-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2022-11-271-2/+2
|\ \
| * | vfs: fix copy_file_range() averts filesystem freeze protectionAmir Goldstein2022-11-251-2/+2
| |/
* | Merge tag 'nfsd-6.1-6' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds2022-11-261-3/+4
|\ \ | |/ |/|
| * NFSD: Fix reads with a non-zero offset that don't end on a page boundaryChuck Lever2022-11-231-3/+4
* | Merge tag 'pull-file' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2022-10-061-3/+3
|\ \ | |/ |/|
| * Change calling conventions for filldir_tAl Viro2022-08-171-3/+3
* | NFSD: Make nfsd4_remove() wait before returning NFS4ERR_DELAYChuck Lever2022-09-261-1/+10
* | NFSD: Make nfsd4_rename() wait before returning NFS4ERR_DELAYChuck Lever2022-09-261-1/+9
* | NFSD: Make nfsd4_setattr() wait before returning NFS4ERR_DELAYChuck Lever2022-09-261-1/+8
* | NFSD: Refactor nfsd_setattr()Chuck Lever2022-09-261-40/+57
* | NFSD: drop fname and flen args from nfsd_create_locked()NeilBrown2022-09-261-3/+2
* | Merge tag 'pull-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2022-09-131-4/+8
|\ \
| * | nfsd_splice_actor(): handle compound pagesAl Viro2022-09-121-4/+8
| |/
* | NFSD: fix regression with setting ACLs.NeilBrown2022-09-081-10/+9
|/
* NFSD: discard fh_locked flag and fh_lock/fh_unlockNeilBrown2022-08-041-16/+1
* NFSD: use (un)lock_inode instead of fh_(un)lock for file operationsNeilBrown2022-08-041-14/+20
* NFSD: use explicit lock/unlock for directory opsNeilBrown2022-08-041-11/+19
* NFSD: reduce locking in nfsd_lookup()NeilBrown2022-08-041-20/+14
* NFSD: only call fh_unlock() once in nfsd_link()NeilBrown2022-08-041-9/+10
* NFSD: always drop directory lock in nfsd_unlink()NeilBrown2022-08-041-2/+5
* NFSD: change nfsd_create()/nfsd_symlink() to unlock directory before returning.NeilBrown2022-08-041-17/+21
* NFSD: add posix ACLs to struct nfsd_attrsNeilBrown2022-08-041-0/+9
* NFSD: add security label to struct nfsd_attrsNeilBrown2022-07-291-26/+3
* NFSD: set attributes when creating symlinksNeilBrown2022-07-291-7/+18
* NFSD: introduce struct nfsd_attrsNeilBrown2022-07-291-10/+14
* Merge tag 'nfsd-5.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds2022-07-021-1/+2
|\
| * NFSD: restore EINVAL error translation in nfsd_commit()Alexey Khoroshilov2022-06-271-1/+2
* | vfs: fix copy_file_range() regression in cross-fs copiesAmir Goldstein2022-06-301-1/+7
|/
* NFSD: Clean up nfsd_open_verified()Chuck Lever2022-05-201-3/+12