aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfs (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2010-12-07NFS: Readdir cleanupsTrond Myklebust1-30/+17
2010-12-07NFS: nfs_readdir_search_for_cookie() don't mark as eof if cookie not foundTrond Myklebust1-1/+2
2010-12-02NFS: Fix a memory leak in nfs_readdirTrond Myklebust2-9/+10
2010-12-01NFS: Ensure we use the correct cookie in nfs_readdir_xdr_fillerTrond Myklebust1-2/+8
2010-11-30NFS: Fix a readdirplus bugTrond Myklebust1-5/+1
2010-11-22NFS: Ensure we return the dirent->d_type when it is knownTrond Myklebust5-3/+21
2010-11-22NFS: Correct the array bound calculation in nfs_readdir_add_to_arrayTrond Myklebust1-4/+5
2010-11-22NFS: Don't ignore errors from nfs_do_filldir()Trond Myklebust1-9/+9
2010-11-22NFS: Fix the error handling in "uncached_readdir()"Trond Myklebust1-3/+2
2010-11-22NFS: Fix a page leak in uncached_readdir()Trond Myklebust1-2/+3
2010-11-22NFS: Fix a page leak in nfs_do_filldir()Trond Myklebust1-5/+5
2010-11-22NFS: Assume eof if the server returns no readdir recordsTrond Myklebust1-3/+7
2010-11-22NFS: Buffer overflow in ->decode_dirent() should not be fatalTrond Myklebust3-3/+3