summaryrefslogtreecommitdiff
path: root/fs/nfsd/vfs.c
AgeCommit message (Expand)Author
2024-01-11Merge tag 'pull-rename' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds
2024-01-10Merge tag 'nfsd-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds
2024-01-08Merge tag 'vfs-6.8.rw' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds
2024-01-07NFSD: Replace RQ_SPLICE_OK in nfsd_read()Chuck Lever
2024-01-07NFSD: Document lack of f_pos_lock in nfsd_readdir()Chuck Lever
2023-12-15cred: get rid of CONFIG_DEBUG_CREDENTIALSJens Axboe
2023-11-25rename(): avoid a deadlock in the case of parents having no common ancestorAl Viro
2023-11-24fs: move file_start_write() into vfs_iter_write()Amir Goldstein
2023-11-24splice: move permission hook out of splice_direct_to_actor()Amir Goldstein
2023-10-30Merge tag 'nfsd-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds
2023-10-30Merge tag 'vfs-6.7.ctime' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Linus Torvalds
2023-10-18nfsd: convert to new timestamp accessorsJeff Layton
2023-10-17nfsd: lock_rename() needs both directories to live on the same fsAl Viro
2023-10-16nfsd: Don't reset the write verifier on a commit EAGAINTrond Myklebust
2023-10-16nfsd: Handle EOPENSTALE correctly in the filecacheTrond Myklebust
2023-08-31Merge tag 'nfsd-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds
2023-08-29nfsd: handle failure to collect pre/post-op attrs more sanelyJeff Layton
2023-08-28Merge tag 'v6.6-vfs.ctime' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2023-08-03Merge tag 'nfsd-6.5-3' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds
2023-07-30nfsd: Fix reading via spliceDavid Howells
2023-07-24nfsd: convert to ctime accessor functionsJeff Layton
2023-06-28Merge tag 'net-next-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2023-06-24sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES)David Howells
2023-06-11NFSD: Remove nfsd_readv()Chuck Lever
2023-06-11NFSD: Hoist rq_vec preparation into nfsd_read() [step two]Chuck Lever
2023-06-11NFSD: Hoist rq_vec preparation into nfsd_read()Chuck Lever
2023-06-05nfsd: use vfs setgid helperChristian Brauner
2023-05-23nfsd: make a copy of struct iattr before calling notify_changeJeff Layton
2023-04-27NFSD: Clean up xattr memory allocation flagsChuck Lever
2023-04-26NFSD: Watch for rq_pages bounds checking errors in nfsd_splice_actor()Chuck Lever
2023-03-21Merge tag 'nfsd-6.3-3' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds
2023-03-17nfsd: don't replace page in rq_pages if it's a continuation of last pageJeff Layton
2023-03-10Merge tag 'nfsd-6.3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds
2023-03-07NFSD: Protect against filesystem freezingChuck Lever
2023-02-22Merge tag 'nfsd-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds
2023-02-20fs: namei: Allow follow_down() to uncover auto mountsRichard Weinberger
2023-02-20NFSD: Teach nfsd_mountpoint() auto mountsRichard Weinberger
2023-01-19fs: port ->permission() to pass mnt_idmapChristian Brauner
2023-01-19fs: port ->set_acl() to pass mnt_idmapChristian Brauner
2023-01-18fs: port vfs_*() helpers to struct mnt_idmapChristian Brauner
2022-12-12Merge tag 'nfsd-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds
2022-12-12Merge tag 'fs.acl.rework.v6.2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2022-12-12Merge tag 'pull-iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2022-11-28NFSD: Add an NFSD_FILE_GC flag to enable nfsd_file garbage collectionChuck Lever
2022-11-28NFSD: Pass the target nfsd_file to nfsd_commit()Chuck Lever
2022-11-28nfsd: move nfserrno() to vfs.cJeff Layton
2022-11-28NFSD: Remove redundant assignment to variable host_errColin Ian King
2022-11-27Merge tag 'pull-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds
2022-11-26Merge tag 'nfsd-6.1-6' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds
2022-11-25use less confusing names for iov_iter direction initializersAl Viro