summaryrefslogtreecommitdiff
path: root/fs/cachefiles/namei.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-15kernel_file_open(): get rid of inode argumentAl Viro1-2/+1
2023-11-25rename(): avoid a deadlock in the case of parents having no common ancestorAl Viro1-0/+2
2023-08-18mm, netfs, fscache: stop read optimisation when folio removed from pagecacheDavid Howells1-0/+2
2023-06-26Merge tag 'v6.5/vfs.file' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds1-6/+6
2023-06-19fs: use a helper for opening kernel internal filesAmir Goldstein1-2/+2
2023-06-19fs: rename {vfs,kernel}_tmpfile_open()Amir Goldstein1-3/+3
2023-06-05cachefiles: Allow the cache to be non-rootDavid Howells1-1/+2
2023-01-18fs: port vfs_*() helpers to struct mnt_idmapChristian Brauner1-6/+6
2022-09-24cachefiles: use vfs_tmpfile_open() helperMiklos Szeredi1-20/+12
2022-09-24cachefiles: only pass inode to *mark_inode_inuse() helpersMiklos Szeredi1-33/+26
2022-09-24cachefiles: tmpfile error handling cleanupMiklos Szeredi1-29/+26
2022-05-17cachefiles: notify the user daemon when looking up cookieJeffle Xu1-2/+14
2022-04-09cachefiles: unmark inode in use in error pathJeffle Xu1-9/+24
2022-01-22cachefiles: Trace active-mark failureDavid Howells1-1/+3
2022-01-22cachefiles: Make some tracepoint adjustmentsDavid Howells1-3/+5
2022-01-07fscache, cachefiles: Display stat of culling eventsDavid Howells1-0/+1
2022-01-07fscache, cachefiles: Display stats of no-space eventsDavid Howells1-2/+4
2022-01-07cachefiles: Implement backing file wranglingDavid Howells1-0/+318
2022-01-07cachefiles: Implement culling daemon commandsDavid Howells1-0/+307
2022-01-07cachefiles: Mark a backing file in use with an inode flagDavid Howells1-0/+35
2022-01-07cachefiles: Implement a function to get/create a directory in the cacheDavid Howells1-0/+141
2022-01-07vfs, cachefiles: Mark a backing file in use with an inode flagDavid Howells1-0/+43
2022-01-07cachefiles: Delete the cachefiles driver pending rewriteDavid Howells1-1018/+0
2021-08-27cachefiles: Change %p in format strings to something elseDavid Howells1-26/+22
2021-08-27fscache, cachefiles: Remove the histogram stuffDavid Howells1-13/+0
2021-01-24namei: prepare for idmapped mountsChristian Brauner1-4/+8
2021-01-24namei: introduce struct renamedataChristian Brauner1-2/+7
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 36Thomas Gleixner1-5/+1
2019-05-15fs/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-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-2/+1
2016-10-11Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds1-2/+2
2016-10-08xattr: Add __vfs_{get,set,remove}xattr helpersAndreas Gruenbacher1-2/+2
2016-09-28cachefiles: 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-23wrappers for ->i_mutex accessAl Viro1-20/+20
2015-11-11cachefiles: perform test on s_blocksize when opening cache file.NeilBrown1-0/+2
2015-06-24Merge branch 'fscache-fixes' into for-nextAl Viro1-12/+21
2015-04-15VFS: fs/cachefiles: d_backing_inode() annotationsDavid Howells1-35/+35