1. 358fcf5 debugfs: lockdown: Allow reading debugfs files that are not world readable by Michal Suchanek · 3 years ago
  2. af505ca debugfs: debugfs_create_file_size(): use IS_ERR to check for error by Nirmoy Das · 3 years, 4 months ago
  3. 112cedc debugfs: Return error during {full/open}_proxy_open() on rmmod by Sven Eckelmann · 3 years, 5 months ago
  4. 68afbd8 Merge tag 'v5.13-rc6' into driver-core-next by Greg Kroah-Hartman · 3 years, 7 months ago
  5. f501b6a debugfs: Fix debugfs_read_file_str() by Dietmar Eggemann · 3 years, 7 months ago
  6. 92722ba Merge 5.13-rc4 into driver-core-next by Greg Kroah-Hartman · 3 years, 7 months ago
  7. fb05b14 debugfs: remove return value of debugfs_create_ulong() by Greg Kroah-Hartman · 3 years, 7 months ago
  8. 393b063 debugfs: remove return value of debugfs_create_bool() by Greg Kroah-Hartman · 3 years, 7 months ago
  9. 5881fa8 debugfs: fix security_locked_down() call for SELinux by Ondrej Mosnacek · 3 years, 8 months ago
  10. d616f56 debugfs: only accept read attributes for blobs by Wolfram Sang · 3 years, 8 months ago
  11. 16b3d0c Merge tag 'sched-core-2021-04-28' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 3 years, 8 months ago
  12. 9af0440 debugfs: Implement debugfs_create_str() by Peter Zijlstra · 3 years, 9 months ago
  13. 312723a debugfs: Make debugfs_allow RO after init by Kees Cook · 3 years, 9 months ago
  14. c8a9c28 debugfs: drop pointless nul-termination in debugfs_read_file_bool() by Rasmus Villemoes · 3 years, 9 months ago
  15. 7ac1161 Merge tag 'driver-core-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 3 years, 10 months ago
  16. 5634856 debugfs: do not attempt to create a new file before the filesystem is initalized by Greg Kroah-Hartman · 3 years, 10 months ago
  17. bc6de80 debugfs: be more robust at handling improper input in debugfs_lookup() by Greg Kroah-Hartman · 3 years, 10 months ago
  18. 549c729 fs: make helpers idmap mount aware by Christian Brauner · 4 years ago
  19. 0d519cb debugfs: remove return value of debugfs_create_devm_seqfile() by Greg Kroah-Hartman · 4 years, 2 months ago
  20. e3b9fc7 debugfs: Fix module state check condition by Vladis Dronov · 4 years, 5 months ago
  21. 47ec530 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next by Linus Torvalds · 4 years, 5 months ago
  22. a24c6f7 debugfs: Add access restriction option by Peter Enderborg · 4 years, 5 months ago
  23. a2b992c debugfs: make sure we can remove u32_array files cleanly by Jakub Kicinski · 4 years, 6 months ago
  24. c80a67b debugfs: file: Remove unnecessary cast in kfree() by Xu Wang · 4 years, 6 months ago
  25. 96fa72f Merge 5.7-rc3 into driver-core-next by Greg Kroah-Hartman · 4 years, 8 months ago
  26. 69b07ee debugfs: Use the correct style for SPDX License Identifier by Nishad Kamdar · 4 years, 8 months ago
  27. 2b07021 debugfs: remove return value of debugfs_create_u32() by Greg Kroah-Hartman · 4 years, 9 months ago
  28. 72f3542 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 4 years, 9 months ago
  29. 526ee72 debugfs: remove return value of debugfs_create_file_size() by Greg Kroah-Hartman · 4 years, 10 months ago
  30. 275678e debugfs: Check module state before warning in {full/open}_proxy_open() by Taehee Yoo · 4 years, 10 months ago
  31. 30332ee debugfs: regset32: Add Runtime PM support by Geert Uytterhoeven · 4 years, 11 months ago
  32. ae91c92 debugfs: remove return value of debugfs_create_regset32() by Greg Kroah-Hartman · 5 years ago
  33. 72f582f Merge branch 'work.recursive_removal' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 5 years ago
  34. a37f495 debugfs: Return -EPERM when locked down by Eric Snowberg · 5 years ago
  35. adc92dd debugfs: Fix warnings when building documentation by Daniel W. S. Almeida · 5 years ago
  36. a3d1e7e simple_recursive_removal(): kernel-side rm -rf for ramfs-style filesystems by Al Viro · 5 years ago
  37. 0aecba6 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 5 years ago
  38. 6c2d4798 new helper: lookup_positive_unlocked() by Al Viro · 5 years ago
  39. 9927c6f debugfs: remove return value of debugfs_create_atomic_t() by Greg Kroah-Hartman · 5 years ago
  40. c7c1168 debugfs: remove return value of debugfs_create_x8() by Greg Kroah-Hartman · 5 years ago
  41. 0864c40 debugfs: remove return value of debugfs_create_x64() by Greg Kroah-Hartman · 5 years ago
  42. f5cb0a7 debugfs: remove return value of debugfs_create_x32() by Greg Kroah-Hartman · 5 years ago
  43. e40d38f debugfs: remove return value of debugfs_create_x16() by Greg Kroah-Hartman · 5 years ago
  44. 8e58026 debugfs: remove return value of debugfs_create_size_t() by Greg Kroah-Hartman · 5 years ago
  45. ad26221 debugfs: remove return value of debugfs_create_u64() by Greg Kroah-Hartman · 5 years ago
  46. 313f5db debugfs: remove return value of debugfs_create_u16() by Greg Kroah-Hartman · 5 years ago
  47. 9655ac4 debugfs: remove return value of debugfs_create_u8() by Greg Kroah-Hartman · 5 years ago
  48. aefcf2f Merge branch 'next-lockdown' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 5 years ago
  49. 5496197 debugfs: Restrict debugfs when the kernel is locked down by David Howells · 5 years ago
  50. f632a81 Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 5 years ago
  51. c33d442 debugfs: make error message a bit more verbose by Greg Kroah-Hartman · 5 years ago
  52. d03ae47 debugfs: provide pr_fmt() macro by Greg Kroah-Hartman · 5 years ago
  53. 43e23b6 debugfs: log errors when something goes wrong by Greg Kroah-Hartman · 5 years ago
  54. 6679ea6 debugfs: call fsnotify_{unlink,rmdir}() hooks by Amir Goldstein · 6 years ago
  55. 823e545 debugfs: simplify __debugfs_remove_file() by Amir Goldstein · 6 years ago
  56. c9c2c27 debugfs: make debugfs_create_u32_array() return void by Greg Kroah-Hartman · 6 years ago
  57. ec8f24b treewide: Add SPDX license identifier - Makefile/Kconfig by Thomas Gleixner · 6 years ago
  58. d27fb65 Merge branch 'work.dcache' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 6 years ago
  59. 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
  60. 6234ddf debugfs: switch to ->free_inode() by Al Viro · 6 years ago
  61. f4ec3a3 switch fsnotify_move() to passing const struct qstr * for old_name by Al Viro · 6 years ago
  62. 230c640 ovl_lookup_real_one(): don't bother with strlen() by Al Viro · 6 years ago
  63. 9abb249 debugfs: update documented return values of debugfs helpers by Ronald Tschalär · 6 years ago
  64. 93b919d debugfs: fix use-after-free on symlink traversal by Al Viro · 6 years ago
  65. 9481caf Merge 5.0-rc6 into driver-core-next by Greg Kroah-Hartman · 6 years ago
  66. 37ea7b6 debugfs: debugfs_lookup() should return NULL if not found by Greg Kroah-Hartman · 6 years ago
  67. ff9fb72 debugfs: return error values, not NULL by Greg Kroah-Hartman · 6 years ago
  68. d88c93f debugfs: fix debugfs_rename parameter checking by Greg Kroah-Hartman · 6 years ago
  69. 0eeb273 debugfs: debugfs_use_start/finish do not exist anymore by Sergey Senozhatsky · 6 years ago
  70. f5b7769e Revert "debugfs: inode: debugfs_create_dir uses mode permission from parent" by Linus Torvalds · 7 years ago
  71. 95cde3c5 debugfs: inode: debugfs_create_dir uses mode permission from parent by Thomas Richter · 7 years ago
  72. 964f836 debugfs: Re-use kstrtobool_from_user() by Andy Shevchenko · 7 years ago
  73. cd1c0c9 debugfs_lookup(): switch to lookup_one_len_unlocked() by Al Viro · 7 years ago
  74. a9a0884 vfs: do bulk POLL* -> EPOLL* replacement by Linus Torvalds · 7 years ago
  75. cfe3944 use linux/poll.h instead of asm/poll.h by Al Viro · 7 years ago
  76. 076ccb7 fs: annotate ->poll() instances by Al Viro · 7 years ago
  77. e6c8adc anntotate the places where ->poll() return values go by Al Viro · 7 years ago
  78. 2b2d878 debugfs: Remove redundant license text by Greg Kroah-Hartman · 7 years ago
  79. 3bce94fd debugfs: add SPDX identifiers to all debugfs files by Greg Kroah-Hartman · 7 years ago
  80. 7d39bc5 debugfs: defer debugfs_fsdata allocation to first usage by Nicolai Stange · 7 years ago
  81. 154b9d7 debugfs: call debugfs_real_fops() only after debugfs_file_get() by Nicolai Stange · 7 years ago
  82. c9afbec debugfs: purge obsolete SRCU based removal protection by Nicolai Stange · 7 years ago
  83. 69d29f9 debugfs: convert to debugfs_file_get() and -put() by Nicolai Stange · 7 years ago
  84. 055ab8e debugfs: debugfs_real_fops(): drop __must_hold sparse annotation by Nicolai Stange · 7 years ago
  85. e9117a5 debugfs: implement per-file removal protection by Nicolai Stange · 7 years ago
  86. 7c8d469 debugfs: add support for more elaborate ->d_fsdata by Nicolai Stange · 7 years ago
  87. 78dcf73 Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  88. b8d4c1f Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  89. 49d31c2 dentry name snapshots by Al Viro · 7 years ago
  90. c3d98ea VFS: Don't use save/replace_mount_options if not using generic_show_options by David Howells · 7 years ago
  91. e1511a8 fs: fix the location of the kernel-api book by Mauro Carvalho Chehab · 8 years ago
  92. e1b4fc7 fs: update location of filesystems documentation by Mauro Carvalho Chehab · 8 years ago
  93. cda3712 fs: constify tree_descr arrays passed to simple_fill_super() by Eric Biggers · 8 years ago
  94. f1ef09f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 8 years ago
  95. a7c5437 debugfs: add debugfs_lookup() by Omar Sandoval · 8 years ago
  96. 93faccbb fs: Better permission checking for submounts by Eric W. Biederman · 8 years ago
  97. 101105b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  98. 3873691 Merge remote-tracking branch 'ovl/rename2' into for-linus by Al Viro · 8 years ago
  99. c2050a4 fs: Replace current_fs_time() with current_time() by Deepa Dinamani · 8 years ago
  100. a1a9e5d debugfs: propagate release() call result by Eric Engestrom · 8 years ago