summaryrefslogtreecommitdiffstats
path: root/fs/configfs
Commit message (Expand)AuthorAgeFilesLines
* configfs: fix kernel infoleak through user-controlled format stringNicolas Iooss2015-07-171-2/+2
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-07-041-1/+1
|\
| * make simple_positive() publicAl Viro2015-06-231-1/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2015-07-031-6/+4
|\ \
| * | sysfs: Create mountpoints with sysfs_create_mount_pointEric W. Biederman2015-07-011-6/+4
* | | configfs: unexport/make static config_item_init()Fabian Frederick2015-06-241-2/+1
| |/ |/|
* | new helper: free_page_put_link()Al Viro2015-05-111-6/+1
* | switch ->put_link() from dentry to inodeAl Viro2015-05-111-1/+1
* | don't pass nameidata to ->follow_link()Al Viro2015-05-101-1/+1
* | new ->follow_link() and ->put_link() calling conventionsAl Viro2015-05-101-16/+12
* | configfs: init configfs module earlier at boot timeDaniel Baluta2015-05-051-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-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
OpenPOWER on IntegriCloud