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