summaryrefslogtreecommitdiffstats
path: root/fs/nfsd/vfs.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'nfsd-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds2023-08-311-17/+35
|\
| * nfsd: handle failure to collect pre/post-op attrs more sanelyJeff Layton2023-08-291-17/+35
* | Merge tag 'v6.6-vfs.ctime' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2023-08-281-1/+1
|\ \ | |/ |/|
| * nfsd: convert to ctime accessor functionsJeff Layton2023-07-241-1/+1
* | Merge tag 'nfsd-6.5-3' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds2023-08-031-3/+6
|\ \ | |/ |/|
| * nfsd: Fix reading via spliceDavid Howells2023-07-301-3/+6
* | Merge tag 'net-next-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2023-06-281-1/+1
|\ \ | |/ |/|
| * sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES)David Howells2023-06-241-1/+1
* | NFSD: Remove nfsd_readv()Chuck Lever2023-06-111-15/+0
* | NFSD: Hoist rq_vec preparation into nfsd_read() [step two]Chuck Lever2023-06-111-1/+12
* | NFSD: Hoist rq_vec preparation into nfsd_read()Chuck Lever2023-06-111-8/+60
* | nfsd: use vfs setgid helperChristian Brauner2023-06-051-1/+3
|/
* nfsd: make a copy of struct iattr before calling notify_changeJeff Layton2023-05-231-1/+9
* 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