summaryrefslogtreecommitdiffstats
path: root/fs/9p/cache.c
Commit message (Expand)AuthorAgeFilesLines
* mm, netfs, fscache: stop read optimisation when folio removed from pagecacheDavid Howells2023-08-181-0/+2
* netfs: Fix gcc-12 warning by embedding vfs inode in netfs_i_contextDavid Howells2022-06-091-2/+2
* netfs: Add a netfs inode contextDavid Howells2022-03-181-6/+4
* 9p: Use fscache indexing rewrite and reenable cachingDavid Howells2022-01-101-160/+35
* 9p: fix a bunch of checkpatch warningsDominique Martinet2021-11-041-2/+2
* 9p: Convert to using the netfs helper lib to do reads and cachingDavid Howells2021-11-031-137/+0
* 9p: Fix a bunch of kerneldoc warnings shown up by W=1David Howells2021-10-041-4/+4
* 9p/cache.c: Fix memory leak in v9fs_cache_session_get_cookieBharath Vedartham2019-09-031-0/+2
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 188Thomas Gleixner2019-05-301-16/+1
* fscache: Pass object size in rather than calling back for itDavid Howells2018-04-061-16/+11
* fscache: Attach the index key and aux data to the cookieDavid Howells2018-04-041-51/+22
* fscache: remove unused ->now_uncached callbackJan Kara2017-09-061-29/+0
* fs/9p: use fscache mutex rather than spinlockSasha Levin2016-01-091-4/+4
* 9p: remove unused 'p9_fid' struct pointerGeyslan G. Bem2013-11-231-2/+1
* FS-Cache: Provide the ability to enable/disable cookiesDavid Howells2013-09-271-3/+3
* 9p: Reduce object size with CONFIG_NET_9P_DEBUGJoe Perches2012-01-051-32/+32
* fs/9p: When doing inode lookup compare qid details and inode mode bits.Aneesh Kumar K.V2011-07-231-11/+9
* fs/9p: Add v9fs_inodeAneesh Kumar K.V2011-03-151-127/+70
* fs/9p: [fscache] wait for page write in cached modeAneesh Kumar K.V2011-03-151-0/+11
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* 9p: fix build breakage introduced by FS-CacheDavid Howells2009-12-011-1/+1
* FS-Cache: Handle pages pending storage that get evicted under OOM conditionsDavid Howells2009-11-191-13/+1
* 9p: Add fscache support to 9pAbhishek Kulkarni2009-09-231-0/+474