summaryrefslogtreecommitdiffstats
path: root/fs/configfs/dir.c
Commit message (Expand)AuthorAgeFilesLines
* fs: consolidate duplicate dt_type helpersJeff Layton2023-04-031-7/+2
* fs: port ->mkdir() to pass mnt_idmapChristian Brauner2023-01-191-1/+1
* configfs: fix possible memory leak in configfs_create_dir()Chen Zhongjin2022-12-021-0/+2
* configfs: fix a race in configfs_{,un}register_subsystem()ChenXiaoSong2022-02-221-0/+14
* fsnotify: fix fsnotify hooks in pseudo filesystemsAmir Goldstein2022-01-241-3/+3
* configfs: fix a race in configfs_lookup()Sishuai Gong2021-08-251-3/+4
* configfs: fold configfs_attach_attr into configfs_lookupChristoph Hellwig2021-08-251-49/+24
* configfs: simplify the configfs_dirent_is_readyChristoph Hellwig2021-08-251-3/+1
* configfs: return -ENAMETOOLONG earlier in configfs_lookupChristoph Hellwig2021-08-251-2/+3
* treewide: remove editor modelines and cruftMasahiro Yamada2021-05-071-3/+1
* fs: make helpers idmap mount awareChristian Brauner2021-01-241-1/+2
* configfs: fix kernel-doc markup issueAlex Shi2020-11-141-0/+1
* fs: configfs: delete repeated words in commentsRandy Dunlap2020-10-161-1/+1
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-2/+2
* configfs: fix config_item refcnt leak in configfs_rmdir()Xiyu Yang2020-04-271-0/+1
* configfs: calculate the symlink target only onceAl Viro2019-09-111-46/+6
* configfs: make configfs_create() return inodeAl Viro2019-09-111-39/+33
* configfs: factor dirent removal into helpersChristoph Hellwig2019-09-111-30/+33
* configfs: provide exclusion between IO and removalsAl Viro2019-09-041-0/+23
* configfs: new object reprsenting tree fragmentsAl Viro2019-09-021-23/+82
* configfs_register_group() shouldn't be (and isn't) called in rmdirable partsAl Viro2019-09-021-11/+0
* Merge tag 'fsnotify_for_v5.3-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2019-07-101-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/+1
|\ \
| * | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 145Thomas Gleixner2019-05-301-15/+1
| |/
* / configfs: Fix use-after-free when accessing sd->s_dentrySahitya Tummala2019-05-281-8/+6
|/
* 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-081-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/+7
* configfs_detach_prep(): make sure that wait_mutex won't go awayAl Viro2016-05-021-8/+9
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-03-191-7/+2
|\
| * configfs: move d_rehash() into configfs_create() for regular filesAl Viro2016-03-141-7/+2
* | configfs: switch ->default groups to a linked listChristoph Hellwig2016-03-061-24/+20
|/
* wrappers for ->i_mutex accessAl Viro2016-01-221-29/+29
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2016-01-201-29/+121
|\
| * fs: configfs: Add unlocked version of configfs_depend_item()Krzysztof Opasiak2015-12-201-0/+73
| * fs: configfs: Factor out configfs_find_subsys_dentry()Krzysztof Opasiak2015-12-201-12/+21
| * fs: configfs: Factor out configfs_do_depend_item()Krzysztof Opasiak2015-12-201-15/+26
| * fs: configfs: Drop unused parameter from configfs_undepend_item()Krzysztof Opasiak2015-12-201-2/+1
* | configfs: implement binary attributesPantelis Antoniou2016-01-041-1/+17
|/
* configfs: allow dynamic group creationDaniel Baluta2015-11-201-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-171-34/+29
* configfs: configfs_create() init callback is never NULL and it never failsAl Viro2015-02-171-6/+3
* assorted conversions to %p[dD]Al Viro2014-11-191-1/+1
* fs/configfs: use pr_fmtFabian Frederick2014-06-041-2/+2