aboutsummaryrefslogtreecommitdiff
path: root/fs/nfs
AgeCommit message (Expand)Author
2009-05-26NFSv4: Fix the case where NFSv4 renewal failsTrond Myklebust
2009-05-26nfs: fix build error in nfsroot with initconstSam Ravnborg
2009-05-18nfs: Fix NFS v4 client handling of MAY_EXEC in nfs_permission.Frank Filz
2009-05-09Convert obvious places to deactivate_locked_super()Al Viro
2009-05-09vfs: umount_begin BKL pushdownAlessio Igor Bogani
2009-05-02NFS: Close page_mkwrite() racesTrond Myklebust
2009-04-21NFS: Fix the XDR iovec calculation in nfs3_xdr_setaclargsTrond Myklebust
2009-04-07NFS: Fix the return value in nfs_page_mkwrite()Trond Myklebust
2009-04-06NFS: Fix a double free in nfs_parse_mount_options()Trond Myklebust
2009-04-03NFS: Add mount options to enable local caching on NFSDavid Howells
2009-04-03NFS: Display local caching stateDavid Howells
2009-04-03NFS: Store pages from an NFS inode into a local cacheDavid Howells
2009-04-03NFS: Read pages from FS-Cache into an NFS inodeDavid Howells
2009-04-03NFS: nfs_readpage_async() needs to be accessible as a fallback for local cachingDavid Howells
2009-04-03NFS: Add read context retention for FS-Cache to call back withDavid Howells
2009-04-03NFS: FS-Cache page managementDavid Howells
2009-04-03NFS: Add some new I/O counters for FS-Cache doing things for NFSDavid Howells
2009-04-03NFS: Invalidate FsCache page flags when cache removedDavid Howells
2009-04-03NFS: Use local disk inode cacheDavid Howells
2009-04-03NFS: Define and create inode-level cache objectsDavid Howells
2009-04-03NFS: Define and create superblock-level objectsDavid Howells
2009-04-03NFS: Define and create server-level objectsDavid Howells
2009-04-03NFS: Register NFS for caching and retrieve the top-level indexDavid Howells
2009-04-03NFS: Permit local filesystem caching to be enabled for NFSDavid Howells
2009-04-03NFS: Add comment banners to some NFS functionsDavid Howells
2009-04-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2009-04-01Merge branch 'devel' into for-linusTrond Myklebust
2009-04-01mm: page_mkwrite change prototype to match faultNick Piggin
2009-03-31New helper - current_umask()Al Viro
2009-03-31proc 2/2: remove struct proc_dir_entry::ownerAlexey Dobriyan
2009-03-28NFS: Simplify logic to compare socket addresses in client.cChuck Lever
2009-03-28Merge commit '9f4c899c0d90e1b51b6864834f3877b47c161a0e' into develTrond Myklebust
2009-03-28NFS: Start PF_INET6 callback listener only if IPv6 support is availableChuck Lever
2009-03-28NFS: Revert creation of IPv6 listeners for lockd and NFSv4 callbacksChuck Lever
2009-03-28SUNRPC: Remove @family argument from svc_create() and svc_create_pooled()Chuck Lever
2009-03-28SUNRPC: Change svc_create_xprt() to take a @family argumentChuck Lever
2009-03-27constify dentry_operations: NFSAl Viro
2009-03-19NFS: Optimise NFS close()Trond Myklebust
2009-03-19NFS: Fix the notifications when renaming onto an existing fileTrond Myklebust
2009-03-19NFS: Fix up a mismerged patchTrond Myklebust
2009-03-12NFS: Fix the fix to Bugzilla #11061, when IPv6 isn't defined...Trond Myklebust
2009-03-11NFS: load the rpc/rdma transport module automaticallyTom Talpey
2009-03-11NFS: Kill the "defined but not used" compile error on nommu machinesTrond Myklebust
2009-03-11NFS: Throttle page dirtying while we're flushing to diskTrond Myklebust
2009-03-11NFS: cleanup - remove struct nfs_inode->ncommitTrond Myklebust
2009-03-11NFSv4: Simplify some cache consistency post-op GETATTRsTrond Myklebust
2009-03-11NFSv4: A referral is assumed to always point to a directory.Trond Myklebust
2009-03-11NFSv4: Make decode_getfattr() set fattr->valid to reflect what was decodedTrond Myklebust
2009-03-11NFSv4: Clean up decode_getfattr()Trond Myklebust
2009-03-11NFS: Fix the type of struct nfs_fattr->modeTrond Myklebust