aboutsummaryrefslogtreecommitdiff
path: root/fs/configfs/dir.c
AgeCommit message (Expand)AuthorFilesLines
2023-04-03fs: consolidate duplicate dt_type helpersGravatar Jeff Layton 1-7/+2
2023-01-19fs: port ->mkdir() to pass mnt_idmapGravatar Christian Brauner 1-1/+1
2022-12-02configfs: fix possible memory leak in configfs_create_dir()Gravatar Chen Zhongjin 1-0/+2
2022-02-22configfs: fix a race in configfs_{,un}register_subsystem()Gravatar ChenXiaoSong 1-0/+14
2022-01-24fsnotify: fix fsnotify hooks in pseudo filesystemsGravatar Amir Goldstein 1-3/+3
2021-08-25configfs: fix a race in configfs_lookup()Gravatar Sishuai Gong 1-3/+4
2021-08-25configfs: fold configfs_attach_attr into configfs_lookupGravatar Christoph Hellwig 1-49/+24
2021-08-25configfs: simplify the configfs_dirent_is_readyGravatar Christoph Hellwig 1-3/+1
2021-08-25configfs: return -ENAMETOOLONG earlier in configfs_lookupGravatar Christoph Hellwig 1-2/+3
2021-05-07treewide: remove editor modelines and cruftGravatar Masahiro Yamada 1-3/+1
2021-01-24fs: make helpers idmap mount awareGravatar Christian Brauner 1-1/+2
2020-11-14configfs: fix kernel-doc markup issueGravatar Alex Shi 1-0/+1
2020-10-16fs: configfs: delete repeated words in commentsGravatar Randy Dunlap 1-1/+1
2020-08-23treewide: Use fallthrough pseudo-keywordGravatar Gustavo A. R. Silva 1-2/+2
2020-04-27configfs: fix config_item refcnt leak in configfs_rmdir()Gravatar Xiyu Yang 1-0/+1
2019-09-11configfs: calculate the symlink target only onceGravatar Al Viro 1-46/+6
2019-09-11configfs: make configfs_create() return inodeGravatar Al Viro 1-39/+33
2019-09-11configfs: factor dirent removal into helpersGravatar Christoph Hellwig 1-30/+33
2019-09-04configfs: provide exclusion between IO and removalsGravatar Al Viro 1-0/+23
2019-09-02configfs: new object reprsenting tree fragmentsGravatar Al Viro 1-23/+82
2019-09-02configfs_register_group() shouldn't be (and isn't) called in rmdirable partsGravatar Al Viro 1-11/+0
2019-07-10Merge tag 'fsnotify_for_v5.3-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-0/+3
2019-06-20configfs: call fsnotify_rmdir() hookGravatar Amir Goldstein 1-0/+3
2019-05-31Merge tag 'spdx-5.2-rc3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/g...Gravatar Linus Torvalds 1-15/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 145Gravatar Thomas Gleixner 1-15/+1
2019-05-28configfs: Fix use-after-free when accessing sd->s_dentryGravatar Sahitya Tummala 1-8/+6
2019-05-16Merge tag 'configfs-for-5.2' of git://git.infradead.org/users/hch/configfsGravatar Linus Torvalds 1-5/+12
2019-05-08configfs: fix possible use-after-free in configfs_register_groupGravatar YueHaibing 1-5/+12
2019-04-08fs: mark expected switch fall-throughsGravatar Gustavo A. R. Silva 1-0/+2
2018-07-17configfs: fix registered group removalGravatar Mike Christie 1-0/+11
2017-10-19configfs: make ci_type field, some pointers and function arguments constGravatar Bhumika Goyal 1-5/+5
2016-05-09configfs_readdir(): make safe under shared lockGravatar Al Viro 1-13/+7
2016-05-02configfs_detach_prep(): make sure that wait_mutex won't go awayGravatar Al Viro 1-8/+9
2016-03-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-7/+2
2016-03-14configfs: move d_rehash() into configfs_create() for regular filesGravatar Al Viro 1-7/+2
2016-03-06configfs: switch ->default groups to a linked listGravatar Christoph Hellwig 1-24/+20
2016-01-22wrappers for ->i_mutex accessGravatar Al Viro 1-29/+29
2016-01-20Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Gravatar Linus Torvalds 1-29/+121
2016-01-04configfs: implement binary attributesGravatar Pantelis Antoniou 1-1/+17
2015-12-20fs: configfs: Add unlocked version of configfs_depend_item()Gravatar Krzysztof Opasiak 1-0/+73
2015-12-20fs: configfs: Factor out configfs_find_subsys_dentry()Gravatar Krzysztof Opasiak 1-12/+21
2015-12-20fs: configfs: Factor out configfs_do_depend_item()Gravatar Krzysztof Opasiak 1-15/+26
2015-12-20fs: configfs: Drop unused parameter from configfs_undepend_item()Gravatar Krzysztof Opasiak 1-2/+1
2015-11-20configfs: allow dynamic group creationGravatar Daniel Baluta 1-0/+110
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsGravatar David Howells 1-35/+35
2015-04-15configfs: Fix inconsistent use of file_inode() vs file->f_path.dentry->d_inodeGravatar David Howells 1-1/+1
2015-02-17configfs: fold create_dir() into its only callerGravatar Al Viro 1-34/+29
2015-02-17configfs: configfs_create() init callback is never NULL and it never failsGravatar Al Viro 1-6/+3
2014-11-19assorted conversions to %p[dD]Gravatar Al Viro 1-1/+1
2014-06-04fs/configfs: use pr_fmtGravatar Fabian Frederick 1-2/+2