aboutsummaryrefslogtreecommitdiff
path: root/fs/cachefiles/xattr.c
AgeCommit message (Expand)AuthorFilesLines
2023-01-19fs: port ->permission() to pass mnt_idmapGravatar Christian Brauner 1-5/+5
2022-04-08cachefiles: Fix KASAN slab-out-of-bounds in cachefiles_set_volume_xattrGravatar Dave Wysochanski 1-1/+1
2022-03-11cachefiles: Fix volume coherency attributeGravatar David Howells 1-3/+20
2022-01-07fscache, cachefiles: Store the volume coherency dataGravatar David Howells 1-0/+78
2022-01-07cachefiles: Implement metadata/coherency data storage in xattrsGravatar David Howells 1-0/+181
2022-01-07cachefiles: Delete the cachefiles driver pending rewriteGravatar David Howells 1-324/+0
2021-08-27cachefiles: Change %p in format strings to something elseGravatar David Howells 1-2/+2
2021-01-24xattr: handle idmapped mountsGravatar Tycho Andersen 1-15/+14
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 36Gravatar Thomas Gleixner 1-5/+1
2018-11-28cachefiles: Fix an assertion failure when trying to update a failed objectGravatar David Howells 1-1/+2
2018-04-06fscache: Pass object size in rather than calling back for itGravatar David Howells 1-2/+4
2018-04-04fscache: Attach the index key and aux data to the cookieGravatar David Howells 1-0/+2
2015-04-15VFS: fs/cachefiles: d_backing_inode() annotationsGravatar David Howells 1-11/+11
2014-11-19assorted conversions to %p[dD]Gravatar Al Viro 1-9/+6
2014-09-26fs/cachefiles: add missing \n to kerror conversionsGravatar Fabian Frederick 1-5/+5
2014-06-06fs/cachefiles: replace kerror by pr_errGravatar Fabian Frederick 1-5/+5
2013-09-20CacheFiles: Fix memory leak in cachefiles_check_auxdata error pathsGravatar Josh Boyer 1-14/+15
2013-09-06CacheFiles: Implement interface to check cache consistencyGravatar David Howells 1-0/+36
2013-06-19FS-Cache: Simplify cookie retention for fscache_objects, fixing oopsGravatar David Howells 1-4/+2
2012-12-20CacheFiles: Downgrade the requirements passed to the allocatorGravatar David Howells 1-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-0/+1
2009-04-03CacheFiles: A cache that backs onto a mounted filesystemGravatar David Howells 1-0/+291