summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2009-09-15nfsd4: fix null dereference creating nfsv4 callback clientJ. Bruce Fields1-2/+2
2009-09-13nfsd4: fix whitespace in NFSPROC4_CLNT_CB_NULL definitionBenny Halevy1-1/+1
2009-09-04nfsd: fix leak on error in nfsv3 readdirJ. Bruce Fields1-2/+3
2009-09-04nfsd: clean up readdirplus encodingJ. Bruce Fields1-38/+34
2009-09-04nfsd4: filehandle leak or error exit from fh_compose()J. Bruce Fields1-1/+3
2009-09-03NFSd: Fix filehandle leak in exp_pseudoroot() and nfsd4_path()Trond Myklebust2-5/+12
2009-09-02nfsd: move fsid_type choice out of fh_composeJ. Bruce Fields1-36/+41
2009-09-02nfsd: move some of fh_compose into helper functionsJ. Bruce Fields1-38/+45
2009-09-01nfsd41: replace page based DRC with buffer based DRCAndy Adamson3-165/+67
2009-09-01nfsd41: replace nfserr_resource in pure nfs41 responsesAndy Adamson1-3/+3
2009-09-01nfsd41: use session maxreqs for sequence target and highest slotidAndy Adamson1-1/+5
2009-09-01nfsd41: bound forechannel drc size by memory usageAndy Adamson1-18/+48
2009-09-01NFSD: Fix a bug in the NFSv4 'supported attrs' mandatory attributeTrond Myklebust2-13/+1
2009-08-28nfsd41: expand solo sequence checkAndy Adamson1-9/+0
2009-08-27nfsd4: remove ACE4_IDENTIFIER_GROUP flag from GROUP@ entryFrank Filz1-1/+1
2009-08-27nfsd41: renew_client must be called under the state lockBenny Halevy1-5/+8
2009-08-25knfsd: Replace lock_kernel with a mutex in nfsd pool stats.Ryusei Yamaguchi2-3/+23
2009-08-24nfsd: Fix unnecessary deny bits in NFSv4 ACLFrank Filz1-1/+1
2009-08-21nfsd: populate sin6_scope_id on callback address with scopeid from rq_addr on...Jeff Layton1-2/+5
2009-08-21nfsd: add support for NFSv4 callbacks over IPv6Jeff Layton1-4/+11
2009-08-21nfsd: convert nfs4_cb_conn struct to hold address in sockaddr_storageJeff Layton2-81/+11
2009-08-21nfsd: make nfs4_client->cl_addr a struct sockaddr_storageJeff Layton1-13/+19
2009-08-21sunrpc: add routine for comparing addressesJeff Layton4-5/+5
2009-08-21Merge branch 'nfs-for-2.6.32' of git://git.linux-nfs.org/projects/trondmy/nfs...J. Bruce Fields232-3895/+6761
2009-08-19nfs: Remove reference to generic_osync_inode from a commentJan Kara1-3/+0
2009-08-19NFS: Use the DNS resolver in the mount code.Trond Myklebust1-1/+17
2009-08-19NFS: Add a dns resolver for use with NFSv4 referrals and migrationTrond Myklebust6-1/+526
2009-08-19Merge branch 'nfsv4_xdr_cleanups-for-2.6.32' into nfs-for-2.6.32Trond Myklebust33-751/+1236
2009-08-14nfs: nfs4xdr: optimize low level decodingBenny Halevy1-59/+59
2009-08-14nfs: nfs4xdr: get rid of READ_BUFBenny Halevy1-96/+379
2009-08-14nfs: nfs4xdr: simplify decode_exchange_id by reusing decode_opaque_inlineBenny Halevy1-9/+10
2009-08-14nfs: nfs4xdr: get rid of COPYMEMBenny Halevy1-8/+3
2009-08-14nfs: nfs4xdr: introduce decode_sessionid helperBenny Halevy1-10/+15
2009-08-14nfs: nfs4xdr: introduce decode_verifier helperBenny Halevy1-10/+12
2009-08-14nfs: nfs4xdr: introduce decode_opaque_fixed and decode_stateid helpersBenny Halevy1-31/+40
2009-08-14nfs: nfs4xdr: introduce print_overflow_msgBenny Halevy1-4/+8
2009-08-14nfs: nfs4xdr: get rid of READTIMEBenny Halevy1-5/+0
2009-08-14nfs: nfs4xdr: get rid of READ64Benny Halevy1-29/+25
2009-08-14nfs: nfs4xdr: get rid of READ32Benny Halevy1-73/+72
2009-08-14nfs: nfs4xdr: merge xdr_encode_int+xdr_encode_opaque_fixed into xdr_encode_op...Benny Halevy1-28/+14
2009-08-14nfs: nfs4xdr: optimize low level encodingBenny Halevy1-64/+64
2009-08-14nfs: nfs4xdr: change RESERVE_SPACE macro into a static helperBenny Halevy1-73/+65
2009-08-14nfs: nfs4xdr: encode_compound_hdr does not have to round up reserved bytesBenny Halevy1-1/+1
2009-08-14nfs: nfs4xdr: optimize RESERVE_SPACE in encode_create_session and encode_sequ...Benny Halevy1-17/+5
2009-08-14nfs: nfs4xdr: get rid of WRITEMEMBenny Halevy1-36/+32
2009-08-14nfs: nfs4xdr: get rid of WRITE64Benny Halevy1-24/+20
2009-08-14nfs: nfs4xdr: get rid of WRITE32Benny Halevy1-146/+145
2009-08-13Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds16-135/+357
2009-08-12Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds10-19/+41
2009-08-12NFS: Fix an O_DIRECT Oops...Trond Myklebust3-18/+14