index
:
pub/scm/linux/kernel/git/ti/linux.git
master
TI groups fork of linux.git for Texas Instruments SoCs
TI Group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
nfsd
/
nfs3proc.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-08-10
sunrpc: remove unused svc_version vs_count field
Jeff Layton
1
-3
/
+0
2026-08-10
NFSD: Replace isdotent() macro
Chuck Lever
1
-1
/
+1
2026-08-10
nfsd: reject out-of-range nseconds in NFSv3 SETATTR and create ops
Robbie Ko
1
-0
/
+40
2026-05-15
nfsd: Map -ESTALE from case probe to NFS3ERR_STALE
Chuck Lever
1
-0
/
+3
2026-05-11
nfsd: Report export case-folding via NFSv3 PATHCONF
Chuck Lever
1
-8
/
+28
2025-12-01
Merge tag 'vfs-6.19-rc1.directory.locking' of git://git.kernel.org/pub/scm/li...
Linus Torvalds
1
-9
/
+5
2025-11-14
VFS: change vfs_mkdir() to unlock on failure.
NeilBrown
1
-1
/
+1
2025-11-14
VFS/nfsd/cachefiles/ovl: add start_creating() and end_creating()
NeilBrown
1
-9
/
+5
2025-11-12
vfs: make vfs_create break delegations on parent directory
Jeff Layton
1
-1
/
+1
2025-11-12
vfs: clean up argument list for vfs_create()
Jeff Layton
1
-1
/
+1
2025-07-14
sunrpc: simplify xdr_init_encode_pages
Christoph Hellwig
1
-1
/
+1
2025-05-28
Merge tag 'nfsd-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linux
Linus Torvalds
1
-61
/
+7
2025-05-15
NFSD: De-duplicate the svc_fill_write_vector() call sites
Chuck Lever
1
-4
/
+1
2025-05-11
nfsd: remove legacy dprintks from GETATTR and STATFS codepaths
Jeff Layton
1
-6
/
+0
2025-05-11
nfsd: remove legacy READDIR dprintks
Jeff Layton
1
-6
/
+0
2025-05-11
nfsd: remove dprintks for v2/3 RENAME events
Jeff Layton
1
-9
/
+0
2025-05-11
nfsd: remove REMOVE/RMDIR dprintks
Jeff Layton
1
-10
/
+0
2025-05-11
nfsd: remove old LINK dprintks
Jeff Layton
1
-7
/
+0
2025-05-11
nfsd: remove old v2/3 SYMLINK dprintks
Jeff Layton
1
-5
/
+0
2025-05-11
nfsd: remove old v2/3 create path dprintks
Jeff Layton
1
-15
/
+0
2025-05-11
nfsd: add tracepoint for getattr and statfs events
Jeff Layton
1
-0
/
+2
2025-05-11
nfsd: add tracepoint to nfsd_readdir
Jeff Layton
1
-0
/
+2
2025-05-11
nfsd: add nfsd_vfs_create tracepoints
Jeff Layton
1
-0
/
+3
2025-04-07
nfsd: Use lookup_one() rather than lookup_one_len()
NeilBrown
1
-1
/
+3
2024-09-20
nfsd: move error choice for incorrect object types to version-specific code.
NeilBrown
1
-0
/
+7
2024-09-20
nfsd: Move error code mapping to per-version proc code.
NeilBrown
1
-0
/
+37
2024-03-01
nfsd: Fix NFSv3 atomicity bugs in nfsd_setattr()
Trond Myklebust
1
-2
/
+4
2023-10-30
Merge tag 'nfsd-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linux
Linus Torvalds
1
-2
/
+3
2023-10-18
nfsd: convert to new timestamp accessors
Jeff Layton
1
-2
/
+2
2023-10-16
nfsd: Clean up errors in nfs3proc.c
KaiLong Wang
1
-2
/
+3
2023-08-29
nfsd: handle failure to collect pre/post-op attrs more sanely
Jeff Layton
1
-1
/
+3
2023-06-11
NFSD: Hoist rq_vec preparation into nfsd_read()
Chuck Lever
1
-13
/
+1
2023-02-22
Merge tag 'nfsd-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linux
Linus Torvalds
1
-2
/
+3
2023-02-20
SUNRPC: Use per-CPU counters to tally server RPC counts
Chuck Lever
1
-2
/
+3
2023-01-18
fs: port vfs_*() helpers to struct mnt_idmap
Christian Brauner
1
-1
/
+1
2022-11-28
NFSD: Add an NFSD_FILE_GC flag to enable nfsd_file garbage collection
Chuck Lever
1
-2
/
+2
2022-11-28
NFSD: Pass the target nfsd_file to nfsd_commit()
Chuck Lever
1
-1
/
+9
2022-09-26
NFSD: Refactor common code out of dirlist helpers
Chuck Lever
1
-9
/
+1
2022-09-26
SUNRPC: Parametrize how much of argsize should be zeroed
Chuck Lever
1
-0
/
+22
2022-09-26
NFSD: Protect against send buffer overflow in NFSv3 READ
Chuck Lever
1
-2
/
+2
2022-09-26
NFSD: Protect against send buffer overflow in NFSv3 READDIR
Chuck Lever
1
-3
/
+4
2022-08-04
NFSD: use explicit lock/unlock for directory ops
NeilBrown
1
-2
/
+4
2022-08-04
NFSD: always drop directory lock in nfsd_unlink()
NeilBrown
1
-2
/
+0
2022-08-04
NFSD: change nfsd_create()/nfsd_symlink() to unlock directory before returning.
NeilBrown
1
-2
/
+0
2022-07-29
NFSD: set attributes when creating symlinks
NeilBrown
1
-1
/
+4
2022-07-29
NFSD: introduce struct nfsd_attrs
NeilBrown
1
-4
/
+16
2022-05-20
NFSD: Refactor NFSv3 CREATE
Chuck Lever
1
-6
/
+121
2022-05-20
NFSD: Clean up nfsd3_proc_create()
Chuck Lever
1
-14
/
+2
2022-02-09
Merge tag 'nfsd-5.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...
Linus Torvalds
1
-8
/
+11
2022-02-09
NFSD: COMMIT operations must not return NFS?ERR_INVAL
Chuck Lever
1
-6
/
+0
[next]