Age | Commit message (Expand) | Author |
2022-05-17 | NFS: Pass i_size to fscache_unuse_cookie() when a file is released | Dave Wysochanski |
2022-03-31 | Merge tag 'netfs-prep-20220318' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds |
2022-03-18 | fscache: export fscache_end_operation() | Jeffle Xu |
2022-03-13 | NFS: Remove remaining dfprintks related to fscache and remove NFSDBG_FSCACHE | Dave Wysochanski |
2022-03-13 | NFS: Replace dfprintks with tracepoints in fscache read and write page functions | Dave Wysochanski |
2022-03-13 | NFS: Rename fscache read and write pages functions | Dave Wysochanski |
2022-03-13 | NFS: Cleanup usage of nfs_inode in fscache interface | Dave Wysochanski |
2022-01-10 | nfs: Implement cache I/O by accessing the cache directly | David Howells |
2022-01-10 | nfs: Convert to new fscache volume/cookie API | Dave Wysochanski |
2021-07-08 | NFS: Fix fscache read from NFS after cache error | Dave Wysochanski |
2021-02-01 | NFS: Add nfs_pageio_complete_read() and remove nfs_readpage_async() | Dave Wysochanski |
2020-05-08 | NFSv4: Fix fscache cookie aux_data to ensure change_attr is included | Dave Wysochanski |
2020-05-08 | NFS: Fix fscache super_cookie allocation | Dave Wysochanski |
2020-05-08 | NFS: Fix fscache super_cookie index_key from changing after umount | Dave Wysochanski |
2020-02-25 | nfs: add minor version to nfs_server_key for fscache | Scott Mayhew |
2020-01-15 | nfs: fscache: use timespec64 in inode auxdata | Arnd Bergmann |
2020-01-15 | NFS: Additional refactoring for fs_context conversion | Scott Mayhew |
2019-08-04 | NFS: Fix regression whereby fscache errors are appearing on 'nofsc' mounts | Trond Myklebust |
2019-05-24 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 36 | Thomas Gleixner |
2018-06-05 | vfs: change inode times to use struct timespec64 | Deepa Dinamani |
2018-04-06 | fscache: Pass object size in rather than calling back for it | David Howells |
2018-04-04 | fscache: Attach the index key and aux data to the cookie | David Howells |
2014-11-24 | nfs: define nfs_inc_fscache_stats and using it as possible | Li RongQing |
2013-09-27 | NFS: Use i_writecount to control whether to get an fscache cookie in nfs_open() | David Howells |
2013-09-27 | FS-Cache: Provide the ability to enable/disable cookies | David Howells |
2012-12-20 | NFS4: Open files for fscaching | David Howells |
2012-05-14 | NFS: Don't pass mount data to nfs_fscache_get_super_cookie() | Bryan Schumaker |
2012-03-21 | NFS: Fix more NFS debug related build warnings | Trond Myklebust |
2011-07-07 | FS-Cache: Add a helper to bulk uncache pages on an inode | David Howells |
2010-05-14 | NFS: Squelch compiler warning | Chuck Lever |
2010-03-30 | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo |
2010-02-09 | NFS: Fix a bug in nfs_fscache_release_page() | Trond Myklebust |
2009-11-19 | FS-Cache: Handle pages pending storage that get evicted under OOM conditions | David Howells |
2009-09-23 | NFS: Propagate 'fsc' mount option through automounts | David Howells |
2009-04-03 | NFS: Store pages from an NFS inode into a local cache | David Howells |
2009-04-03 | NFS: Read pages from FS-Cache into an NFS inode | David Howells |
2009-04-03 | NFS: FS-Cache page management | David Howells |
2009-04-03 | NFS: Use local disk inode cache | David Howells |
2009-04-03 | NFS: Define and create superblock-level objects | David Howells |
2009-04-03 | NFS: Define and create server-level objects | David Howells |