summaryrefslogtreecommitdiffstats
path: root/fs/nfsd/vfs.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'pull-rename' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds2024-01-111-0/+4
|\
| * rename(): avoid a deadlock in the case of parents having no common ancestorAl Viro2023-11-251-0/+4
* | Merge tag 'nfsd-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds2024-01-101-4/+42
|\ \
| * | NFSD: Replace RQ_SPLICE_OK in nfsd_read()Chuck Lever2024-01-071-1/+25
| * | NFSD: Document lack of f_pos_lock in nfsd_readdir()Chuck Lever2024-01-071-3/+17
* | | Merge tag 'vfs-6.8.rw' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds2024-01-081-3/+4
|\ \ \ | |/ / |/| |
| * | fs: move file_start_write() into vfs_iter_write()Amir Goldstein2023-11-241-2/+0
| * | splice: move permission hook out of splice_direct_to_actor()Amir Goldstein2023-11-241-1/+4
| |/
* / cred: get rid of CONFIG_DEBUG_CREDENTIALSJens Axboe2023-12-151-8/+1
|/
* Merge tag 'nfsd-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds2023-10-301-25/+36
|\
| * nfsd: Don't reset the write verifier on a commit EAGAINTrond Myklebust2023-10-161-10/+23
| * nfsd: Handle EOPENSTALE correctly in the filecacheTrond Myklebust2023-10-161-15/+13
* | Merge tag 'vfs-6.7.ctime' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Linus Torvalds2023-10-301-1/+1
|\ \
| * | nfsd: convert to new timestamp accessorsJeff Layton2023-10-181-1/+1
| |/
* / nfsd: lock_rename() needs both directories to live on the same fsAl Viro2023-10-171-6/+6
|/
* 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
|\ \