1. 266bff7 debugfs: Correct the 'debugfs_create_str' docs by Ivan Orlov · 1 year, 9 months ago
  2. d60b59b debugfs: Export debugfs_create_str symbol by Cristian Marussi · 2 years, 1 month ago
  3. d472cf7 debugfs: fix error when writing negative value to atomic_t debugfs file by Akinobu Mita · 2 years, 5 months ago
  4. 19029f3 debugfs: use DEFINE_SHOW_ATTRIBUTE to define debugfs_regset32_fops by ChenXiaoSong · 2 years, 5 months ago
  5. 358fcf5 debugfs: lockdown: Allow reading debugfs files that are not world readable by Michal Suchanek · 3 years, 1 month ago
  6. 112cedc debugfs: Return error during {full/open}_proxy_open() on rmmod by Sven Eckelmann · 3 years, 7 months ago
  7. 68afbd8 Merge tag 'v5.13-rc6' into driver-core-next by Greg Kroah-Hartman · 3 years, 8 months ago
  8. f501b6a debugfs: Fix debugfs_read_file_str() by Dietmar Eggemann · 3 years, 9 months ago
  9. fb05b14 debugfs: remove return value of debugfs_create_ulong() by Greg Kroah-Hartman · 3 years, 9 months ago
  10. 393b063 debugfs: remove return value of debugfs_create_bool() by Greg Kroah-Hartman · 3 years, 9 months ago
  11. d616f56 debugfs: only accept read attributes for blobs by Wolfram Sang · 3 years, 10 months ago
  12. 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
  13. 9af0440 debugfs: Implement debugfs_create_str() by Peter Zijlstra · 3 years, 11 months ago
  14. c8a9c28 debugfs: drop pointless nul-termination in debugfs_read_file_bool() by Rasmus Villemoes · 3 years, 11 months ago
  15. 0d519cb debugfs: remove return value of debugfs_create_devm_seqfile() by Greg Kroah-Hartman · 4 years, 4 months ago
  16. e3b9fc7 debugfs: Fix module state check condition by Vladis Dronov · 4 years, 6 months ago
  17. 47ec530 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next by Linus Torvalds · 4 years, 7 months ago
  18. a2b992c debugfs: make sure we can remove u32_array files cleanly by Jakub Kicinski · 4 years, 7 months ago
  19. c80a67b debugfs: file: Remove unnecessary cast in kfree() by Xu Wang · 4 years, 7 months ago
  20. 2b07021 debugfs: remove return value of debugfs_create_u32() by Greg Kroah-Hartman · 4 years, 10 months ago
  21. 72f3542 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 4 years, 11 months ago
  22. 275678e debugfs: Check module state before warning in {full/open}_proxy_open() by Taehee Yoo · 5 years ago
  23. 30332ee debugfs: regset32: Add Runtime PM support by Geert Uytterhoeven · 5 years ago
  24. ae91c92 debugfs: remove return value of debugfs_create_regset32() by Greg Kroah-Hartman · 5 years ago
  25. a37f495 debugfs: Return -EPERM when locked down by Eric Snowberg · 5 years ago
  26. adc92dd debugfs: Fix warnings when building documentation by Daniel W. S. Almeida · 5 years ago
  27. 9927c6f debugfs: remove return value of debugfs_create_atomic_t() by Greg Kroah-Hartman · 5 years ago
  28. c7c1168 debugfs: remove return value of debugfs_create_x8() by Greg Kroah-Hartman · 5 years ago
  29. 0864c40 debugfs: remove return value of debugfs_create_x64() by Greg Kroah-Hartman · 5 years ago
  30. f5cb0a7 debugfs: remove return value of debugfs_create_x32() by Greg Kroah-Hartman · 5 years ago
  31. e40d38f debugfs: remove return value of debugfs_create_x16() by Greg Kroah-Hartman · 5 years ago
  32. 8e58026 debugfs: remove return value of debugfs_create_size_t() by Greg Kroah-Hartman · 5 years ago
  33. ad26221 debugfs: remove return value of debugfs_create_u64() by Greg Kroah-Hartman · 5 years ago
  34. 313f5db debugfs: remove return value of debugfs_create_u16() by Greg Kroah-Hartman · 5 years ago
  35. 9655ac4 debugfs: remove return value of debugfs_create_u8() by Greg Kroah-Hartman · 5 years ago
  36. aefcf2f Merge branch 'next-lockdown' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 5 years ago
  37. 5496197 debugfs: Restrict debugfs when the kernel is locked down by David Howells · 6 years ago
  38. c9c2c27 debugfs: make debugfs_create_u32_array() return void by Greg Kroah-Hartman · 6 years ago
  39. 9abb249 debugfs: update documented return values of debugfs helpers by Ronald Tschalär · 6 years ago
  40. 964f836 debugfs: Re-use kstrtobool_from_user() by Andy Shevchenko · 7 years ago
  41. a9a0884 vfs: do bulk POLL* -> EPOLL* replacement by Linus Torvalds · 7 years ago
  42. cfe3944 use linux/poll.h instead of asm/poll.h by Al Viro · 7 years ago
  43. 076ccb7 fs: annotate ->poll() instances by Al Viro · 8 years ago
  44. e6c8adc anntotate the places where ->poll() return values go by Al Viro · 8 years ago
  45. 2b2d878 debugfs: Remove redundant license text by Greg Kroah-Hartman · 7 years ago
  46. 3bce94fd debugfs: add SPDX identifiers to all debugfs files by Greg Kroah-Hartman · 7 years ago
  47. 7d39bc5 debugfs: defer debugfs_fsdata allocation to first usage by Nicolai Stange · 7 years ago
  48. 154b9d7 debugfs: call debugfs_real_fops() only after debugfs_file_get() by Nicolai Stange · 7 years ago
  49. c9afbec debugfs: purge obsolete SRCU based removal protection by Nicolai Stange · 7 years ago
  50. 69d29f9 debugfs: convert to debugfs_file_get() and -put() by Nicolai Stange · 7 years ago
  51. 055ab8e debugfs: debugfs_real_fops(): drop __must_hold sparse annotation by Nicolai Stange · 7 years ago
  52. e9117a5 debugfs: implement per-file removal protection by Nicolai Stange · 7 years ago
  53. 7c8d469 debugfs: add support for more elaborate ->d_fsdata by Nicolai Stange · 7 years ago
  54. e1b4fc7 fs: update location of filesystems documentation by Mauro Carvalho Chehab · 8 years ago
  55. a1a9e5d debugfs: propagate release() call result by Eric Engestrom · 8 years ago
  56. 86f0e06 debugfs: introduce a public file_operations accessor by Christian Lamparter · 8 years ago
  57. 75f0b68 debugfs: open_proxy_open(): avoid double fops release by Nicolai Stange · 9 years ago
  58. b10e3e9 debugfs: full_proxy_open(): free proxy on ->open() failure by Nicolai Stange · 9 years ago
  59. c4a74f6 debugfs: unproxify files created through debugfs_create_u32_array() by Nicolai Stange · 9 years ago
  60. 83b711cb debugfs: unproxify files created through debugfs_create_blob() by Nicolai Stange · 9 years ago
  61. 4d45f79 debugfs: unproxify files created through debugfs_create_bool() by Nicolai Stange · 9 years ago
  62. 4909f16 debugfs: unproxify integer attribute files by Nicolai Stange · 9 years ago
  63. c646880 debugfs: add support for self-protecting attribute file fops by Nicolai Stange · 9 years ago
  64. 49d200d debugfs: prevent access to removed files' private data by Nicolai Stange · 9 years ago
  65. 9fd4dce debugfs: prevent access to possibly dead file_operations at file open by Nicolai Stange · 9 years ago
  66. c23fe83 debugfs: Add debugfs_create_ulong() by Viresh Kumar · 9 years ago
  67. 6713e8f debugfs: Add read-only/write-only bool file ops by Stephen Boyd · 9 years ago
  68. 6db6652 debugfs: Add read-only/write-only size_t file ops by Stephen Boyd · 9 years ago
  69. 82b7d4f debugfs: Add read-only/write-only x64 file ops by Stephen Boyd · 9 years ago
  70. b97f679 debugfs: Consolidate file mode checks in debugfs_create_*() by Stephen Boyd · 9 years ago
  71. 621a5f7 debugfs: Pass bool pointer to debugfs_create_bool() by Viresh Kumar · 9 years ago
  72. 0642ef6 debugfs: Export bool read/write functions by Richard Fitzgerald · 10 years ago
  73. 5723cb0 debugfs: switch to simple_follow_link() by Al Viro · 10 years ago
  74. 2b0143b VFS: normal filesystems (and lustre): d_inode() annotations by David Howells · 10 years ago
  75. e6b5be2 Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 10 years ago
  76. 98210b7 debugfs: add helper function to create device related seq_file by Arend van Spriel · 10 years ago
  77. 9761536 debugfs: Have debugfs_print_regs32() return void by Joe Perches · 10 years ago
  78. 88e412e fs: debugfs: remove trailing whitespace by Rahul Bedarkar · 11 years ago
  79. a3b2c8c7 debugfs: write_file_bool() - ensure strtobool() operates on valid data by Mathias Krause · 12 years ago
  80. 3a76e5e debugfs: add get/set for atomic types by Seth Jennings · 12 years ago
  81. e05e279 debugfs: fix u32_array race in format_array_alloc by Linus Torvalds · 12 years ago
  82. 3604885 debugfs: fix race in u32_array_read and allocate array at open by David Rientjes · 12 years ago
  83. 9fe2a70 debugfs: Add support to print u32 array in debugfs by Srivatsa Vaddagiri · 13 years ago
  84. 234e340 simple_open: automatically convert to simple_open() by Stephen Boyd · 13 years ago
  85. 8818739 debugfs-related mode_t whack-a-mole by Al Viro · 13 years ago
  86. b5763ac kernel-doc: fix new warnings in debugfs by Randy Dunlap · 13 years ago
  87. 972b2c7 Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 13 years ago
  88. f4ae40a6 switch debugfs to umode_t by Al Viro · 14 years ago
  89. 3b85e4a debugfs: add missing #ifdef HAS_IOMEM by Heiko Carstens · 13 years ago
  90. 5858441 debugfs: remove unneeded cast in debugfs_print_regs32() by Dan Carpenter · 13 years ago
  91. 03e099f debugfs: bugfix: include <linux/io.h> in file.c by Alessandro Rubini · 13 years ago
  92. 8ee4dd9 debugfs: print_regs32: make regs array a const pointer by Alessandro Rubini · 13 years ago
  93. 1a087c6 debugfs: add tools to printk 32-bit registers by Alessandro Rubini · 13 years ago
  94. c42d223 debugfs: Silence DEBUG_STRICT_USER_COPY_CHECKS=y warning by Stephen Boyd · 14 years ago
  95. 8705b48 debugfs: move to new strtobool by Jonathan Cameron · 14 years ago
  96. 6038f37 llseek: automatically add .llseek fop by Arnd Bergmann · 15 years ago
  97. 15b0bea Add x64 support to debugfs by Huang Ying · 15 years ago
  98. e4792aa debugfs: use specified mode to possibly mark files read/write only by Robin Getz · 16 years ago
  99. 400ced6 debugfs: fix docbook error by Jonathan Corbet · 16 years ago
  100. 5e07878 debugfs: add helpers for exporting a size_t simple value by Inaky Perez-Gonzalez · 16 years ago