summaryrefslogtreecommitdiffstats
path: root/fs/configfs
Commit message (Expand)AuthorAgeFilesLines
* configfs: Fix potential NULL d_inode dereferenceDavid Howells2015-02-201-1/+1
* configfs_add_file: fold into its sole callerAl Viro2015-02-172-19/+10
* configfs: fold create_dir() into its only callerAl Viro2015-02-171-34/+29
* configfs: configfs_create() init callback is never NULL and it never failsAl Viro2015-02-173-15/+6
* fs: remove mapping->backing_dev_infoChristoph Hellwig2015-01-201-1/+0
* fs: introduce f_op->mmap_capabilities for nommu mmap supportChristoph Hellwig2015-01-203-28/+3
* assorted conversions to %p[dD]Al Viro2014-11-191-1/+1
* fs/configfs: use pr_fmtFabian Frederick2014-06-044-5/+11
* fs/configfs: convert printk to pr_foo()Fabian Frederick2014-06-043-8/+7
* fs/configs/item.c: kernel-doc fixes + clean-upFabian Frederick2014-06-041-30/+28
* configfs: fix race between dentry put and lookupJunxiao Bi2013-11-211-2/+14
* consolidate simple ->d_delete() instancesAl Viro2013-11-151-11/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-07-141-11/+2
|\
| * configfs: don't open-code d_alloc_name()Al Viro2013-07-141-11/+2
* | 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-031-1/+1
* [readdir] convert configfsAl Viro2013-06-291-70/+52
* fs: Limit sys_mount to only request filesystem modules.Eric W. Biederman2013-03-031-0/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-02-261-1/+1
|\
| * new helper: file_inode(file)Al Viro2013-02-221-1/+1
* | configfs: move the dereference below the NULL testWei Yongjun2013-02-211-2/+3
|/
* lseek: the "whence" argument is called "whence"Andrew Morton2012-12-171-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-203-13/+11
* configfs: configfs_create_dir() has parent dentry in dentry->d_parentAl Viro2012-03-201-15/+5
* configfs: sanitize configfs_create()Al Viro2012-03-201-28/+27
* configfs: kill configfs_sbAl Viro2012-03-205-25/+26
* configfs: don't bother with checks for mkdir/rmdir/unlink/symlink in rootAl Viro2012-03-204-15/+7
* switch open-coded instances of d_make_root() to new helperAl Viro2012-03-201-2/+1
* configfs: convert to umode_tAl Viro2012-01-032-5/+5
* switch vfs_mkdir() and ->mkdir() to umode_tAl Viro2012-01-031-1/+1
* vfs: live vfsmounts never have NULL ->mnt_sbAl Viro2012-01-031-1/+1
* vfs: for usbfs, etc. internal vfsmounts ->mnt_sb->s_root == ->mnt_rootAl Viro2012-01-031-1/+1
* configfs: register_filesystem() called too earlyAl Viro2011-12-132-20/+18
* doc: fix broken referencesPaul Bolle2011-09-272-2/+3
* configfs: remove unnecessary dentry_unhash on rmdir, dir renameSage Weil2011-05-281-2/+0
* 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-123-5/+3
* 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/+1
* fs: dcache scale d_unhashedNick Piggin2011-01-071-0/+2
* fs: dcache scale dentry refcountNick Piggin2011-01-072-3/+2
* fs: change d_delete semanticsNick Piggin2011-01-071-1/+1
OpenPOWER on IntegriCloud