aboutsummaryrefslogtreecommitdiff
path: root/fs/nfs/fscache.c
AgeCommit message (Expand)AuthorFilesLines
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