1. 2acda75 Merge tag 'fsnotify_for_v5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 3 years, 2 months ago
  2. dabe729 fsnotify: clarify contract for create event hooks by Amir Goldstein · 3 years, 2 months ago
  3. 67daf27 audit: add filtering for io_uring records by Paul Moore · 3 years, 8 months ago
  4. 950cc0d fsnotify: generalize handle_inode_event() by Amir Goldstein · 4 years, 1 month ago
  5. b9a1b97 fsnotify: create method handle_inode_event() in fsnotify_operations by Amir Goldstein · 4 years, 5 months ago
  6. 7dbe608 audit: do not set FS_EVENT_ON_CHILD in audit marks mask by Amir Goldstein · 4 years, 5 months ago
  7. b54cecf fsnotify: pass dir argument to handle_event() callback by Amir Goldstein · 4 years, 7 months ago
  8. b6ff107 Merge tag 'fsnotify_for_v5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 4 years, 9 months ago
  9. aa93bdc fsnotify: use helpers to access data by data_type by Amir Goldstein · 4 years, 9 months ago
  10. 70b3eee audit: CONFIG_CHANGE don't log internal bookkeeping as an event by Steve Grubb · 5 years ago
  11. 69924b8 audit_get_nd(): don't unlock parent too early by Al Viro · 5 years ago
  12. 1a59d1b8 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156 by Thomas Gleixner · 6 years ago
  13. 795d673 audit_compare_dname_path(): switch to const struct qstr * by Al Viro · 6 years ago
  14. 6921d4e audit_update_watch(): switch to const struct qstr * by Al Viro · 6 years ago
  15. e43e9c3 fsnotify: switch send_to_group() and ->handle_event to const struct qstr * by Al Viro · 6 years ago
  16. 626abcd audit: add syscall information to CONFIG_CHANGE records by Richard Guy Briggs · 6 years ago
  17. d0a3f18 audit: minimize our use of audit_log_format() by Paul Moore · 6 years ago
  18. a2c97da audit: use session_info helper by Richard Guy Briggs · 6 years ago
  19. baa2a4f audit: fix use-after-free in audit_add_watch by Ronny Chevalier · 6 years ago
  20. 4fa7f08 audit: simplify audit_enabled check in audit_watch_log_rule_change() by Richard Guy Briggs · 7 years ago
  21. dbb2816f Merge tag 'fsnotify_for_v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 7 years ago
  22. b249f5b fsnotify: add fsnotify_add_inode_mark() wrappers by Amir Goldstein · 7 years ago
  23. 5b0457a fsnotify: remove redundant arguments to handle_event() by Amir Goldstein · 7 years ago
  24. cdfb6b3 audit: use inline function to get audit context by Richard Guy Briggs · 7 years ago
  25. 422ce07 Merge tag 'audit-pr-20170816' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/audit by Linus Torvalds · 7 years ago
  26. b5fed47 audit: Receive unmount event by Jan Kara · 7 years ago
  27. d76036ab audit: Fix use after free in audit_remove_watch_rule() by Jan Kara · 7 years ago
  28. 5133cd7 Merge branch 'fsnotify' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 8 years ago
  29. bd120de audit: convert audit_watch.count from atomic_t to refcount_t by Elena Reshetova · 8 years ago
  30. 9aab4f4 audit: remove unnecessary semicolon in audit_watch_handle_event() by Nicholas Mc Guire · 8 years ago
  31. 054c636 fsnotify: Move ->free_mark callback to fsnotify_ops by Jan Kara · 8 years ago
  32. 7b129323 fsnotify: Add group pointer in fsnotify_init_mark() by Jan Kara · 8 years ago
  33. b1362ed fsnotify: Remove fsnotify_find_{inode|vfsmount}_mark() by Jan Kara · 8 years ago
  34. 9385a84 fsnotify: Pass fsnotify_iter_info into handle_event handler by Jan Kara · 8 years ago
  35. 0110c35 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  36. 9a19a6d Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  37. 3cd5eca fsnotify: constify 'data' passed to ->handle_event() by Al Viro · 8 years ago
  38. 4506309 don't open-code file_inode() by Al Viro · 8 years ago
  39. c1e8f06 audit: fix formatting of AUDIT_CONFIG_CHANGE events by Steve Grubb · 8 years ago
  40. 511a8cd Merge branch 'stable-4.8' of git://git.infradead.org/users/pcmoore/audit by Linus Torvalds · 8 years ago
  41. 5efc244 audit: fix exe_file access in audit_exe_compare by Mateusz Guzik · 8 years ago
  42. fc64005 don't bother with ->d_inode->i_sb - it's always equal to ->d_sb by Al Viro · 9 years ago
  43. 51b3eae Merge branch 'stable-4.6' of git://git.infradead.org/users/pcmoore/audit by Linus Torvalds · 9 years ago
  44. fd97646 audit: Fix typo in comment by Wei Yuan · 9 years ago
  45. 5955102 wrappers for ->i_mutex access by Al Viro · 9 years ago
  46. 425afcf Merge branch 'upstream' of git://git.infradead.org/users/pcmoore/audit by Linus Torvalds · 9 years ago
  47. 15ce414 fixup: audit: implement audit by executable by Richard Guy Briggs · 9 years ago
  48. 34d99af5 audit: implement audit by executable by Richard Guy Briggs · 9 years ago
  49. 84cb777 audit: use macros for unset inode and device values by Richard Guy Briggs · 9 years ago
  50. aa7c043 audit: eliminate unnecessary extra layer of watch parent references by Richard Guy Briggs · 9 years ago
  51. f8259b2 audit: eliminate unnecessary extra layer of watch references by Richard Guy Briggs · 9 years ago
  52. 3b36215 VFS: audit: d_backing_inode() annotations by David Howells · 10 years ago
  53. e7df61f audit: invalid op= values for rules by Burn Alting · 11 years ago
  54. 45a22f4 inotify: Fix reporting of cookies for inotify events by Jan Kara · 11 years ago
  55. 56b27cf fsnotify: remove pointless NULL initializers by Jan Kara · 11 years ago
  56. 83c4c4b fsnotify: remove .should_send_event callback by Jan Kara · 11 years ago
  57. 7053aee fsnotify: do not share events between notification groups by Jan Kara · 11 years ago
  58. 0644ec0 audit: catch possible NULL audit buffers by Kees Cook · 12 years ago
  59. 96680d2 Merge branch 'for-next' of git://git.infradead.org/users/eparis/notify by Linus Torvalds · 12 years ago
  60. e2a2994 fsnotify: pass group to fsnotify_destroy_mark() by Lino Sanfilippo · 14 years ago
  61. e3d6b07 audit: optimize audit_compare_dname_path by Jeff Layton · 12 years ago
  62. 563a0d1 audit: remove dirlen argument to audit_compare_dname_path by Jeff Layton · 12 years ago
  63. e1760bd userns: Convert the audit loginuid to be a kuid by Eric W. Biederman · 12 years ago
  64. 79714f7 get rid of kern_path_parent() by Al Viro · 13 years ago
  65. c9c6cac kill path_lookup() by Al Viro · 14 years ago
  66. 15a9155 fix race in audit_get_nd() by Al Viro · 14 years ago
  67. b8800aa audit: make functions static by Stephen Hemminger · 14 years ago
  68. 2069601 Revert "fsnotify: store struct file not struct path" by Linus Torvalds · 14 years ago
  69. 1968f5e fanotify: use both marks when possible by Eric Paris · 14 years ago
  70. ce8f76f fsnotify: pass both the vfsmount mark and inode mark by Eric Paris · 14 years ago
  71. 43709a2 fsnotify: remove group->mask by Eric Paris · 14 years ago
  72. 2612abb fsnotify: cleanup should_send_event by Eric Paris · 14 years ago
  73. 4cd76a4 audit: use the mark in handler functions by Eric Paris · 14 years ago
  74. 3a9b16b fsnotify: send fsnotify_mark to groups in event handling functions by Eric Paris · 14 years ago
  75. 3bcf386 fsnotify: store struct file not struct path by Eric Paris · 14 years ago
  76. 5444e29 fsnotify: split generic and inode specific mark code by Eric Paris · 15 years ago
  77. 3556608 fsnotify: take inode->i_lock inside fsnotify_find_mark_entry() by Andreas Gruenbacher · 15 years ago
  78. d077544 fsnotify: rename fsnotify_find_mark_entry to fsnotify_find_mark by Eric Paris · 15 years ago
  79. e61ce86 fsnotify: rename fsnotify_mark_entry to just fsnotify_mark by Eric Paris · 15 years ago
  80. 3a9fb89 fsnotify: include vfsmount in should_send_event when appropriate by Eric Paris · 15 years ago
  81. 0d2e2a1 fsnotify: drop mask argument from fsnotify_alloc_group by Eric Paris · 15 years ago
  82. 220d14d Audit: only set group mask when something is being watched by Eric Paris · 15 years ago
  83. ffab834 fsnotify: fsnotify_obtain_group should be fsnotify_alloc_group by Eric Paris · 15 years ago
  84. 74be0cc fsnotify: remove group_num altogether by Eric Paris · 15 years ago
  85. 8112e2d fsnotify: include data in should_send calls by Eric Paris · 15 years ago
  86. 7b0a04f fsnotify: provide the data type to should_send_event by Eric Paris · 15 years ago
  87. 1a3aedb Audit: audit watch init should not be before fsnotify init by Eric Paris · 15 years ago
  88. 40554c3 fsnotify: allow addition of duplicate fsnotify marks by Eric Paris · 15 years ago
  89. a05fb6c audit: do not get and put just to free a watch by Eric Paris · 15 years ago
  90. e118e9c audit: redo audit watch locking and refcnt in light of fsnotify by Eric Paris · 15 years ago
  91. e9fd702 audit: convert audit watches to use fsnotify instead of inotify by Eric Paris · 15 years ago
  92. ae7b8f4 Audit: clean up the audit_watch split by Eric Paris · 15 years ago
  93. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 15 years ago
  94. e08b061 Audit: reorganize struct audit_watch to save 8 bytes by Eric Paris · 15 years ago
  95. 9d96098 Audit: clean up all op= output to include string quoting by Eric Paris · 16 years ago
  96. 35fe4d0 Audit: move audit_get_nd completely into audit_watch by Eric Paris · 16 years ago
  97. cfcad62 audit: seperate audit inode watches into a subfile by Eric Paris · 16 years ago