index
:
linux.git
cached
cdir_v2
cfid-fixes
cifs
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
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
10 days
nfsd: don't set the ctime on delegated atime updates
Jeff Layton
1
-1
/
+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
2024-01-11
Merge tag 'pull-rename' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...
Linus Torvalds
1
-0
/
+4
2024-01-10
Merge tag 'nfsd-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linux
Linus Torvalds
1
-4
/
+42
2024-01-08
Merge tag 'vfs-6.8.rw' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
Linus Torvalds
1
-3
/
+4
2024-01-07
NFSD: Replace RQ_SPLICE_OK in nfsd_read()
Chuck Lever
1
-1
/
+25
2024-01-07
NFSD: Document lack of f_pos_lock in nfsd_readdir()
Chuck Lever
1
-3
/
+17
2023-12-15
cred: get rid of CONFIG_DEBUG_CREDENTIALS
Jens Axboe
1
-8
/
+1
2023-11-25
rename(): avoid a deadlock in the case of parents having no common ancestor
Al Viro
1
-0
/
+4
2023-11-24
fs: move file_start_write() into vfs_iter_write()
Amir Goldstein
1
-2
/
+0
2023-11-24
splice: move permission hook out of splice_direct_to_actor()
Amir Goldstein
1
-1
/
+4
2023-10-30
Merge tag 'nfsd-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linux
Linus Torvalds
1
-25
/
+36
2023-10-30
Merge tag 'vfs-6.7.ctime' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...
Linus Torvalds
1
-1
/
+1
2023-10-18
nfsd: convert to new timestamp accessors
Jeff Layton
1
-1
/
+1
2023-10-17
nfsd: lock_rename() needs both directories to live on the same fs
Al Viro
1
-6
/
+6
2023-10-16
nfsd: Don't reset the write verifier on a commit EAGAIN
Trond Myklebust
1
-10
/
+23
2023-10-16
nfsd: Handle EOPENSTALE correctly in the filecache
Trond Myklebust
1
-15
/
+13
2023-08-31
Merge tag 'nfsd-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linux
Linus Torvalds
1
-17
/
+35
2023-08-29
nfsd: handle failure to collect pre/post-op attrs more sanely
Jeff Layton
1
-17
/
+35
2023-08-28
Merge tag 'v6.6-vfs.ctime' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
1
-1
/
+1
2023-08-03
Merge tag 'nfsd-6.5-3' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...
Linus Torvalds
1
-3
/
+6
2023-07-30
nfsd: Fix reading via splice
David Howells
1
-3
/
+6
2023-07-24
nfsd: convert to ctime accessor functions
Jeff Layton
1
-1
/
+1
[next]