summaryrefslogtreecommitdiffstats
path: root/fs/debugfs/inode.c
AgeCommit message (Expand)AuthorLines
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-1/+1
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-1/+1
2025-12-19debugfs: Fix memleak in debugfs_change_name().Kuniyuki Iwashima-2/+5
2025-12-05Merge tag 'driver-core-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-10/+11
2025-12-05Merge tag 'pull-persistency' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-24/+8
2025-12-02debugfs: Fix default access mode config checkAaron Thompson-1/+1
2025-11-27debugfs: Remove broken no-mount modeAaron Thompson-7/+11
2025-11-27debugfs: Remove redundant access mode checksAaron Thompson-18/+0
2025-11-16debugfs: remove duplicate checks in callers of start_creating()Al Viro-15/+0
2025-11-16convert debugfsAl Viro-9/+8
2025-11-14Add start_renaming_two_dentries()NeilBrown-26/+22
2025-11-14debugfs: rename end_creating() to debugfs_end_creating()NeilBrown-13/+13
2025-09-29Merge tag 'vfs-6.18-rc1.async' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-5/+6
2025-09-23debugfs: rename start_creating() to debugfs_start_creating()NeilBrown-5/+6
2025-08-17debugfs: fix mount options not being appliedCharalampos Mitrodimas-1/+10
2025-07-29Merge tag 'driver-core-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-1/+1
2025-07-28Merge tag 'pull-rpc_pipefs' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-18/+3
2025-07-09debugfs_get_aux(): allow storing non-const void *Al Viro-1/+1
2025-07-02new helper: simple_start_creating()Al Viro-18/+3
2025-06-11debugfs: use DCACHE_DONTCACHEAl Viro-1/+1
2025-06-10new helper: set_default_d_op()Al Viro-1/+1
2025-04-08VFS: rename lookup_one_len family to lookup_noperm and remove permission checkNeilBrown-3/+3
2025-01-15saner replacement for debugfs_rename()Al Viro-56/+50
2025-01-15debugfs: allow to store an additional opaque pointer at file creationAl Viro-5/+9
2025-01-15debugfs: don't mess with bits in ->d_fsdataAl Viro-22/+7
2025-01-15debugfs: move ->automount into debugfs_inode_infoAl Viro-16/+5
2025-01-15debugfs: separate cache for debugfs inodesAl Viro-6/+34
2025-01-07debugfs: fix missing mutex_destroy() in short_fops caseAl Viro-1/+1
2025-01-07fs: debugfs: differentiate short fops with proxy opsJohannes Berg-7/+4
2024-10-23debugfs: add small file operations for most filesJohannes Berg-37/+26
2024-08-30debugfs show actual source in /proc/mountsMarc Aurèle La France-0/+8
2024-07-15Merge tag 'vfs-6.11.mount.api' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-12/+4
2024-07-02debugfs: Convert to new uid/gid option parsing helpersEric Sandeen-12/+4
2024-05-28debugfs: continue to ignore unknown mount optionsChristian Brauner-1/+9
2024-03-26vfs: Convert debugfs to use the new mount APIDavid Howells-105/+93
2024-03-07debugfs: fix wait/cancellation handling during removeJohannes Berg-5/+20
2023-12-04Revert "debugfs: annotate debugfs handlers vs. removal with lockdep"Johannes Berg-7/+0
2023-11-29Merge tag 'wireless-2023-11-29' of git://git.kernel.org/pub/scm/linux/kernel/...Jakub Kicinski-8/+63
2023-11-27debugfs: add API to allow debugfs operations cancellationJohannes Berg-1/+31
2023-11-27debugfs: annotate debugfs handlers vs. removal with lockdepJohannes Berg-0/+12
2023-11-27debugfs: fix automount d_fsdata usageJohannes Berg-7/+20
2023-10-18debugfs: convert to new timestamp accessorsJeff Layton-1/+1
2023-07-13debugfs: convert to ctime accessor functionsJeff Layton-2/+1
2023-02-24Merge tag 'driver-core-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-2/+2
2023-02-20debugfs: drop inline constant formatting for ERR_PTR(-ERROR)Bagas Sanjaya-1/+1
2023-02-16debugfs: update comment of debugfs_rename()Qi Zheng-2/+2
2023-01-19fs: port ->rename() to pass mnt_idmapChristian Brauner-1/+1
2023-01-19fs: port ->setattr() to pass mnt_idmapChristian Brauner-2/+2
2022-09-24debugfs: Only clobber mode/uid/gid on remount if askedBrian Norris-7/+30
2022-09-05debugfs: add debugfs_lookup_and_remove()Greg Kroah-Hartman-0/+22