1. 54a307b fanotify: fix logic of events on child by Amir Goldstein · 7 years ago
  2. 7b1f641 fsnotify: Let userspace know about lost events due to ENOMEM by Jan Kara · 7 years ago
  3. 1f5eaa9 fanotify: Avoid lost events due to ENOMEM for unlimited queues by Jan Kara · 7 years ago
  4. f14fc0c Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 7 years ago
  5. 23281c8 Merge branch 'fsnotify' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 7 years ago
  6. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  7. 6685df3 fanotify: clean up CONFIG_FANOTIFY_ACCESS_PERMISSIONS ifdefs by Miklos Szeredi · 7 years ago
  8. f37650f fanotify: fix fsnotify_prepare_user_wait() failure by Miklos Szeredi · 7 years ago
  9. de8cd83 audit: Record fanotify access control decisions by Steve Grubb · 7 years ago
  10. 054c636 fsnotify: Move ->free_mark callback to fsnotify_ops by Jan Kara · 8 years ago
  11. 05f0e38 fanotify: Release SRCU lock when waiting for userspace response by Jan Kara · 8 years ago
  12. 9385a84 fsnotify: Pass fsnotify_iter_info into handle_event handler by Jan Kara · 8 years ago
  13. 5b825c3 sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h> by Ingo Molnar · 8 years ago
  14. 6c71100 fanotify: simplify the code of fanotify_merge by Kinglong Mee · 8 years ago
  15. 3cd5eca fsnotify: constify 'data' passed to ->handle_event() by Al Viro · 8 years ago
  16. 96d4101 fanotify: fix list corruption in fanotify_get_response() by Jan Kara · 8 years ago
  17. b3c1030 fanotify: fix event filtering with FAN_ONDIR set by Suzuki K. Poulose · 10 years ago
  18. 54f2a2f fanotify: Fix up scripted S_ISDIR/S_ISREG/S_ISLNK conversions by David Howells · 10 years ago
  19. e36cb0b VFS: (Scripted) Convert S_ISLNK/DIR/REG(dentry->d_inode) to d_is_*(dentry) by David Howells · 10 years ago
  20. 66ba93c fanotify: don't set FAN_ONDIR implicitly on a marks ignored mask by Lino Sanfilippo · 10 years ago
  21. 5838d44 fanotify: fix double free of pending permission events by Jan Kara · 10 years ago
  22. 8ba8fa91 fsnotify: rename event handling functions by Jan Kara · 10 years ago
  23. f083441 fanotify: use fanotify event structure for permission response processing by Jan Kara · 11 years ago
  24. 482ef06 fanotify: Handle overflow in case of permission events by Jan Kara · 11 years ago
  25. 45a22f4 inotify: Fix reporting of cookies for inotify events by Jan Kara · 11 years ago
  26. 8581679 fanotify: Fix use after free for permission events by Jan Kara · 11 years ago
  27. 83c0e1b fsnotify: Do not return merged event from fsnotify_add_notify_event() by Jan Kara · 11 years ago
  28. 13116df fanotify: Fix use after free in mask checking by Jan Kara · 11 years ago
  29. 56b27cf fsnotify: remove pointless NULL initializers by Jan Kara · 11 years ago
  30. 83c4c4b fsnotify: remove .should_send_event callback by Jan Kara · 11 years ago
  31. 7053aee fsnotify: do not share events between notification groups by Jan Kara · 11 years ago
  32. 96680d2 Merge branch 'for-next' of git://git.infradead.org/users/eparis/notify by Linus Torvalds · 12 years ago
  33. 03a1cec fanotify: dont merge permission events by Lino Sanfilippo · 13 years ago
  34. 848561d fanotify: fix missing break by Eric Paris · 12 years ago
  35. 09e5f14 fanotify: on group destroy allow all waiters to bypass permission check by Lino Sanfilippo · 14 years ago
  36. 8fcd652 fanotify: ignore events on directories unless specifically requested by Eric Paris · 14 years ago
  37. e1c048b fanotify: do not send events for irregular files by Eric Paris · 14 years ago
  38. 4afeff8 fanotify: limit number of listeners per user by Eric Paris · 14 years ago
  39. ff8d6e9 fanotify: drop duplicate pr_debug statement by Tvrtko Ursulin · 14 years ago
  40. 2069601 Revert "fsnotify: store struct file not struct path" by Linus Torvalds · 14 years ago
  41. 1968f5e fanotify: use both marks when possible by Eric Paris · 14 years ago
  42. ce8f76f fsnotify: pass both the vfsmount mark and inode mark by Eric Paris · 14 years ago
  43. 2612abb fsnotify: cleanup should_send_event by Eric Paris · 14 years ago
  44. 0215054 fanotify: use the mark in handler functions by Eric Paris · 14 years ago
  45. 3a9b16b fsnotify: send fsnotify_mark to groups in event handling functions by Eric Paris · 14 years ago
  46. 3bcf386 fsnotify: store struct file not struct path by Eric Paris · 14 years ago
  47. f70ab54 fsnotify: fsnotify_add_notify_event should return an event by Eric Paris · 14 years ago
  48. b2d8790 fanotify: userspace interface for permission responses by Eric Paris · 15 years ago
  49. 9e66e42 fanotify: permissions and blocking by Eric Paris · 15 years ago
  50. 43ed7e1 fanotify: use merge argument to determine actual event added to queue by Eric Paris · 15 years ago
  51. 6e5f77b fsnotify: intoduce a notification merge argument by Eric Paris · 15 years ago
  52. 32a4df1 fanotify: ignored_mask to ignore events by Eric Paris · 15 years ago
  53. 33d3dff fanotify: remove outgoing function checks in fanotify.h by Andreas Gruenbacher · 15 years ago
  54. 1c52906 fanotify: should_send_event needs to handle vfsmounts by Eric Paris · 15 years ago
  55. 5444e29 fsnotify: split generic and inode specific mark code by Eric Paris · 15 years ago
  56. 32c3263 fanotify: Add pids to events by Andreas Gruenbacher · 15 years ago
  57. 9dced01 fanotify: do not clone on merge unless needed by Eric Paris · 15 years ago
  58. a12a7dd fanotify: merge notification events with different masks by Eric Paris · 15 years ago
  59. 767cd46 fanotify:drop notification if they exist in the outgoing queue by Eric Paris · 15 years ago
  60. ff0b16a fanotify: fscking all notification system by Eric Paris · 15 years ago