aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cachefiles
AgeCommit message (Expand)AuthorFilesLines
2015-02-22Cachefiles: Fix up scripted S_ISDIR/S_ISREG/S_ISLNK conversionsDavid Howells4-9/+9
2015-02-22VFS: (Scripted) Convert S_ISLNK/DIR/REG(dentry->d_inode) to d_is_*(dentry)David Howells2-10/+10
2014-11-19assorted conversions to %p[dD]Al Viro2-22/+14
2014-10-14Merge tag 'fscache-fixes-20141013' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2-14/+21
2014-10-13CacheFiles: Fix incorrect test for in-memory object collisionDavid Howells1-1/+1
2014-10-09cachefiles_write_page(): switch to __kernel_write()Al Viro1-29/+19
2014-09-30CacheFiles: Handle object being killed before being set upDavid Howells1-13/+20
2014-09-26fs/cachefiles: add missing \n to kerror conversionsFabian Frederick6-33/+33
2014-09-17CacheFiles: Handle rename2David Howells1-1/+2
2014-09-17cachefiles: remove two unused pagevecs.NeilBrown1-6/+0
2014-06-06fs/cachefiles: replace kerror by pr_errFabian Frederick8-54/+58
2014-06-06FS/CACHEFILES: convert printk to pr_foo()Fabian Frederick6-52/+39
2014-04-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2-3/+1
2014-04-04Merge branch 'cross-rename' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-2/+2
2014-04-03fs: cachefiles: use add_to_page_cache_lru()Johannes Weiner1-20/+13
2014-04-01get rid of pointless checks for NULL ->i_opAl Viro2-3/+1
2014-04-01security: add flags to rename hooksMiklos Szeredi1-1/+1
2014-04-01vfs: add renameat2 syscallMiklos Szeredi1-1/+1
2013-11-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2-4/+4
2013-11-09locks: break delegations on any attribute modificationJ. Bruce Fields1-2/+2
2013-11-09locks: break delegations on renameJ. Bruce Fields1-1/+1
2013-11-09locks: break delegations on unlinkJ. Bruce Fields1-1/+1
2013-09-27FS-Cache: Provide the ability to enable/disable cookiesDavid Howells1-1/+1
2013-09-20CacheFiles: Don't try to dump the index key if the cookie has been clearedDavid Howells1-1/+1
2013-09-20CacheFiles: Fix memory leak in cachefiles_check_auxdata error pathsJosh Boyer1-14/+15
2013-09-06CacheFiles: Implement interface to check cache consistencyDavid Howells3-0/+63
2013-07-03mm: remove lru parameter from __pagevec_lru_add and remove parts of pagevec APIMel Gorman1-23/+7
2013-06-19cachefiles: remove unused macro list_to_page()Haicheng Li1-2/+0
2013-06-19FS-Cache: Simplify cookie retention for fscache_objects, fixing oopsDavid Howells2-5/+12
2013-06-19FS-Cache: Fix object state machine to have separate work and wait statesDavid Howells2-3/+3
2013-06-19FS-Cache: Wrap checks on object stateDavid Howells1-2/+2
2013-06-19CacheFiles: name i_mutex lock class explicitlyJ. Bruce Fields1-1/+1
2013-04-09lift sb_start_write() out of ->write()Al Viro1-0/+2
2012-12-20FS-Cache: Mark cancellation of in-progress operationDavid Howells1-1/+1
2012-12-20FS-Cache: Don't mask off the object event mask when printing itDavid Howells1-2/+1
2012-12-20CacheFiles: Add missing retrieval completionsDavid Howells1-4/+10
2012-12-20CacheFiles: Implement invalidationDavid Howells2-1/+53
2012-12-20FS-Cache: Fix operation state management and accountingDavid Howells1-5/+26
2012-12-20CacheFiles: Make some debugging statements conditionalDavid Howells1-7/+7
2012-12-20CacheFiles: Downgrade the requirements passed to the allocatorDavid Howells5-14/+18
2012-12-20CacheFiles: Fix the marking of cached pagesDavid Howells1-23/+11
2012-07-30fs: cachefiles: add support for large files in filesystem cachingJustin Lecher1-1/+1
2012-07-23switch dentry_open() to struct path, make it grab references itselfAl Viro1-4/+4
2012-07-14don't pass nameidata * to vfs_create()Al Viro1-1/+1
2012-03-20switch touch_atime to struct pathAl Viro1-1/+2
2012-01-03fs: move code out of buffer.cAl Viro1-1/+0
2011-07-20kill useless checks for sb->s_op == NULLAl Viro1-1/+0
2011-07-20get rid of pointless checks for dentry->sb == NULLAl Viro1-1/+0
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-01-24CacheFiles: Add calls to path-based security hooksDavid Howells1-8/+44
2010-10-15llseek: automatically add .llseek fopArnd Bergmann1-0/+1
2010-08-12Add a dummy printk function for the maintenance of unused printksDavid Howells1-10/+3
2010-08-11vfs: add helpers to get root and pwdMiklos Szeredi1-12/+2
2010-08-11cachefiles: use path_get instead of lone dgetMiklos Szeredi1-12/+14
2010-08-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2-2/+6
2010-08-09pass a struct path to vfs_statfsChristoph Hellwig2-2/+6
2010-07-22fscache: convert operation to use workqueue instead of slow-workTejun Heo1-2/+2
2010-07-22fscache: convert object to use workqueue instead of slow-workTejun Heo1-7/+6
2010-05-12CacheFiles: Fix error handling in cachefiles_determine_cache_security()David Howells1-0/+4
2010-05-11CacheFiles: Fix occasional EIO on call to vfs_unlink()David Howells2-12/+87
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo4-0/+4
2010-02-20CacheFiles: Fix a race in cachefiles_delete_object() vs renameDavid Howells1-1/+11
2009-12-16Untangling ima mess, part 2: deal with countersAl Viro1-2/+0
2009-12-16switch cachefiles to kern_path()Al Viro1-7/+4
2009-12-15tree-wide: convert open calls to remove spaces to skip_spaces() lib functionAndré Goddard Rosa1-2/+2
2009-12-01CacheFiles: Update IMA counters when using dentry_openMarc Dionne1-0/+2
2009-11-19CacheFiles: Don't log lookup/create failing with ENOBUFSDavid Howells1-2/+3
2009-11-19CacheFiles: Catch an overly long wait for an old active objectDavid Howells2-21/+72
2009-11-19CacheFiles: Better showing of debugging information in active object problemsDavid Howells1-27/+75
2009-11-19CacheFiles: Mark parent directory locks as I_MUTEX_PARENT to keep lockdep happyDavid Howells1-2/+2
2009-11-19CacheFiles: Handle truncate unlocking the page we're readingDavid Howells1-6/+93
2009-11-19CacheFiles: Don't write a full page if there's only a partial page to cacheDavid Howells2-7/+36
2009-11-19FS-Cache: Allow the current state of all objects to be dumpedDavid Howells2-2/+5
2009-06-11enforce ->sync_fs is only called for rw superblockChristoph Hellwig1-0/+2
2009-06-11vfs: Rename fsync_super() to sync_filesystem() (version 4)Jan Kara1-1/+1
2009-05-27CacheFiles: Fixup renamed filenames in comments in internal.hDavid Howells1-9/+9
2009-04-03CacheFiles: A cache that backs onto a mounted filesystemDavid Howells13-0/+4363