index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
compress-2026-03-30
compress-2026-04-14
compress-2026-04-17-sambaxp
compress-2026-04-27
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
reconnect-fixes
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
nfsd
/
vfs.c
Age
Commit message (
Expand
)
Author
Files
Lines
2025-10-19
nfsd: ignore ATTR_DELEG when checking ia_valid before notify_change()
Jeff Layton
1
-1
/
+1
2025-08-11
Merge tag 'nfsd-6.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...
Linus Torvalds
1
-1
/
+9
2025-08-05
nfsd: don't set the ctime on delegated atime updates
Jeff Layton
1
-1
/
+9
2025-07-28
Merge tag 'vfs-6.17-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-5
/
+2
2025-07-14
NFSD: Use vfs_iocb_iter_write()
Chuck Lever
1
-5
/
+5
2025-07-14
NFSD: Use vfs_iocb_iter_read()
Chuck Lever
1
-2
/
+5
2025-06-16
VFS: change old_dir and new_dir in struct renamedata to dentrys
NeilBrown
1
-5
/
+2
2025-05-28
Merge tag 'nfsd-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linux
Linus Torvalds
1
-20
/
+70
2025-05-15
NFSD: Use rqstp->rq_bvec in nfsd_iter_write()
Chuck Lever
1
-2
/
+3
2025-05-15
NFSD: De-duplicate the svc_fill_write_vector() call sites
Chuck Lever
1
-12
/
+40
2025-05-15
NFSD: Use rqstp->rq_bvec in nfsd_iter_read()
Chuck Lever
1
-7
/
+7
2025-05-11
nfsd: add tracepoint for getattr and statfs events
Jeff Layton
1
-0
/
+2
2025-05-11
nfsd: add tracepoint to nfsd_rename
Jeff Layton
1
-0
/
+2
2025-05-11
nfsd: add tracepoints for unlink events
Jeff Layton
1
-0
/
+2
2025-05-11
nfsd: add tracepoint to nfsd_link()
Jeff Layton
1
-0
/
+2
2025-05-11
nfsd: add tracepoint to nfsd_symlink
Jeff Layton
1
-0
/
+2
2025-05-11
nfsd: add nfsd_vfs_create tracepoints
Jeff Layton
1
-0
/
+2
2025-05-11
nfsd: add a tracepoint to nfsd_lookup_dentry
Jeff Layton
1
-1
/
+1
2025-05-11
nfsd: add a tracepoint for nfsd_setattr
Jeff Layton
1
-0
/
+2
2025-05-11
nfsd: add commit start/done tracepoints around nfsd_commit()
Jeff Layton
1
-0
/
+3
2025-05-11
NFSD: Add experimental setting to disable the use of splice read
Chuck Lever
1
-0
/
+4
2025-04-07
nfsd: Use lookup_one() rather than lookup_one_len()
NeilBrown
1
-8
/
+9
2025-03-31
Merge tag 'nfsd-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linux
Linus Torvalds
1
-27
/
+79
2025-03-10
NFSD: Return NFS4ERR_FILE_OPEN only when linking an open file
Chuck Lever
1
-13
/
+31
2025-03-10
NFSD: Return NFS4ERR_FILE_OPEN only when renaming over an open file
Chuck Lever
1
-4
/
+29
2025-03-10
NFSD: Never return NFS4ERR_FILE_OPEN when removing a directory
Chuck Lever
1
-6
/
+18
2025-03-10
NFSD: nfsd_unlink() clobbers non-zero status returned from fh_fill_pre_attrs()
Chuck Lever
1
-3
/
+1
2025-03-10
nfsd: remove the redundant mapping of nfserr_mlink
Li Lingfeng
1
-1
/
+0
2025-03-05
VFS: Change vfs_mkdir() to return the dentry.
NeilBrown
1
-20
/
+11
2025-02-26
nfsd: drop fh_update() from S_IFDIR branch of nfsd_create_locked()
NeilBrown
1
-3
/
+0
2024-11-18
nfsd: get rid of include ../internal.h
Al Viro
1
-1
/
+0
2024-11-18
nfsd: refine and rename NFSD_MAY_LOCK
NeilBrown
1
-11
/
+1
2024-11-18
nfsd: Fix NFSD_MAY_BYPASS_GSS and NFSD_MAY_BYPASS_GSS_ON_ROOT
Pali Rohár
1
-1
/
+1
2024-11-11
NFSD: Remove unused function parameter
Chuck Lever
1
-7
/
+4
2024-11-07
NFSD: Fix READDIR on NFSv3 mounts of ext4 exports
Chuck Lever
1
-8
/
+5
2024-09-20
nfsd: map the EBADMSG to nfserr_io to avoid warning
Li Lingfeng
1
-0
/
+1
2024-09-20
nfsd: Move error code mapping to per-version proc code.
NeilBrown
1
-10
/
+4
2024-09-20
nfsd: further centralize protocol version checks.
NeilBrown
1
-6
/
+3
2024-09-20
nfsd: Pass 'cred' instead of 'rqstp' to some functions.
NeilBrown
1
-9
/
+12
2024-05-06
nfsd: set security label during create operations
Stephen Smalley
1
-1
/
+1
2024-03-28
Merge tag 'nfsd-6.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...
Linus Torvalds
1
-1
/
+2
2024-03-22
nfsd: Fix error cleanup path in nfsd_rename()
Jan Kara
1
-1
/
+2
2024-03-12
Merge tag 'lsm-pr-20240312' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-2
/
+1
2024-03-05
NFSD: Document nfsd_setattr() fill-attributes behavior
Chuck Lever
1
-0
/
+7
2024-03-01
nfsd: Fix NFSv3 atomicity bugs in nfsd_setattr()
Trond Myklebust
1
-7
/
+13
2024-03-01
nfsd: Fix a regression in nfsd_setattr()
Trond Myklebust
1
-2
/
+7
2024-03-01
nfsd: make all of the nfsd stats per-network namespace
Josef Bacik
1
-2
/
+4
2024-03-01
nfsd: use __fput_sync() to avoid delayed closing of files.
NeilBrown
1
-5
/
+37
2024-02-15
ima: Move to LSM infrastructure
Roberto Sassu
1
-7
/
+0
2024-02-15
security: Introduce file_post_open hook
Roberto Sassu
1
-0
/
+6
[next]