summaryrefslogtreecommitdiff
path: root/fs/configfs
AgeCommit message (Expand)AuthorFilesLines
2026-06-15Merge tag 'pull-configfs-fixed' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds4-187/+157
2026-06-15Merge tag 'pull-d_add' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-2/+1
2026-06-08create_default_group(): pass parent's dentry instead of config_groupAl Viro1-4/+5
2026-06-08configfs_attach_group(): drop the unused parent_item argumentAl Viro1-9/+5
2026-06-08configs_attach_item(): drop unused parent_item argumentAl Viro1-4/+3
2026-06-08configfs_create(): lift parent timestamp updates into callersAl Viro2-4/+5
2026-06-08kill configfs_drop_dentry()Al Viro3-24/+23
2026-06-08configfs: mark pinned dentries persistentAl Viro2-12/+4
2026-06-08configfs: dentry refcount needs to be pinned only onceAl Viro1-5/+5
2026-06-08switch configfs_detach_{group,item}() to passing dentryAl Viro1-28/+15
2026-06-08configfs_remove_dir(), detach_attrs(): switch to passing dentryAl Viro1-40/+20
2026-06-08populate_attrs(): move cleanup to the sole callerAl Viro1-16/+14
2026-06-08populate_group(): move cleanup on failure to the sole callerAl Viro1-16/+12
2026-06-08configfs_detach_rollback(): pass configfs_dirent instead of dentryAl Viro1-5/+4
2026-06-08configfs_do_depend_item(): pass configfs_dirent instead of dentryAl Viro1-4/+4
2026-06-08configfs_depend_prep(): pass configfs_dirent instead of dentryAl Viro1-8/+4
2026-06-08configfs_detach_prep(): pass configfs_dirent instead of dentryAl Viro1-6/+5
2026-06-08configfs_mkdir(): use take_dentry_name_snapshot()Al Viro1-10/+6
2026-06-08configfs: fix lockless traversals of ->s_childrenAl Viro1-13/+41
2026-06-05configfs_lookup(): switch to d_splice_alias()Al Viro1-2/+1
2026-06-03configfs_lookup(): don't leave ->s_dentry dangling on failureAl Viro1-0/+3
2026-05-28configfs: replace __get_free_pages() with kzalloc()Mike Rapoport (Microsoft)1-4/+3
2026-02-22Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds3-4/+4
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook3-4/+4
2025-12-06Merge tag 'pull-persistency' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds3-4/+11
2025-11-27configfs: Constify ct_item_ops in struct config_item_typeChristophe JAILLET1-1/+1
2025-11-27configfs: Constify ct_group_ops in struct config_item_typeChristophe JAILLET1-1/+1
2025-11-18d_make_discardable(): warn if given a non-persistent dentryAl Viro2-3/+10
2025-11-16configfs, securityfs: kill_litter_super() not neededAl Viro1-1/+1
2025-10-04Merge tag 'pull-f_path' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds1-20/+13
2025-10-03Merge tag 'configfs-for-v6.18' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-4/+1
2025-09-16configfs:get_target() - release path as soon as we grab configfs_item referenceAl Viro1-20/+13
2025-09-15fs: rename generic_delete_inode() and generic_drop_inode()Mateusz Guzik1-1/+1
2025-09-04configfs: use PTR_ERR_OR_ZERO() to simplify codeXichao Zhao1-4/+1
2025-06-11configfs: use DCACHE_DONTCACHEAl Viro2-1/+1
2025-06-11new helper: set_default_d_op()Al Viro1-1/+1
2025-06-01Merge tag 'mm-nonmm-stable-2025-05-31-15-28' of git://git.kernel.org/pub/scm/...Linus Torvalds1-1/+0
2025-05-28crash_dump, nvme: select CONFIGFS_FS as built-inArnd Bergmann1-1/+0
2025-05-09configfs: Correct error value returned by API config_item_set_name()Zijun Hu1-1/+1
2025-05-09configfs: Do not override creating attribute file failure in populate_attrs()Zijun Hu1-1/+1
2025-05-09configfs: Delete semicolon from macro type_print() definitionZijun Hu1-1/+1
2025-02-27Change inode_operations.mkdir to return struct dentry *NeilBrown1-3/+3
2024-11-14configfs: improve item creation performanceSeamus Connor2-10/+34
2024-11-14configfs: remove unused configfs_hash_and_removeDr. David Alan Gilbert2-27/+0
2024-06-17fs/configfs: Add a callback to determine attribute visibilityTom Lendacky1-0/+10
2023-10-18configfs: convert to new timestamp accessorsJeff Layton1-4/+4
2023-07-13configfs: convert to ctime accessor functionsJeff Layton1-4/+3
2023-04-03fs: consolidate duplicate dt_type helpersJeff Layton1-7/+2
2023-01-19fs: port ->permission() to pass mnt_idmapChristian Brauner1-1/+1
2023-01-19fs: port ->mkdir() to pass mnt_idmapChristian Brauner1-1/+1