aboutsummaryrefslogtreecommitdiffstats
path: root/fs/configfs/dir.c
AgeCommit message (Expand)Author
2022-03-02configfs: fix a race in configfs_{,un}register_subsystem()ChenXiaoSong
2020-05-27configfs: fix config_item refcnt leak in configfs_rmdir()Xiyu Yang
2019-11-12configfs: provide exclusion between IO and removalsAl Viro
2019-11-12configfs: new object reprsenting tree fragmentsAl Viro
2019-11-12configfs_register_group() shouldn't be (and isn't) called in rmdirable partsAl Viro
2019-06-22configfs: Fix use-after-free when accessing sd->s_dentrySahitya Tummala
2019-06-15configfs: fix possible use-after-free in configfs_register_groupYueHaibing
2018-07-17configfs: fix registered group removalMike Christie
2017-10-19configfs: make ci_type field, some pointers and function arguments constBhumika Goyal
2016-05-09configfs_readdir(): make safe under shared lockAl Viro
2016-05-02configfs_detach_prep(): make sure that wait_mutex won't go awayAl Viro
2016-03-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-03-14configfs: move d_rehash() into configfs_create() for regular filesAl Viro
2016-03-06configfs: switch ->default groups to a linked listChristoph Hellwig
2016-01-22wrappers for ->i_mutex accessAl Viro
2016-01-20Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds
2016-01-04configfs: implement binary attributesPantelis Antoniou
2015-12-20fs: configfs: Add unlocked version of configfs_depend_item()Krzysztof Opasiak
2015-12-20fs: configfs: Factor out configfs_find_subsys_dentry()Krzysztof Opasiak
2015-12-20fs: configfs: Factor out configfs_do_depend_item()Krzysztof Opasiak
2015-12-20fs: configfs: Drop unused parameter from configfs_undepend_item()Krzysztof Opasiak
2015-11-20configfs: allow dynamic group creationDaniel Baluta
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells
2015-04-15configfs: Fix inconsistent use of file_inode() vs file->f_path.dentry->d_inodeDavid Howells
2015-02-17configfs: fold create_dir() into its only callerAl Viro
2015-02-17configfs: configfs_create() init callback is never NULL and it never failsAl Viro
2014-11-19assorted conversions to %p[dD]Al Viro
2014-06-04fs/configfs: use pr_fmtFabian Frederick
2014-06-04fs/configfs: convert printk to pr_foo()Fabian Frederick
2013-11-21configfs: fix race between dentry put and lookupJunxiao Bi
2013-11-15consolidate simple ->d_delete() instancesAl Viro
2013-07-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2013-07-14configfs: don't open-code d_alloc_name()Al Viro
2013-07-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2013-06-29[readdir] convert configfsAl Viro
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2013-02-22new helper: file_inode(file)Al Viro
2013-02-21configfs: move the dereference below the NULL testWei Yongjun
2012-12-17lseek: the "whence" argument is called "whence"Andrew Morton
2012-07-14stop passing nameidata to ->lookup()Al Viro
2012-03-20make configfs_pin_fs() return root dentry on successAl Viro
2012-03-20configfs: configfs_create_dir() has parent dentry in dentry->d_parentAl Viro
2012-03-20configfs: kill configfs_sbAl Viro
2012-03-20configfs: don't bother with checks for mkdir/rmdir/unlink/symlink in rootAl Viro
2012-01-03switch vfs_mkdir() and ->mkdir() to umode_tAl Viro
2012-01-03vfs: live vfsmounts never have NULL ->mnt_sbAl Viro
2012-01-03vfs: for usbfs, etc. internal vfsmounts ->mnt_sb->s_root == ->mnt_rootAl Viro
2011-05-28configfs: remove unnecessary dentry_unhash on rmdir, dir renameSage Weil
2011-05-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2011-05-26vfs: push dentry_unhash on rmdir into file systemsSage Weil