aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/fs/debugfs/inode.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-04-08VFS: rename lookup_one_len family to lookup_noperm and remove permission checkNeilBrown1-3/+3
2025-01-15saner replacement for debugfs_rename()Al Viro1-56/+50
2025-01-15debugfs: allow to store an additional opaque pointer at file creationAl Viro1-5/+9
2025-01-15debugfs: don't mess with bits in ->d_fsdataAl Viro1-22/+7
2025-01-15debugfs: move ->automount into debugfs_inode_infoAl Viro1-16/+5
2025-01-15debugfs: separate cache for debugfs inodesAl Viro1-6/+34
2025-01-07debugfs: fix missing mutex_destroy() in short_fops caseAl Viro1-1/+1
2025-01-07fs: debugfs: differentiate short fops with proxy opsJohannes Berg1-7/+4
2024-10-23debugfs: add small file operations for most filesJohannes Berg1-37/+26
2024-08-30debugfs show actual source in /proc/mountsMarc Aurèle La France1-0/+8
2024-07-15Merge tag 'vfs-6.11.mount.api' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds1-12/+4
2024-07-02debugfs: Convert to new uid/gid option parsing helpersEric Sandeen1-12/+4
2024-05-28debugfs: continue to ignore unknown mount optionsChristian Brauner1-1/+9
2024-03-26vfs: Convert debugfs to use the new mount APIDavid Howells1-105/+93
2024-03-07debugfs: fix wait/cancellation handling during removeJohannes Berg1-5/+20
2023-12-04Revert "debugfs: annotate debugfs handlers vs. removal with lockdep"Johannes Berg1-7/+0
2023-11-29Merge tag 'wireless-2023-11-29' of git://git.kernel.org/pub/scm/linux/kernel/git/wireless/wirelessJakub Kicinski1-8/+63
2023-11-27debugfs: add API to allow debugfs operations cancellationJohannes Berg1-1/+31
2023-11-27debugfs: annotate debugfs handlers vs. removal with lockdepJohannes Berg1-0/+12
2023-11-27debugfs: fix automount d_fsdata usageJohannes Berg1-7/+20
2023-10-18debugfs: convert to new timestamp accessorsJeff Layton1-1/+1
2023-07-13debugfs: convert to ctime accessor functionsJeff Layton1-2/+1
2023-02-24Merge tag 'driver-core-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-2/+2
2023-02-20debugfs: drop inline constant formatting for ERR_PTR(-ERROR)Bagas Sanjaya1-1/+1
2023-02-16debugfs: update comment of debugfs_rename()Qi Zheng1-2/+2
2023-01-19fs: port ->rename() to pass mnt_idmapChristian Brauner1-1/+1
2023-01-19fs: port ->setattr() to pass mnt_idmapChristian Brauner1-2/+2
2022-09-24debugfs: Only clobber mode/uid/gid on remount if askedBrian Norris1-7/+30
2022-09-05debugfs: add debugfs_lookup_and_remove()Greg Kroah-Hartman1-0/+22
2022-02-25debugfs: Document that debugfs_create functions need not be error checkedDouglas Anderson1-0/+10
2021-09-21debugfs: debugfs_create_file_size(): use IS_ERR to check for errorNirmoy Das1-1/+1
2021-05-18debugfs: fix security_locked_down() call for SELinuxOndrej Mosnacek1-3/+6
2021-04-09debugfs: Make debugfs_allow RO after initKees Cook1-1/+1
2021-02-24Merge tag 'driver-core-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-1/+4
2021-02-18debugfs: do not attempt to create a new file before the filesystem is initalizedGreg Kroah-Hartman1-0/+3
2021-02-18debugfs: be more robust at handling improper input in debugfs_lookup()Greg Kroah-Hartman1-1/+1
2021-01-24fs: make helpers idmap mount awareChristian Brauner1-4/+5
2020-07-23debugfs: Add access restriction optionPeter Enderborg1-0/+39
2020-03-18debugfs: remove return value of debugfs_create_file_size()Greg Kroah-Hartman1-14/+4
2020-02-05Merge branch 'work.recursive_removal' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-107/+14
2020-01-06debugfs: Fix warnings when building documentationDaniel W. S. Almeida1-5/+4
2019-12-10simple_recursive_removal(): kernel-side rm -rf for ramfs-style filesystemsAl Viro1-107/+14
2019-11-15new helper: lookup_positive_unlocked()Al Viro1-5/+1
2019-09-28Merge branch 'next-lockdown' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-securityLinus Torvalds1-2/+30
2019-08-19debugfs: Restrict debugfs when the kernel is locked downDavid Howells1-2/+30
2019-07-12Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-6/+28
2019-07-08debugfs: make error message a bit more verboseGreg Kroah-Hartman1-1/+6
2019-07-03debugfs: provide pr_fmt() macroGreg Kroah-Hartman1-1/+3
2019-07-03debugfs: log errors when something goes wrongGreg Kroah-Hartman1-5/+20
2019-06-20debugfs: call fsnotify_{unlink,rmdir}() hooksAmir Goldstein1-0/+3