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
/
nfs3proc.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-03-22
NFSD: Reduce svc_rqst::rq_pages churn during READDIR operations
Chuck Lever
1
-0
/
+6
2021-03-22
NFSD: Update NFSv3 READDIR entry encoders to use struct xdr_stream
Chuck Lever
1
-14
/
+21
2021-03-22
NFSD: Update the NFSv3 READDIR3res encoder to use struct xdr_stream
Chuck Lever
1
-1
/
+2
2021-03-22
NFSD: Count bytes instead of pages in the NFSv3 READDIR encoder
Chuck Lever
1
-29
/
+2
2021-03-22
NFSD: Add a helper that encodes NFSv3 directory offset cookies
Chuck Lever
1
-22
/
+2
2021-03-22
NFSD: Update the NFSv3 READ3res encode to use struct xdr_stream
Chuck Lever
1
-0
/
+1
2021-03-22
NFSD: Update the NFSv3 READLINK3res encoder to use struct xdr_stream
Chuck Lever
1
-2
/
+3
2021-03-22
NFSD: Update the NFSv3 LOOKUP3res encoder to use struct xdr_stream
Chuck Lever
1
-1
/
+1
2021-03-22
NFSD: Update the GETATTR3res encoder to use struct xdr_stream
Chuck Lever
1
-1
/
+1
2021-01-25
NFSD: Add helper to set up the pages where the dirlist is encoded
Chuck Lever
1
-10
/
+19
2021-01-25
NFSD: Fix returned READDIR offset cookie
Chuck Lever
1
-3
/
+4
2021-01-25
NFSD: Update READLINK3arg decoder to use struct xdr_stream
Chuck Lever
1
-4
/
+5
2021-01-25
NFSD: Update READ3arg decoder to use struct xdr_stream
Chuck Lever
1
-5
/
+18
2021-01-25
NFSD: Update GETATTR3args decoder to use struct xdr_stream
Chuck Lever
1
-2
/
+1
2021-01-25
SUNRPC: Make trace_svc_process() display the RPC procedure symbolically
Chuck Lever
1
-0
/
+22
2020-11-30
NFSD: Add common helpers to decode void args and encode void results
Chuck Lever
1
-6
/
+4
2020-11-30
nfsd/nfs3: remove unused macro nfsd3_fhandleres
Alex Shi
1
-1
/
+0
2020-11-05
NFSD: MKNOD should return NFSERR_BADTYPE instead of NFSERR_INVAL
Chuck Lever
1
-5
/
+1
2020-10-12
NFSD: Hoist status code encoding into XDR encoder functions
Chuck Lever
1
-22
/
+22
2020-10-02
NFSD: Remove the RETURN_STATUS() macro
Chuck Lever
1
-121
/
+114
2020-10-02
NFSD: Encoder and decoder functions are always present
Chuck Lever
1
-0
/
+1
2020-01-22
nfsd: Ensure sampling of the write verifier is atomic with the write
Trond Myklebust
1
-1
/
+1
2020-01-22
nfsd: Ensure sampling of the commit verifier is atomic with the commit
Trond Myklebust
1
-1
/
+2
2019-09-23
nfsd: fix nfs read eof detection
Trond Myklebust
1
-7
/
+2
2019-04-05
nfsd/nfsd3_proc_readdir: fix buffer count and page pointers
Murphy Zhou
1
-2
/
+15
2019-03-08
nfsd: allow nfsv3 readdir request to be larger.
NeilBrown
1
-1
/
+1
2019-03-05
nfsd: fix memory corruption caused by readdir
NeilBrown
1
-2
/
+14
2018-08-09
NFSD: Handle full-length symlinks
Chuck Lever
1
-0
/
+2
2018-08-09
NFSD: Refactor the generic write vector fill helper
Chuck Lever
1
-1
/
+2
2018-04-03
NFSD: Clean up legacy NFS SYMLINK argument XDR decoders
Chuck Lever
1
-0
/
+10
2018-04-03
NFSD: Clean up legacy NFS WRITE argument XDR decoders
Chuck Lever
1
-2
/
+6
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
1
-0
/
+1
2017-05-15
sunrpc: mark all struct svc_version instances as const
Christoph Hellwig
1
-7
/
+7
2017-05-15
sunrpc: mark all struct svc_procinfo instances as const
Christoph Hellwig
1
-1
/
+1
2017-05-15
sunrpc: move pc_count out of struct svc_procinfo
Christoph Hellwig
1
-0
/
+2
2017-05-15
sunrpc: properly type pc_encode callbacks
Christoph Hellwig
1
-22
/
+22
2017-05-15
sunrpc: properly type pc_decode callbacks
Christoph Hellwig
1
-21
/
+21
2017-05-15
sunrpc: properly type pc_release callbacks
Christoph Hellwig
1
-18
/
+18
2017-05-15
sunrpc: properly type pc_func callbacks
Christoph Hellwig
1
-65
/
+86
2017-05-15
nfsd: remove the unused PROC() macro in nfs3proc.c
Christoph Hellwig
1
-12
/
+0
2017-01-31
NFSD: cleanup dead codes and values in nfsd_write
Kinglong Mee
1
-5
/
+3
2017-01-31
NFSD: pass an integer for stable type to nfsd_vfs_write
Kinglong Mee
1
-1
/
+1
2016-04-10
don't bother with ->d_inode->i_sb - it's always equal to ->d_sb
Al Viro
1
-2
/
+2
2016-03-23
nfsd: use short read as well as i_size to set eof
Benjamin Coddington
1
-3
/
+4
2015-04-15
VFS: normal filesystems (and lustre): d_inode() annotations
David Howells
1
-3
/
+3
2014-08-18
nfsd: allow turning off nfsv3 readdir_plus
Rajesh Ghanekar
1
-0
/
+8
2014-08-17
nfsd3: Check write permission after checking existence
Ross Lagerwall
1
-5
/
+0
2014-07-08
NFSD: Remove iattr parameter from nfsd_symlink()
Kinglong Mee
1
-2
/
+1
2014-07-08
nfsd: let nfsd_symlink assume null-terminated data
J. Bruce Fields
1
-1
/
+1
2014-06-23
NFSD: Using min/max/min_t/max_t for calculate
Kinglong Mee
1
-5
/
+1
[next]