summaryrefslogtreecommitdiff
path: root/fs/debugfs/inode.c
AgeCommit message (Expand)Author
2024-03-26vfs: Convert debugfs to use the new mount APIDavid Howells
2024-03-07debugfs: fix wait/cancellation handling during removeJohannes Berg
2023-12-04Revert "debugfs: annotate debugfs handlers vs. removal with lockdep"Johannes Berg
2023-11-29Merge tag 'wireless-2023-11-29' of git://git.kernel.org/pub/scm/linux/kernel/...Jakub Kicinski
2023-11-27debugfs: add API to allow debugfs operations cancellationJohannes Berg
2023-11-27debugfs: annotate debugfs handlers vs. removal with lockdepJohannes Berg
2023-11-27debugfs: fix automount d_fsdata usageJohannes Berg
2023-10-18debugfs: convert to new timestamp accessorsJeff Layton
2023-07-13debugfs: convert to ctime accessor functionsJeff Layton
2023-02-24Merge tag 'driver-core-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2023-02-20debugfs: drop inline constant formatting for ERR_PTR(-ERROR)Bagas Sanjaya
2023-02-16debugfs: update comment of debugfs_rename()Qi Zheng
2023-01-19fs: port ->rename() to pass mnt_idmapChristian Brauner
2023-01-19fs: port ->setattr() to pass mnt_idmapChristian Brauner
2022-09-24debugfs: Only clobber mode/uid/gid on remount if askedBrian Norris
2022-09-05debugfs: add debugfs_lookup_and_remove()Greg Kroah-Hartman
2022-02-25debugfs: Document that debugfs_create functions need not be error checkedDouglas Anderson
2021-09-21debugfs: debugfs_create_file_size(): use IS_ERR to check for errorNirmoy Das
2021-05-18debugfs: fix security_locked_down() call for SELinuxOndrej Mosnacek
2021-04-09debugfs: Make debugfs_allow RO after initKees Cook
2021-02-24Merge tag 'driver-core-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2021-02-18debugfs: do not attempt to create a new file before the filesystem is initalizedGreg Kroah-Hartman
2021-02-18debugfs: be more robust at handling improper input in debugfs_lookup()Greg Kroah-Hartman
2021-01-24fs: make helpers idmap mount awareChristian Brauner
2020-07-23debugfs: Add access restriction optionPeter Enderborg
2020-03-18debugfs: remove return value of debugfs_create_file_size()Greg Kroah-Hartman
2020-02-05Merge branch 'work.recursive_removal' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2020-01-06debugfs: Fix warnings when building documentationDaniel W. S. Almeida
2019-12-10simple_recursive_removal(): kernel-side rm -rf for ramfs-style filesystemsAl Viro
2019-11-15new helper: lookup_positive_unlocked()Al Viro
2019-09-28Merge branch 'next-lockdown' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2019-08-19debugfs: Restrict debugfs when the kernel is locked downDavid Howells
2019-07-12Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2019-07-08debugfs: make error message a bit more verboseGreg Kroah-Hartman
2019-07-03debugfs: provide pr_fmt() macroGreg Kroah-Hartman
2019-07-03debugfs: log errors when something goes wrongGreg Kroah-Hartman
2019-06-20debugfs: call fsnotify_{unlink,rmdir}() hooksAmir Goldstein
2019-06-20debugfs: simplify __debugfs_remove_file()Amir Goldstein
2019-05-07Merge branch 'work.dcache' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2019-05-01debugfs: switch to ->free_inode()Al Viro
2019-04-26switch fsnotify_move() to passing const struct qstr * for old_nameAl Viro
2019-04-26ovl_lookup_real_one(): don't bother with strlen()Al Viro
2019-04-01debugfs: fix use-after-free on symlink traversalAl Viro
2019-02-11Merge 5.0-rc6 into driver-core-nextGreg Kroah-Hartman
2019-01-30debugfs: debugfs_lookup() should return NULL if not foundGreg Kroah-Hartman
2019-01-29debugfs: return error values, not NULLGreg Kroah-Hartman
2019-01-25debugfs: fix debugfs_rename parameter checkingGreg Kroah-Hartman
2019-01-22debugfs: debugfs_use_start/finish do not exist anymoreSergey Senozhatsky
2018-06-12Revert "debugfs: inode: debugfs_create_dir uses mode permission from parent"Linus Torvalds
2018-05-14debugfs: inode: debugfs_create_dir uses mode permission from parentThomas Richter