summaryrefslogtreecommitdiff
path: root/fs/nfs
AgeCommit message (Expand)AuthorFilesLines
2011-01-06pnfs: add prefix to struct pnfs_layout_hdr fieldsFred Isaman3-56/+56
2011-01-06pnfs: add prefix to struct pnfs_layout_segment fieldsFred Isaman3-39/+39
2011-01-06pnfs: remove unnecessary field lgp->statusFred Isaman1-2/+1
2011-01-06pnfs: fix incorrect comment in destroy_lsegFred Isaman1-1/+1
2011-01-06NFS rename client back channel transport fieldAndy Adamson1-6/+6
2011-01-06NFS add session back channel drainingAndy Adamson5-15/+85
2011-01-06NFS RPC_AUTH_GSS unsupported on v4.1 back channelAndy Adamson1-0/+3
2011-01-06NFS refactor nfs_find_client and reference client across callback processingAndy Adamson6-188/+245
2011-01-06NFS associate sessionid with callback connectionAndy Adamson3-0/+38
2011-01-06NFS implement v4.0 callback_identAndy Adamson4-0/+54
2011-01-06NFS do not clear minor version at nfs_client freeAndy Adamson1-13/+9
2011-01-06NFS use svc_create_xprt for NFSv4.1 callback serviceAndy Adamson1-10/+18
2011-01-04nfsv4: Switch to generic xattr handling codeAneesh Kumar K.V4-37/+44
2011-01-04nfs: Set MS_POSIXACL alwaysAneesh Kumar K.V3-2/+16
2011-01-04NFS: use ERR_CAST()Namhyung Kim1-1/+1
2011-01-04nfs: fix mispelling of idmap CONFIG symbolJ. Bruce Fields1-1/+1
2011-01-04NFS: Don't leak in nfs_proc_symlink()Jesper Juhl1-1/+2
2010-12-21NFSv4: Convert a few commas into semicolons...Trond Myklebust2-9/+9
2010-12-21NFS: suppressing showing of default mount port value in /proc fixedStanislav Kinsbursky1-1/+3
2010-12-21nfs4: fix units bug causing hang on recoveryJ. Bruce Fields1-1/+1
2010-12-21nfs: Take advantage of kmem_cache_zalloc() in nfs_page_alloc()Jesper Juhl1-5/+2
2010-12-21NFS: Remove redundant unlikely()Tobias Klauser1-1/+1
2010-12-16SUNRPC: New xdr_streams XDR decoder APIChuck Lever4-485/+427
2010-12-16SUNRPC: New xdr_streams XDR encoder APIChuck Lever4-622/+447
2010-12-16NFS: Remove unused UMNT response data structureChuck Lever1-2/+0
2010-12-16NFS: Avoid return code checking in mount XDR encoder functionsChuck Lever1-20/+15
2010-12-16NFS: Squelch compiler warning in decode_getdeviceinfo()Chuck Lever1-1/+1
2010-12-16NFS: Simplify ->decode_dirent() calling sequenceChuck Lever6-41/+59
2010-12-16NFS: Fix hdrlen calculation in NFSv4's decode_read()Chuck Lever1-1/+1
2010-12-16NFS: Repair whitespace damage in NFS PROC macroChuck Lever2-60/+60
2010-12-16NFS: Move and update xdr_decode_foo() functions that we're keepingChuck Lever1-69/+67
2010-12-16NFS: Remove unused old NFSv3 decoder functionsChuck Lever1-508/+4
2010-12-16NFS: Switch in new NFSv3 decoder functionsChuck Lever1-34/+30
2010-12-16NFS: Introduce new-style XDR decoding functions for NFSv2Chuck Lever1-79/+1445
2010-12-16NFS: Update xdr_encode_foo() functions that we're keepingChuck Lever1-56/+55
2010-12-16NFS: Remove unused old NFSv3 encoder functionsChuck Lever1-324/+4
2010-12-16NFS: Replace old NFSv3 encoder functions with xdr_stream-based onesChuck Lever1-28/+30
2010-12-16NFS: Introduce new-style XDR encoding functions for NFSv3Chuck Lever1-3/+830
2010-12-16NFS: Move and update xdr_decode_foo() functions that we're keepingChuck Lever1-41/+56
2010-12-16NFS: Replace old NFSv2 decoder functions with xdr_stream-based onesChuck Lever1-249/+4
2010-12-16NFS: Introduce new-style XDR decoding functions for NFSv2Chuck Lever3-10/+558
2010-12-16NFS: Use the "nfs_stat" enum for nfs_stat_to_errno()'s argumentChuck Lever2-9/+11
2010-12-16NFS: Update xdr_encode_foo() functions that we're keepingChuck Lever1-26/+33
2010-12-16NFS: Remove old NFSv2 encoder functionsChuck Lever1-245/+4
2010-12-16NFS: Introduce new-style XDR encoding functions for NFSv2Chuck Lever1-3/+403
2010-12-10NFS: Fix panic after nfs_umount()Chuck Lever1-2/+2
2010-12-07nfs: remove extraneous and problematic calls to nfs_clear_requestTrond Myklebust3-4/+4
2010-12-07nfs: kernel should return EPROTONOSUPPORT when not support NFSv4Mi Jinlong1-4/+0
2010-12-07NFS: Fix fcntl F_GETLK not reporting some conflictsSergey Vlasov1-0/+2
2010-12-07nfs: Discard ACL cache on mode updateAneesh Kumar K.V1-0/+9