aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cachefiles
AgeCommit message (Expand)Author
2016-06-30Merge branch 'd_real' of git://git.kernel.org/pub/scm/linux/kernel/git/mszere...Al Viro
2016-06-01FS-Cache: make check_consistency callback return intYan, Zheng
2016-05-29drop redundant ->owner initializationsAl Viro
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov
2016-02-01CacheFiles: Provide read-and-reset release counters for cachefilesdDavid Howells
2016-01-22wrappers for ->i_mutex accessAl Viro
2016-01-04convert a bunch of open-coded instances of memdup_user_nul()Al Viro
2015-11-16FS-Cache: Add missing initialization of ret in cachefiles_write_page()Geert Uytterhoeven
2015-11-11FS-Cache: Handle a write to the page immediately beyond the EOF markerDavid Howells
2015-11-11cachefiles: perform test on s_blocksize when opening cache file.NeilBrown
2015-11-06mm, page_alloc: rename __GFP_WAIT to __GFP_RECLAIMMel Gorman
2015-06-23Merge branch 'fscache-fixes' into for-nextAl Viro
2015-04-15VFS: fs/cachefiles: d_backing_inode() annotationsDavid Howells
2015-04-15VFS: Cachefiles should perform fs modifications on the top layer onlyDavid Howells
2015-02-24FS-Cache: Count culled objects and objects rejected due to lack of spaceDavid Howells
2015-02-22Cachefiles: Fix up scripted S_ISDIR/S_ISREG/S_ISLNK conversionsDavid Howells
2015-02-22VFS: (Scripted) Convert S_ISLNK/DIR/REG(dentry->d_inode) to d_is_*(dentry)David Howells
2014-11-19assorted conversions to %p[dD]Al Viro
2014-10-14Merge tag 'fscache-fixes-20141013' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2014-10-13CacheFiles: Fix incorrect test for in-memory object collisionDavid Howells
2014-10-09cachefiles_write_page(): switch to __kernel_write()Al Viro
2014-09-30CacheFiles: Handle object being killed before being set upDavid Howells
2014-09-26fs/cachefiles: add missing \n to kerror conversionsFabian Frederick
2014-09-17CacheFiles: Handle rename2David Howells
2014-09-17cachefiles: remove two unused pagevecs.NeilBrown
2014-06-06fs/cachefiles: replace kerror by pr_errFabian Frederick
2014-06-06FS/CACHEFILES: convert printk to pr_foo()Fabian Frederick
2014-04-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2014-04-04Merge branch 'cross-rename' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2014-04-03fs: cachefiles: use add_to_page_cache_lru()Johannes Weiner
2014-04-01get rid of pointless checks for NULL ->i_opAl Viro
2014-04-01security: add flags to rename hooksMiklos Szeredi
2014-04-01vfs: add renameat2 syscallMiklos Szeredi
2013-11-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2013-11-09locks: break delegations on any attribute modificationJ. Bruce Fields
2013-11-09locks: break delegations on renameJ. Bruce Fields
2013-11-09locks: break delegations on unlinkJ. Bruce Fields
2013-09-27FS-Cache: Provide the ability to enable/disable cookiesDavid Howells
2013-09-20CacheFiles: Don't try to dump the index key if the cookie has been clearedDavid Howells
2013-09-20CacheFiles: Fix memory leak in cachefiles_check_auxdata error pathsJosh Boyer
2013-09-06CacheFiles: Implement interface to check cache consistencyDavid Howells
2013-07-03mm: remove lru parameter from __pagevec_lru_add and remove parts of pagevec APIMel Gorman
2013-06-19cachefiles: remove unused macro list_to_page()Haicheng Li
2013-06-19FS-Cache: Simplify cookie retention for fscache_objects, fixing oopsDavid Howells
2013-06-19FS-Cache: Fix object state machine to have separate work and wait statesDavid Howells
2013-06-19FS-Cache: Wrap checks on object stateDavid Howells
2013-06-19CacheFiles: name i_mutex lock class explicitlyJ. Bruce Fields
2013-04-09lift sb_start_write() out of ->write()Al Viro
2012-12-20FS-Cache: Mark cancellation of in-progress operationDavid Howells
2012-12-20FS-Cache: Don't mask off the object event mask when printing itDavid Howells