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