index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
nfsd
/
nfsproc.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
nfs: don't allow reexport reclaims
J. Bruce Fields
2021-08-26
1
-0
/
+1
*
Merge branch 'work.inode-type-fixes' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2021-04-27
1
-1
/
+1
|
\
|
*
new helper: inode_wrong_type()
Al Viro
2021-03-08
1
-1
/
+1
*
|
NFSD: Remove unused NFSv2 directory entry encoders
Chuck Lever
2021-03-22
1
-1
/
+1
*
|
NFSD: Update the NFSv2 READDIR entry encoder to use struct xdr_stream
Chuck Lever
2021-03-22
1
-7
/
+19
*
|
NFSD: Count bytes instead of pages in the NFSv2 READDIR encoder
Chuck Lever
2021-03-22
1
-4
/
+0
*
|
NFSD: Add a helper that encodes NFSv3 directory offset cookies
Chuck Lever
2021-03-22
1
-2
/
+1
*
|
NFSD: Update the NFSv2 READ result encoder to use struct xdr_stream
Chuck Lever
2021-03-22
1
-0
/
+1
*
|
NFSD: Update the NFSv2 READLINK result encoder to use struct xdr_stream
Chuck Lever
2021-03-22
1
-2
/
+3
*
|
NFSD: Update the NFSv2 attrstat encoder to use struct xdr_stream
Chuck Lever
2021-03-22
1
-3
/
+3
*
|
NFSD: Update the NFSv2 stat encoder to use struct xdr_stream
Chuck Lever
2021-03-22
1
-5
/
+5
|
/
*
Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2021-02-23
1
-1
/
+1
|
\
|
*
attr: handle idmapped mounts
Christian Brauner
2021-01-24
1
-1
/
+1
*
|
NFSD: Add helper to set up the pages where the dirlist is encoded
Chuck Lever
2021-01-25
1
-11
/
+18
*
|
NFSD: Update the NFSv2 READLINK argument decoder to use struct xdr_stream
Chuck Lever
2021-01-25
1
-4
/
+5
*
|
NFSD: Update the NFSv2 READ argument decoder to use struct xdr_stream
Chuck Lever
2021-01-25
1
-14
/
+18
*
|
NFSD: Update the NFSv2 GETATTR argument decoder to use struct xdr_stream
Chuck Lever
2021-01-25
1
-2
/
+2
*
|
SUNRPC: Make trace_svc_process() display the RPC procedure symbolically
Chuck Lever
2021-01-25
1
-0
/
+18
|
/
*
NFSD: Add common helpers to decode void args and encode void results
Chuck Lever
2020-11-30
1
-13
/
+12
*
NFSD: Hoist status code encoding into XDR encoder functions
Chuck Lever
2020-10-12
1
-56
/
+57
*
NFSD: Call NFSv2 encoders on error returns
Chuck Lever
2020-10-02
1
-84
/
+101
*
NFSD: Fix .pc_release method for NFSv2
Chuck Lever
2020-10-02
1
-7
/
+7
*
NFSD: Remove vestigial typedefs
Chuck Lever
2020-10-02
1
-3
/
+0
*
NFSD: Add missing NFSv2 .pc_func methods
Chuck Lever
2020-10-02
1
-0
/
+16
*
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
2020-08-23
1
-1
/
+1
*
nfsd: Ensure sampling of the write verifier is atomic with the write
Trond Myklebust
2020-01-22
1
-1
/
+1
*
nfsd: use time64_t in nfsd_proc_setattr() check
Arnd Bergmann
2019-12-19
1
-1
/
+1
*
nfsd: pass a 64-bit guardtime to nfsd_setattr()
Arnd Bergmann
2019-12-19
1
-2
/
+2
*
nfsd: fix nfs read eof detection
Trond Myklebust
2019-09-23
1
-1
/
+3
*
NFSD: Handle full-length symlinks
Chuck Lever
2018-08-09
1
-0
/
+2
*
NFSD: Refactor the generic write vector fill helper
Chuck Lever
2018-08-09
1
-1
/
+2
*
NFSD: Clean up legacy NFS SYMLINK argument XDR decoders
Chuck Lever
2018-04-03
1
-6
/
+8
*
NFSD: Clean up legacy NFS WRITE argument XDR decoders
Chuck Lever
2018-04-03
1
-2
/
+7
*
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-11-02
1
-0
/
+1
*
sunrpc: mark all struct svc_version instances as const
Christoph Hellwig
2017-05-15
1
-7
/
+7
*
sunrpc: mark all struct svc_procinfo instances as const
Christoph Hellwig
2017-05-15
1
-1
/
+1
*
sunrpc: move pc_count out of struct svc_procinfo
Christoph Hellwig
2017-05-15
1
-0
/
+2
*
sunrpc: properly type pc_encode callbacks
Christoph Hellwig
2017-05-15
1
-18
/
+18
*
sunrpc: properly type pc_decode callbacks
Christoph Hellwig
2017-05-15
1
-18
/
+18
*
sunrpc: properly type pc_release callbacks
Christoph Hellwig
2017-05-15
1
-7
/
+7
*
sunrpc: properly type pc_func callbacks
Christoph Hellwig
2017-05-15
1
-47
/
+57
*
nfsd: map the ENOKEY to nfserr_perm for avoiding warning
Kinglong Mee
2017-03-10
1
-0
/
+1
*
NFSD: cleanup dead codes and values in nfsd_write
Kinglong Mee
2017-01-31
1
-5
/
+2
*
NFSD: pass an integer for stable type to nfsd_vfs_write
Kinglong Mee
2017-01-31
1
-2
/
+1
*
Merge tag 'nfsd-4.9' of git://linux-nfs.org/~bfields/linux
Linus Torvalds
2016-10-13
1
-1
/
+2
|
\
|
*
nfsd: handle EUCLEAN
J. Bruce Fields
2016-10-07
1
-0
/
+1
|
*
nfsd: only WARN once on unmapped errors
J. Bruce Fields
2016-10-07
1
-1
/
+1
*
|
fs: Give dentry to inode_change_ok() instead of inode
Jan Kara
2016-09-22
1
-5
/
+3
|
/
*
nfsd: reorganize nfsd_create
J. Bruce Fields
2016-08-04
1
-2
/
+2
*
nfsd: remove redundant zero-length check from create
J. Bruce Fields
2016-08-04
1
-3
/
+0
[next]