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
/
nfs
/
nfs42xdr.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
NFSv4.2: Rework scratch handling for READ_PLUS (again)
Anna Schumaker
2023-08-23
1
-1
/
+1
*
NFSv4.2: Fix READ_PLUS size calculations
Anna Schumaker
2023-08-23
1
-3
/
+9
*
NFSv4.2: Fix READ_PLUS smatch warnings
Anna Schumaker
2023-08-23
1
-2
/
+1
*
NFSv4.2: SETXATTR should update ctime
Anna Schumaker
2023-06-19
1
-3
/
+8
*
NFSv4.2: Clean up xattr size macros
Anna Schumaker
2023-06-19
1
-49
/
+47
*
NFSv4.2: Clean up nfs4_xdr_dec_*xattr() functions
Anna Schumaker
2023-06-19
1
-2
/
+12
*
NFSv4.2: Clean up: Move nfs4_xdr_enc_*xattr() functions
Anna Schumaker
2023-06-19
1
-71
/
+83
*
NFSv4.2: Clean up: move decode_*xattr() functions
Anna Schumaker
2023-06-19
1
-164
/
+162
*
NFSv4.2: Clean up: Move the encode_copy_commit() function
Anna Schumaker
2023-06-19
1
-12
/
+12
*
NFSv4.2: Rework scratch handling for READ_PLUS
Anna Schumaker
2023-04-28
1
-2
/
+2
*
NFSv4.2: Fix up READ_PLUS alignment
Anna Schumaker
2022-12-06
1
-3
/
+4
*
NFSv4.2: Set the correct size scratch buffer for decoding READ_PLUS
Anna Schumaker
2022-12-06
1
-1
/
+1
*
NFSv4.2: Add special handling for LISTXATTR receiving NFS4ERR_NOXATTR
Anna Schumaker
2022-10-05
1
-0
/
+8
*
NFS: Replace the READ_PLUS decoding code
Anna Schumaker
2022-07-23
1
-82
/
+88
*
NFSv42: Don't fail clone() unless the OP_CLONE operation failed
Trond Myklebust
2021-11-17
1
-2
/
+1
*
Merge tag 'nfs-for-5.11-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
Linus Torvalds
2020-12-17
1
-33
/
+68
|
\
|
*
NFSv4.2: Deal with potential READ_PLUS data extent buffer overflow
Trond Myklebust
2020-12-14
1
-2
/
+7
|
*
NFSv4.2: Don't error when exiting early on a READ_PLUS buffer overflow
Trond Myklebust
2020-12-14
1
-19
/
+17
|
*
NFSv4.2: Handle hole lengths that exceed the READ_PLUS read buffer
Trond Myklebust
2020-12-14
1
-0
/
+6
|
*
NFSv4.2: decode_read_plus_hole() needs to check the extent offset
Trond Myklebust
2020-12-14
1
-3
/
+21
|
*
NFSv4.2: decode_read_plus_data() must skip padding after data segment
Trond Myklebust
2020-12-14
1
-1
/
+3
|
*
NFSv4.2: Ensure we always reset the result->count in decode_read_plus()
Trond Myklebust
2020-12-14
1
-0
/
+1
|
*
NFSv4.2: improve page handling for GETXATTR
Frank van der Linden
2020-12-14
1
-5
/
+8
|
*
NFSv4.2: Fix up the get/listxattr calls to rpc_prepare_reply_pages()
Trond Myklebust
2020-12-10
1
-5
/
+7
|
*
NFS: Fix rpcrdma_inline_fixup() crash with new LISTXATTRS operation
Chuck Lever
2020-12-02
1
-1
/
+0
*
|
Merge tag 'nfsd-5.11' of git://git.linux-nfs.org/projects/cel/cel-2.6
Linus Torvalds
2020-12-15
1
-1
/
+1
|
\
\
|
*
|
SUNRPC: Add xdr_set_scratch_page() and xdr_reset_scratch_buffer()
Chuck Lever
2020-11-30
1
-1
/
+1
|
|
/
*
/
NFS: Fix rpcrdma_inline_fixup() crash with new LISTXATTRS operation
Chuck Lever
2020-12-10
1
-1
/
+0
|
/
*
NFS: Fix listxattr receive buffer size
Chuck Lever
2020-11-12
1
-2
/
+2
*
NFS: Decode a full READ_PLUS reply
Anna Schumaker
2020-10-07
1
-17
/
+19
*
NFS: Add READ_PLUS hole segment decoding
Anna Schumaker
2020-10-07
1
-1
/
+25
*
NFS: Add READ_PLUS data segment support
Anna Schumaker
2020-10-07
1
-0
/
+141
*
NFSv4.2: add client side XDR handling for extended attributes
Frank van der Linden
2020-07-13
1
-2
/
+366
*
NFSv4.2: define limits and sizes for user xattr handling
Frank van der Linden
2020-07-13
1
-0
/
+74
*
NFS: add ca_source_server<> to COPY
Olga Kornievskaia
2019-10-09
1
-2
/
+10
*
NFS: add COPY_NOTIFY operation
Olga Kornievskaia
2019-10-09
1
-0
/
+178
*
NFSv4.2: Add client support for the generic 'layouterror' RPC call
Trond Myklebust
2019-03-01
1
-0
/
+99
*
NFS: Add missing encode / decode sequence_maxsz to v4.2 operations
Anna Schumaker
2019-03-01
1
-0
/
+10
*
NFS: Remove print_overflow_msg()
Chuck Lever
2019-02-13
1
-16
/
+5
*
NFS add support for asynchronous COPY
Olga Kornievskaia
2018-08-09
1
-3
/
+5
*
NFS COPY xdr handle async reply
Olga Kornievskaia
2018-08-09
1
-10
/
+12
*
NFS OFFLOAD_CANCEL xdr
Olga Kornievskaia
2018-08-09
1
-0
/
+68
*
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-11-02
1
-0
/
+1
*
nfs: fix decoder callback prototypes
Christoph Hellwig
2017-05-15
1
-6
/
+12
*
nfs: fix encoder callback prototypes
Christoph Hellwig
2017-05-15
1
-14
/
+20
*
NFS append COMMIT after synchronous COPY
Olga Kornievskaia
2017-05-08
1
-2
/
+20
*
pNFS/flexfiles: Minor refactoring before adding iostats to layoutreturn
Trond Myklebust
2016-12-03
1
-2
/
+3
*
NFSv4.2: Fix warning "variable ‘stateids’ set but not used"
Trond Myklebust
2016-07-24
1
-2
/
+10
*
NFS: Add COPY nfs operation
Anna Schumaker
2016-05-17
1
-0
/
+146
*
nfs42: add CLONE xdr functions
Peng Tao
2015-10-15
1
-1
/
+96
[next]