index
:
kernel/git/next/linux-next.git
akpm
akpm-base
fs-current
fs-next
master
pending-fixes
stable
The linux-next integration testing tree
Linux Next Group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
configfs
/
dir.c
Age
Commit message (
Expand
)
Author
2026-06-15
Merge tag 'pull-configfs-fixed' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2026-06-08
create_default_group(): pass parent's dentry instead of config_group
Al Viro
2026-06-08
configfs_attach_group(): drop the unused parent_item argument
Al Viro
2026-06-08
configs_attach_item(): drop unused parent_item argument
Al Viro
2026-06-08
configfs_create(): lift parent timestamp updates into callers
Al Viro
2026-06-08
kill configfs_drop_dentry()
Al Viro
2026-06-08
configfs: mark pinned dentries persistent
Al Viro
2026-06-08
configfs: dentry refcount needs to be pinned only once
Al Viro
2026-06-08
switch configfs_detach_{group,item}() to passing dentry
Al Viro
2026-06-08
configfs_remove_dir(), detach_attrs(): switch to passing dentry
Al Viro
2026-06-08
populate_attrs(): move cleanup to the sole caller
Al Viro
2026-06-08
populate_group(): move cleanup on failure to the sole caller
Al Viro
2026-06-08
configfs_detach_rollback(): pass configfs_dirent instead of dentry
Al Viro
2026-06-08
configfs_do_depend_item(): pass configfs_dirent instead of dentry
Al Viro
2026-06-08
configfs_depend_prep(): pass configfs_dirent instead of dentry
Al Viro
2026-06-08
configfs_detach_prep(): pass configfs_dirent instead of dentry
Al Viro
2026-06-08
configfs_mkdir(): use take_dentry_name_snapshot()
Al Viro
2026-06-08
configfs: fix lockless traversals of ->s_children
Al Viro
2026-06-05
configfs_lookup(): switch to d_splice_alias()
Al Viro
2026-06-03
configfs_lookup(): don't leave ->s_dentry dangling on failure
Al Viro
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
2025-12-05
Merge tag 'pull-persistency' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2025-11-27
configfs: Constify ct_group_ops in struct config_item_type
Christophe JAILLET
2025-11-17
d_make_discardable(): warn if given a non-persistent dentry
Al Viro
2025-09-04
configfs: use PTR_ERR_OR_ZERO() to simplify code
Xichao Zhao
2025-06-11
configfs: use DCACHE_DONTCACHE
Al Viro
2025-05-09
configfs: Do not override creating attribute file failure in populate_attrs()
Zijun Hu
2025-05-09
configfs: Delete semicolon from macro type_print() definition
Zijun Hu
2025-02-27
Change inode_operations.mkdir to return struct dentry *
NeilBrown
2024-11-14
configfs: improve item creation performance
Seamus Connor
2024-06-17
fs/configfs: Add a callback to determine attribute visibility
Tom Lendacky
2023-04-03
fs: consolidate duplicate dt_type helpers
Jeff Layton
2023-01-19
fs: port ->mkdir() to pass mnt_idmap
Christian Brauner
2022-12-02
configfs: fix possible memory leak in configfs_create_dir()
Chen Zhongjin
2022-02-22
configfs: fix a race in configfs_{,un}register_subsystem()
ChenXiaoSong
2022-01-24
fsnotify: fix fsnotify hooks in pseudo filesystems
Amir Goldstein
2021-08-25
configfs: fix a race in configfs_lookup()
Sishuai Gong
2021-08-25
configfs: fold configfs_attach_attr into configfs_lookup
Christoph Hellwig
2021-08-25
configfs: simplify the configfs_dirent_is_ready
Christoph Hellwig
2021-08-25
configfs: return -ENAMETOOLONG earlier in configfs_lookup
Christoph Hellwig
2021-05-07
treewide: remove editor modelines and cruft
Masahiro Yamada
2021-01-24
fs: make helpers idmap mount aware
Christian Brauner
2020-11-14
configfs: fix kernel-doc markup issue
Alex Shi
2020-10-16
fs: configfs: delete repeated words in comments
Randy Dunlap
2020-08-23
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
2020-04-27
configfs: fix config_item refcnt leak in configfs_rmdir()
Xiyu Yang
2019-09-11
configfs: calculate the symlink target only once
Al Viro
2019-09-11
configfs: make configfs_create() return inode
Al Viro
2019-09-11
configfs: factor dirent removal into helpers
Christoph Hellwig
[next]