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