aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfs/fscache.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-02-01NFS: Add nfs_pageio_complete_read() and remove nfs_readpage_async()Dave Wysochanski1-4/+0
2020-05-08NFSv4: Fix fscache cookie aux_data to ensure change_attr is includedDave Wysochanski1-18/+16
2020-05-08NFS: Fix fscache super_cookie allocationDave Wysochanski1-2/+0
2020-05-08NFS: Fix fscache super_cookie index_key from changing after umountDave Wysochanski1-1/+2
2020-02-25nfs: add minor version to nfs_server_key for fscacheScott Mayhew1-0/+2
2020-01-15nfs: fscache: use timespec64 in inode auxdataArnd Bergmann1-6/+12
2020-01-15NFS: Additional refactoring for fs_context conversionScott Mayhew1-1/+1
2019-08-04NFS: Fix regression whereby fscache errors are appearing on 'nofsc' mountsTrond Myklebust1-1/+6
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 36Thomas Gleixner1-5/+1
2018-06-05vfs: change inode times to use struct timespec64Deepa Dinamani1-6/+6
2018-04-06fscache: Pass object size in rather than calling back for itDavid Howells1-8/+6
2018-04-04fscache: Attach the index key and aux data to the cookieDavid Howells1-5/+78
2014-11-24nfs: define nfs_inc_fscache_stats and using it as possibleLi RongQing1-12/+12
2013-09-27NFS: Use i_writecount to control whether to get an fscache cookie in nfs_open()David Howells1-142/+56
2013-09-27FS-Cache: Provide the ability to enable/disable cookiesDavid Howells1-4/+4
2012-12-20NFS4: Open files for fscachingDavid Howells1-0/+1
2012-05-14NFS: Don't pass mount data to nfs_fscache_get_super_cookie()Bryan Schumaker1-13/+2
2012-03-21NFS: Fix more NFS debug related build warningsTrond Myklebust1-1/+1
2011-07-07FS-Cache: Add a helper to bulk uncache pages on an inodeDavid Howells1-5/+3
2010-05-14NFS: Squelch compiler warningChuck Lever1-1/+2
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-02-09NFS: Fix a bug in nfs_fscache_release_page()Trond Myklebust1-5/+4
2009-11-19FS-Cache: Handle pages pending storage that get evicted under OOM conditionsDavid Howells1-7/+3
2009-09-23NFS: Propagate 'fsc' mount option through automountsDavid Howells1-4/+21
2009-04-03NFS: Store pages from an NFS inode into a local cacheDavid Howells1-0/+28
2009-04-03NFS: Read pages from FS-Cache into an NFS inodeDavid Howells1-0/+112
2009-04-03NFS: FS-Cache page managementDavid Howells1-0/+53
2009-04-03NFS: Use local disk inode cacheDavid Howells1-0/+162
2009-04-03NFS: Define and create superblock-level objectsDavid Howells1-0/+116
2009-04-03NFS: Define and create server-level objectsDavid Howells1-0/+52