summaryrefslogtreecommitdiffstats
path: root/fs/configfs/dir.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'fsnotify_for_v5.3-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2019-07-111-0/+3
|\
| * configfs: call fsnotify_rmdir() hookAmir Goldstein2019-06-201-0/+3
* | Merge tag 'spdx-5.2-rc3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/g...Linus Torvalds2019-05-311-15/+1Star
|\ \
| * | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 145Thomas Gleixner2019-05-301-15/+1Star
| |/
* / configfs: Fix use-after-free when accessing sd->s_dentrySahitya Tummala2019-05-281-8/+6Star
|/
* Merge tag 'configfs-for-5.2' of git://git.infradead.org/users/hch/configfsLinus Torvalds2019-05-161-5/+12
|\
| * configfs: fix possible use-after-free in configfs_register_groupYueHaibing2019-05-081-5/+12
* | fs: mark expected switch fall-throughsGustavo A. R. Silva2019-04-091-0/+2
|/
* configfs: fix registered group removalMike Christie2018-07-171-0/+11
* configfs: make ci_type field, some pointers and function arguments constBhumika Goyal2017-10-191-5/+5
* configfs_readdir(): make safe under shared lockAl Viro2016-05-091-13/+7Star
* configfs_detach_prep(): make sure that wait_mutex won't go awayAl Viro2016-05-031-8/+9
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-03-201-7/+2Star
|\
| * configfs: move d_rehash() into configfs_create() for regular filesAl Viro2016-03-141-7/+2Star
* | configfs: switch ->default groups to a linked listChristoph Hellwig2016-03-061-24/+20Star
|/
* wrappers for ->i_mutex accessAl Viro2016-01-231-29/+29
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2016-01-211-29/+121
|\
| * fs: configfs: Add unlocked version of configfs_depend_item()Krzysztof Opasiak2015-12-211-0/+73
| * fs: configfs: Factor out configfs_find_subsys_dentry()Krzysztof Opasiak2015-12-211-12/+21
| * fs: configfs: Factor out configfs_do_depend_item()Krzysztof Opasiak2015-12-211-15/+26
| * fs: configfs: Drop unused parameter from configfs_undepend_item()Krzysztof Opasiak2015-12-211-2/+1Star
* | configfs: implement binary attributesPantelis Antoniou2016-01-041-1/+17
|/
* configfs: allow dynamic group creationDaniel Baluta2015-11-211-0/+110
* VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells2015-04-151-35/+35
* configfs: Fix inconsistent use of file_inode() vs file->f_path.dentry->d_inodeDavid Howells2015-04-151-1/+1
* 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-181-6/+3Star
* assorted conversions to %p[dD]Al Viro2014-11-191-1/+1
* fs/configfs: use pr_fmtFabian Frederick2014-06-051-2/+2
* fs/configfs: convert printk to pr_foo()Fabian Frederick2014-06-051-4/+4
* 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
|/
* [readdir] convert configfsAl Viro2013-06-291-70/+52Star
* 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
* stop passing nameidata to ->lookup()Al Viro2012-07-141-1/+1
* make configfs_pin_fs() return root dentry on successAl Viro2012-03-211-8/+6Star
* configfs: configfs_create_dir() has parent dentry in dentry->d_parentAl Viro2012-03-211-15/+5Star
* configfs: kill configfs_sbAl Viro2012-03-211-12/+17
* configfs: don't bother with checks for mkdir/rmdir/unlink/symlink in rootAl Viro2012-03-211-8/+5Star
* 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: 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
|\