summaryrefslogtreecommitdiffstats
path: root/fs/cachefiles/namei.c
Commit message (Expand)AuthorAgeFilesLines
* mm, netfs, fscache: stop read optimisation when folio removed from pagecacheDavid Howells2023-08-181-0/+2
* Merge tag 'v6.5/vfs.file' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds2023-06-261-6/+6
|\
| * fs: use a helper for opening kernel internal filesAmir Goldstein2023-06-191-2/+2
| * fs: rename {vfs,kernel}_tmpfile_open()Amir Goldstein2023-06-191-3/+3
* | cachefiles: Allow the cache to be non-rootDavid Howells2023-06-051-1/+2
|/
* fs: port vfs_*() helpers to struct mnt_idmapChristian Brauner2023-01-181-6/+6
* cachefiles: use vfs_tmpfile_open() helperMiklos Szeredi2022-09-241-20/+12
* cachefiles: only pass inode to *mark_inode_inuse() helpersMiklos Szeredi2022-09-241-33/+26
* cachefiles: tmpfile error handling cleanupMiklos Szeredi2022-09-241-29/+26
* cachefiles: notify the user daemon when looking up cookieJeffle Xu2022-05-181-2/+14
* cachefiles: unmark inode in use in error pathJeffle Xu2022-04-081-9/+24
* cachefiles: Trace active-mark failureDavid Howells2022-01-211-1/+3
* cachefiles: Make some tracepoint adjustmentsDavid Howells2022-01-211-3/+5
* fscache, cachefiles: Display stat of culling eventsDavid Howells2022-01-071-0/+1
* fscache, cachefiles: Display stats of no-space eventsDavid Howells2022-01-071-2/+4
* cachefiles: Implement backing file wranglingDavid Howells2022-01-071-0/+318
* cachefiles: Implement culling daemon commandsDavid Howells2022-01-071-0/+307
* cachefiles: Mark a backing file in use with an inode flagDavid Howells2022-01-071-0/+35
* cachefiles: Implement a function to get/create a directory in the cacheDavid Howells2022-01-071-0/+141
* vfs, cachefiles: Mark a backing file in use with an inode flagDavid Howells2022-01-071-0/+43
* cachefiles: Delete the cachefiles driver pending rewriteDavid Howells2022-01-071-1018/+0
* cachefiles: Change %p in format strings to something elseDavid Howells2021-08-271-26/+22
* fscache, cachefiles: Remove the histogram stuffDavid Howells2021-08-271-13/+0
* namei: prepare for idmapped mountsChristian Brauner2021-01-241-4/+8
* namei: introduce struct renamedataChristian Brauner2021-01-241-2/+7
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 36Thomas Gleixner2019-05-241-5/+1
* fs/cachefiles/namei.c: remove duplicate headerSabyasachi Gupta2019-05-141-1/+0
* cachefiles: avoid deprecated get_seconds()Arnd Bergmann2018-11-301-1/+1
* cachefiles: Explicitly cast enumerated type in put_objectNathan Chancellor2018-11-301-2/+4
* cachefiles: fix the race between cachefiles_bury_object() and rmdir(2)Al Viro2018-10-181-1/+1
* cachefiles: Wait rather than BUG'ing on "Unexpected object collision"Kiran Kumar Modukuri2018-07-251-1/+0
* cachefiles: Fix missing clear of the CACHEFILES_OBJECT_ACTIVE flagKiran Kumar Modukuri2018-07-251-1/+1
* cachefiles: vfs_mkdir() might succeed leaving dentry negative unhashedAl Viro2018-05-211-0/+10
* fscache: Attach the index key and aux data to the cookieDavid Howells2018-04-041-22/+11
* fscache: Add tracepointsDavid Howells2018-04-041-9/+33
* sched/wait: Rename wait_queue_t => wait_queue_entry_tIngo Molnar2017-06-201-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-10-101-2/+1
|\
| * fs: rename "rename2" i_op to "rename"Miklos Szeredi2016-09-271-1/+1
| * vfs: remove unused i_op->renameMiklos Szeredi2016-09-271-2/+1
* | Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2016-10-101-2/+2
|\ \
| * | xattr: Add __vfs_{get,set,remove}xattr helpersAndreas Gruenbacher2016-10-071-2/+2
| |/
* / cachefiles: Fix attempt to read i_blocks after deleting file [ver #2]David Howells2016-09-271-4/+4
|/
* cachefiles: Fix race between inactivating and culling a cache objectDavid Howells2016-08-031-2/+3
* CacheFiles: Provide read-and-reset release counters for cachefilesdDavid Howells2016-02-011-5/+23
* wrappers for ->i_mutex accessAl Viro2016-01-221-20/+20
* cachefiles: perform test on s_blocksize when opening cache file.NeilBrown2015-11-111-0/+2
* Merge branch 'fscache-fixes' into for-nextAl Viro2015-06-231-12/+21
|\
| * FS-Cache: Count culled objects and objects rejected due to lack of spaceDavid Howells2015-02-241-12/+21
* | VFS: fs/cachefiles: d_backing_inode() annotationsDavid Howells2015-04-151-35/+35
* | VFS: Cachefiles should perform fs modifications on the top layer onlyDavid Howells2015-04-151-26/+26