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
/
nfs4xdr.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-03-19
nfsd: remove unsused "cp_consecutive" field
J. Bruce Fields
1
-2
/
+2
2018-02-08
NFSD: hide unused svcxdr_dupstr()
Arnd Bergmann
1
-3
/
+2
2018-02-08
nfsd: store stat times in fill_pre_wcc() instead of inode times
Amir Goldstein
1
-1
/
+1
2018-02-08
nfsd: return RESOURCE not GARBAGE_ARGS on too many ops
J. Bruce Fields
1
-2
/
+7
2017-09-05
nfsd: Incoming xdr_bufs may have content in tail buffer
Chuck Lever
1
-0
/
+20
2017-09-05
merge nfsd 4.13 bugfixes into nfsd for-4.14 branch
J. Bruce Fields
1
-4
/
+2
2017-08-24
nfsd: Const-ify NFSv4 encoding and decoding ops arrays
Chuck Lever
1
-2
/
+2
2017-08-24
nfsd4: individual encoders no longer see error cases
J. Bruce Fields
1
-206
/
+103
2017-08-24
nfsd4: skip encoder in trivial error cases
J. Bruce Fields
1
-0
/
+3
2017-08-24
nfsd4: define ->op_release for compound ops
J. Bruce Fields
1
-6
/
+3
2017-08-24
nfsd4: opdesc will be useful outside nfs4proc.c
J. Bruce Fields
1
-0
/
+1
2017-08-24
nfsd: Limit end of page list when decoding NFSv4 WRITE
Chuck Lever
1
-4
/
+2
2017-07-12
nfsd4: factor ctime into change attribute
J. Bruce Fields
1
-1
/
+1
2017-05-15
sunrpc: properly type pc_encode callbacks
Christoph Hellwig
1
-2
/
+3
2017-05-15
sunrpc: properly type pc_decode callbacks
Christoph Hellwig
1
-1
/
+3
2017-05-15
sunrpc: properly type pc_release callbacks
Christoph Hellwig
1
-3
/
+1
2017-05-10
nfsd: Fix up the "supattr_exclcreat" attributes
Trond Myklebust
1
-3
/
+8
2017-05-10
nfsd: encoders mustn't use unitialized values in error cases
J. Bruce Fields
1
-4
/
+4
2017-03-02
statx: Add a system call to make enhanced file info available
David Howells
1
-2
/
+2
2017-02-17
NFSD: Reserve adequate space for LOCKT operation
Kinglong Mee
1
-5
/
+5
2017-02-06
NFSDv4: use export cache flushtime for changeid on V4ROOT objects.
NeilBrown
1
-3
/
+7
2017-01-31
nfsd: opt in to labeled nfs per export
J. Bruce Fields
1
-1
/
+4
2017-01-31
nfsd: constify nfsd_suppatttrs
J. Bruce Fields
1
-1
/
+1
2017-01-31
NFSD: pass an integer for stable type to nfsd_vfs_write
Kinglong Mee
1
-1
/
+1
2017-01-12
nfsd: fix supported attributes for acl & labels
J. Bruce Fields
1
-1
/
+3
2016-12-17
Merge uncontroversial parts of branch 'readlink' of git://git.kernel.org/pub/...
Linus Torvalds
1
-4
/
+4
2016-12-15
nfsd: add support for the umask attribute
Andreas Gruenbacher
1
-5
/
+21
2016-12-09
vfs: replace calling i_op->readlink with vfs_readlink()
Miklos Szeredi
1
-4
/
+4
2016-11-01
nfsd: catch errors in decode_fattr earlier
J. Bruce Fields
1
-6
/
+9
2016-11-01
nfsd: clean up supported attribute handling
J. Bruce Fields
1
-14
/
+24
2016-10-07
NFSD: Implement the COPY call
Anna Schumaker
1
-2
/
+61
2016-09-23
nfsd: fix dprintk in nfsd4_encode_getdeviceinfo
Jeff Layton
1
-1
/
+1
2016-07-15
nfsd: allow nfsd to advertise multiple layout types
Jeff Layton
1
-16
/
+14
2016-07-13
nfsd: implement machine credential support for some operations
Andrew Elble
1
-28
/
+23
2016-03-23
nfsd: use short read as well as i_size to set eof
Benjamin Coddington
1
-4
/
+7
2016-03-01
nfsd: Update NFS server comments related to RDMA support
Chuck Lever
1
-1
/
+1
2016-03-01
nfsd4: fix bad bounds checking
J. Bruce Fields
1
-5
/
+8
2016-01-12
Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-4
/
+4
2016-01-09
nfsd: don't hold i_mutex over userspace upcalls
NeilBrown
1
-4
/
+4
2015-12-07
nfsd: implement the NFSv4.2 CLONE operation
Christoph Hellwig
1
-0
/
+21
2015-08-31
NFSD: Return word2 bitmask if setting security label in OPEN/CREATE
Kinglong Mee
1
-39
/
+56
2015-08-31
nfsd: SUPPATTR_EXCLCREAT must be encoded before SECURITY_LABEL.
Kinglong Mee
1
-6
/
+7
2015-08-31
nfsd: Fix an FS_LAYOUT_TYPES/LAYOUT_TYPES encode bug
Kinglong Mee
1
-14
/
+31
2015-08-31
NFSD: Store parent's stat in a separate value
Kinglong Mee
1
-3
/
+10
2015-07-20
nfsd: Drop BUG_ON and ignore SECLABEL on absent filesystem
Kinglong Mee
1
-5
/
+6
2015-06-22
nfsd: wrap too long lines in nfsd4_encode_read
Christoph Hellwig
1
-3
/
+6
2015-06-22
nfsd: fput rd_file from XDR encode context
Christoph Hellwig
1
-8
/
+14
2015-06-22
nfsd: take struct file setup fully into nfs4_preprocess_stateid_op
Christoph Hellwig
1
-18
/
+1
2015-06-19
nfsd: clean up raparams handling
Christoph Hellwig
1
-8
/
+16
2015-05-29
nfsd: Checking for acl support does not require fetching any acls
Andreas Gruenbacher
1
-15
/
+10
[next]