aboutsummaryrefslogtreecommitdiff
path: root/fs/nfs/fscache.c
AgeCommit message (Expand)AuthorFilesLines
2021-07-08NFS: Fix fscache read from NFS after cache errorGravatar Dave Wysochanski 1-5/+13
2021-02-01NFS: Add nfs_pageio_complete_read() and remove nfs_readpage_async()Gravatar Dave Wysochanski 1-4/+0
2020-05-08NFSv4: Fix fscache cookie aux_data to ensure change_attr is includedGravatar Dave Wysochanski 1-18/+16
2020-05-08NFS: Fix fscache super_cookie allocationGravatar Dave Wysochanski 1-2/+0
2020-05-08NFS: Fix fscache super_cookie index_key from changing after umountGravatar Dave Wysochanski 1-1/+2
2020-02-25nfs: add minor version to nfs_server_key for fscacheGravatar Scott Mayhew 1-0/+2
2020-01-15nfs: fscache: use timespec64 in inode auxdataGravatar Arnd Bergmann 1-6/+12
2020-01-15NFS: Additional refactoring for fs_context conversionGravatar Scott Mayhew 1-1/+1
2019-08-04NFS: Fix regression whereby fscache errors are appearing on 'nofsc' mountsGravatar Trond Myklebust 1-1/+6
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 36Gravatar Thomas Gleixner 1-5/+1
2018-06-05vfs: change inode times to use struct timespec64Gravatar Deepa Dinamani 1-6/+6
2018-04-06fscache: Pass object size in rather than calling back for itGravatar David Howells 1-8/+6
2018-04-04fscache: Attach the index key and aux data to the cookieGravatar David Howells 1-5/+78
2014-11-24nfs: define nfs_inc_fscache_stats and using it as possibleGravatar Li RongQing 1-12/+12
2013-09-27NFS: Use i_writecount to control whether to get an fscache cookie in nfs_open()Gravatar David Howells 1-142/+56
2013-09-27FS-Cache: Provide the ability to enable/disable cookiesGravatar David Howells 1-4/+4
2012-12-20NFS4: Open files for fscachingGravatar David Howells 1-0/+1
2012-05-14NFS: Don't pass mount data to nfs_fscache_get_super_cookie()Gravatar Bryan Schumaker 1-13/+2
2012-03-21NFS: Fix more NFS debug related build warningsGravatar Trond Myklebust 1-1/+1
2011-07-07FS-Cache: Add a helper to bulk uncache pages on an inodeGravatar David Howells 1-5/+3
2010-05-14NFS: Squelch compiler warningGravatar Chuck Lever 1-1/+2
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-0/+1
2010-02-09NFS: Fix a bug in nfs_fscache_release_page()Gravatar Trond Myklebust 1-5/+4
2009-11-19FS-Cache: Handle pages pending storage that get evicted under OOM conditionsGravatar David Howells 1-7/+3
2009-09-23NFS: Propagate 'fsc' mount option through automountsGravatar David Howells 1-4/+21
2009-04-03NFS: Store pages from an NFS inode into a local cacheGravatar David Howells 1-0/+28
2009-04-03NFS: Read pages from FS-Cache into an NFS inodeGravatar David Howells 1-0/+112
2009-04-03NFS: FS-Cache page managementGravatar David Howells 1-0/+53
2009-04-03NFS: Use local disk inode cacheGravatar David Howells 1-0/+162
2009-04-03NFS: Define and create superblock-level objectsGravatar David Howells 1-0/+116
2009-04-03NFS: Define and create server-level objectsGravatar David Howells 1-0/+52