aboutsummaryrefslogtreecommitdiff
path: root/fs/nfs
AgeCommit message (Expand)Author
2011-01-04nfs: Set MS_POSIXACL alwaysAneesh Kumar K.V
2011-01-04NFS: use ERR_CAST()Namhyung Kim
2011-01-04nfs: fix mispelling of idmap CONFIG symbolJ. Bruce Fields
2011-01-04NFS: Don't leak in nfs_proc_symlink()Jesper Juhl
2010-12-21NFSv4: Convert a few commas into semicolons...Trond Myklebust
2010-12-21NFS: suppressing showing of default mount port value in /proc fixedStanislav Kinsbursky
2010-12-21nfs4: fix units bug causing hang on recoveryJ. Bruce Fields
2010-12-21nfs: Take advantage of kmem_cache_zalloc() in nfs_page_alloc()Jesper Juhl
2010-12-21NFS: Remove redundant unlikely()Tobias Klauser
2010-12-16SUNRPC: New xdr_streams XDR decoder APIChuck Lever
2010-12-16SUNRPC: New xdr_streams XDR encoder APIChuck Lever
2010-12-16NFS: Remove unused UMNT response data structureChuck Lever
2010-12-16NFS: Avoid return code checking in mount XDR encoder functionsChuck Lever
2010-12-16NFS: Squelch compiler warning in decode_getdeviceinfo()Chuck Lever
2010-12-16NFS: Simplify ->decode_dirent() calling sequenceChuck Lever
2010-12-16NFS: Fix hdrlen calculation in NFSv4's decode_read()Chuck Lever
2010-12-16NFS: Repair whitespace damage in NFS PROC macroChuck Lever
2010-12-16NFS: Move and update xdr_decode_foo() functions that we're keepingChuck Lever
2010-12-16NFS: Remove unused old NFSv3 decoder functionsChuck Lever
2010-12-16NFS: Switch in new NFSv3 decoder functionsChuck Lever
2010-12-16NFS: Introduce new-style XDR decoding functions for NFSv2Chuck Lever
2010-12-16NFS: Update xdr_encode_foo() functions that we're keepingChuck Lever
2010-12-16NFS: Remove unused old NFSv3 encoder functionsChuck Lever
2010-12-16NFS: Replace old NFSv3 encoder functions with xdr_stream-based onesChuck Lever
2010-12-16NFS: Introduce new-style XDR encoding functions for NFSv3Chuck Lever
2010-12-16NFS: Move and update xdr_decode_foo() functions that we're keepingChuck Lever
2010-12-16NFS: Replace old NFSv2 decoder functions with xdr_stream-based onesChuck Lever
2010-12-16NFS: Introduce new-style XDR decoding functions for NFSv2Chuck Lever
2010-12-16NFS: Use the "nfs_stat" enum for nfs_stat_to_errno()'s argumentChuck Lever
2010-12-16NFS: Update xdr_encode_foo() functions that we're keepingChuck Lever
2010-12-16NFS: Remove old NFSv2 encoder functionsChuck Lever
2010-12-16NFS: Introduce new-style XDR encoding functions for NFSv2Chuck Lever
2010-12-10NFS: Fix panic after nfs_umount()Chuck Lever
2010-12-07nfs: remove extraneous and problematic calls to nfs_clear_requestTrond Myklebust
2010-12-07nfs: kernel should return EPROTONOSUPPORT when not support NFSv4Mi Jinlong
2010-12-07NFS: Fix fcntl F_GETLK not reporting some conflictsSergey Vlasov
2010-12-07nfs: Discard ACL cache on mode updateAneesh Kumar K.V
2010-12-07NFS: Readdir cleanupsTrond Myklebust
2010-12-07NFS: nfs_readdir_search_for_cookie() don't mark as eof if cookie not foundTrond Myklebust
2010-12-02NFS: Fix a memory leak in nfs_readdirTrond Myklebust
2010-12-01NFS: Ensure we use the correct cookie in nfs_readdir_xdr_fillerTrond Myklebust
2010-11-30NFS: Fix a readdirplus bugTrond Myklebust
2010-11-22NFS: Ensure we return the dirent->d_type when it is knownTrond Myklebust
2010-11-22NFS: Correct the array bound calculation in nfs_readdir_add_to_arrayTrond Myklebust
2010-11-22NFS: Don't ignore errors from nfs_do_filldir()Trond Myklebust
2010-11-22NFS: Fix the error handling in "uncached_readdir()"Trond Myklebust
2010-11-22NFS: Fix a page leak in uncached_readdir()Trond Myklebust
2010-11-22NFS: Fix a page leak in nfs_do_filldir()Trond Myklebust
2010-11-22NFS: Assume eof if the server returns no readdir recordsTrond Myklebust
2010-11-22NFS: Buffer overflow in ->decode_dirent() should not be fatalTrond Myklebust