index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
nfsd
/
nfsproc.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
/
+33
*
nfsd: Pass 'cred' instead of 'rqstp' to some functions.
NeilBrown
2024-09-21
1
-4
/
+5
*
nfsd: Fix NFSv3 atomicity bugs in nfsd_setattr()
Trond Myklebust
2024-03-01
1
-3
/
+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
-3
/
+3
|
\
|
*
SUNRPC: Use per-CPU counters to tally server RPC counts
Chuck Lever
2023-02-20
1
-3
/
+3
*
|
Merge tag 'fs.idmapped.v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2023-02-20
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
fs: port ->setattr() to pass mnt_idmap
Christian Brauner
2023-01-19
1
-1
/
+1
*
|
NFSD: Use set_bit(RQ_DROPME)
Chuck Lever
2023-01-07
1
-2
/
+2
|
/
*
NFSD: Use only RQ_DROPME to signal the need to drop a reply
Chuck Lever
2022-12-10
1
-2
/
+2
*
nfsd: move nfserrno() to vfs.c
Jeff Layton
2022-11-28
1
-62
/
+0
*
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
/
+18
*
NFSD: drop fname and flen args from nfsd_create_locked()
NeilBrown
2022-09-26
1
-3
/
+2
*
NFSD: Protect against send buffer overflow in NFSv2 READ
Chuck Lever
2022-09-26
1
-0
/
+1
*
NFSD: Protect against send buffer overflow in NFSv2 READDIR
Chuck Lever
2022-09-26
1
-3
/
+2
*
NFSD: use explicit lock/unlock for directory ops
NeilBrown
2022-08-04
1
-3
/
+2
*
NFSD: set attributes when creating symlinks
NeilBrown
2022-07-30
1
-1
/
+4
*
NFSD: introduce struct nfsd_attrs
NeilBrown
2022-07-30
1
-4
/
+13
*
NFSD: prevent underflow in nfssvc_decode_writeargs()
Dan Carpenter
2022-03-15
1
-1
/
+1
*
Merge tag 'nfsd-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linux
Linus Torvalds
2022-01-16
1
-5
/
+3
|
\
|
*
nfsd: Retry once in nfsd_open on an -EOPENSTALE return
Jeff Layton
2022-01-08
1
-0
/
+1
|
*
nfsd: Add errno mapping for EREMOTEIO
Jeff Layton
2022-01-08
1
-0
/
+1
|
*
nfsd: map EBADF
Peng Tao
2022-01-08
1
-0
/
+1
|
*
NFSD: Fix zero-length NFSv3 WRITEs
Chuck Lever
2022-01-08
1
-5
/
+0
*
|
NFSD: Fix READDIR buffer overflow
Chuck Lever
2021-12-18
1
-4
/
+4
|
/
*
NFSD: Have legacy NFSD WRITE decoders use xdr_stream_subsegment()
Chuck Lever
2021-10-02
1
-2
/
+1
*
nfs: don't allow reexport reclaims
J. Bruce Fields
2021-08-26
1
-0
/
+1
*
Merge branch 'work.inode-type-fixes' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2021-04-27
1
-1
/
+1
|
\
|
*
new helper: inode_wrong_type()
Al Viro
2021-03-08
1
-1
/
+1
*
|
NFSD: Remove unused NFSv2 directory entry encoders
Chuck Lever
2021-03-22
1
-1
/
+1
*
|
NFSD: Update the NFSv2 READDIR entry encoder to use struct xdr_stream
Chuck Lever
2021-03-22
1
-7
/
+19
*
|
NFSD: Count bytes instead of pages in the NFSv2 READDIR encoder
Chuck Lever
2021-03-22
1
-4
/
+0
*
|
NFSD: Add a helper that encodes NFSv3 directory offset cookies
Chuck Lever
2021-03-22
1
-2
/
+1
*
|
NFSD: Update the NFSv2 READ result encoder to use struct xdr_stream
Chuck Lever
2021-03-22
1
-0
/
+1
*
|
NFSD: Update the NFSv2 READLINK result encoder to use struct xdr_stream
Chuck Lever
2021-03-22
1
-2
/
+3
*
|
NFSD: Update the NFSv2 attrstat encoder to use struct xdr_stream
Chuck Lever
2021-03-22
1
-3
/
+3
*
|
NFSD: Update the NFSv2 stat encoder to use struct xdr_stream
Chuck Lever
2021-03-22
1
-5
/
+5
|
/
*
Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2021-02-23
1
-1
/
+1
|
\
|
*
attr: handle idmapped mounts
Christian Brauner
2021-01-24
1
-1
/
+1
*
|
NFSD: Add helper to set up the pages where the dirlist is encoded
Chuck Lever
2021-01-25
1
-11
/
+18
*
|
NFSD: Update the NFSv2 READLINK argument decoder to use struct xdr_stream
Chuck Lever
2021-01-25
1
-4
/
+5
*
|
NFSD: Update the NFSv2 READ argument decoder to use struct xdr_stream
Chuck Lever
2021-01-25
1
-14
/
+18
*
|
NFSD: Update the NFSv2 GETATTR argument decoder to use struct xdr_stream
Chuck Lever
2021-01-25
1
-2
/
+2
*
|
SUNRPC: Make trace_svc_process() display the RPC procedure symbolically
Chuck Lever
2021-01-25
1
-0
/
+18
|
/
*
NFSD: Add common helpers to decode void args and encode void results
Chuck Lever
2020-11-30
1
-13
/
+12
*
NFSD: Hoist status code encoding into XDR encoder functions
Chuck Lever
2020-10-12
1
-56
/
+57
*
NFSD: Call NFSv2 encoders on error returns
Chuck Lever
2020-10-02
1
-84
/
+101
*
NFSD: Fix .pc_release method for NFSv2
Chuck Lever
2020-10-02
1
-7
/
+7
[next]