summaryrefslogtreecommitdiff
path: root/fs/cachefiles/namei.c
AgeCommit message (Expand)Author
2022-01-21cachefiles: Trace active-mark failureDavid Howells
2022-01-21cachefiles: Make some tracepoint adjustmentsDavid Howells
2022-01-07fscache, cachefiles: Display stat of culling eventsDavid Howells
2022-01-07fscache, cachefiles: Display stats of no-space eventsDavid Howells
2022-01-07cachefiles: Implement backing file wranglingDavid Howells
2022-01-07cachefiles: Implement culling daemon commandsDavid Howells
2022-01-07cachefiles: Mark a backing file in use with an inode flagDavid Howells
2022-01-07cachefiles: Implement a function to get/create a directory in the cacheDavid Howells
2022-01-07vfs, cachefiles: Mark a backing file in use with an inode flagDavid Howells
2022-01-07cachefiles: Delete the cachefiles driver pending rewriteDavid Howells
2021-08-27cachefiles: Change %p in format strings to something elseDavid Howells
2021-08-27fscache, cachefiles: Remove the histogram stuffDavid Howells
2021-01-24namei: prepare for idmapped mountsChristian Brauner
2021-01-24namei: introduce struct renamedataChristian Brauner
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 36Thomas Gleixner
2019-05-14fs/cachefiles/namei.c: remove duplicate headerSabyasachi Gupta
2018-11-30cachefiles: avoid deprecated get_seconds()Arnd Bergmann
2018-11-30cachefiles: Explicitly cast enumerated type in put_objectNathan Chancellor
2018-10-18cachefiles: fix the race between cachefiles_bury_object() and rmdir(2)Al Viro
2018-07-25cachefiles: Wait rather than BUG'ing on "Unexpected object collision"Kiran Kumar Modukuri
2018-07-25cachefiles: Fix missing clear of the CACHEFILES_OBJECT_ACTIVE flagKiran Kumar Modukuri
2018-05-21cachefiles: vfs_mkdir() might succeed leaving dentry negative unhashedAl Viro
2018-04-04fscache: Attach the index key and aux data to the cookieDavid Howells
2018-04-04fscache: Add tracepointsDavid Howells
2017-06-20sched/wait: Rename wait_queue_t => wait_queue_entry_tIngo Molnar
2016-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-10-10Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2016-10-07xattr: Add __vfs_{get,set,remove}xattr helpersAndreas Gruenbacher
2016-09-27cachefiles: Fix attempt to read i_blocks after deleting file [ver #2]David Howells
2016-09-27fs: rename "rename2" i_op to "rename"Miklos Szeredi
2016-09-27vfs: remove unused i_op->renameMiklos Szeredi
2016-08-03cachefiles: Fix race between inactivating and culling a cache objectDavid Howells
2016-02-01CacheFiles: Provide read-and-reset release counters for cachefilesdDavid Howells
2016-01-22wrappers for ->i_mutex accessAl Viro
2015-11-11cachefiles: perform test on s_blocksize when opening cache file.NeilBrown
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-13CacheFiles: Fix incorrect test for in-memory object collisionDavid Howells
2014-09-26fs/cachefiles: add missing \n to kerror conversionsFabian Frederick
2014-09-17CacheFiles: Handle rename2David Howells
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-01get rid of pointless checks for NULL ->i_opAl Viro
2014-04-01security: add flags to rename hooksMiklos Szeredi