1. cabdf6b Merge android-4.9-174 (d47e38b) into msm-4.9 by Tengfei Fan · 5 years ago
  2. 1ef8447 debugfs: fix use-after-free on symlink traversal by Al Viro · 5 years ago
  3. b7d9747 Merge android-4.9.160 (fd5657a) into msm-4.9 by jianzhou · 5 years ago
  4. b013117 debugfs: fix debugfs_rename parameter checking by Greg Kroah-Hartman · 5 years ago
  5. 5455f7b debugfs: defer debugfs_fsdata allocation to first usage by Nicolai Stange · 7 years ago
  6. f0a58a8 debugfs: call debugfs_real_fops() only after debugfs_file_get() by Nicolai Stange · 7 years ago
  7. d3a70bf debugfs: purge obsolete SRCU based removal protection by Nicolai Stange · 7 years ago
  8. 5300fd8 debugfs: convert to debugfs_file_get() and -put() by Nicolai Stange · 7 years ago
  9. f6ba3d4 debugfs: debugfs_real_fops(): drop __must_hold sparse annotation by Nicolai Stange · 7 years ago
  10. d1b2063 debugfs: implement per-file removal protection by Nicolai Stange · 7 years ago
  11. c492dd3 debugfs: add support for more elaborate ->d_fsdata by Nicolai Stange · 7 years ago
  12. ad25f11 dentry name snapshots by Al Viro · 7 years ago
  13. d3381fa fs: Better permission checking for submounts by Eric W. Biederman · 7 years ago
  14. 101105b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  15. 3873691 Merge remote-tracking branch 'ovl/rename2' into for-linus by Al Viro · 8 years ago
  16. c2050a4 fs: Replace current_fs_time() with current_time() by Deepa Dinamani · 8 years ago
  17. a1a9e5d debugfs: propagate release() call result by Eric Engestrom · 8 years ago
  18. e0e0be8 libfs: support RENAME_NOREPLACE in simple_rename() by Miklos Szeredi · 8 years ago
  19. 86f0e06 debugfs: introduce a public file_operations accessor by Christian Lamparter · 8 years ago
  20. 24ef5f3 debugfs: remove extra debugfs_create_file_unsafe() declaration by Nicolai Stange · 8 years ago
  21. b223f4e2 Merge branch 'd_real' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs into work.misc by Al Viro · 8 years ago
  22. 75f0b68 debugfs: open_proxy_open(): avoid double fops release by Nicolai Stange · 8 years ago
  23. b10e3e9 debugfs: full_proxy_open(): free proxy on ->open() failure by Nicolai Stange · 8 years ago
  24. acc29fb debugfs: ->d_parent is never NULL or negative by Al Viro · 8 years ago
  25. 5614e77 Merge 4.6-rc4 into driver-core-next by Greg Kroah-Hartman · 8 years ago
  26. 87243de debugfs: Make automount point inodes permanently empty by Seth Forshee · 8 years ago
  27. c4a74f6 debugfs: unproxify files created through debugfs_create_u32_array() by Nicolai Stange · 8 years ago
  28. 83b711c debugfs: unproxify files created through debugfs_create_blob() by Nicolai Stange · 8 years ago
  29. 4d45f79 debugfs: unproxify files created through debugfs_create_bool() by Nicolai Stange · 8 years ago
  30. 4909f16 debugfs: unproxify integer attribute files by Nicolai Stange · 8 years ago
  31. c646880 debugfs: add support for self-protecting attribute file fops by Nicolai Stange · 8 years ago
  32. 49d200d debugfs: prevent access to removed files' private data by Nicolai Stange · 8 years ago
  33. 9fd4dce debugfs: prevent access to possibly dead file_operations at file open by Nicolai Stange · 8 years ago
  34. 1b48b53 fs: debugfs: Replace CURRENT_TIME by current_fs_time() by Deepa Dinamani · 8 years ago
  35. a8f324a debugfs: fix inode i_nlink references for automount dentry by Roman Pen · 8 years ago
  36. 5955102 wrappers for ->i_mutex access by Al Viro · 8 years ago
  37. 0ee9608 debugfs: fix refcount imbalance in start_creating by Daniel Borkmann · 9 years ago
  38. c23fe83 debugfs: Add debugfs_create_ulong() by Viresh Kumar · 9 years ago
  39. 6713e8f debugfs: Add read-only/write-only bool file ops by Stephen Boyd · 9 years ago
  40. 6db6652 debugfs: Add read-only/write-only size_t file ops by Stephen Boyd · 9 years ago
  41. 82b7d4f debugfs: Add read-only/write-only x64 file ops by Stephen Boyd · 9 years ago
  42. b97f679 debugfs: Consolidate file mode checks in debugfs_create_*() by Stephen Boyd · 9 years ago
  43. 398dc4a debugfs: document that debugfs_remove*() accepts NULL and error values by Ulf Magnusson · 9 years ago
  44. 621a5f7 debugfs: Pass bool pointer to debugfs_create_bool() by Viresh Kumar · 9 years ago
  45. 0642ef6 debugfs: Export bool read/write functions by Richard Fitzgerald · 9 years ago
  46. 1dc51b8 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  47. 0cbee99 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 9 years ago
  48. f9bb488 sysfs: Create mountpoints with sysfs_create_mount_point by Eric W. Biederman · 9 years ago
  49. dc3f419 make simple_positive() public by Al Viro · 9 years ago
  50. 5723cb0 debugfs: switch to simple_follow_link() by Al Viro · 9 years ago
  51. 9ec3a64 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  52. 4fc8adc Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  53. 2b0143b VFS: normal filesystems (and lustre): d_inode() annotations by David Howells · 9 years ago
  54. 7ceab50 VFS: Fix up debugfs to use d_is_dir() in place of S_ISDIR() by David Howells · 9 years ago
  55. c9e15f2 debugfs: allow bad parent pointers to be passed in by Greg KH · 9 years ago
  56. 0db59e5 debugfs: leave freeing a symlink body until inode eviction by Al Viro · 9 years ago
  57. e36cb0b VFS: (Scripted) Convert S_ISLNK/DIR/REG(dentry->d_inode) to d_is_*(dentry) by David Howells · 9 years ago
  58. e59b4e9 debugfs: Provide a file creation function that also takes an initial size by David Howells · 9 years ago
  59. 77b3da6 new primitive: debugfs_create_automount() by Al Viro · 9 years ago
  60. 5233e31 debugfs: split end_creating() into success and failure cases by Al Viro · 9 years ago
  61. edac65e debugfs: take mode-dependent parts of debugfs_get_inode() into callers by Al Viro · 9 years ago
  62. 680b302 fold debugfs_mknod() into callers by Al Viro · 9 years ago
  63. 3473cde fold debugfs_create() into caller by Al Viro · 9 years ago
  64. 02538a7 fold debugfs_mkdir() into caller by Al Viro · 9 years ago
  65. 160f759 debugfs_mknod(): get rid useless arguments by Al Viro · 9 years ago
  66. 9b73fab fold debugfs_link() into caller by Al Viro · 9 years ago
  67. ad5abd5 debugfs: kill __create_file() by Al Viro · 9 years ago
  68. 190afd8 debugfs: split the beginning and the end of __create_file() off by Al Viro · 9 years ago
  69. e09ddf3 debugfs_{mkdir,create,link}(): get rid of redundant argument by Al Viro · 9 years ago
  70. e6b5be2 Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 9 years ago
  71. 98210b7 debugfs: add helper function to create device related seq_file by Arend van Spriel · 9 years ago
  72. 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 · 9 years ago
  73. 9761536 debugfs: Have debugfs_print_regs32() return void by Joe Perches · 10 years ago
  74. 946e51f move d_rcu from overlapping d_child to overlapping d_alias by Al Viro · 10 years ago
  75. 88e412e fs: debugfs: remove trailing whitespace by Rahul Bedarkar · 10 years ago
  76. 485d440 debugfs: Fix corrupted loop in debugfs_remove_recursive by Steven Rostedt · 10 years ago
  77. 24e7ea3 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 10 years ago
  78. 02b9984 fs: push sync_filesystem() down to the file system's remount_fs() by Theodore Ts'o · 10 years ago
  79. e227867 treewide: Fix typo in Documentation/DocBook by Masanari Iida · 10 years ago
  80. 6bc080d debugfs: use list_next_entry() in debugfs_remove_recursive() by Oleg Nesterov · 10 years ago
  81. 776164c debugfs: debugfs_remove_recursive() must not rely on list_empty(d_subdirs) by Oleg Nesterov · 11 years ago
  82. a3b2c8c7 debugfs: write_file_bool() - ensure strtobool() operates on valid data by Mathias Krause · 11 years ago
  83. 3a76e5e debugfs: add get/set for atomic types by Seth Jennings · 11 years ago
  84. 7f78e03 fs: Limit sys_mount to only request filesystem modules. by Eric W. Biederman · 11 years ago
  85. ed408f7 Merge 3.9-rc4 into driver-core-next by Greg Kroah-Hartman · 11 years ago
  86. 1884bd4 debugfs: remove redundant initialization of dentry by Sasha Levin · 11 years ago
  87. f1688e0 debugfs: convert gid= argument from decimal, not octal by Dave Reisner · 11 years ago
  88. 7dd2517 fs/debugsfs: remove unnecessary inode->i_private initialization by Yan Hong · 11 years ago
  89. 437589a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 12 years ago
  90. 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
  91. e05e279 debugfs: fix u32_array race in format_array_alloc by Linus Torvalds · 12 years ago
  92. 3604885 debugfs: fix race in u32_array_read and allocate array at open by David Rientjes · 12 years ago
  93. 7dc0588 userns: Convert debugfs to use kuid/kgid where appropriate. by Eric W. Biederman · 12 years ago
  94. 82aceae4 debugfs: more tightly restrict default mount mode by Kees Cook · 12 years ago
  95. 3cd52ab debugfs: make __create_file static by Chris Wright · 12 years ago
  96. 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
  97. ac481d6 debugfs: get rid of useless arguments to debugfs_{mkdir,symlink} by Al Viro · 12 years ago
  98. cfa57c1 debugfs: fold debugfs_create_by_name() into the only caller by Al Viro · 12 years ago
  99. c3b1a35 debugfs: make sure that debugfs_create_file() gets used only for regulars by Al Viro · 12 years ago
  100. a59d629 debugfs: change parameter check in debugfs_remove() functions by Arend van Spriel · 12 years ago