summaryrefslogtreecommitdiffstats
path: root/fs/nfsd/vfs.c
Commit message (Expand)AuthorAgeFilesLines
* nfsd: set security label during create operationsStephen Smalley2024-05-061-1/+1
* Merge tag 'nfsd-6.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds2024-03-281-1/+2
|\
| * nfsd: Fix error cleanup path in nfsd_rename()Jan Kara2024-03-221-1/+2
* | Merge tag 'lsm-pr-20240312' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-03-121-2/+1
|\ \ | |/ |/|
| * ima: Move to LSM infrastructureRoberto Sassu2024-02-151-7/+0
| * security: Introduce file_post_open hookRoberto Sassu2024-02-151-0/+6
* | NFSD: Document nfsd_setattr() fill-attributes behaviorChuck Lever2024-03-051-0/+7
* | nfsd: Fix NFSv3 atomicity bugs in nfsd_setattr()Trond Myklebust2024-03-011-7/+13
* | nfsd: Fix a regression in nfsd_setattr()Trond Myklebust2024-03-011-2/+7
* | nfsd: make all of the nfsd stats per-network namespaceJosef Bacik2024-03-011-2/+4
* | nfsd: use __fput_sync() to avoid delayed closing of files.NeilBrown2024-03-011-5/+37
|/
* 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