index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-7.0.y
linux-7.1.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
configfs
Age
Commit message (
Expand
)
Author
Files
Lines
2026-06-15
Merge tag 'pull-configfs-fixed' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
4
-187
/
+157
2026-06-15
Merge tag 'pull-d_add' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
1
-2
/
+1
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
2
-4
/
+5
2026-06-08
kill configfs_drop_dentry()
Al Viro
3
-24
/
+23
2026-06-08
configfs: mark pinned dentries persistent
Al Viro
2
-12
/
+4
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-05-28
configfs: replace __get_free_pages() with kzalloc()
Mike Rapoport (Microsoft)
1
-4
/
+3
2026-02-22
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
3
-4
/
+4
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
3
-4
/
+4
2025-12-06
Merge tag 'pull-persistency' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
3
-4
/
+11
2025-11-27
configfs: Constify ct_item_ops in struct config_item_type
Christophe JAILLET
1
-1
/
+1
2025-11-27
configfs: Constify ct_group_ops in struct config_item_type
Christophe JAILLET
1
-1
/
+1
2025-11-18
d_make_discardable(): warn if given a non-persistent dentry
Al Viro
2
-3
/
+10
2025-11-16
configfs, securityfs: kill_litter_super() not needed
Al Viro
1
-1
/
+1
2025-10-04
Merge tag 'pull-f_path' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...
Linus Torvalds
1
-20
/
+13
2025-10-03
Merge tag 'configfs-for-v6.18' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-4
/
+1
2025-09-16
configfs:get_target() - release path as soon as we grab configfs_item reference
Al Viro
1
-20
/
+13
2025-09-15
fs: rename generic_delete_inode() and generic_drop_inode()
Mateusz Guzik
1
-1
/
+1
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
2
-1
/
+1
2025-06-11
new helper: set_default_d_op()
Al Viro
1
-1
/
+1
2025-06-01
Merge tag 'mm-nonmm-stable-2025-05-31-15-28' of git://git.kernel.org/pub/scm/...
Linus Torvalds
1
-1
/
+0
2025-05-28
crash_dump, nvme: select CONFIGFS_FS as built-in
Arnd Bergmann
1
-1
/
+0
2025-05-09
configfs: Correct error value returned by API config_item_set_name()
Zijun Hu
1
-1
/
+1
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
2
-10
/
+34
2024-11-14
configfs: remove unused configfs_hash_and_remove
Dr. David Alan Gilbert
2
-27
/
+0
2024-06-17
fs/configfs: Add a callback to determine attribute visibility
Tom Lendacky
1
-0
/
+10
2023-10-18
configfs: convert to new timestamp accessors
Jeff Layton
1
-4
/
+4
2023-07-13
configfs: convert to ctime accessor functions
Jeff Layton
1
-4
/
+3
2023-04-03
fs: consolidate duplicate dt_type helpers
Jeff Layton
1
-7
/
+2
2023-01-19
fs: port ->permission() to pass mnt_idmap
Christian Brauner
1
-1
/
+1
2023-01-19
fs: port ->mkdir() to pass mnt_idmap
Christian Brauner
1
-1
/
+1
[next]