aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfsd/nfs4xdr.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-10-01nfsd4: adjust buflen for encoded attrs bitmap based on actual bitmap lengthBenny Halevy1-6/+12
2010-08-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds1-1/+5
2010-08-09pass a struct path to vfs_statfsChristoph Hellwig1-1/+5
2010-07-30nfsd: minor nfsd read api cleanupJ. Bruce Fields1-1/+1
2010-06-22nfsd4; fix session reference count leakJ. Bruce Fields1-0/+1
2010-05-13nfsd4: implement reclaim_completeJ. Bruce Fields1-1/+11
2010-05-13nfsd4: keep a reference count on client while in useBenny Halevy1-1/+2
2010-05-04Merge commit 'v2.6.34-rc6'J. Bruce Fields1-5/+6
2010-05-04nfsd4: use local variable in nfs4svc_encode_compoundresBenny Halevy1-2/+2
2010-05-03nfsd4: fix unlikely race in session replay caseJ. Bruce Fields1-4/+6
2010-04-26nfsd4: bug in read_bufNeil Brown1-4/+4
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-09Merge commit 'v2.6.34-rc1' into for-2.6.35-incomingJ. Bruce Fields1-3/+9
2010-03-08Merge branch 'for-next' into for-linusJiri Kosina1-1/+1
2010-03-06nfsd4: simplify references to nfsd4 lease timeJ. Bruce Fields1-1/+1
2010-03-06Merge branch 'for-2.6.34' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-1/+1
2010-03-03fix NFS4 handling of mountpoint statAl Viro1-3/+9
2010-02-09tree-wide: Assorted spelling fixesDaniel Mack1-1/+1
2010-01-13nfsd4: Use FIRST_NFS4_OP in nfsd4_decode_compound()Ricardo Labiaga1-1/+1
2010-01-13nfsd41: nfsd4_decode_compound() does not recognize all opsRicardo Labiaga1-1/+1
2009-12-15nfsd: filter readdir results in V4ROOT caseJ. Bruce Fields1-3/+7
2009-12-14nfsd: Move private headers to source directoryBoaz Harrosh1-1/+2
2009-12-14nfsd: Source files #include cleanupsBoaz Harrosh1-11/+1
2009-11-13nfsd: make fs/nfsd/vfs.h for common includesJ. Bruce Fields1-0/+1
2009-09-03NFSd: Fix filehandle leak in exp_pseudoroot() and nfsd4_path()Trond Myklebust1-5/+10
2009-09-01nfsd41: replace page based DRC with buffer based DRCAndy Adamson1-10/+7
2009-09-01NFSD: Fix a bug in the NFSv4 'supported attrs' mandatory attributeTrond Myklebust1-7/+0
2009-07-28nfsd41: Use separate DRC for setclientidAndy Adamson1-2/+1
2009-06-16nfsd41: move channel attributes from nfsd4_session to a nfsd4_channel_attr structAlexandros Batsakis1-1/+1
2009-06-15Merge commit 'v2.6.30' into for-2.6.31J. Bruce Fields1-1/+15
2009-06-01NFSv4: do exact check about attribute specifiedYu Zhiguo1-34/+12
2009-05-06nfsd4: check for negative dentry before use in nfsv4 readdirJ. Bruce Fields1-1/+15
2009-05-03nfsd: use C99 struct initializersRandy Dunlap1-56/+56
2009-04-29nfsd: support ext4 i_versionJ. Bruce Fields1-21/+42
2009-04-29nfsd4: delete obsolete xdr commentsJ. Bruce Fields1-27/+0
2009-04-29nfsd: eliminate ENCODE_HEAD macroJ. Bruce Fields1-24/+22
2009-04-03nfsd41: CREATE_EXCLUSIVE4_1Benny Halevy1-0/+17
2009-04-03nfsd41: SUPPATTR_EXCLCREAT attributeBenny Halevy1-1/+6
2009-04-03nfsd41: support for 3-word long attribute bitmaskAndy Adamson1-12/+47
2009-04-03nfsd41: pass writable attrs mask to nfsd4_decode_fattrBenny Halevy1-6/+15
2009-04-03nfsd41: clientid handlingAndy Adamson1-0/+9
2009-04-03nfsd41: check encode size for sessions maxresponse cachedAndy Adamson1-0/+51
2009-04-03nfsd41: stateid handlingAndy Adamson1-1/+1
2009-04-03nfsd41: destroy_session operationBenny Halevy1-2/+5
2009-04-03nfsd41: non-page DRC for solo sequence responsesAndy Adamson1-2/+3
2009-04-03nfsd41: create_session operationAndy Adamson1-3/+145
2009-04-03nfsd41: nfsd DRC logicAndy Adamson1-0/+11
2009-04-03nfsd41: sequence operationBenny Halevy1-3/+30
2009-04-03nfsd41: exchange_id operationAndy Adamson1-4/+143
2009-04-03nfsd41: xdr infrastructureAndy Adamson1-0/+148