summaryrefslogtreecommitdiff
path: root/fs/configfs/dir.c
AgeCommit message (Expand)Author
2026-06-15Merge tag 'pull-configfs-fixed' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2026-06-08create_default_group(): pass parent's dentry instead of config_groupAl Viro
2026-06-08configfs_attach_group(): drop the unused parent_item argumentAl Viro
2026-06-08configs_attach_item(): drop unused parent_item argumentAl Viro
2026-06-08configfs_create(): lift parent timestamp updates into callersAl Viro
2026-06-08kill configfs_drop_dentry()Al Viro
2026-06-08configfs: mark pinned dentries persistentAl Viro
2026-06-08configfs: dentry refcount needs to be pinned only onceAl Viro
2026-06-08switch configfs_detach_{group,item}() to passing dentryAl Viro
2026-06-08configfs_remove_dir(), detach_attrs(): switch to passing dentryAl Viro
2026-06-08populate_attrs(): move cleanup to the sole callerAl Viro
2026-06-08populate_group(): move cleanup on failure to the sole callerAl Viro
2026-06-08configfs_detach_rollback(): pass configfs_dirent instead of dentryAl Viro
2026-06-08configfs_do_depend_item(): pass configfs_dirent instead of dentryAl Viro
2026-06-08configfs_depend_prep(): pass configfs_dirent instead of dentryAl Viro
2026-06-08configfs_detach_prep(): pass configfs_dirent instead of dentryAl Viro
2026-06-08configfs_mkdir(): use take_dentry_name_snapshot()Al Viro
2026-06-08configfs: fix lockless traversals of ->s_childrenAl Viro
2026-06-05configfs_lookup(): switch to d_splice_alias()Al Viro
2026-06-03configfs_lookup(): don't leave ->s_dentry dangling on failureAl Viro
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook
2025-12-05Merge tag 'pull-persistency' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2025-11-27configfs: Constify ct_group_ops in struct config_item_typeChristophe JAILLET
2025-11-17d_make_discardable(): warn if given a non-persistent dentryAl Viro
2025-09-04configfs: use PTR_ERR_OR_ZERO() to simplify codeXichao Zhao
2025-06-11configfs: use DCACHE_DONTCACHEAl Viro
2025-05-09configfs: Do not override creating attribute file failure in populate_attrs()Zijun Hu
2025-05-09configfs: Delete semicolon from macro type_print() definitionZijun Hu
2025-02-27Change inode_operations.mkdir to return struct dentry *NeilBrown
2024-11-14configfs: improve item creation performanceSeamus Connor
2024-06-17fs/configfs: Add a callback to determine attribute visibilityTom Lendacky
2023-04-03fs: consolidate duplicate dt_type helpersJeff Layton
2023-01-19fs: port ->mkdir() to pass mnt_idmapChristian Brauner
2022-12-02configfs: fix possible memory leak in configfs_create_dir()Chen Zhongjin
2022-02-22configfs: fix a race in configfs_{,un}register_subsystem()ChenXiaoSong
2022-01-24fsnotify: fix fsnotify hooks in pseudo filesystemsAmir Goldstein
2021-08-25configfs: fix a race in configfs_lookup()Sishuai Gong
2021-08-25configfs: fold configfs_attach_attr into configfs_lookupChristoph Hellwig
2021-08-25configfs: simplify the configfs_dirent_is_readyChristoph Hellwig
2021-08-25configfs: return -ENAMETOOLONG earlier in configfs_lookupChristoph Hellwig
2021-05-07treewide: remove editor modelines and cruftMasahiro Yamada
2021-01-24fs: make helpers idmap mount awareChristian Brauner
2020-11-14configfs: fix kernel-doc markup issueAlex Shi
2020-10-16fs: configfs: delete repeated words in commentsRandy Dunlap
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-04-27configfs: fix config_item refcnt leak in configfs_rmdir()Xiyu Yang
2019-09-11configfs: calculate the symlink target only onceAl Viro
2019-09-11configfs: make configfs_create() return inodeAl Viro
2019-09-11configfs: factor dirent removal into helpersChristoph Hellwig