summaryrefslogtreecommitdiff
path: root/fs/nfs/fscache.c
AgeCommit message (Expand)Author
2023-12-24netfs, fscache: Remove ->begin_cache_operationDavid Howells
2023-08-18mm, netfs, fscache: stop read optimisation when folio removed from pagecacheDavid Howells
2023-04-21NFS: set varaiable nfs_netfs_debug_id storage-class-specifier to staticTom Rix
2023-04-11NFS: Convert buffered read paths to use netfs when fscache is enabledDave Wysochanski
2023-04-11NFS: Configure support for netfs when NFS fscache is configuredDave Wysochanski
2023-02-03nfs: use bvec_set_page to initialize bvecsChristoph Hellwig
2022-11-25use less confusing names for iov_iter direction initializersAl Viro
2022-05-17NFS: Pass i_size to fscache_unuse_cookie() when a file is releasedDave Wysochanski
2022-03-31Merge tag 'netfs-prep-20220318' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2022-03-18fscache: export fscache_end_operation()Jeffle Xu
2022-03-13NFS: Remove remaining dfprintks related to fscache and remove NFSDBG_FSCACHEDave Wysochanski
2022-03-13NFS: Replace dfprintks with tracepoints in fscache read and write page functionsDave Wysochanski
2022-03-13NFS: Rename fscache read and write pages functionsDave Wysochanski
2022-03-13NFS: Cleanup usage of nfs_inode in fscache interfaceDave Wysochanski
2022-01-10nfs: Implement cache I/O by accessing the cache directlyDavid Howells
2022-01-10nfs: Convert to new fscache volume/cookie APIDave Wysochanski
2021-07-08NFS: Fix fscache read from NFS after cache errorDave Wysochanski
2021-02-01NFS: Add nfs_pageio_complete_read() and remove nfs_readpage_async()Dave Wysochanski
2020-05-08NFSv4: Fix fscache cookie aux_data to ensure change_attr is includedDave Wysochanski
2020-05-08NFS: Fix fscache super_cookie allocationDave Wysochanski
2020-05-08NFS: Fix fscache super_cookie index_key from changing after umountDave Wysochanski
2020-02-25nfs: add minor version to nfs_server_key for fscacheScott Mayhew
2020-01-15nfs: fscache: use timespec64 in inode auxdataArnd Bergmann
2020-01-15NFS: Additional refactoring for fs_context conversionScott Mayhew
2019-08-04NFS: Fix regression whereby fscache errors are appearing on 'nofsc' mountsTrond Myklebust
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 36Thomas Gleixner
2018-06-05vfs: change inode times to use struct timespec64Deepa Dinamani
2018-04-06fscache: Pass object size in rather than calling back for itDavid Howells
2018-04-04fscache: Attach the index key and aux data to the cookieDavid Howells
2014-11-24nfs: define nfs_inc_fscache_stats and using it as possibleLi RongQing
2013-09-27NFS: Use i_writecount to control whether to get an fscache cookie in nfs_open()David Howells
2013-09-27FS-Cache: Provide the ability to enable/disable cookiesDavid Howells
2012-12-20NFS4: Open files for fscachingDavid Howells
2012-05-14NFS: Don't pass mount data to nfs_fscache_get_super_cookie()Bryan Schumaker
2012-03-21NFS: Fix more NFS debug related build warningsTrond Myklebust
2011-07-07FS-Cache: Add a helper to bulk uncache pages on an inodeDavid Howells
2010-05-14NFS: Squelch compiler warningChuck Lever
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-02-09NFS: Fix a bug in nfs_fscache_release_page()Trond Myklebust
2009-11-19FS-Cache: Handle pages pending storage that get evicted under OOM conditionsDavid Howells
2009-09-23NFS: Propagate 'fsc' mount option through automountsDavid 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: FS-Cache page managementDavid Howells
2009-04-03NFS: Use local disk inode cacheDavid Howells
2009-04-03NFS: Define and create superblock-level objectsDavid Howells
2009-04-03NFS: Define and create server-level objectsDavid Howells