index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
nfsd
/
nfs3proc.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
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-29
1
-1
/
+4
*
NFSD: introduce struct nfsd_attrs
NeilBrown
2022-07-29
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
*
NFSD: Hoist status code encoding into XDR encoder functions
Chuck Lever
2020-10-12
1
-22
/
+22
*
NFSD: Remove the RETURN_STATUS() macro
Chuck Lever
2020-10-02
1
-121
/
+114
*
NFSD: Encoder and decoder functions are always present
Chuck Lever
2020-10-02
1
-0
/
+1
*
nfsd: Ensure sampling of the write verifier is atomic with the write
Trond Myklebust
2020-01-22
1
-1
/
+1
*
nfsd: Ensure sampling of the commit verifier is atomic with the commit
Trond Myklebust
2020-01-22
1
-1
/
+2
*
nfsd: fix nfs read eof detection
Trond Myklebust
2019-09-23
1
-7
/
+2
*
nfsd/nfsd3_proc_readdir: fix buffer count and page pointers
Murphy Zhou
2019-04-05
1
-2
/
+15
*
nfsd: allow nfsv3 readdir request to be larger.
NeilBrown
2019-03-08
1
-1
/
+1
*
nfsd: fix memory corruption caused by readdir
NeilBrown
2019-03-05
1
-2
/
+14
*
NFSD: Handle full-length symlinks
Chuck Lever
2018-08-09
1
-0
/
+2
*
NFSD: Refactor the generic write vector fill helper
Chuck Lever
2018-08-09
1
-1
/
+2
*
NFSD: Clean up legacy NFS SYMLINK argument XDR decoders
Chuck Lever
2018-04-03
1
-0
/
+10
*
NFSD: Clean up legacy NFS WRITE argument XDR decoders
Chuck Lever
2018-04-03
1
-2
/
+6
[next]