index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
nfsd
/
nfs4xdr.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-12-15
nfsd: filter readdir results in V4ROOT case
J. Bruce Fields
1
-3
/
+7
2009-12-15
nfsd: Move private headers to source directory
Boaz Harrosh
1
-1
/
+2
2009-12-15
nfsd: Source files #include cleanups
Boaz Harrosh
1
-11
/
+1
2009-11-13
nfsd: make fs/nfsd/vfs.h for common includes
J. Bruce Fields
1
-0
/
+1
2009-09-04
NFSd: Fix filehandle leak in exp_pseudoroot() and nfsd4_path()
Trond Myklebust
1
-5
/
+10
2009-09-02
nfsd41: replace page based DRC with buffer based DRC
Andy Adamson
1
-10
/
+7
2009-09-02
NFSD: Fix a bug in the NFSv4 'supported attrs' mandatory attribute
Trond Myklebust
1
-7
/
+0
2009-07-28
nfsd41: Use separate DRC for setclientid
Andy Adamson
1
-2
/
+1
2009-06-16
nfsd41: move channel attributes from nfsd4_session to a nfsd4_channel_attr st...
Alexandros Batsakis
1
-1
/
+1
2009-06-16
Merge commit 'v2.6.30' into for-2.6.31
J. Bruce Fields
1
-1
/
+15
2009-06-02
NFSv4: do exact check about attribute specified
Yu Zhiguo
1
-34
/
+12
2009-05-07
nfsd4: check for negative dentry before use in nfsv4 readdir
J. Bruce Fields
1
-1
/
+15
2009-05-03
nfsd: use C99 struct initializers
Randy Dunlap
1
-56
/
+56
2009-04-29
nfsd: support ext4 i_version
J. Bruce Fields
1
-21
/
+42
2009-04-29
nfsd4: delete obsolete xdr comments
J. Bruce Fields
1
-27
/
+0
2009-04-29
nfsd: eliminate ENCODE_HEAD macro
J. Bruce Fields
1
-24
/
+22
2009-04-04
nfsd41: CREATE_EXCLUSIVE4_1
Benny Halevy
1
-0
/
+17
2009-04-04
nfsd41: SUPPATTR_EXCLCREAT attribute
Benny Halevy
1
-1
/
+6
2009-04-04
nfsd41: support for 3-word long attribute bitmask
Andy Adamson
1
-12
/
+47
2009-04-04
nfsd41: pass writable attrs mask to nfsd4_decode_fattr
Benny Halevy
1
-6
/
+15
2009-04-04
nfsd41: clientid handling
Andy Adamson
1
-0
/
+9
2009-04-04
nfsd41: check encode size for sessions maxresponse cached
Andy Adamson
1
-0
/
+51
2009-04-04
nfsd41: stateid handling
Andy Adamson
1
-1
/
+1
2009-04-04
nfsd41: destroy_session operation
Benny Halevy
1
-2
/
+5
2009-04-04
nfsd41: non-page DRC for solo sequence responses
Andy Adamson
1
-2
/
+3
2009-04-04
nfsd41: create_session operation
Andy Adamson
1
-3
/
+145
2009-04-04
nfsd41: nfsd DRC logic
Andy Adamson
1
-0
/
+11
2009-04-04
nfsd41: sequence operation
Benny Halevy
1
-3
/
+30
2009-04-04
nfsd41: exchange_id operation
Andy Adamson
1
-4
/
+143
2009-04-04
nfsd41: xdr infrastructure
Andy Adamson
1
-0
/
+148
2009-03-19
nfsd4: support putpubfh operation
J. Bruce Fields
1
-1
/
+1
2009-03-19
NFSD: return nfsv4 error code nfserr_notsupp rather than nfsv[23]'s nfserr_op...
Benny Halevy
1
-1
/
+1
2009-03-17
NFSD: provide encode routine for OP_OPENATTR
Benny Halevy
1
-0
/
+1
2009-01-08
nfsd: delete wrong file comment from nfsd/nfs4xdr.c
Marc Eshel
1
-2
/
+0
2008-09-30
nfsd: nfs4xdr decode_stateid helper function
Benny Halevy
1
-44
/
+55
2008-09-30
nfsd: properly xdr-decode NFS4_OPEN_CLAIM_DELEGATE_CUR stateid
Benny Halevy
1
-1
/
+3
2008-09-30
nfsd: don't declare p in ENCODE_SEQID_OP_HEAD
Benny Halevy
1
-1
/
+1
2008-09-30
nfsd: nfs4xdr encode_stateid helper function
Benny Halevy
1
-44
/
+32
2008-09-30
nfsd: fix nfsd4_encode_open buffer space reservation
Benny Halevy
1
-1
/
+1
2008-09-30
nfsd: properly xdr-encode deleg stateid returned from open
Benny Halevy
1
-2
/
+6
2008-07-18
nfsd: nfs4xdr.c do-while is not a compound statement
Harvey Harrison
1
-2
/
+2
2008-07-18
nfsd: Use C99 initializers in fs/nfsd/nfs4xdr.c
J. Bruce Fields
1
-74
/
+74
2008-07-05
nfsd: tabulate nfs4 xdr encoding functions
Benny Halevy
1
-114
/
+91
2008-07-02
nfsd: nfs4 minorversion decoder vectors
Benny Halevy
1
-3
/
+14
2008-07-02
nfsd: unsupported nfs4 ops should fail with nfserr_opnotsupp
Benny Halevy
1
-0
/
+9
2008-07-02
nfsd: tabulate nfs4 xdr decoding functions
Benny Halevy
1
-105
/
+48
2008-07-02
nfsd: return nfserr_minor_vers_mismatch when compound minorversion != 0
Benny Halevy
1
-7
/
+3
2008-06-23
nfsd: make nfs4xdr WRITEMEM safe against zero count
Benny Halevy
1
-1
/
+1
2008-04-25
nfsd: don't allow setting ctime over v4
J. Bruce Fields
1
-14
/
+0
2008-04-24
nfsd: clarify readdir/mountpoint-crossing code
J. Bruce Fields
1
-3
/
+10
[next]