summaryrefslogtreecommitdiffstats
path: root/fs/configfs
AgeCommit message (Expand)AuthorLines
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-4/+4
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-4/+4
2025-12-05Merge tag 'pull-persistency' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-4/+11
2025-11-27configfs: Constify ct_item_ops in struct config_item_typeChristophe JAILLET-1/+1
2025-11-27configfs: Constify ct_group_ops in struct config_item_typeChristophe JAILLET-1/+1
2025-11-17d_make_discardable(): warn if given a non-persistent dentryAl Viro-3/+10
2025-11-16configfs, securityfs: kill_litter_super() not neededAl Viro-1/+1
2025-10-03Merge tag 'pull-f_path' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds-20/+13
2025-10-03Merge tag 'configfs-for-v6.18' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-4/+1
2025-09-15configfs:get_target() - release path as soon as we grab configfs_item referenceAl Viro-20/+13
2025-09-15fs: rename generic_delete_inode() and generic_drop_inode()Mateusz Guzik-1/+1
2025-09-04configfs: use PTR_ERR_OR_ZERO() to simplify codeXichao Zhao-4/+1
2025-06-11configfs: use DCACHE_DONTCACHEAl Viro-1/+1
2025-06-10new helper: set_default_d_op()Al Viro-1/+1
2025-05-31Merge tag 'mm-nonmm-stable-2025-05-31-15-28' of git://git.kernel.org/pub/scm/...Linus Torvalds-1/+0
2025-05-27crash_dump, nvme: select CONFIGFS_FS as built-inArnd Bergmann-1/+0
2025-05-09configfs: Correct error value returned by API config_item_set_name()Zijun Hu-1/+1
2025-05-09configfs: Do not override creating attribute file failure in populate_attrs()Zijun Hu-1/+1
2025-05-09configfs: Delete semicolon from macro type_print() definitionZijun Hu-1/+1
2025-02-27Change inode_operations.mkdir to return struct dentry *NeilBrown-3/+3
2024-11-14configfs: improve item creation performanceSeamus Connor-10/+34
2024-11-14configfs: remove unused configfs_hash_and_removeDr. David Alan Gilbert-27/+0
2024-06-17fs/configfs: Add a callback to determine attribute visibilityTom Lendacky-0/+10
2023-10-18configfs: convert to new timestamp accessorsJeff Layton-4/+4
2023-07-13configfs: convert to ctime accessor functionsJeff Layton-4/+3
2023-04-03fs: consolidate duplicate dt_type helpersJeff Layton-7/+2
2023-01-19fs: port ->permission() to pass mnt_idmapChristian Brauner-1/+1
2023-01-19fs: port ->mkdir() to pass mnt_idmapChristian Brauner-1/+1
2023-01-19fs: port ->symlink() to pass mnt_idmapChristian Brauner-2/+2
2023-01-19fs: port ->setattr() to pass mnt_idmapChristian Brauner-3/+3
2022-12-02configfs: fix possible memory leak in configfs_create_dir()Chen Zhongjin-0/+2
2022-02-22configfs: fix a race in configfs_{,un}register_subsystem()ChenXiaoSong-0/+14
2022-01-24fsnotify: fix fsnotify hooks in pseudo filesystemsAmir Goldstein-3/+3
2021-08-25configfs: fix a race in configfs_lookup()Sishuai Gong-3/+4
2021-08-25configfs: fold configfs_attach_attr into configfs_lookupChristoph Hellwig-49/+24
2021-08-25configfs: simplify the configfs_dirent_is_readyChristoph Hellwig-3/+1
2021-08-25configfs: return -ENAMETOOLONG earlier in configfs_lookupChristoph Hellwig-2/+3
2021-08-09configfs: restore the kernel v5.13 text attribute write behaviorBart Van Assche-12/+6
2021-07-13configfs: fix the read and write iteratorsBart Van Assche-7/+22
2021-07-02Merge tag 'configfs-5.13' of git://git.infradead.org/users/hch/configfsLinus Torvalds-130/+51
2021-06-29fs: move ramfs_aops to libfsChristoph Hellwig-7/+1
2021-06-22configfs: simplify configfs_release_bin_fileChristoph Hellwig-6/+0
2021-06-22configfs: fix memleak in configfs_release_bin_fileChung-Chiang Cheng-5/+5
2021-05-25configfs: implement the .read_iter and .write_iter methodsBart Van Assche-42/+42
2021-05-25configfs: drop pointless kerneldoc commentsChristoph Hellwig-79/+6
2021-05-25configfs: fix the kerneldoc comment for configfs_create_bin_fileBart Van Assche-1/+1
2021-05-07treewide: remove editor modelines and cruftMasahiro Yamada-21/+7
2021-03-11configfs: fix a use-after-free in __configfs_open_fileDaiyue Zhang-4/+2
2021-01-24fs: make helpers idmap mount awareChristian Brauner-6/+11
2021-01-24namei: make permission helpers idmapped mount awareChristian Brauner-1/+2