1. 5723cb0 debugfs: switch to simple_follow_link() by Al Viro · 9 years ago
  2. 9ec3a64 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  3. 4fc8adc Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  4. 2b0143b VFS: normal filesystems (and lustre): d_inode() annotations by David Howells · 9 years ago
  5. 7ceab50 VFS: Fix up debugfs to use d_is_dir() in place of S_ISDIR() by David Howells · 9 years ago
  6. c9e15f2 debugfs: allow bad parent pointers to be passed in by Greg KH · 9 years ago
  7. 0db59e5 debugfs: leave freeing a symlink body until inode eviction by Al Viro · 9 years ago
  8. e36cb0b VFS: (Scripted) Convert S_ISLNK/DIR/REG(dentry->d_inode) to d_is_*(dentry) by David Howells · 9 years ago
  9. e59b4e9 debugfs: Provide a file creation function that also takes an initial size by David Howells · 9 years ago
  10. 77b3da6 new primitive: debugfs_create_automount() by Al Viro · 9 years ago
  11. 5233e31 debugfs: split end_creating() into success and failure cases by Al Viro · 9 years ago
  12. edac65e debugfs: take mode-dependent parts of debugfs_get_inode() into callers by Al Viro · 9 years ago
  13. 680b302 fold debugfs_mknod() into callers by Al Viro · 9 years ago
  14. 3473cde fold debugfs_create() into caller by Al Viro · 9 years ago
  15. 02538a7 fold debugfs_mkdir() into caller by Al Viro · 9 years ago
  16. 160f759 debugfs_mknod(): get rid useless arguments by Al Viro · 9 years ago
  17. 9b73fab fold debugfs_link() into caller by Al Viro · 9 years ago
  18. ad5abd5 debugfs: kill __create_file() by Al Viro · 9 years ago
  19. 190afd8 debugfs: split the beginning and the end of __create_file() off by Al Viro · 9 years ago
  20. e09ddf3 debugfs_{mkdir,create,link}(): get rid of redundant argument by Al Viro · 9 years ago
  21. 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
  22. 98210b7 debugfs: add helper function to create device related seq_file by Arend van Spriel · 10 years ago
  23. 8ce74dd Merge tag 'trace-seq-file-cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace into for-next by Al Viro · 10 years ago
  24. 9761536 debugfs: Have debugfs_print_regs32() return void by Joe Perches · 10 years ago
  25. 946e51f move d_rcu from overlapping d_child to overlapping d_alias by Al Viro · 10 years ago
  26. 88e412e fs: debugfs: remove trailing whitespace by Rahul Bedarkar · 10 years ago
  27. 485d440 debugfs: Fix corrupted loop in debugfs_remove_recursive by Steven Rostedt · 10 years ago
  28. 24e7ea3 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 10 years ago
  29. 02b9984 fs: push sync_filesystem() down to the file system's remount_fs() by Theodore Ts'o · 10 years ago
  30. e227867 treewide: Fix typo in Documentation/DocBook by Masanari Iida · 10 years ago
  31. 6bc080d debugfs: use list_next_entry() in debugfs_remove_recursive() by Oleg Nesterov · 11 years ago
  32. 776164c debugfs: debugfs_remove_recursive() must not rely on list_empty(d_subdirs) by Oleg Nesterov · 11 years ago
  33. a3b2c8c7 debugfs: write_file_bool() - ensure strtobool() operates on valid data by Mathias Krause · 11 years ago
  34. 3a76e5e debugfs: add get/set for atomic types by Seth Jennings · 11 years ago
  35. 7f78e03 fs: Limit sys_mount to only request filesystem modules. by Eric W. Biederman · 11 years ago
  36. ed408f7 Merge 3.9-rc4 into driver-core-next by Greg Kroah-Hartman · 11 years ago
  37. 1884bd4 debugfs: remove redundant initialization of dentry by Sasha Levin · 12 years ago
  38. f1688e0 debugfs: convert gid= argument from decimal, not octal by Dave Reisner · 11 years ago
  39. 7dd2517 fs/debugsfs: remove unnecessary inode->i_private initialization by Yan Hong · 12 years ago
  40. 437589a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 12 years ago
  41. 06d2fe1 Merge tag 'driver-core-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 12 years ago
  42. e05e279 debugfs: fix u32_array race in format_array_alloc by Linus Torvalds · 12 years ago
  43. 3604885 debugfs: fix race in u32_array_read and allocate array at open by David Rientjes · 12 years ago
  44. 7dc0588 userns: Convert debugfs to use kuid/kgid where appropriate. by Eric W. Biederman · 12 years ago
  45. 82aceae4 debugfs: more tightly restrict default mount mode by Kees Cook · 12 years ago
  46. 3cd52ab debugfs: make __create_file static by Chris Wright · 12 years ago
  47. fa93669 Merge tag 'driver-core-3.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 12 years ago
  48. ac481d6 debugfs: get rid of useless arguments to debugfs_{mkdir,symlink} by Al Viro · 12 years ago
  49. cfa57c1 debugfs: fold debugfs_create_by_name() into the only caller by Al Viro · 12 years ago
  50. c3b1a35 debugfs: make sure that debugfs_create_file() gets used only for regulars by Al Viro · 12 years ago
  51. a59d629 debugfs: change parameter check in debugfs_remove() functions by Arend van Spriel · 12 years ago
  52. 9fe2a70 debugfs: Add support to print u32 array in debugfs by Srivatsa Vaddagiri · 12 years ago
  53. 234e340 simple_open: automatically convert to simple_open() by Stephen Boyd · 12 years ago
  54. e2a0883 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  55. 8818739 debugfs-related mode_t whack-a-mole by Al Viro · 12 years ago
  56. bd1d462 Merge 3.3-rc2 into the driver-core-next branch. by Greg Kroah-Hartman · 12 years ago
  57. d6e4868 debugfs: add mode, uid and gid options by Ludwig Nussel · 12 years ago
  58. b5763ac kernel-doc: fix new warnings in debugfs by Randy Dunlap · 12 years ago
  59. 972b2c7 Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  60. f4ae40a switch debugfs to umode_t by Al Viro · 13 years ago
  61. 4c1d5a6 vfs: for usbfs, etc. internal vfsmounts ->mnt_sb->s_root == ->mnt_root by Al Viro · 13 years ago
  62. 3b85e4a debugfs: add missing #ifdef HAS_IOMEM by Heiko Carstens · 12 years ago
  63. 5858441 debugfs: remove unneeded cast in debugfs_print_regs32() by Dan Carpenter · 13 years ago
  64. 03e099f debugfs: bugfix: include <linux/io.h> in file.c by Alessandro Rubini · 13 years ago
  65. 8ee4dd9 debugfs: print_regs32: make regs array a const pointer by Alessandro Rubini · 13 years ago
  66. 1a087c6 debugfs: add tools to printk 32-bit registers by Alessandro Rubini · 13 years ago
  67. bd33d12 debugfs: Fix a comment mistake by Harry Wei · 13 years ago
  68. c42d223 debugfs: Silence DEBUG_STRICT_USER_COPY_CHECKS=y warning by Stephen Boyd · 13 years ago
  69. 8705b48 debugfs: move to new strtobool by Jonathan Cameron · 13 years ago
  70. 25d41d8 debugfs: Fix filesystem reference counting on debugfs_remove() failure by Jan Kara · 13 years ago
  71. 1f7da21 debugfs: remove module_exit() by Amerigo Wang · 13 years ago
  72. fc14f2f convert get_sb_single() users by Al Viro · 14 years ago
  73. 85fe402 fs: do not assign default i_ino in new_inode by Christoph Hellwig · 14 years ago
  74. 6038f37 llseek: automatically add .llseek fop by Arnd Bergmann · 14 years ago
  75. 15b0bea Add x64 support to debugfs by Huang Ying · 14 years ago
  76. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  77. 123df29 Lose the new_name argument of fsnotify_move() by Al Viro · 15 years ago
  78. ef52c75 get rid of pointless checks after simple_pin_fs() by Al Viro · 14 years ago
  79. d3a3b0a debugfs: fix create mutex racy fops and private data by Mathieu Desnoyers · 15 years ago
  80. be030e6 fs/debugfs/inode.c: fix comment typos by Alberto Bertogli · 15 years ago
  81. e4792aa debugfs: use specified mode to possibly mark files read/write only by Robin Getz · 15 years ago
  82. 400ced6 debugfs: fix docbook error by Jonathan Corbet · 15 years ago
  83. 56a83cc debugfs: dont stop on first failed recursive delete by Steven Rostedt · 15 years ago
  84. c0f92ba debugfs: function to know if debugfs is initialized by Frederic Weisbecker · 15 years ago
  85. 5e07878 debugfs: add helpers for exporting a size_t simple value by Inaky Perez-Gonzalez · 16 years ago
  86. 56ff5ef zero i_uid/i_gid on inode allocation by Al Viro · 16 years ago
  87. 9256292 integrity: special fs magic by Mimi Zohar · 16 years ago
  88. 9505e63 debugfs: Implement debugfs_remove_recursive() by Haavard Skinnemoen · 16 years ago
  89. 883ce42 DEBUGFS: Correct location of debugfs API documentation. by Robert P. J. Day · 16 years ago
  90. 3634634 debugfs: fix sparse warnings by Harvey Harrison · 16 years ago
  91. 8b88b09 libfs: allow error return from simple attributes by Christoph Hellwig · 16 years ago
  92. 197b12d Kobject: convert fs/* from kobject_unregister() to kobject_put() by Greg Kroah-Hartman · 17 years ago
  93. 0ff21e4 kobject: convert kernel_kset to be a kobject by Greg Kroah-Hartman · 17 years ago
  94. bd35b93 kset: convert kernel_subsys to use kset_create by Greg Kroah-Hartman · 17 years ago
  95. 191e186 kobject: convert debugfs to use kobject_create by Greg Kroah-Hartman · 17 years ago
  96. 3514fac kobject: remove struct kobj_type from struct kset by Greg Kroah-Hartman · 17 years ago
  97. 5a190ae [PATCH] pass dentry to audit_inode()/audit_inode_child() by Al Viro · 17 years ago
  98. e6716b8 docbook: fix filesystems content by Randy Dunlap · 17 years ago
  99. 2ebefc5 debugfs: helper for decimal challenged by Robin Getz · 17 years ago
  100. a6bb340 debugfs: remove rmdir() non-empty complaint by Jens Axboe · 17 years ago