index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
nfsd
/
nfs3proc.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
nfsd: move error choice for incorrect object types to version-specific code.
NeilBrown
2024-09-21
1
-0
/
+7
*
nfsd: Move error code mapping to per-version proc code.
NeilBrown
2024-09-21
1
-0
/
+37
*
nfsd: Fix NFSv3 atomicity bugs in nfsd_setattr()
Trond Myklebust
2024-03-01
1
-2
/
+4
*
Merge tag 'nfsd-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linux
Linus Torvalds
2023-10-30
1
-2
/
+3
|
\
|
*
nfsd: Clean up errors in nfs3proc.c
KaiLong Wang
2023-10-16
1
-2
/
+3
*
|
nfsd: convert to new timestamp accessors
Jeff Layton
2023-10-18
1
-2
/
+2
|
/
*
nfsd: handle failure to collect pre/post-op attrs more sanely
Jeff Layton
2023-08-29
1
-1
/
+3
*
NFSD: Hoist rq_vec preparation into nfsd_read()
Chuck Lever
2023-06-11
1
-13
/
+1
*
Merge tag 'nfsd-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linux
Linus Torvalds
2023-02-22
1
-2
/
+3
|
\
|
*
SUNRPC: Use per-CPU counters to tally server RPC counts
Chuck Lever
2023-02-20
1
-2
/
+3
*
|
fs: port vfs_*() helpers to struct mnt_idmap
Christian Brauner
2023-01-18
1
-1
/
+1
|
/
*
NFSD: Add an NFSD_FILE_GC flag to enable nfsd_file garbage collection
Chuck Lever
2022-11-28
1
-2
/
+2
*
NFSD: Pass the target nfsd_file to nfsd_commit()
Chuck Lever
2022-11-28
1
-1
/
+9
*
NFSD: Refactor common code out of dirlist helpers
Chuck Lever
2022-09-26
1
-9
/
+1
*
SUNRPC: Parametrize how much of argsize should be zeroed
Chuck Lever
2022-09-26
1
-0
/
+22
*
NFSD: Protect against send buffer overflow in NFSv3 READ
Chuck Lever
2022-09-26
1
-2
/
+2
*
NFSD: Protect against send buffer overflow in NFSv3 READDIR
Chuck Lever
2022-09-26
1
-3
/
+4
*
NFSD: use explicit lock/unlock for directory ops
NeilBrown
2022-08-04
1
-2
/
+4
*
NFSD: always drop directory lock in nfsd_unlink()
NeilBrown
2022-08-04
1
-2
/
+0
*
NFSD: change nfsd_create()/nfsd_symlink() to unlock directory before returning.
NeilBrown
2022-08-04
1
-2
/
+0
*
NFSD: set attributes when creating symlinks
NeilBrown
2022-07-30
1
-1
/
+4
*
NFSD: introduce struct nfsd_attrs
NeilBrown
2022-07-30
1
-4
/
+16
*
NFSD: Refactor NFSv3 CREATE
Chuck Lever
2022-05-20
1
-6
/
+121
*
NFSD: Clean up nfsd3_proc_create()
Chuck Lever
2022-05-20
1
-14
/
+2
*
Merge tag 'nfsd-5.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...
Linus Torvalds
2022-02-09
1
-8
/
+11
|
\
|
*
NFSD: COMMIT operations must not return NFS?ERR_INVAL
Chuck Lever
2022-02-09
1
-6
/
+0
|
*
NFSD: Clamp WRITE offsets
Chuck Lever
2022-02-09
1
-0
/
+5
|
*
NFSD: Fix the behavior of READ near OFFSET_MAX
Chuck Lever
2022-02-09
1
-2
/
+6
*
|
Merge tag 'nfsd-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linux
Linus Torvalds
2022-01-16
1
-5
/
+1
|
\
|
|
*
NFSD: Fix zero-length NFSv3 WRITEs
Chuck Lever
2022-01-08
1
-5
/
+1
*
|
NFSD: Fix READDIR buffer overflow
Chuck Lever
2021-12-18
1
-7
/
+4
|
/
*
NFSD: Have legacy NFSD WRITE decoders use xdr_stream_subsegment()
Chuck Lever
2021-10-02
1
-2
/
+1
*
NFSD: Reduce svc_rqst::rq_pages churn during READDIR operations
Chuck Lever
2021-03-22
1
-0
/
+6
*
NFSD: Update NFSv3 READDIR entry encoders to use struct xdr_stream
Chuck Lever
2021-03-22
1
-14
/
+21
*
NFSD: Update the NFSv3 READDIR3res encoder to use struct xdr_stream
Chuck Lever
2021-03-22
1
-1
/
+2
*
NFSD: Count bytes instead of pages in the NFSv3 READDIR encoder
Chuck Lever
2021-03-22
1
-29
/
+2
*
NFSD: Add a helper that encodes NFSv3 directory offset cookies
Chuck Lever
2021-03-22
1
-22
/
+2
*
NFSD: Update the NFSv3 READ3res encode to use struct xdr_stream
Chuck Lever
2021-03-22
1
-0
/
+1
*
NFSD: Update the NFSv3 READLINK3res encoder to use struct xdr_stream
Chuck Lever
2021-03-22
1
-2
/
+3
*
NFSD: Update the NFSv3 LOOKUP3res encoder to use struct xdr_stream
Chuck Lever
2021-03-22
1
-1
/
+1
*
NFSD: Update the GETATTR3res encoder to use struct xdr_stream
Chuck Lever
2021-03-22
1
-1
/
+1
*
NFSD: Add helper to set up the pages where the dirlist is encoded
Chuck Lever
2021-01-25
1
-10
/
+19
*
NFSD: Fix returned READDIR offset cookie
Chuck Lever
2021-01-25
1
-3
/
+4
*
NFSD: Update READLINK3arg decoder to use struct xdr_stream
Chuck Lever
2021-01-25
1
-4
/
+5
*
NFSD: Update READ3arg decoder to use struct xdr_stream
Chuck Lever
2021-01-25
1
-5
/
+18
*
NFSD: Update GETATTR3args decoder to use struct xdr_stream
Chuck Lever
2021-01-25
1
-2
/
+1
*
SUNRPC: Make trace_svc_process() display the RPC procedure symbolically
Chuck Lever
2021-01-25
1
-0
/
+22
*
NFSD: Add common helpers to decode void args and encode void results
Chuck Lever
2020-11-30
1
-6
/
+4
*
nfsd/nfs3: remove unused macro nfsd3_fhandleres
Alex Shi
2020-11-30
1
-1
/
+0
*
NFSD: MKNOD should return NFSERR_BADTYPE instead of NFSERR_INVAL
Chuck Lever
2020-11-05
1
-5
/
+1
[next]