summaryrefslogtreecommitdiffstats
path: root/fs/cachefiles/bind.c
Commit message (Expand)AuthorAgeFilesLines
* VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)David Howells2017-07-171-1/+1
* xattr: Add __vfs_{get,set,remove}xattr helpersAndreas Gruenbacher2016-10-071-2/+2
* VFS: fs/cachefiles: d_backing_inode() annotationsDavid Howells2015-04-151-5/+5
* fs/cachefiles: add missing \n to kerror conversionsFabian Frederick2014-09-261-4/+4
* fs/cachefiles: replace kerror by pr_errFabian Frederick2014-06-061-7/+6
* FS/CACHEFILES: convert printk to pr_foo()Fabian Frederick2014-06-061-6/+4
* get rid of pointless checks for NULL ->i_opAl Viro2014-04-011-1/+0
* kill useless checks for sb->s_op == NULLAl Viro2011-07-201-1/+0
* get rid of pointless checks for dentry->sb == NULLAl Viro2011-07-201-1/+0
* pass a struct path to vfs_statfsChristoph Hellwig2010-08-091-1/+1
* switch cachefiles to kern_path()Al Viro2009-12-161-7/+4
* CacheFiles: A cache that backs onto a mounted filesystemDavid Howells2009-04-031-0/+286