aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cachefiles/namei.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 36Thomas Gleixner1-5/+1
2019-05-14fs/cachefiles/namei.c: remove duplicate headerSabyasachi Gupta1-1/+0
2018-11-30cachefiles: avoid deprecated get_seconds()Arnd Bergmann1-1/+1
2018-11-30cachefiles: Explicitly cast enumerated type in put_objectNathan Chancellor1-2/+4
2018-10-18cachefiles: fix the race between cachefiles_bury_object() and rmdir(2)Al Viro1-1/+1
2018-07-25cachefiles: Wait rather than BUG'ing on "Unexpected object collision"Kiran Kumar Modukuri1-1/+0
2018-07-25cachefiles: Fix missing clear of the CACHEFILES_OBJECT_ACTIVE flagKiran Kumar Modukuri1-1/+1
2018-05-21cachefiles: vfs_mkdir() might succeed leaving dentry negative unhashedAl Viro1-0/+10
2018-04-04fscache: Attach the index key and aux data to the cookieDavid Howells1-22/+11
2018-04-04fscache: Add tracepointsDavid Howells1-9/+33
2017-06-20sched/wait: Rename wait_queue_t => wait_queue_entry_tIngo Molnar1-1/+1
2016-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-2/+1
2016-10-10Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-2/+2
2016-10-07xattr: Add __vfs_{get,set,remove}xattr helpersAndreas Gruenbacher1-2/+2
2016-09-27cachefiles: Fix attempt to read i_blocks after deleting file [ver #2]David Howells1-4/+4
2016-09-27fs: rename "rename2" i_op to "rename"Miklos Szeredi1-1/+1
2016-09-27vfs: remove unused i_op->renameMiklos Szeredi1-2/+1
2016-08-03cachefiles: Fix race between inactivating and culling a cache objectDavid Howells1-2/+3
2016-02-01CacheFiles: Provide read-and-reset release counters for cachefilesdDavid Howells1-5/+23
2016-01-22wrappers for ->i_mutex accessAl Viro1-20/+20
2015-11-11cachefiles: perform test on s_blocksize when opening cache file.NeilBrown1-0/+2
2015-06-23Merge branch 'fscache-fixes' into for-nextAl Viro1-12/+21
2015-04-15VFS: fs/cachefiles: d_backing_inode() annotationsDavid Howells1-35/+35
2015-04-15VFS: Cachefiles should perform fs modifications on the top layer onlyDavid Howells1-26/+26
2015-02-24FS-Cache: Count culled objects and objects rejected due to lack of spaceDavid Howells1-12/+21
2015-02-22Cachefiles: Fix up scripted S_ISDIR/S_ISREG/S_ISLNK conversionsDavid Howells1-4/+4
2015-02-22VFS: (Scripted) Convert S_ISLNK/DIR/REG(dentry->d_inode) to d_is_*(dentry)David Howells1-8/+8
2014-11-19assorted conversions to %p[dD]Al Viro1-13/+8
2014-10-13CacheFiles: Fix incorrect test for in-memory object collisionDavid Howells1-1/+1
2014-09-26fs/cachefiles: add missing \n to kerror conversionsFabian Frederick1-7/+7
2014-09-17CacheFiles: Handle rename2David Howells1-1/+2
2014-06-06fs/cachefiles: replace kerror by pr_errFabian Frederick1-12/+12
2014-06-06FS/CACHEFILES: convert printk to pr_foo()Fabian Frederick1-22/+17
2014-04-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-2/+1
2014-04-01get rid of pointless checks for NULL ->i_opAl Viro1-2/+1
2014-04-01security: add flags to rename hooksMiklos Szeredi1-1/+1
2014-04-01vfs: add renameat2 syscallMiklos Szeredi1-1/+1
2013-11-09locks: break delegations on renameJ. Bruce Fields1-1/+1
2013-11-09locks: break delegations on unlinkJ. Bruce Fields1-1/+1
2013-09-20CacheFiles: Don't try to dump the index key if the cookie has been clearedDavid Howells1-1/+1
2013-06-19FS-Cache: Fix object state machine to have separate work and wait statesDavid Howells1-2/+2
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
2012-12-20FS-Cache: Don't mask off the object event mask when printing itDavid Howells1-2/+1
2012-07-14don't pass nameidata * to vfs_create()Al Viro1-1/+1
2012-03-20switch touch_atime to struct pathAl Viro1-1/+2
2011-01-24CacheFiles: Add calls to path-based security hooksDavid Howells1-8/+44
2010-07-22fscache: convert object to use workqueue instead of slow-workTejun Heo1-7/+6
2010-05-11CacheFiles: Fix occasional EIO on call to vfs_unlink()David Howells1-12/+86
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1