summaryrefslogtreecommitdiffstats
path: root/fs/configfs
Commit message (Expand)AuthorAgeFilesLines
* configfs: init configfs module earlier at boot timeDaniel Baluta2015-05-061-1/+1
* VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells2015-04-153-45/+45
* configfs: Fix inconsistent use of file_inode() vs file->f_path.dentry->d_inodeDavid Howells2015-04-151-1/+1
* configfs: Fix potential NULL d_inode dereferenceDavid Howells2015-02-201-1/+1
* configfs_add_file: fold into its sole callerAl Viro2015-02-182-19/+10Star
* configfs: fold create_dir() into its only callerAl Viro2015-02-181-34/+29Star
* configfs: configfs_create() init callback is never NULL and it never failsAl Viro2015-02-183-15/+6Star
* fs: remove mapping->backing_dev_infoChristoph Hellwig2015-01-201-1/+0Star
* fs: introduce f_op->mmap_capabilities for nommu mmap supportChristoph Hellwig2015-01-203-28/+3Star
* assorted conversions to %p[dD]Al Viro2014-11-191-1/+1
* fs/configfs: use pr_fmtFabian Frederick2014-06-054-5/+11
* fs/configfs: convert printk to pr_foo()Fabian Frederick2014-06-053-8/+7Star
* fs/configs/item.c: kernel-doc fixes + clean-upFabian Frederick2014-06-051-30/+28Star
* configfs: fix race between dentry put and lookupJunxiao Bi2013-11-221-2/+14
* consolidate simple ->d_delete() instancesAl Viro2013-11-161-11/+1Star
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-07-141-11/+2Star
|\
| * configfs: don't open-code d_alloc_name()Al Viro2013-07-141-11/+2Star
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-07-091-1/+1
|/
* configfs: use capped length for ->store_attribute()Dan Carpenter2013-07-041-1/+1
* [readdir] convert configfsAl Viro2013-06-291-70/+52Star
* fs: Limit sys_mount to only request filesystem modules.Eric W. Biederman2013-03-041-0/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-02-271-1/+1
|\
| * new helper: file_inode(file)Al Viro2013-02-231-1/+1
* | configfs: move the dereference below the NULL testWei Yongjun2013-02-221-2/+3
|/
* lseek: the "whence" argument is called "whence"Andrew Morton2012-12-181-2/+2
* userns: Convert configfs to use kuid and kgid where appropriateEric W. Biederman2012-09-181-2/+2
* stop passing nameidata to ->lookup()Al Viro2012-07-141-1/+1
* make configfs_pin_fs() return root dentry on successAl Viro2012-03-213-13/+11Star
* configfs: configfs_create_dir() has parent dentry in dentry->d_parentAl Viro2012-03-211-15/+5Star
* configfs: sanitize configfs_create()Al Viro2012-03-211-28/+27Star
* configfs: kill configfs_sbAl Viro2012-03-215-25/+26
* configfs: don't bother with checks for mkdir/rmdir/unlink/symlink in rootAl Viro2012-03-214-15/+7Star
* switch open-coded instances of d_make_root() to new helperAl Viro2012-03-211-2/+1Star
* configfs: convert to umode_tAl Viro2012-01-042-5/+5
* switch vfs_mkdir() and ->mkdir() to umode_tAl Viro2012-01-041-1/+1
* vfs: live vfsmounts never have NULL ->mnt_sbAl Viro2012-01-041-1/+1
* vfs: for usbfs, etc. internal vfsmounts ->mnt_sb->s_root == ->mnt_rootAl Viro2012-01-041-1/+1
* configfs: register_filesystem() called too earlyAl Viro2011-12-132-20/+18Star
* doc: fix broken referencesPaul Bolle2011-09-272-2/+3
* configfs: remove unnecessary dentry_unhash on rmdir, dir renameSage Weil2011-05-281-2/+0Star
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2011-05-261-0/+2
|\
| * vfs: push dentry_unhash on rmdir into file systemsSage Weil2011-05-261-0/+2
* | configfs: Fix race between configfs_readdir() and configfs_d_iput()Joel Becker2011-05-181-5/+28
* | configfs: Don't try to d_delete() negative dentries.Joel Becker2011-05-181-2/+4
|/
* Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* configfs: change depends -> select SYSFSNicholas Bellinger2011-01-161-2/+2
* switch configfsAl Viro2011-01-133-5/+3Star
* fs: dcache reduce branches in lookup pathNick Piggin2011-01-071-4/+4
* fs: dcache rationalise dget variantsNick Piggin2011-01-071-1/+1
* fs: dcache remove dcache_lockNick Piggin2011-01-072-7/+1Star