| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-05-23 | netfs: Fix undifferentiation of DIO reads from unbuffered reads | David Howells | 1 | -0/+1 |
| 2024-12-20 | netfs: Drop the was_async arg from netfs_read_subreq_terminated() | David Howells | 1 | -1/+1 |
| 2024-12-20 | netfs: Drop the error arg from netfs_read_subreq_terminated() | David Howells | 1 | -2/+4 |
| 2024-12-20 | nfs: Fix oops in nfs_netfs_init_request() when copying to cache | David Howells | 1 | -1/+8 |
| 2024-09-12 | netfs: Speed up buffered reading | David Howells | 1 | -13/+6 |
| 2024-08-13 | 9p: Fix DIO read through netfs | Dominique Martinet | 1 | -1/+2 |
| 2024-08-12 | netfs: Fix handling of USE_PGPRIV2 and WRITE_TO_CACHE flags | David Howells | 1 | -0/+2 |
| 2024-07-08 | nfs: remove dead code for the old swap over NFS implementation | Christoph Hellwig | 1 | -1/+1 |
| 2024-03-09 | NFS: Fix nfs_netfs_issue_read() xarray locking for writeback interrupt | Dave Wysochanski | 1 | -7/+2 |
| 2023-12-24 | netfs, fscache: Remove ->begin_cache_operation | David Howells | 1 | -7/+0 |
| 2023-08-18 | mm, netfs, fscache: stop read optimisation when folio removed from pagecache | David Howells | 1 | -0/+3 |
| 2023-04-21 | NFS: set varaiable nfs_netfs_debug_id storage-class-specifier to static | Tom Rix | 1 | -1/+1 |
| 2023-04-11 | NFS: Convert buffered read paths to use netfs when fscache is enabled | Dave Wysochanski | 1 | -87/+135 |
| 2023-04-11 | NFS: Configure support for netfs when NFS fscache is configured | Dave Wysochanski | 1 | -11/+9 |
| 2023-02-03 | nfs: use bvec_set_page to initialize bvecs | Christoph Hellwig | 1 | -10/+6 |
| 2022-11-25 | use less confusing names for iov_iter direction initializers | Al Viro | 1 | -2/+2 |
| 2022-05-17 | NFS: Pass i_size to fscache_unuse_cookie() when a file is released | Dave Wysochanski | 1 | -4/+3 |
| 2022-03-31 | Merge tag 'netfs-prep-20220318' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -8/+0 |
| 2022-03-18 | fscache: export fscache_end_operation() | Jeffle Xu | 1 | -8/+0 |
| 2022-03-13 | NFS: Remove remaining dfprintks related to fscache and remove NFSDBG_FSCACHE | Dave Wysochanski | 1 | -10/+0 |
| 2022-03-13 | NFS: Replace dfprintks with tracepoints in fscache read and write page functions | Dave Wysochanski | 1 | -18/+11 |
| 2022-03-13 | NFS: Rename fscache read and write pages functions | Dave Wysochanski | 1 | -3/+3 |
| 2022-03-13 | NFS: Cleanup usage of nfs_inode in fscache interface | Dave Wysochanski | 1 | -6/+4 |
| 2022-01-10 | nfs: Implement cache I/O by accessing the cache directly | David Howells | 1 | -23/+103 |
| 2022-01-10 | nfs: Convert to new fscache volume/cookie API | Dave Wysochanski | 1 | -329/+105 |
| 2021-07-08 | NFS: Fix fscache read from NFS after cache error | Dave Wysochanski | 1 | -5/+13 |
| 2021-02-01 | NFS: Add nfs_pageio_complete_read() and remove nfs_readpage_async() | Dave Wysochanski | 1 | -4/+0 |
| 2020-05-08 | NFSv4: Fix fscache cookie aux_data to ensure change_attr is included | Dave Wysochanski | 1 | -18/+16 |
| 2020-05-08 | NFS: Fix fscache super_cookie allocation | Dave Wysochanski | 1 | -2/+0 |
| 2020-05-08 | NFS: Fix fscache super_cookie index_key from changing after umount | Dave Wysochanski | 1 | -1/+2 |
| 2020-02-25 | nfs: add minor version to nfs_server_key for fscache | Scott Mayhew | 1 | -0/+2 |
| 2020-01-15 | nfs: fscache: use timespec64 in inode auxdata | Arnd Bergmann | 1 | -6/+12 |
| 2020-01-15 | NFS: Additional refactoring for fs_context conversion | Scott Mayhew | 1 | -1/+1 |
| 2019-08-04 | NFS: Fix regression whereby fscache errors are appearing on 'nofsc' mounts | Trond Myklebust | 1 | -1/+6 |
| 2019-05-24 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 36 | Thomas Gleixner | 1 | -5/+1 |
| 2018-06-05 | vfs: change inode times to use struct timespec64 | Deepa Dinamani | 1 | -6/+6 |
| 2018-04-06 | fscache: Pass object size in rather than calling back for it | David Howells | 1 | -8/+6 |
| 2018-04-04 | fscache: Attach the index key and aux data to the cookie | David Howells | 1 | -5/+78 |
| 2014-11-24 | nfs: define nfs_inc_fscache_stats and using it as possible | Li RongQing | 1 | -12/+12 |
| 2013-09-27 | NFS: Use i_writecount to control whether to get an fscache cookie in nfs_open() | David Howells | 1 | -142/+56 |
| 2013-09-27 | FS-Cache: Provide the ability to enable/disable cookies | David Howells | 1 | -4/+4 |
| 2012-12-20 | NFS4: Open files for fscaching | David Howells | 1 | -0/+1 |
| 2012-05-14 | NFS: Don't pass mount data to nfs_fscache_get_super_cookie() | Bryan Schumaker | 1 | -13/+2 |
| 2012-03-21 | NFS: Fix more NFS debug related build warnings | Trond Myklebust | 1 | -1/+1 |
| 2011-07-07 | FS-Cache: Add a helper to bulk uncache pages on an inode | David Howells | 1 | -5/+3 |
| 2010-05-14 | NFS: Squelch compiler warning | Chuck Lever | 1 | -1/+2 |
| 2010-03-30 | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 1 | -0/+1 |
| 2010-02-09 | NFS: Fix a bug in nfs_fscache_release_page() | Trond Myklebust | 1 | -5/+4 |
| 2009-11-19 | FS-Cache: Handle pages pending storage that get evicted under OOM conditions | David Howells | 1 | -7/+3 |
| 2009-09-23 | NFS: Propagate 'fsc' mount option through automounts | David Howells | 1 | -4/+21 |
| 2009-04-03 | NFS: Store pages from an NFS inode into a local cache | David Howells | 1 | -0/+28 |
| 2009-04-03 | NFS: Read pages from FS-Cache into an NFS inode | David Howells | 1 | -0/+112 |
| 2009-04-03 | NFS: FS-Cache page management | David Howells | 1 | -0/+53 |
| 2009-04-03 | NFS: Use local disk inode cache | David Howells | 1 | -0/+162 |
| 2009-04-03 | NFS: Define and create superblock-level objects | David Howells | 1 | -0/+116 |
| 2009-04-03 | NFS: Define and create server-level objects | David Howells | 1 | -0/+52 |