summaryrefslogtreecommitdiff
path: root/fs/nfsd/vfs.c
AgeCommit message (Expand)AuthorFilesLines
2026-08-10NFSD: include "netns.h"Chuck Lever1-0/+1
2026-08-10NFSD: Explicitly include "stats.h"Chuck Lever1-0/+1
2026-08-10NFSD: Replace isdotent() macroChuck Lever1-6/+7
2026-08-10nfsd: unify cleanups in nfsd_cross_mnt() exitsAl Viro1-10/+7
2026-08-10nfsd: release path refs on follow_down() errorChris Mason1-1/+3
2026-08-10nfsd: fix partial-write detection in nfsd_direct_writeChris Mason1-1/+4
2026-08-10NFSD: check truncate permission under inode lockChuck Lever1-12/+18
2026-06-18Merge tag 'nfsd-7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds1-2/+10
2026-06-15Merge tag 'vfs-7.2-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-2/+2
2026-06-09nfsd: reset write verifier on deferred writeback errorsJeff Layton1-1/+5
2026-06-09SUNRPC: Return an error from xdr_buf_to_bvec() on overflowChuck Lever1-1/+5
2026-05-27NFSD: replace __get_free_page() with kmalloc() in nfsd_buffered_readdir()Mike Rapoport (Microsoft)1-2/+2
2026-05-15nfsd: Use kernel credentials for case-info probeChuck Lever1-3/+1
2026-05-11nfsd: Report export case-folding via NFSv3 PATHCONFChuck Lever1-0/+88
2026-03-06treewide: change inode->i_ino from unsigned long to u64Jeff Layton1-1/+1
2026-01-29NFSD: Refactor nfsd_setattr()'s ACL error reportingRick Macklem1-7/+27
2026-01-06Merge tag 'nfsd-6.19-3' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds1-2/+2
2026-01-02NFSD: Fix permission check for read access to executable-only filesScott Mayhew1-2/+2
2025-12-06Merge tag 'nfsd-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds1-14/+247
2025-12-01Merge tag 'vfs-6.19-rc1.directory.locking' of git://git.kernel.org/pub/scm/li...Linus Torvalds1-98/+57
2025-12-01Merge tag 'vfs-6.19-rc1.directory.delegations' of git://git.kernel.org/pub/sc...Linus Torvalds1-8/+8
2025-12-01NFSD: Implement NFSD_IO_DIRECT for NFS WRITEMike Snitzer1-4/+141
2025-12-01NFSD: Make FILE_SYNC WRITEs comply with specChuck Lever1-2/+12
2025-11-28nfsd: fix end_creating() conversionNeil Brown1-4/+2
2025-11-16NFSD: Implement NFSD_IO_DIRECT for NFS READChuck Lever1-0/+83
2025-11-16NFSD: pass nfsd_file to nfsd_iter_read()Mike Snitzer1-3/+4
2025-11-16NFSD: Add array bounds-checking in nfsd_iter_read()Chuck Lever1-5/+7
2025-11-14VFS: change vfs_mkdir() to unlock on failure.NeilBrown1-4/+4
2025-11-14VFS/nfsd/ovl: introduce start_renaming() and end_renaming()NeilBrown1-47/+24
2025-11-14VFS/nfsd/cachefiles/ovl: introduce start_removing() and end_removing()NeilBrown1-16/+10
2025-11-14VFS/nfsd/cachefiles/ovl: add start_creating() and end_creating()NeilBrown1-31/+21
2025-11-12nfsd: allow filecache to hold S_IFDIR filesJeff Layton1-2/+3
2025-11-12vfs: make vfs_symlink break delegations on parent dirJeff Layton1-1/+1
2025-11-12vfs: make vfs_mknod break delegations on parent directoryJeff Layton1-1/+1
2025-11-12vfs: make vfs_create break delegations on parent directoryJeff Layton1-1/+1
2025-11-12vfs: clean up argument list for vfs_create()Jeff Layton1-2/+1
2025-11-12vfs: allow rmdir to wait for delegation break on parentJeff Layton1-1/+1
2025-11-12vfs: allow mkdir to wait for delegation break on parentJeff Layton1-1/+1
2025-10-20Coccinelle-based conversion to use ->i_state accessorsMateusz Guzik1-1/+1
2025-10-06Merge tag 'nfsd-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds1-1/+22
2025-10-01NFSD: Add io_cache_{read,write} controls to debugfsMike Snitzer1-0/+21
2025-09-29Merge tag 'vfs-6.18-rc1.async' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-2/+1
2025-09-23VFS: unify old_mnt_idmap and new_mnt_idmap in renamedataNeilBrown1-2/+1
2025-09-21nfsd: ignore ATTR_DELEG when checking ia_valid before notify_change()Jeff Layton1-1/+1
2025-08-11Merge tag 'nfsd-6.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds1-1/+9
2025-08-05nfsd: don't set the ctime on delegated atime updatesJeff Layton1-1/+9
2025-07-28Merge tag 'vfs-6.17-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-5/+2
2025-07-14NFSD: Use vfs_iocb_iter_write()Chuck Lever1-5/+5
2025-07-14NFSD: Use vfs_iocb_iter_read()Chuck Lever1-2/+5
2025-06-16VFS: change old_dir and new_dir in struct renamedata to dentrysNeilBrown1-5/+2