- cb787f4 [tree-wide] finally take no_llseek out by Al Viro · 5 months ago
- 3a987b8 debugfs show actual source in /proc/mounts by Marc Aurèle La France · 7 months ago
- b8fc1bd Merge tag 'vfs-6.11.mount.api' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs by Linus Torvalds · 8 months ago
- 49abee5 debugfs: Convert to new uid/gid option parsing helpers by Eric Sandeen · 8 months ago
- 0c07c27 debugfs: continue to ignore unknown mount options by Christian Brauner · 9 months ago
- a20971c vfs: Convert debugfs to use the new mount API by David Howells · 1 year ago
- 952c3fc debugfs: fix wait/cancellation handling during remove by Johannes Berg · 1 year ago
- 22349e7 Merge branches 'acpi-pm', 'acpi-video', 'acpi-apei' and 'acpi-extlog' by Rafael J. Wysocki · 1 year, 2 months ago
- 159f5bd debugfs: initialize cancellations earlier by Johannes Berg · 1 year, 3 months ago
- 88ac06a Revert "debugfs: annotate debugfs handlers vs. removal with lockdep" by Johannes Berg · 1 year, 3 months ago
- 300fbb2 Merge tag 'wireless-2023-11-29' of git://git.kernel.org/pub/scm/linux/kernel/git/wireless/wireless by Jakub Kicinski · 1 year, 3 months ago
- 8c88a47 debugfs: add API to allow debugfs operations cancellation by Johannes Berg · 1 year, 3 months ago
- f4acfcd debugfs: annotate debugfs handlers vs. removal with lockdep by Johannes Berg · 1 year, 3 months ago
- 0ed04a1 debugfs: fix automount d_fsdata usage by Johannes Berg · 1 year, 3 months ago
- 71cd3c6 fs: debugfs: Add write functionality to debugfs blobs by Avadhut Naik · 1 year, 4 months ago
- b06f58a Merge tag 'driver-core-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 1 year, 4 months ago
- d21b3c3 debugfs: convert to new timestamp accessors by Jeff Layton · 1 year, 5 months ago
- 7360a48 debugfs: Fix __rcu type comparison warning by Mike Tipton · 1 year, 6 months ago
- 1c9f8df Merge tag 'char-misc-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 1 year, 6 months ago
- 86b5488 debugfs: Add write support to debugfs_create_str() by Mike Tipton · 1 year, 7 months ago
- 0f7bda3f debugfs: convert to ctime accessor functions by Jeff Layton · 1 year, 8 months ago
- 266bff7 debugfs: Correct the 'debugfs_create_str' docs by Ivan Orlov · 1 year, 10 months ago
- 11c7052 Merge tag 'soc-drivers-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc by Linus Torvalds · 2 years ago
- a93e884e Merge tag 'driver-core-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 2 years ago
- 88cd618 debugfs: drop inline constant formatting for ERR_PTR(-ERROR) by Bagas Sanjaya · 2 years, 1 month ago
- d300246 debugfs: update comment of debugfs_rename() by Qi Zheng · 2 years, 1 month ago
- d60b59b debugfs: Export debugfs_create_str symbol by Cristian Marussi · 2 years, 2 months ago
- e18275a fs: port ->rename() to pass mnt_idmap by Christian Brauner · 2 years, 2 months ago
- c1632a0 fs: port ->setattr() to pass mnt_idmap by Christian Brauner · 2 years, 2 months ago
- d472cf7 debugfs: fix error when writing negative value to atomic_t debugfs file by Akinobu Mita · 2 years, 6 months ago
- 19029f3 debugfs: use DEFINE_SHOW_ATTRIBUTE to define debugfs_regset32_fops by ChenXiaoSong · 2 years, 6 months ago
- b8de524c debugfs: Only clobber mode/uid/gid on remount if asked by Brian Norris · 2 years, 6 months ago
- dec9b2f debugfs: add debugfs_lookup_and_remove() by Greg Kroah-Hartman · 2 years, 6 months ago
- 8bcbde2 debugfs: Document that debugfs_create functions need not be error checked by Douglas Anderson · 3 years ago
- 358fcf5 debugfs: lockdown: Allow reading debugfs files that are not world readable by Michal Suchanek · 3 years, 2 months ago
- af505ca debugfs: debugfs_create_file_size(): use IS_ERR to check for error by Nirmoy Das · 3 years, 6 months ago
- 112cedc debugfs: Return error during {full/open}_proxy_open() on rmmod by Sven Eckelmann · 3 years, 7 months ago
- 68afbd8 Merge tag 'v5.13-rc6' into driver-core-next by Greg Kroah-Hartman · 3 years, 9 months ago
- f501b6a debugfs: Fix debugfs_read_file_str() by Dietmar Eggemann · 3 years, 9 months ago
- 92722ba Merge 5.13-rc4 into driver-core-next by Greg Kroah-Hartman · 3 years, 9 months ago
- fb05b14 debugfs: remove return value of debugfs_create_ulong() by Greg Kroah-Hartman · 3 years, 10 months ago
- 393b063 debugfs: remove return value of debugfs_create_bool() by Greg Kroah-Hartman · 3 years, 10 months ago
- 5881fa8 debugfs: fix security_locked_down() call for SELinux by Ondrej Mosnacek · 3 years, 10 months ago
- d616f56 debugfs: only accept read attributes for blobs by Wolfram Sang · 3 years, 10 months ago
- 16b3d0cf Merge tag 'sched-core-2021-04-28' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 3 years, 10 months ago
- 9af0440 debugfs: Implement debugfs_create_str() by Peter Zijlstra · 4 years ago
- 312723a debugfs: Make debugfs_allow RO after init by Kees Cook · 4 years ago
- c8a9c28 debugfs: drop pointless nul-termination in debugfs_read_file_bool() by Rasmus Villemoes · 4 years ago
- 7ac1161 Merge tag 'driver-core-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 4 years ago
- 5634856 debugfs: do not attempt to create a new file before the filesystem is initalized by Greg Kroah-Hartman · 4 years, 1 month ago
- bc6de80 debugfs: be more robust at handling improper input in debugfs_lookup() by Greg Kroah-Hartman · 4 years, 1 month ago
- 549c729 fs: make helpers idmap mount aware by Christian Brauner · 4 years, 2 months ago
- 0d519cb debugfs: remove return value of debugfs_create_devm_seqfile() by Greg Kroah-Hartman · 4 years, 5 months ago
- e3b9fc7 debugfs: Fix module state check condition by Vladis Dronov · 4 years, 7 months ago
- 47ec530 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next by Linus Torvalds · 4 years, 7 months ago
- a24c6f7 debugfs: Add access restriction option by Peter Enderborg · 4 years, 8 months ago
- a2b992c debugfs: make sure we can remove u32_array files cleanly by Jakub Kicinski · 4 years, 8 months ago
- c80a67b debugfs: file: Remove unnecessary cast in kfree() by Xu Wang · 4 years, 8 months ago
- 96fa72f Merge 5.7-rc3 into driver-core-next by Greg Kroah-Hartman · 4 years, 10 months ago
- 69b07ee debugfs: Use the correct style for SPDX License Identifier by Nishad Kamdar · 4 years, 11 months ago
- 2b07021 debugfs: remove return value of debugfs_create_u32() by Greg Kroah-Hartman · 5 years ago
- 72f3542 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 5 years ago
- 526ee72 debugfs: remove return value of debugfs_create_file_size() by Greg Kroah-Hartman · 5 years ago
- 275678e debugfs: Check module state before warning in {full/open}_proxy_open() by Taehee Yoo · 5 years ago
- 30332ee debugfs: regset32: Add Runtime PM support by Geert Uytterhoeven · 5 years ago
- ae91c92 debugfs: remove return value of debugfs_create_regset32() by Greg Kroah-Hartman · 5 years ago
- 72f582f Merge branch 'work.recursive_removal' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 5 years ago
- a37f495 debugfs: Return -EPERM when locked down by Eric Snowberg · 5 years ago
- adc92dd debugfs: Fix warnings when building documentation by Daniel W. S. Almeida · 5 years ago
- a3d1e7e simple_recursive_removal(): kernel-side rm -rf for ramfs-style filesystems by Al Viro · 5 years ago
- 0aecba6 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 5 years ago
- 6c2d4798 new helper: lookup_positive_unlocked() by Al Viro · 5 years ago
- 9927c6f debugfs: remove return value of debugfs_create_atomic_t() by Greg Kroah-Hartman · 5 years ago
- c7c1168 debugfs: remove return value of debugfs_create_x8() by Greg Kroah-Hartman · 5 years ago
- 0864c40 debugfs: remove return value of debugfs_create_x64() by Greg Kroah-Hartman · 5 years ago
- f5cb0a7 debugfs: remove return value of debugfs_create_x32() by Greg Kroah-Hartman · 5 years ago
- e40d38f debugfs: remove return value of debugfs_create_x16() by Greg Kroah-Hartman · 5 years ago
- 8e58026 debugfs: remove return value of debugfs_create_size_t() by Greg Kroah-Hartman · 5 years ago
- ad26221 debugfs: remove return value of debugfs_create_u64() by Greg Kroah-Hartman · 5 years ago
- 313f5db debugfs: remove return value of debugfs_create_u16() by Greg Kroah-Hartman · 5 years ago
- 9655ac4 debugfs: remove return value of debugfs_create_u8() by Greg Kroah-Hartman · 5 years ago
- aefcf2f Merge branch 'next-lockdown' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 5 years ago
- 5496197 debugfs: Restrict debugfs when the kernel is locked down by David Howells · 6 years ago
- f632a81 Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 6 years ago
- c33d442 debugfs: make error message a bit more verbose by Greg Kroah-Hartman · 6 years ago
- d03ae47 debugfs: provide pr_fmt() macro by Greg Kroah-Hartman · 6 years ago
- 43e23b6 debugfs: log errors when something goes wrong by Greg Kroah-Hartman · 6 years ago
- 6679ea6 debugfs: call fsnotify_{unlink,rmdir}() hooks by Amir Goldstein · 6 years ago
- 823e545 debugfs: simplify __debugfs_remove_file() by Amir Goldstein · 6 years ago
- c9c2c27 debugfs: make debugfs_create_u32_array() return void by Greg Kroah-Hartman · 6 years ago
- ec8f24b treewide: Add SPDX license identifier - Makefile/Kconfig by Thomas Gleixner · 6 years ago
- d27fb65 Merge branch 'work.dcache' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 6 years ago
- cf482a4 Merge tag 'driver-core-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 6 years ago
- 6234ddf debugfs: switch to ->free_inode() by Al Viro · 6 years ago
- f4ec3a3 switch fsnotify_move() to passing const struct qstr * for old_name by Al Viro · 6 years ago
- 230c640 ovl_lookup_real_one(): don't bother with strlen() by Al Viro · 6 years ago
- 9abb249 debugfs: update documented return values of debugfs helpers by Ronald Tschalär · 6 years ago
- 93b919d debugfs: fix use-after-free on symlink traversal by Al Viro · 6 years ago
- 9481caf Merge 5.0-rc6 into driver-core-next by Greg Kroah-Hartman · 6 years ago
- 37ea7b6 debugfs: debugfs_lookup() should return NULL if not found by Greg Kroah-Hartman · 6 years ago