1. 7e8283a fanotify: report parent fid + name + child fid by Amir Goldstein · 4 years, 6 months ago
  2. 929943b fanotify: add support for FAN_REPORT_NAME by Amir Goldstein · 4 years, 6 months ago
  3. 83b7a59 fanotify: add basic support for FAN_REPORT_DIR_FID by Amir Goldstein · 4 years, 6 months ago
  4. 497b0c5 fsnotify: send event to parent and child with single callback by Amir Goldstein · 4 years, 6 months ago
  5. f35c415 fanotify: no external fh buffer in fanotify_name_event by Amir Goldstein · 4 years, 6 months ago
  6. f454fa6 fanotify: use struct fanotify_info to parcel the variable size buffer by Amir Goldstein · 4 years, 6 months ago
  7. d809daf fanotify: generalize test for FAN_REPORT_FID by Amir Goldstein · 4 years, 6 months ago
  8. 6ad1aad fanotify: distinguish between fid encode error and null fid by Amir Goldstein · 4 years, 6 months ago
  9. 103ff6a fanotify: generalize merge logic of events on dir by Amir Goldstein · 4 years, 6 months ago
  10. 0badfa0 fanotify: generalize the handling of extra event flags by Amir Goldstein · 4 years, 6 months ago
  11. 08b95c33 fanotify: remove event FAN_DIR_MODIFY by Amir Goldstein · 4 years, 6 months ago
  12. b54cecf fsnotify: pass dir argument to handle_event() callback by Amir Goldstein · 4 years, 7 months ago
  13. 9c61f3b fanotify: break up fanotify_alloc_event() by Amir Goldstein · 4 years, 10 months ago
  14. b8a6c3a fanotify: create overflow event type by Amir Goldstein · 4 years, 6 months ago
  15. cbcf47a fsnotify: return non const from fsnotify_data_inode() by Amir Goldstein · 4 years, 6 months ago
  16. 07c8f3b Merge tag 'fsnotify_for_v5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 4 years, 8 months ago
  17. f179369 fanotify: turn off support for FAN_DIR_MODIFY by Amir Goldstein · 4 years, 8 months ago
  18. 2f02fd3 fanotify: fix ignore mask logic for events on child and on dir by Amir Goldstein · 4 years, 8 months ago
  19. ab3c4da0 fanotify: prefix should_merge() by Fabian Frederick · 4 years, 8 months ago
  20. 6def1a1 fanotify: Fix the checks in fanotify_fsid_equal by Nathan Chancellor · 4 years, 10 months ago
  21. 44d705b fanotify: report name info for FAN_DIR_MODIFY event by Amir Goldstein · 4 years, 10 months ago
  22. cacfb95 fanotify: record name info for FAN_DIR_MODIFY event by Amir Goldstein · 4 years, 10 months ago
  23. 01affd5 fanotify: Drop fanotify_event_has_fid() by Jan Kara · 4 years, 10 months ago
  24. 9e2ba2c fanotify: send FAN_DIR_MODIFY event flavor with dir inode and name by Amir Goldstein · 4 years, 10 months ago
  25. 7088f35 fanotify: divorce fanotify_path_event and fanotify_fid_event by Jan Kara · 4 years, 10 months ago
  26. afc894c fanotify: Store fanotify handles differently by Jan Kara · 4 years, 10 months ago
  27. 55bf882 fanotify: fix merging marks masks with FAN_ONDIR by Amir Goldstein · 4 years, 10 months ago
  28. f367a62 fanotify: merge duplicate events on parent and child by Amir Goldstein · 4 years, 10 months ago
  29. dfc2d25 fsnotify: replace inode pointer with an object id by Amir Goldstein · 4 years, 10 months ago
  30. aa93bdc fsnotify: use helpers to access data by data_type by Amir Goldstein · 4 years, 10 months ago
  31. ec16545 memcg, fsnotify: no oom-kill for remote memcg charging by Shakeel Butt · 6 years ago
  32. c285a2f fanotify: update connector fsid cache on add mark by Amir Goldstein · 6 years ago
  33. d27fb65 Merge branch 'work.dcache' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 6 years ago
  34. b1da6a5 fsnotify: Fix NULL ptr deref in fanotify_get_fsid() by Jan Kara · 6 years ago
  35. e43e9c3 fsnotify: switch send_to_group() and ->handle_event to const struct qstr * by Al Viro · 6 years ago
  36. b519057 fanotify: Make waits for fanotify events only killable by Jan Kara · 6 years ago
  37. fabf7f2 fanotify: Use interruptible wait when waiting for permission events by Jan Kara · 6 years ago
  38. 4087328 fanotify: Track permission event state by Jan Kara · 6 years ago
  39. e7fce6d fanotify: report FAN_ONDIR to listener with FAN_REPORT_FID by Amir Goldstein · 6 years ago
  40. 235328d fanotify: add support for create/attrib/move/delete events by Amir Goldstein · 6 years ago
  41. 83b535d fanotify: support events with data type FSNOTIFY_EVENT_INODE by Amir Goldstein · 6 years ago
  42. 0321e03 fanotify: check FS_ISDIR flag instead of d_is_dir() by Amir Goldstein · 6 years ago
  43. 7711522 fanotify: cache fsid in fsnotify_mark_connector by Amir Goldstein · 6 years ago
  44. e9e0c89 fanotify: encode file identifier for FAN_REPORT_FID by Amir Goldstein · 6 years ago
  45. 3391399 fanotify: rename struct fanotify_{,perm_}event_info by Amir Goldstein · 6 years ago
  46. a0a92d2 fsnotify: move mask out of struct fsnotify_event by Amir Goldstein · 6 years ago
  47. 66917a3 fanotify: introduce new event mask FAN_OPEN_EXEC_PERM by Matthew Bobrowski · 6 years ago
  48. 9b076f1 fanotify: introduce new event mask FAN_OPEN_EXEC by Matthew Bobrowski · 6 years ago
  49. 2d10b23 fanotify: return only user requested event types in event mask by Matthew Bobrowski · 6 years ago
  50. b469e7e fanotify: fix handling of events on child sub-directory by Amir Goldstein · 6 years ago
  51. d0a6a87 fanotify: support reporting thread id instead of process id by Amir Goldstein · 6 years ago
  52. bdd5a46 fanotify: add BUILD_BUG_ON() to count the bits of fanotify constants by Amir Goldstein · 6 years ago
  53. 23c9dee fanotify: deprecate uapi FAN_ALL_* constants by Amir Goldstein · 6 years ago
  54. 0214f46 Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 6 years ago
  55. d46eb14b fs: fsnotify: account fsnotify metadata to kmemcg by Shakeel Butt · 6 years ago
  56. 7a36094 pids: Compute task_tgid using signal->leader_pid by Eric W. Biederman · 7 years ago
  57. 837a393 fanotify: generalize fanotify_should_send_event() by Amir Goldstein · 7 years ago
  58. 5b0457a fsnotify: remove redundant arguments to handle_event() by Amir Goldstein · 7 years ago
  59. 54a307b fanotify: fix logic of events on child by Amir Goldstein · 7 years ago
  60. 7b1f641 fsnotify: Let userspace know about lost events due to ENOMEM by Jan Kara · 7 years ago
  61. 1f5eaa9 fanotify: Avoid lost events due to ENOMEM for unlimited queues by Jan Kara · 7 years ago
  62. f14fc0c Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 7 years ago
  63. 23281c8 Merge branch 'fsnotify' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 7 years ago
  64. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  65. 6685df3 fanotify: clean up CONFIG_FANOTIFY_ACCESS_PERMISSIONS ifdefs by Miklos Szeredi · 7 years ago
  66. f37650f fanotify: fix fsnotify_prepare_user_wait() failure by Miklos Szeredi · 7 years ago
  67. de8cd83 audit: Record fanotify access control decisions by Steve Grubb · 7 years ago
  68. 054c636 fsnotify: Move ->free_mark callback to fsnotify_ops by Jan Kara · 8 years ago
  69. 05f0e38 fanotify: Release SRCU lock when waiting for userspace response by Jan Kara · 8 years ago
  70. 9385a84 fsnotify: Pass fsnotify_iter_info into handle_event handler by Jan Kara · 8 years ago
  71. 5b825c3 sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h> by Ingo Molnar · 8 years ago
  72. 6c71100 fanotify: simplify the code of fanotify_merge by Kinglong Mee · 8 years ago
  73. 3cd5eca fsnotify: constify 'data' passed to ->handle_event() by Al Viro · 8 years ago
  74. 96d4101 fanotify: fix list corruption in fanotify_get_response() by Jan Kara · 8 years ago
  75. b3c1030 fanotify: fix event filtering with FAN_ONDIR set by Suzuki K. Poulose · 10 years ago
  76. 54f2a2f fanotify: Fix up scripted S_ISDIR/S_ISREG/S_ISLNK conversions by David Howells · 10 years ago
  77. e36cb0b VFS: (Scripted) Convert S_ISLNK/DIR/REG(dentry->d_inode) to d_is_*(dentry) by David Howells · 10 years ago
  78. 66ba93c fanotify: don't set FAN_ONDIR implicitly on a marks ignored mask by Lino Sanfilippo · 10 years ago
  79. 5838d44 fanotify: fix double free of pending permission events by Jan Kara · 10 years ago
  80. 8ba8fa91 fsnotify: rename event handling functions by Jan Kara · 10 years ago
  81. f083441 fanotify: use fanotify event structure for permission response processing by Jan Kara · 11 years ago
  82. 482ef06 fanotify: Handle overflow in case of permission events by Jan Kara · 11 years ago
  83. 45a22f4 inotify: Fix reporting of cookies for inotify events by Jan Kara · 11 years ago
  84. 8581679 fanotify: Fix use after free for permission events by Jan Kara · 11 years ago
  85. 83c0e1b fsnotify: Do not return merged event from fsnotify_add_notify_event() by Jan Kara · 11 years ago
  86. 13116df fanotify: Fix use after free in mask checking by Jan Kara · 11 years ago
  87. 56b27cf fsnotify: remove pointless NULL initializers by Jan Kara · 11 years ago
  88. 83c4c4b fsnotify: remove .should_send_event callback by Jan Kara · 11 years ago
  89. 7053aee fsnotify: do not share events between notification groups by Jan Kara · 11 years ago
  90. 96680d2 Merge branch 'for-next' of git://git.infradead.org/users/eparis/notify by Linus Torvalds · 12 years ago
  91. 03a1cec fanotify: dont merge permission events by Lino Sanfilippo · 13 years ago
  92. 848561d fanotify: fix missing break by Eric Paris · 12 years ago
  93. 09e5f14 fanotify: on group destroy allow all waiters to bypass permission check by Lino Sanfilippo · 14 years ago
  94. 8fcd652 fanotify: ignore events on directories unless specifically requested by Eric Paris · 14 years ago
  95. e1c048b fanotify: do not send events for irregular files by Eric Paris · 14 years ago
  96. 4afeff8 fanotify: limit number of listeners per user by Eric Paris · 14 years ago
  97. ff8d6e9 fanotify: drop duplicate pr_debug statement by Tvrtko Ursulin · 14 years ago
  98. 2069601 Revert "fsnotify: store struct file not struct path" by Linus Torvalds · 14 years ago
  99. 1968f5e fanotify: use both marks when possible by Eric Paris · 14 years ago
  100. ce8f76f fsnotify: pass both the vfsmount mark and inode mark by Eric Paris · 14 years ago