aboutsummaryrefslogtreecommitdiffstats
path: root/fs/9p/cache.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-09-039p/cache.c: Fix memory leak in v9fs_cache_session_get_cookieBharath Vedartham1-0/+2
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 188Thomas Gleixner1-16/+1
2018-04-06fscache: Pass object size in rather than calling back for itDavid Howells1-16/+11
2018-04-04fscache: Attach the index key and aux data to the cookieDavid Howells1-51/+22
2017-09-06fscache: remove unused ->now_uncached callbackJan Kara1-29/+0
2016-01-09fs/9p: use fscache mutex rather than spinlockSasha Levin1-4/+4
2013-11-239p: remove unused 'p9_fid' struct pointerGeyslan G. Bem1-2/+1
2013-09-27FS-Cache: Provide the ability to enable/disable cookiesDavid Howells1-3/+3
2012-01-059p: Reduce object size with CONFIG_NET_9P_DEBUGJoe Perches1-32/+32
2011-07-23fs/9p: When doing inode lookup compare qid details and inode mode bits.Aneesh Kumar K.V1-11/+9
2011-03-15fs/9p: Add v9fs_inodeAneesh Kumar K.V1-127/+70
2011-03-15fs/9p: [fscache] wait for page write in cached modeAneesh Kumar K.V1-0/+11
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
2009-12-019p: fix build breakage introduced by FS-CacheDavid Howells1-1/+1
2009-11-19FS-Cache: Handle pages pending storage that get evicted under OOM conditionsDavid Howells1-13/+1
2009-09-239p: Add fscache support to 9pAbhishek Kulkarni1-0/+474