aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cachefiles/bind.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 36Thomas Gleixner1-5/+1
2018-07-25fscache: Fix reference overput in fscache_attach_object() error handlingKiran Kumar Modukuri1-1/+2
2017-07-17VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)David Howells1-1/+1
2016-10-07xattr: Add __vfs_{get,set,remove}xattr helpersAndreas Gruenbacher1-2/+2
2015-04-15VFS: fs/cachefiles: d_backing_inode() annotationsDavid Howells1-5/+5
2014-09-26fs/cachefiles: add missing \n to kerror conversionsFabian Frederick1-4/+4
2014-06-06fs/cachefiles: replace kerror by pr_errFabian Frederick1-7/+6
2014-06-06FS/CACHEFILES: convert printk to pr_foo()Fabian Frederick1-6/+4
2014-04-01get rid of pointless checks for NULL ->i_opAl Viro1-1/+0
2011-07-20kill useless checks for sb->s_op == NULLAl Viro1-1/+0
2011-07-20get rid of pointless checks for dentry->sb == NULLAl Viro1-1/+0
2010-08-09pass a struct path to vfs_statfsChristoph Hellwig1-1/+1
2009-12-16switch cachefiles to kern_path()Al Viro1-7/+4
2009-04-03CacheFiles: A cache that backs onto a mounted filesystemDavid Howells1-0/+286