summaryrefslogtreecommitdiffstats
path: root/fs/configfs
Commit message (Expand)AuthorAgeFilesLines
* configfs: allow dynamic group creationDaniel Baluta2015-11-211-0/+110
* configfs: remove old APIChristoph Hellwig2015-10-141-12/+3Star
* configfs: add show and store methods to struct configfs_attributeChristoph Hellwig2015-10-141-5/+12
* configfs: fix kernel infoleak through user-controlled format stringNicolas Iooss2015-07-181-2/+2
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-07-051-1/+1
|\
| * make simple_positive() publicAl Viro2015-06-241-1/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2015-07-041-6/+4Star
|\ \
| * | sysfs: Create mountpoints with sysfs_create_mount_pointEric W. Biederman2015-07-011-6/+4Star
* | | configfs: unexport/make static config_item_init()Fabian Frederick2015-06-251-2/+1Star
| |/ |/|
* | new helper: free_page_put_link()Al Viro2015-05-111-6/+1Star
* | switch ->put_link() from dentry to inodeAl Viro2015-05-111-1/+1
* | don't pass nameidata to ->follow_link()Al Viro2015-05-111-1/+1
* | new ->follow_link() and ->put_link() calling conventionsAl Viro2015-05-111-16/+12Star
* | 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