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