1. 4250b04 debugfs: Fix !DEBUG_FS debugfs_create_automount by Kusanagi Kouichi · 5 years ago
  2. d350475 debugfs: Add debugfs_create_xul() for hexadecimal unsigned long by Geert Uytterhoeven · 5 years ago
  3. 9927c6f debugfs: remove return value of debugfs_create_atomic_t() by Greg Kroah-Hartman · 5 years ago
  4. c7c1168 debugfs: remove return value of debugfs_create_x8() by Greg Kroah-Hartman · 5 years ago
  5. 0864c40 debugfs: remove return value of debugfs_create_x64() by Greg Kroah-Hartman · 5 years ago
  6. f5cb0a7 debugfs: remove return value of debugfs_create_x32() by Greg Kroah-Hartman · 5 years ago
  7. e40d38f debugfs: remove return value of debugfs_create_x16() by Greg Kroah-Hartman · 5 years ago
  8. 8e58026 debugfs: remove return value of debugfs_create_size_t() by Greg Kroah-Hartman · 5 years ago
  9. ad26221 debugfs: remove return value of debugfs_create_u64() by Greg Kroah-Hartman · 5 years ago
  10. 313f5db debugfs: remove return value of debugfs_create_u16() by Greg Kroah-Hartman · 5 years ago
  11. 9655ac4 debugfs: remove return value of debugfs_create_u8() by Greg Kroah-Hartman · 5 years ago
  12. c9c2c27 debugfs: make debugfs_create_u32_array() return void by Greg Kroah-Hartman · 6 years ago
  13. f50caa9 debugfs: fix debugfs_real_fops() build error by Arnd Bergmann · 7 years ago
  14. 2b2d878 debugfs: Remove redundant license text by Greg Kroah-Hartman · 7 years ago
  15. 3bce94fd debugfs: add SPDX identifiers to all debugfs files by Greg Kroah-Hartman · 7 years ago
  16. c9afbec debugfs: purge obsolete SRCU based removal protection by Nicolai Stange · 7 years ago
  17. 055ab8e debugfs: debugfs_real_fops(): drop __must_hold sparse annotation by Nicolai Stange · 7 years ago
  18. e9117a5 debugfs: implement per-file removal protection by Nicolai Stange · 7 years ago
  19. 7c8d469 debugfs: add support for more elaborate ->d_fsdata by Nicolai Stange · 7 years ago
  20. c2a737e debugfs: Add dummy implementation of few helpers by Viresh Kumar · 8 years ago
  21. e1b4fc7 fs: update location of filesystems documentation by Mauro Carvalho Chehab · 8 years ago
  22. 895ce6c debugfs: set no_llseek in DEFINE_DEBUGFS_ATTRIBUTE by Geliang Tang · 8 years ago
  23. f1ef09f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 8 years ago
  24. b206461 Merge tag 'driver-core-4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 8 years ago
  25. a7c5437 debugfs: add debugfs_lookup() by Omar Sandoval · 8 years ago
  26. 93faccbb fs: Better permission checking for submounts by Eric W. Biederman · 8 years ago
  27. e41746b debugfs: improve formatting of debugfs_real_fops() by Jakub Kicinski · 8 years ago
  28. 098c305 Merge tag 'driver-core-4.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 8 years ago
  29. 68f929f debugfs: constify argument to debugfs_real_fops() by Jakub Kicinski · 8 years ago
  30. 7f847dd debugfs: improve DEFINE_DEBUGFS_ATTRIBUTE for !CONFIG_DEBUG_FS by Arnd Bergmann · 8 years ago
  31. 86f0e06 debugfs: introduce a public file_operations accessor by Christian Lamparter · 8 years ago
  32. c646880 debugfs: add support for self-protecting attribute file fops by Nicolai Stange · 9 years ago
  33. 49d200d debugfs: prevent access to removed files' private data by Nicolai Stange · 9 years ago
  34. 9fd4dce debugfs: prevent access to possibly dead file_operations at file open by Nicolai Stange · 9 years ago
  35. 94e1dec debugfs: Add stub function for debugfs_create_automount(). by Jiaxing Wang · 9 years ago
  36. c23fe83 debugfs: Add debugfs_create_ulong() by Viresh Kumar · 9 years ago
  37. 621a5f7 debugfs: Pass bool pointer to debugfs_create_bool() by Viresh Kumar · 9 years ago
  38. 0642ef6 debugfs: Export bool read/write functions by Richard Fitzgerald · 10 years ago
  39. 5723cb0 debugfs: switch to simple_follow_link() by Al Viro · 10 years ago
  40. e59b4e9 debugfs: Provide a file creation function that also takes an initial size by David Howells · 10 years ago
  41. 77b3da6 new primitive: debugfs_create_automount() by Al Viro · 10 years ago
  42. 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
  43. f30d0a8 fs: debugfs: add forward declaration for struct device type by Arend van Spriel · 10 years ago
  44. 98210b7 debugfs: add helper function to create device related seq_file by Arend van Spriel · 10 years ago
  45. 9761536 debugfs: Have debugfs_print_regs32() return void by Joe Perches · 10 years ago
  46. 5b88021 fs/debugfs: add declaration for no CONFIG_DEBUG_FS by Weijie Yang · 11 years ago
  47. 3159269 debugfs: provide debugfs_create_x64() when disabled by Johannes Berg · 11 years ago
  48. 3a76e5e debugfs: add get/set for atomic types by Seth Jennings · 12 years ago
  49. 833d6e0 debugfs: regset32: make struct debugfs_reg32 pointer const by Felipe Balbi · 12 years ago
  50. 9fe2a70 debugfs: Add support to print u32 array in debugfs by Srivatsa Vaddagiri · 13 years ago
  51. 8818739 debugfs-related mode_t whack-a-mole by Al Viro · 13 years ago
  52. 972b2c7 Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 13 years ago
  53. f4ae40a6 switch debugfs to umode_t by Al Viro · 13 years ago
  54. 8ee4dd9 debugfs: print_regs32: make regs array a const pointer by Alessandro Rubini · 13 years ago
  55. 1a087c6 debugfs: add tools to printk 32-bit registers by Alessandro Rubini · 13 years ago
  56. 15b0bea Add x64 support to debugfs by Huang Ying · 15 years ago
  57. 55dff49 docs: fix various Documentation/ paths in header files by Randy Dunlap · 15 years ago
  58. c0f92ba debugfs: function to know if debugfs is initialized by Frederic Weisbecker · 16 years ago
  59. 5ee8100 Fix "multiple definition of `debugfs_create_size_t'" by Linus Torvalds · 16 years ago
  60. 8adb711 debugfs: introduce stub for debugfs_create_size_t() when DEBUG_FS=n by Inaky Perez-Gonzalez · 16 years ago
  61. 5e07878 debugfs: add helpers for exporting a size_t simple value by Inaky Perez-Gonzalez · 16 years ago
  62. 9505e63 debugfs: Implement debugfs_remove_recursive() by Haavard Skinnemoen · 17 years ago
  63. ae79cda x86: Add a arch directory for x86 under debugfs by venkatesh.pallipadi@intel.com · 16 years ago
  64. 3634634 debugfs: fix sparse warnings by Harvey Harrison · 17 years ago
  65. 2ebefc5 debugfs: helper for decimal challenged by Robin Getz · 17 years ago
  66. cfc94cd debugfs: add rename for debugfs files by Jan Kara · 18 years ago
  67. 8447891 debugfs: Add debugfs_create_u64() by Michael Ellerman · 18 years ago
  68. 66f5496 debugfs: implement symbolic links by Peter Oberparleiter · 18 years ago
  69. bde11d7 [PATCH] Fix OCFS2 warning when DEBUG_FS is not enabled by Jean Delvare · 19 years ago
  70. 99ac48f [PATCH] mark f_ops const in the inode by Arjan van de Ven · 19 years ago
  71. dd308bc [PATCH] debugfs: Add debugfs_create_blob() helper for exporting binary data by Michael Ellerman · 19 years ago
  72. 7b55863 [PATCH] debugfs: fix !debugfs prototypes by Michal Ostrowski · 20 years ago
  73. a7a76ce [PATCH] debugfs: Reduce <linux/debugfs.h> dependencies by Roland Dreier · 20 years ago
  74. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 20 years ago