summaryrefslogtreecommitdiffstats
path: root/fs/cifs/fscache.c
Commit message (Expand)AuthorAgeFilesLines
* cifs: use 64-bit timestamps for fscacheArnd Bergmann2018-08-071-4/+8
* vfs: change inode times to use struct timespec64Deepa Dinamani2018-06-061-4/+4
* fscache: Pass object size in rather than calling back for itDavid Howells2018-04-061-6/+8
* fscache: Attach the index key and aux data to the cookieDavid Howells2018-04-041-18/+104
* Merge tag 'nfs-for-3.13-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2013-11-071-4/+4
|\
| * FS-Cache: Provide the ability to enable/disable cookiesDavid Howells2013-09-271-4/+4
* | CIFS: FS-Cache: Uncache unread pages in cifs_readpages() before freeing themDavid Howells2013-09-181-0/+7
|/
* [CIFS] cifs: Rename cERROR and cFYI to cifs_dbgJoe Perches2013-05-051-29/+29
* FS-Cache: Add a helper to bulk uncache pages on an inodeDavid Howells2011-07-071-0/+1
* [CIFS] trivial cleanup fscache cFYI and cERROR messagesSteve French2011-06-141-27/+24Star
* [CIFS] Rename three structures to avoid camel caseSteve French2011-05-271-3/+3
* cifs: enable fscache iff fsc mount option is used explicitlySuresh Jayaraman2010-11-301-6/+6
* cifs: add cifs_sb_master_tcon and convert some callers to use itJeff Layton2010-09-291-6/+6
* cifs: add function to get a tcon from cifs_sbJeff Layton2010-09-291-3/+4
* cifs: read pages from FS-CacheSuresh Jayaraman2010-08-021-0/+73
* cifs: store pages into local cacheSuresh Jayaraman2010-08-021-0/+11
* cifs: FS-Cache page managementSuresh Jayaraman2010-08-021-0/+26
* cifs: define inode-level cache object and register themSuresh Jayaraman2010-08-021-0/+68
* cifs: define superblock-level cache index objects and register themSuresh Jayaraman2010-08-021-0/+17
* cifs: define server-level cache index objects and register themSuresh Jayaraman2010-08-021-0/+41