summaryrefslogtreecommitdiffstats
path: root/fs/cachefiles
Commit message (Expand)AuthorAgeFilesLines
* Cachefiles: Fix up scripted S_ISDIR/S_ISREG/S_ISLNK conversionsDavid Howells2015-02-224-9/+9
* VFS: (Scripted) Convert S_ISLNK/DIR/REG(dentry->d_inode) to d_is_*(dentry)David Howells2015-02-222-10/+10
* assorted conversions to %p[dD]Al Viro2014-11-192-22/+14
* Merge tag 'fscache-fixes-20141013' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2014-10-142-14/+21
|\
| * CacheFiles: Fix incorrect test for in-memory object collisionDavid Howells2014-10-131-1/+1
| * CacheFiles: Handle object being killed before being set upDavid Howells2014-09-301-13/+20
* | cachefiles_write_page(): switch to __kernel_write()Al Viro2014-10-091-29/+19
|/
* fs/cachefiles: add missing \n to kerror conversionsFabian Frederick2014-09-266-33/+33
* CacheFiles: Handle rename2David Howells2014-09-171-1/+2
* cachefiles: remove two unused pagevecs.NeilBrown2014-09-171-6/+0
* fs/cachefiles: replace kerror by pr_errFabian Frederick2014-06-068-54/+58
* FS/CACHEFILES: convert printk to pr_foo()Fabian Frederick2014-06-066-52/+39
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2014-04-122-3/+1
|\
| * get rid of pointless checks for NULL ->i_opAl Viro2014-04-012-3/+1
* | Merge branch 'cross-rename' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2014-04-041-2/+2
|\ \
| * | security: add flags to rename hooksMiklos Szeredi2014-04-011-1/+1
| * | vfs: add renameat2 syscallMiklos Szeredi2014-04-011-1/+1
| |/
* | fs: cachefiles: use add_to_page_cache_lru()Johannes Weiner2014-04-031-20/+13
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-11-132-4/+4
|\
| * locks: break delegations on any attribute modificationJ. Bruce Fields2013-11-091-2/+2
| * locks: break delegations on renameJ. Bruce Fields2013-11-091-1/+1
| * locks: break delegations on unlinkJ. Bruce Fields2013-11-091-1/+1
* | FS-Cache: Provide the ability to enable/disable cookiesDavid Howells2013-09-271-1/+1
|/
* CacheFiles: Don't try to dump the index key if the cookie has been clearedDavid Howells2013-09-201-1/+1
* CacheFiles: Fix memory leak in cachefiles_check_auxdata error pathsJosh Boyer2013-09-201-14/+15
* CacheFiles: Implement interface to check cache consistencyDavid Howells2013-09-063-0/+63
* mm: remove lru parameter from __pagevec_lru_add and remove parts of pagevec APIMel Gorman2013-07-031-23/+7
* cachefiles: remove unused macro list_to_page()Haicheng Li2013-06-191-2/+0
* FS-Cache: Simplify cookie retention for fscache_objects, fixing oopsDavid Howells2013-06-192-5/+12
* FS-Cache: Fix object state machine to have separate work and wait statesDavid Howells2013-06-192-3/+3
* FS-Cache: Wrap checks on object stateDavid Howells2013-06-191-2/+2
* CacheFiles: name i_mutex lock class explicitlyJ. Bruce Fields2013-06-191-1/+1
* lift sb_start_write() out of ->write()Al Viro2013-04-091-0/+2
* FS-Cache: Mark cancellation of in-progress operationDavid Howells2012-12-201-1/+1
* FS-Cache: Don't mask off the object event mask when printing itDavid Howells2012-12-201-2/+1
* CacheFiles: Add missing retrieval completionsDavid Howells2012-12-201-4/+10
* CacheFiles: Implement invalidationDavid Howells2012-12-202-1/+53
* FS-Cache: Fix operation state management and accountingDavid Howells2012-12-201-5/+26
* CacheFiles: Make some debugging statements conditionalDavid Howells2012-12-201-7/+7
* CacheFiles: Downgrade the requirements passed to the allocatorDavid Howells2012-12-205-14/+18
* CacheFiles: Fix the marking of cached pagesDavid Howells2012-12-201-23/+11
* fs: cachefiles: add support for large files in filesystem cachingJustin Lecher2012-07-301-1/+1
* switch dentry_open() to struct path, make it grab references itselfAl Viro2012-07-231-4/+4
* don't pass nameidata * to vfs_create()Al Viro2012-07-141-1/+1
* switch touch_atime to struct pathAl Viro2012-03-201-1/+2
* fs: move code out of buffer.cAl Viro2012-01-031-1/+0
* kill useless checks for sb->s_op == NULLAl Viro2011-07-201-1/+0
* get rid of pointless checks for dentry->sb == NULLAl Viro2011-07-201-1/+0
* Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* CacheFiles: Add calls to path-based security hooksDavid Howells2011-01-241-8/+44
OpenPOWER on IntegriCloud