aboutsummaryrefslogtreecommitdiff
path: root/fs/cachefiles
AgeCommit message (Expand)Author
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
2012-12-20CacheFiles: Add missing retrieval completionsDavid Howells
2012-12-20CacheFiles: Implement invalidationDavid Howells
2012-12-20FS-Cache: Fix operation state management and accountingDavid Howells
2012-12-20CacheFiles: Make some debugging statements conditionalDavid Howells
2012-12-20CacheFiles: Downgrade the requirements passed to the allocatorDavid Howells
2012-12-20CacheFiles: Fix the marking of cached pagesDavid Howells
2012-07-30fs: cachefiles: add support for large files in filesystem cachingJustin Lecher
2012-07-23switch dentry_open() to struct path, make it grab references itselfAl Viro
2012-07-14don't pass nameidata * to vfs_create()Al Viro
2012-03-20switch touch_atime to struct pathAl Viro
2012-01-03fs: move code out of buffer.cAl Viro
2011-07-20kill useless checks for sb->s_op == NULLAl Viro
2011-07-20get rid of pointless checks for dentry->sb == NULLAl Viro
2011-03-31Fix common misspellingsLucas De Marchi
2011-01-24CacheFiles: Add calls to path-based security hooksDavid Howells
2010-10-15llseek: automatically add .llseek fopArnd Bergmann
2010-08-12Add a dummy printk function for the maintenance of unused printksDavid Howells
2010-08-11vfs: add helpers to get root and pwdMiklos Szeredi
2010-08-11cachefiles: use path_get instead of lone dgetMiklos Szeredi
2010-08-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2010-08-09pass a struct path to vfs_statfsChristoph Hellwig
2010-07-22fscache: convert operation to use workqueue instead of slow-workTejun Heo
2010-07-22fscache: convert object to use workqueue instead of slow-workTejun Heo
2010-05-12CacheFiles: Fix error handling in cachefiles_determine_cache_security()David Howells
2010-05-11CacheFiles: Fix occasional EIO on call to vfs_unlink()David Howells
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-02-20CacheFiles: Fix a race in cachefiles_delete_object() vs renameDavid Howells
2009-12-16Untangling ima mess, part 2: deal with countersAl Viro
2009-12-16switch cachefiles to kern_path()Al Viro
2009-12-15tree-wide: convert open calls to remove spaces to skip_spaces() lib functionAndré Goddard Rosa
2009-12-01CacheFiles: Update IMA counters when using dentry_openMarc Dionne
2009-11-19CacheFiles: Don't log lookup/create failing with ENOBUFSDavid Howells
2009-11-19CacheFiles: Catch an overly long wait for an old active objectDavid Howells
2009-11-19CacheFiles: Better showing of debugging information in active object problemsDavid Howells
2009-11-19CacheFiles: Mark parent directory locks as I_MUTEX_PARENT to keep lockdep happyDavid Howells
2009-11-19CacheFiles: Handle truncate unlocking the page we're readingDavid Howells
2009-11-19CacheFiles: Don't write a full page if there's only a partial page to cacheDavid Howells
2009-11-19FS-Cache: Allow the current state of all objects to be dumpedDavid Howells
2009-06-11enforce ->sync_fs is only called for rw superblockChristoph Hellwig
2009-06-11vfs: Rename fsync_super() to sync_filesystem() (version 4)Jan Kara