index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
nfsd
/
nfs4xdr.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-11-30
NFSD: Replace READ* macros in nfsd4_decode_close()
Chuck Lever
1
-7
/
+16
2020-11-30
NFSD: Replace READ* macros in nfsd4_decode_access()
Chuck Lever
1
-11
/
+13
2020-11-30
NFSD: Replace the internals of the READ_BUF() macro
Chuck Lever
1
-155
/
+26
2020-11-30
NFSD: Add tracepoints in nfsd4_decode/encode_compound()
Chuck Lever
1
-2
/
+11
2020-11-30
NFSD: Add common helpers to decode void args and encode void results
Chuck Lever
1
-12
/
+0
2020-11-30
NFSD: A semicolon is not needed after a switch statement.
Tom Rix
1
-1
/
+1
2020-11-30
NFSD: Invoke svc_encode_result_payload() in "read" NFSD encoders
Chuck Lever
1
-12
/
+29
2020-11-30
SUNRPC: Rename svc_encode_read_payload()
Chuck Lever
1
-1
/
+1
2020-10-12
NFSD: Encode a full READ_PLUS reply
Anna Schumaker
1
-24
/
+25
2020-10-12
NFSD: Return both a hole and a data segment
Anna Schumaker
1
-16
/
+40
2020-10-12
NFSD: Add READ_PLUS hole segment encoding
Anna Schumaker
1
-1
/
+38
2020-10-12
NFSD: Add READ_PLUS data support
Anna Schumaker
1
-3
/
+84
2020-10-12
NFSD: Hoist status code encoding into XDR encoder functions
Chuck Lever
1
-3
/
+2
2020-10-02
NFSD: Encoder and decoder functions are always present
Chuck Lever
1
-0
/
+6
2020-09-25
NFSD: Correct type annotations in COPY XDR functions
Chuck Lever
1
-1
/
+1
2020-09-25
NFSD: Correct type annotations in user xattr XDR functions
Chuck Lever
1
-4
/
+4
2020-09-25
SUNRPC/NFSD: Implement xdr_reserve_space_vec()
Anna Schumaker
1
-25
/
+3
2020-09-25
nfsd: Remove unnecessary assignment in nfs4xdr.c
Alex Dewar
1
-1
/
+1
2020-09-25
nfsd: Fix typo in comment
Alex Dewar
1
-1
/
+1
2020-07-13
nfsd: add fattr support for user extended attributes
Frank van der Linden
1
-0
/
+9
2020-07-13
nfsd: implement the xattr functions and en/decode logic
Frank van der Linden
1
-0
/
+450
2020-07-13
nfsd: split off the write decode code into a separate function
Frank van der Linden
1
-30
/
+42
2020-03-16
NFSD: Clean up nfsd4_encode_readv
Chuck Lever
1
-5
/
+4
2020-03-16
nfsd: Fix NFSv4 READ on RDMA when using readv
Chuck Lever
1
-9
/
+11
2020-03-16
nfsd: set the server_scope during service startup
Scott Mayhew
1
-4
/
+5
2019-12-19
nfsd: use timespec64 in encode_time_delta
Arnd Bergmann
1
-2
/
+2
2019-12-19
nfsd: remove unnecessary assertion in nfsd4_encode_replay
Aditya Pakki
1
-2
/
+0
2019-12-09
NFSD COPY_NOTIFY xdr
Olga Kornievskaia
1
-2
/
+88
2019-12-09
NFSD add ca_source_server<> to COPY
Olga Kornievskaia
1
-1
/
+64
2019-12-07
Merge tag 'nfsd-5.5' of git://linux-nfs.org/~bfields/linux
Linus Torvalds
1
-2
/
+0
2019-11-15
new helper: lookup_positive_unlocked()
Al Viro
1
-10
/
+1
2019-10-08
nfsd: remove set but not used variable 'len'
YueHaibing
1
-2
/
+0
2019-09-23
nfsd: fix nfs read eof detection
Trond Myklebust
1
-8
/
+3
2019-08-28
nfsd: eliminate an unnecessary acl size limit
J. Bruce Fields
1
-1
/
+13
2019-08-19
nfsd: Fix the documentation for svcxdr_tmpalloc()
Trond Myklebust
1
-3
/
+3
2019-08-19
nfsd: Fix up some unused variable warnings
Trond Myklebust
1
-7
/
+4
2019-08-19
nfsd: hook up nfs4_preprocess_stateid_op to the nfsd_file cache
Jeff Layton
1
-8
/
+6
2019-07-03
nfsd: decode implementation id
J. Bruce Fields
1
-12
/
+9
2019-07-03
nfsd4: remove outdated nfsd4_decode_time comment
J. Bruce Fields
1
-4
/
+0
2019-07-03
nfsd: use 64-bit seconds fields in nfsd v4 code
J. Bruce Fields
1
-9
/
+4
2019-04-24
nfsd: knfsd must use the container user namespace
Trond Myklebust
1
-2
/
+3
2019-04-24
nfsd: avoid uninitialized variable warning
Arnd Bergmann
1
-0
/
+4
2018-09-25
NFSD introduce async copy feature
Olga Kornievskaia
1
-4
/
+17
2018-09-25
NFSD OFFLOAD_CANCEL xdr
Olga Kornievskaia
1
-1
/
+1
2018-09-25
NFSD OFFLOAD_STATUS xdr
Olga Kornievskaia
1
-2
/
+25
2018-08-09
fs/nfsd: Delete invalid assignment statements in nfsd4_decode_exchange_id
nixiaoming
1
-3
/
+1
2018-06-17
nfsd4: support change_attr_type attribute
J. Bruce Fields
1
-0
/
+10
2018-06-17
nfsd: fix NFSv4 time_delta attribute
J. Bruce Fields
1
-3
/
+26
2018-06-15
Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
1
-2
/
+5
2018-06-08
nfsd: fix potential use-after-free in nfsd4_decode_getdeviceinfo
Scott Mayhew
1
-0
/
+2
[prev]
[next]