开源镜像站
帮助
下载
动态
GitHub
index
:
lwn.git
alabaster
automarkup
b4/review/20260312-kernel-doc-use-a-c-lexical-tokenizer-for-transforms-0e0e9e143327
build-script
doc/4.4
doc/4.8-fixes
doc/4.9
doc/asciidoc
doc/sphinx
docs-fixes
docs-mw
docs-next
docs-next-merge
header-removal
master
media-uapi
next
Linux kernel documentation tree maintained by Jonathan Corbet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
configfs
Age
Commit message (
Expand
)
Author
5 days
Merge tag 'pull-configfs-fixed' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
5 days
Merge tag 'pull-d_add' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
11 days
create_default_group(): pass parent's dentry instead of config_group
Al Viro
11 days
configfs_attach_group(): drop the unused parent_item argument
Al Viro
11 days
configs_attach_item(): drop unused parent_item argument
Al Viro
11 days
configfs_create(): lift parent timestamp updates into callers
Al Viro
11 days
kill configfs_drop_dentry()
Al Viro
11 days
configfs: mark pinned dentries persistent
Al Viro
11 days
configfs: dentry refcount needs to be pinned only once
Al Viro
11 days
switch configfs_detach_{group,item}() to passing dentry
Al Viro
11 days
configfs_remove_dir(), detach_attrs(): switch to passing dentry
Al Viro
11 days
populate_attrs(): move cleanup to the sole caller
Al Viro
11 days
populate_group(): move cleanup on failure to the sole caller
Al Viro
11 days
configfs_detach_rollback(): pass configfs_dirent instead of dentry
Al Viro
11 days
configfs_do_depend_item(): pass configfs_dirent instead of dentry
Al Viro
11 days
configfs_depend_prep(): pass configfs_dirent instead of dentry
Al Viro
11 days
configfs_detach_prep(): pass configfs_dirent instead of dentry
Al Viro
11 days
configfs_mkdir(): use take_dentry_name_snapshot()
Al Viro
11 days
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-05-28
configfs: replace __get_free_pages() with kzalloc()
Mike Rapoport (Microsoft)
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_item_ops in struct config_item_type
Christophe JAILLET
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-11-16
configfs, securityfs: kill_litter_super() not needed
Al Viro
2025-10-03
Merge tag 'pull-f_path' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...
Linus Torvalds
2025-10-03
Merge tag 'configfs-for-v6.18' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2025-09-15
configfs:get_target() - release path as soon as we grab configfs_item reference
Al Viro
2025-09-15
fs: rename generic_delete_inode() and generic_drop_inode()
Mateusz Guzik
2025-09-04
configfs: use PTR_ERR_OR_ZERO() to simplify code
Xichao Zhao
2025-06-11
configfs: use DCACHE_DONTCACHE
Al Viro
2025-06-10
new helper: set_default_d_op()
Al Viro
2025-05-31
Merge tag 'mm-nonmm-stable-2025-05-31-15-28' of git://git.kernel.org/pub/scm/...
Linus Torvalds
2025-05-27
crash_dump, nvme: select CONFIGFS_FS as built-in
Arnd Bergmann
2025-05-09
configfs: Correct error value returned by API config_item_set_name()
Zijun Hu
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-11-14
configfs: remove unused configfs_hash_and_remove
Dr. David Alan Gilbert
2024-06-17
fs/configfs: Add a callback to determine attribute visibility
Tom Lendacky
2023-10-18
configfs: convert to new timestamp accessors
Jeff Layton
2023-07-13
configfs: convert to ctime accessor functions
Jeff Layton
2023-04-03
fs: consolidate duplicate dt_type helpers
Jeff Layton
2023-01-19
fs: port ->permission() to pass mnt_idmap
Christian Brauner
2023-01-19
fs: port ->mkdir() to pass mnt_idmap
Christian Brauner
[next]