aboutsummaryrefslogtreecommitdiff
path: root/fs/cachefiles/namei.c
AgeCommit message (Expand)AuthorFilesLines
2023-08-18mm, netfs, fscache: stop read optimisation when folio removed from pagecacheGravatar David Howells 1-0/+2
2023-06-26Merge tag 'v6.5/vfs.file' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Gravatar Linus Torvalds 1-6/+6
2023-06-19fs: use a helper for opening kernel internal filesGravatar Amir Goldstein 1-2/+2
2023-06-19fs: rename {vfs,kernel}_tmpfile_open()Gravatar Amir Goldstein 1-3/+3
2023-06-05cachefiles: Allow the cache to be non-rootGravatar David Howells 1-1/+2
2023-01-18fs: port vfs_*() helpers to struct mnt_idmapGravatar Christian Brauner 1-6/+6
2022-09-24cachefiles: use vfs_tmpfile_open() helperGravatar Miklos Szeredi 1-20/+12
2022-09-24cachefiles: only pass inode to *mark_inode_inuse() helpersGravatar Miklos Szeredi 1-33/+26
2022-09-24cachefiles: tmpfile error handling cleanupGravatar Miklos Szeredi 1-29/+26
2022-05-18cachefiles: notify the user daemon when looking up cookieGravatar Jeffle Xu 1-2/+14
2022-04-08cachefiles: unmark inode in use in error pathGravatar Jeffle Xu 1-9/+24
2022-01-21cachefiles: Trace active-mark failureGravatar David Howells 1-1/+3
2022-01-21cachefiles: Make some tracepoint adjustmentsGravatar David Howells 1-3/+5
2022-01-07fscache, cachefiles: Display stat of culling eventsGravatar David Howells 1-0/+1
2022-01-07fscache, cachefiles: Display stats of no-space eventsGravatar David Howells 1-2/+4
2022-01-07cachefiles: Implement backing file wranglingGravatar David Howells 1-0/+318
2022-01-07cachefiles: Implement culling daemon commandsGravatar David Howells 1-0/+307
2022-01-07cachefiles: Mark a backing file in use with an inode flagGravatar David Howells 1-0/+35
2022-01-07cachefiles: Implement a function to get/create a directory in the cacheGravatar David Howells 1-0/+141
2022-01-07vfs, cachefiles: Mark a backing file in use with an inode flagGravatar David Howells 1-0/+43
2022-01-07cachefiles: Delete the cachefiles driver pending rewriteGravatar David Howells 1-1018/+0
2021-08-27cachefiles: Change %p in format strings to something elseGravatar David Howells 1-26/+22
2021-08-27fscache, cachefiles: Remove the histogram stuffGravatar David Howells 1-13/+0
2021-01-24namei: prepare for idmapped mountsGravatar Christian Brauner 1-4/+8
2021-01-24namei: introduce struct renamedataGravatar Christian Brauner 1-2/+7
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 36Gravatar Thomas Gleixner 1-5/+1
2019-05-14fs/cachefiles/namei.c: remove duplicate headerGravatar Sabyasachi Gupta 1-1/+0
2018-11-30cachefiles: avoid deprecated get_seconds()Gravatar Arnd Bergmann 1-1/+1
2018-11-30cachefiles: Explicitly cast enumerated type in put_objectGravatar Nathan Chancellor 1-2/+4
2018-10-18cachefiles: fix the race between cachefiles_bury_object() and rmdir(2)Gravatar Al Viro 1-1/+1
2018-07-25cachefiles: Wait rather than BUG'ing on "Unexpected object collision"Gravatar Kiran Kumar Modukuri 1-1/+0
2018-07-25cachefiles: Fix missing clear of the CACHEFILES_OBJECT_ACTIVE flagGravatar Kiran Kumar Modukuri 1-1/+1
2018-05-21cachefiles: vfs_mkdir() might succeed leaving dentry negative unhashedGravatar Al Viro 1-0/+10
2018-04-04fscache: Attach the index key and aux data to the cookieGravatar David Howells 1-22/+11
2018-04-04fscache: Add tracepointsGravatar David Howells 1-9/+33
2017-06-20sched/wait: Rename wait_queue_t => wait_queue_entry_tGravatar Ingo Molnar 1-1/+1
2016-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-2/+1
2016-10-10Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Gravatar Linus Torvalds 1-2/+2
2016-10-07xattr: Add __vfs_{get,set,remove}xattr helpersGravatar Andreas Gruenbacher 1-2/+2
2016-09-27cachefiles: Fix attempt to read i_blocks after deleting file [ver #2]Gravatar David Howells 1-4/+4
2016-09-27fs: rename "rename2" i_op to "rename"Gravatar Miklos Szeredi 1-1/+1
2016-09-27vfs: remove unused i_op->renameGravatar Miklos Szeredi 1-2/+1
2016-08-03cachefiles: Fix race between inactivating and culling a cache objectGravatar David Howells 1-2/+3
2016-02-01CacheFiles: Provide read-and-reset release counters for cachefilesdGravatar David Howells 1-5/+23
2016-01-22wrappers for ->i_mutex accessGravatar Al Viro 1-20/+20
2015-11-11cachefiles: perform test on s_blocksize when opening cache file.Gravatar NeilBrown 1-0/+2
2015-06-23Merge branch 'fscache-fixes' into for-nextGravatar Al Viro 1-12/+21
2015-04-15VFS: fs/cachefiles: d_backing_inode() annotationsGravatar David Howells 1-35/+35
2015-04-15VFS: Cachefiles should perform fs modifications on the top layer onlyGravatar David Howells 1-26/+26
2015-02-24FS-Cache: Count culled objects and objects rejected due to lack of spaceGravatar David Howells 1-12/+21