aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfsd/nfs4xdr.c
Commit message (Expand)AuthorAgeFilesLines
* merged more uncritical stuff from 3.2.72Wolfgang Wiedmeyer2015-10-231-138/+417
* merged 3.0.101 tagWolfgang Wiedmeyer2015-10-221-16/+7
* nfsd4: fix oops on unusual readlike compoundJ. Bruce Fields2013-01-111-1/+10
* nfsd4: our filesystems are normally case sensitiveJ. Bruce Fields2012-08-091-1/+1
* nfsd4: fix seqid_mutating_errorJ. Bruce Fields2011-11-111-0/+12
* nfsd: make local functions staticDaniel Mack2011-05-181-1/+1
* NFSD: Remove unused variable from nfsd4_decode_bind_conn_to_session()Bryan Schumaker2011-04-291-5/+2
* nfsd v4.1 lOCKT clientid field must be ignoredAndy Adamson2011-04-291-2/+0
* nfsd: wrong index used in inner loopMi Jinlong2011-03-171-4/+1
* nfsd: wrong index used in inner looproel2011-03-081-2/+2
* nfsd: correctly handle return value from nfsd_map_name_to_*NeilBrown2011-02-161-4/+4
* nfsd4: set sequence flag when backchannel is downJ. Bruce Fields2011-01-111-6/+2
* nfsd4: support BIND_CONN_TO_SESSIONJ. Bruce Fields2011-01-111-2/+32
* nfsd4: return nfs errno from name_to_id functionsJ. Bruce Fields2011-01-041-5/+5
* nfsd4: move idmap and acl header files into fs/nfsdJ. Bruce Fields2011-01-041-2/+3
* nfsd: remove some unnecessary dropit handlingJ. Bruce Fields2011-01-041-2/+0
* nfsd4: fix oops on secinfo_no_name result encodingMi Jinlong2010-12-291-4/+17
* nfsd4: implement secinfo_no_nameJ. Bruce Fields2010-12-171-2/+13
* NFSv4.1: Make sure nfsd can decode SP4_SSV correctly at exchange_idMi Jinlong2010-11-191-7/+15
* nfsd4: adjust buflen for encoded attrs bitmap based on actual bitmap lengthBenny Halevy2010-10-011-6/+12
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2010-08-101-1/+5
|\
| * pass a struct path to vfs_statfsChristoph Hellwig2010-08-091-1/+5
* | nfsd: minor nfsd read api cleanupJ. Bruce Fields2010-07-301-1/+1
* | nfsd4; fix session reference count leakJ. Bruce Fields2010-06-221-0/+1
|/
* nfsd4: implement reclaim_completeJ. Bruce Fields2010-05-131-1/+11
* nfsd4: keep a reference count on client while in useBenny Halevy2010-05-131-1/+2
* Merge commit 'v2.6.34-rc6'J. Bruce Fields2010-05-041-5/+6
|\
| * nfsd4: bug in read_bufNeil Brown2010-04-261-4/+4
| * include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
| * Merge branch 'for-next' into for-linusJiri Kosina2010-03-081-1/+1
| |\
| | * tree-wide: Assorted spelling fixesDaniel Mack2010-02-091-1/+1
* | | nfsd4: use local variable in nfs4svc_encode_compoundresBenny Halevy2010-05-041-2/+2
* | | nfsd4: fix unlikely race in session replay caseJ. Bruce Fields2010-05-031-4/+6
* | | Merge commit 'v2.6.34-rc1' into for-2.6.35-incomingJ. Bruce Fields2010-03-091-3/+9
|\ \ \ | |/ /
| * | Merge branch 'for-2.6.34' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2010-03-061-1/+1
| |\ \
| * | | fix NFS4 handling of mountpoint statAl Viro2010-03-031-3/+9
| | |/ | |/|
* | | nfsd4: simplify references to nfsd4 lease timeJ. Bruce Fields2010-03-061-1/+1
| |/ |/|
* | nfsd4: Use FIRST_NFS4_OP in nfsd4_decode_compound()Ricardo Labiaga2010-01-131-1/+1
* | nfsd41: nfsd4_decode_compound() does not recognize all opsRicardo Labiaga2010-01-131-1/+1
|/
* nfsd: filter readdir results in V4ROOT caseJ. Bruce Fields2009-12-151-3/+7
* nfsd: Move private headers to source directoryBoaz Harrosh2009-12-141-1/+2
* nfsd: Source files #include cleanupsBoaz Harrosh2009-12-141-11/+1
* nfsd: make fs/nfsd/vfs.h for common includesJ. Bruce Fields2009-11-131-0/+1
* NFSd: Fix filehandle leak in exp_pseudoroot() and nfsd4_path()Trond Myklebust2009-09-031-5/+10
* nfsd41: replace page based DRC with buffer based DRCAndy Adamson2009-09-011-10/+7
* NFSD: Fix a bug in the NFSv4 'supported attrs' mandatory attributeTrond Myklebust2009-09-011-7/+0
* nfsd41: Use separate DRC for setclientidAndy Adamson2009-07-281-2/+1
* nfsd41: move channel attributes from nfsd4_session to a nfsd4_channel_attr st...Alexandros Batsakis2009-06-161-1/+1
* Merge commit 'v2.6.30' into for-2.6.31J. Bruce Fields2009-06-151-1/+15
|\
| * nfsd4: check for negative dentry before use in nfsv4 readdirJ. Bruce Fields2009-05-061-1/+15