aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cachefiles (follow)
AgeCommit message (Expand)AuthorFilesLines
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/viro/vfs-2.6Linus 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 implicit slab.h inclusion from percpu.hTejun 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