| Commit message (Expand) | Author | Age | Files | Lines |
* | NFS: Rename fscache read and write pages functions | Dave Wysochanski | 2022-03-13 | 1 | -17/+10 |
* | NFS: Cleanup usage of nfs_inode in fscache interface | Dave Wysochanski | 2022-03-13 | 1 | -9/+9 |
* | 9p, afs, ceph, nfs: Use current_is_kswapd() rather than gfpflags_allow_blocki... | David Howells | 2022-01-11 | 1 | -1/+2 |
* | nfs: Implement cache I/O by accessing the cache directly | David Howells | 2022-01-10 | 1 | -41/+11 |
* | nfs: Convert to new fscache volume/cookie API | Dave Wysochanski | 2022-01-10 | 1 | -92/+35 |
* | nfs: fscache: use timespec64 in inode auxdata | Arnd Bergmann | 2019-12-18 | 1 | -3/+5 |
* | NFS: Fix regression whereby fscache errors are appearing on 'nofsc' mounts | Trond Myklebust | 2019-08-05 | 1 | -1/+1 |
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 36 | Thomas Gleixner | 2019-05-24 | 1 | -5/+1 |
* | fscache: Pass object size in rather than calling back for it | David Howells | 2018-04-06 | 1 | -1/+0 |
* | fscache: Attach the index key and aux data to the cookie | David Howells | 2018-04-04 | 1 | -0/+16 |
* | NFS: Use i_writecount to control whether to get an fscache cookie in nfs_open() | David Howells | 2013-09-27 | 1 | -11/+7 |
* | NFS: Provide stub nfs_fscache_wait_on_invalidate() for when CONFIG_NFS_FSCACHE=n | David Howells | 2012-12-21 | 1 | -0/+1 |
* | NFS: Use FS-Cache invalidation | David Howells | 2012-12-20 | 1 | -1/+19 |
* | NFS: Fix a compile issue when CONFIG_NFS_FSCACHE was undefined | Trond Myklebust | 2012-05-16 | 1 | -6/+0 |
* | NFS: Don't pass mount data to nfs_fscache_get_super_cookie() | Bryan Schumaker | 2012-05-15 | 1 | -3/+1 |
* | NFS: Propagate 'fsc' mount option through automounts | David Howells | 2009-09-23 | 1 | -2/+4 |
* | NFS: Display local caching state | David Howells | 2009-04-03 | 1 | -0/+15 |
* | NFS: Store pages from an NFS inode into a local cache | David Howells | 2009-04-03 | 1 | -0/+16 |
* | NFS: Read pages from FS-Cache into an NFS inode | David Howells | 2009-04-03 | 1 | -0/+47 |
* | NFS: FS-Cache page management | David Howells | 2009-04-03 | 1 | -0/+34 |
* | NFS: Use local disk inode cache | David Howells | 2009-04-03 | 1 | -0/+13 |
* | NFS: Define and create inode-level cache objects | David Howells | 2009-04-03 | 1 | -0/+1 |
* | NFS: Define and create superblock-level objects | David Howells | 2009-04-03 | 1 | -0/+49 |
* | NFS: Define and create server-level objects | David Howells | 2009-04-03 | 1 | -0/+10 |
* | NFS: Register NFS for caching and retrieve the top-level index | David Howells | 2009-04-03 | 1 | -0/+35 |