Age | Commit message (Expand) | Author | Files | Lines |
2013-09-27 | NFS: Use i_writecount to control whether to get an fscache cookie in nfs_open() | David Howells | 1 | -11/+7 |
2012-12-21 | NFS: Provide stub nfs_fscache_wait_on_invalidate() for when CONFIG_NFS_FSCACHE=n | David Howells | 1 | -0/+1 |
2012-12-20 | NFS: Use FS-Cache invalidation | David Howells | 1 | -1/+19 |
2012-05-16 | NFS: Fix a compile issue when CONFIG_NFS_FSCACHE was undefined | Trond Myklebust | 1 | -6/+0 |
2012-05-14 | NFS: Don't pass mount data to nfs_fscache_get_super_cookie() | Bryan Schumaker | 1 | -3/+1 |
2009-09-23 | NFS: Propagate 'fsc' mount option through automounts | David Howells | 1 | -2/+4 |
2009-04-03 | NFS: Display local caching state | David Howells | 1 | -0/+15 |
2009-04-03 | NFS: Store pages from an NFS inode into a local cache | David Howells | 1 | -0/+16 |
2009-04-03 | NFS: Read pages from FS-Cache into an NFS inode | David Howells | 1 | -0/+47 |
2009-04-03 | NFS: FS-Cache page management | David Howells | 1 | -0/+34 |
2009-04-03 | NFS: Use local disk inode cache | David Howells | 1 | -0/+13 |
2009-04-03 | NFS: Define and create inode-level cache objects | David Howells | 1 | -0/+1 |
2009-04-03 | NFS: Define and create superblock-level objects | David Howells | 1 | -0/+49 |
2009-04-03 | NFS: Define and create server-level objects | David Howells | 1 | -0/+10 |
2009-04-03 | NFS: Register NFS for caching and retrieve the top-level index | David Howells | 1 | -0/+35 |