index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
nfsd
Age
Commit message (
Expand
)
Author
Files
Lines
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
3
-165
/
+30
2020-11-30
NFSD: Add tracepoints in nfsd4_decode/encode_compound()
Chuck Lever
2
-2
/
+79
2020-11-30
NFSD: Add tracepoints in nfsd_dispatch()
Chuck Lever
2
-12
/
+65
2020-11-30
NFSD: Add common helpers to decode void args and encode void results
Chuck Lever
13
-86
/
+64
2020-11-30
SUNRPC: Prepare for xdr_stream-style decoding on the server-side
Chuck Lever
1
-0
/
+2
2020-11-30
SUNRPC: Add xdr_set_scratch_page() and xdr_reset_scratch_buffer()
Chuck Lever
1
-1
/
+1
2020-11-30
nfsd: Fix error return code in nfsd_file_cache_init()
Huang Guobin
1
-0
/
+1
2020-11-30
NFSD: Add SPDX header for fs/nfsd/trace.c
Chuck Lever
1
-0
/
+1
2020-11-30
NFSD: Remove extra "0x" in tracepoint format specifier
Chuck Lever
1
-4
/
+4
2020-11-30
NFSD: Clean up the show_nf_may macro
Chuck Lever
1
-14
/
+26
2020-11-30
nfsd/nfs3: remove unused macro nfsd3_fhandleres
Alex Shi
1
-1
/
+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
3
-12
/
+42
2020-11-30
SUNRPC: Rename svc_encode_read_payload()
Chuck Lever
1
-1
/
+1
2020-11-05
NFSD: fix missing refcount in nfsd4_copy by nfsd4_do_async_copy
Dai Ngo
1
-0
/
+1
2020-11-05
NFSD: Fix use-after-free warning when doing inter-server copy
Dai Ngo
1
-1
/
+1
2020-11-05
NFSD: MKNOD should return NFSERR_BADTYPE instead of NFSERR_INVAL
Chuck Lever
1
-5
/
+1
2020-11-05
NFSD: NFSv3 PATHCONF Reply is improperly formed
Chuck Lever
1
-0
/
+1
2020-10-22
Merge tag 'nfsd-5.10' of git://linux-nfs.org/~bfields/linux
Linus Torvalds
22
-1113
/
+783
2020-10-21
NFSv4.2: Fix NFS4ERR_STALE error when doing inter server copy
Dai Ngo
2
-2
/
+3
2020-10-16
nfsd: remove unneeded break
Tom Rix
1
-1
/
+0
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
2
-3
/
+105
2020-10-12
NFSD: Hoist status code encoding into XDR encoder functions
Chuck Lever
10
-120
/
+145
2020-10-02
NFSD: Map nfserr_wrongsec outside of nfsd_dispatch
Chuck Lever
2
-3
/
+1
2020-10-02
NFSD: Remove the RETURN_STATUS() macro
Chuck Lever
2
-138
/
+130
2020-10-02
NFSD: Call NFSv2 encoders on error returns
Chuck Lever
5
-122
/
+171
2020-10-02
NFSD: Fix .pc_release method for NFSv2
Chuck Lever
3
-11
/
+26
2020-10-02
NFSD: Remove vestigial typedefs
Chuck Lever
1
-3
/
+0
2020-10-02
NFSD: Refactor nfsd_dispatch() error paths
Chuck Lever
1
-25
/
+35
2020-10-02
NFSD: Clean up nfsd_dispatch() variables
Chuck Lever
1
-8
/
+7
2020-10-02
NFSD: Clean up stale comments in nfsd_dispatch()
Chuck Lever
1
-10
/
+16
2020-10-02
NFSD: Clean up switch statement in nfsd_dispatch()
Chuck Lever
1
-4
/
+4
2020-10-02
NFSD: Encoder and decoder functions are always present
Chuck Lever
9
-3
/
+25
2020-10-02
NFSACL: Replace PROC() macro with open code
Chuck Lever
2
-43
/
+78
2020-10-02
NFSD: Add missing NFSv2 .pc_func methods
Chuck Lever
1
-0
/
+16
2020-09-25
nfsd: rq_lease_breaker cleanup
J. Bruce Fields
2
-2
/
+2
2020-09-25
nfsd4: remove check_conflicting_opens warning
J. Bruce Fields
1
-1
/
+0
2020-09-25
nfsd: Cache R, RW, and W opens separately
J. Bruce Fields
1
-1
/
+1
2020-09-25
silence nfscache allocation warnings with kvzalloc
Rik van Riel
1
-8
/
+4
2020-09-25
nfsd: fix comparison to bool warning
Zheng Bin
1
-1
/
+1
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
NFSD: Correct type annotations in user xattr helpers
Chuck Lever
1
-2
/
+4
2020-09-25
SUNRPC/NFSD: Implement xdr_reserve_space_vec()
Anna Schumaker
1
-25
/
+3
2020-09-25
nfsd: rename delegation related tracepoints to make them less confusing
Hou Tao
2
-4
/
+4
2020-09-25
nfsd: Remove unnecessary assignment in nfs4xdr.c
Alex Dewar
1
-1
/
+1
[prev]
[next]