1. ee12595 fanotify: Fix stale file descriptor in copy_event_to_user() by Dan Carpenter · 2 years, 11 months ago
  2. 4897e72 Merge tag 'fsnotify_for_v5.17-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 2 years, 11 months ago
  3. 7b9ad12 inotify: simplify subdirectory registration with register_sysctl() by Xiaoming Ni · 3 years ago
  4. 217663f fanotify: remove variable set but not used by Yang Li · 3 years ago
  5. 8cc3b1c fanotify: wire up FAN_RENAME event by Amir Goldstein · 3 years, 1 month ago
  6. 7326e382 fanotify: report old and/or new parent+name in FAN_RENAME event by Amir Goldstein · 3 years, 1 month ago
  7. 3cf984e fanotify: support secondary dir fh and name in fanotify_info by Amir Goldstein · 3 years, 1 month ago
  8. d61fd65 fanotify: introduce group flag FAN_REPORT_TARGET_FID by Amir Goldstein · 3 years, 1 month ago
  9. ad69cd9 fsnotify: clarify object type argument by Amir Goldstein · 3 years, 1 month ago
  10. 9709bd5 fanotify: Allow users to request FAN_FS_ERROR events by Gabriel Krisman Bertazi · 3 years, 2 months ago
  11. 130a3c7 fanotify: Emit generic error info for error event by Gabriel Krisman Bertazi · 3 years, 2 months ago
  12. 936d6a3 fanotify: Report fid info for file related file system errors by Gabriel Krisman Bertazi · 3 years, 2 months ago
  13. 4bd5a5c fanotify: Add helpers to decide whether to report FID/DFID by Gabriel Krisman Bertazi · 3 years, 2 months ago
  14. 734a1a5 fanotify: Pre-allocate pool of error events by Gabriel Krisman Bertazi · 3 years, 2 months ago
  15. 4fe595c fanotify: Require fid_mode for any non-fd event by Gabriel Krisman Bertazi · 3 years, 2 months ago
  16. 8299212 fanotify: Split fsid check from other fid mode checks by Gabriel Krisman Bertazi · 3 years, 2 months ago
  17. b9928e8 fanotify: Fold event size calculation to its own function by Gabriel Krisman Bertazi · 3 years, 2 months ago
  18. 3513431 Merge tag 'fsnotify_for_v5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 3 years, 4 months ago
  19. af579be fanotify: add pidfd support to the fanotify API by Matthew Bobrowski · 3 years, 5 months ago
  20. 0aca67b fanotify: introduce a generic info record copying helper by Matthew Bobrowski · 3 years, 5 months ago
  21. d3424c9 fanotify: minor cosmetic adjustments to fid labels by Matthew Bobrowski · 3 years, 5 months ago
  22. f153c22 ucounts: add missing data type changes by Sven Schnelle · 3 years, 5 months ago
  23. f644bc4 fanotify: fix copy_event_to_user() fid error clean up by Matthew Bobrowski · 3 years, 7 months ago
  24. a8b98c8 fanotify: fix permission model of unprivileged group by Amir Goldstein · 3 years, 7 months ago
  25. 22d483b fanotify_user: use upper_32_bits() to verify mask by Christian Brauner · 3 years, 9 months ago
  26. 7cea2a3 fanotify: support limited functionality for unprivileged users by Amir Goldstein · 3 years, 10 months ago
  27. 5b8fea6 fanotify: configurable limits via sysfs by Amir Goldstein · 3 years, 10 months ago
  28. 94e00d2 fsnotify: use hash table for faster events merge by Amir Goldstein · 3 years, 10 months ago
  29. 6f73171 fsnotify: allow fsnotify_{peek,remove}_first_event with empty queue by Amir Goldstein · 3 years, 10 months ago
  30. 7d6beb7 Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linux by Linus Torvalds · 3 years, 10 months ago
  31. db99038 Merge tag 'fsnotify_for_v5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 3 years, 10 months ago
  32. 02f92b3 fs: add file and path permissions helpers by Christian Brauner · 4 years ago
  33. ac7b79f inotify, memcg: account inotify instances to kmemcg by Shakeel Butt · 4 years ago
  34. 2ca408d fanotify: Fix sys_fanotify_mark() on native x86-32 by Brian Gerst · 4 years, 1 month ago
  35. df561f66 treewide: Use fallthrough pseudo-keyword by Gustavo A. R. Silva · 4 years, 4 months ago
  36. 691d976 fanotify: report parent fid + child fid by Amir Goldstein · 4 years, 5 months ago
  37. 7e8283a fanotify: report parent fid + name + child fid by Amir Goldstein · 4 years, 5 months ago
  38. 929943b fanotify: add support for FAN_REPORT_NAME by Amir Goldstein · 4 years, 5 months ago
  39. 5128063 fanotify: report events with parent dir fid to sb/mount/non-dir marks by Amir Goldstein · 4 years, 5 months ago
  40. 83b7a59 fanotify: add basic support for FAN_REPORT_DIR_FID by Amir Goldstein · 4 years, 5 months ago
  41. f454fa6 fanotify: use struct fanotify_info to parcel the variable size buffer by Amir Goldstein · 4 years, 5 months ago
  42. 85af5d9 fanotify: use FAN_EVENT_ON_CHILD as implicit flag on sb/mount/non-dir marks by Amir Goldstein · 4 years, 5 months ago
  43. 4ed6814 fanotify: prepare for implicit event flags in mark mask by Amir Goldstein · 4 years, 5 months ago
  44. 3ef8665 fanotify: mask out special event flags from ignored mask by Amir Goldstein · 4 years, 5 months ago
  45. d809daf fanotify: generalize test for FAN_REPORT_FID by Amir Goldstein · 4 years, 5 months ago
  46. b8a6c3a fanotify: create overflow event type by Amir Goldstein · 4 years, 6 months ago
  47. 47aaabd fanotify: Avoid softlockups when reading many events by Jan Kara · 4 years, 6 months ago
  48. 5e23663 fanotify: don't write with size under sizeof(response) by Fabian Frederick · 4 years, 8 months ago
  49. c5e443c fanotify: remove reference to fill_event_metadata() by Fabian Frederick · 4 years, 8 months ago
  50. 44d705b fanotify: report name info for FAN_DIR_MODIFY event by Amir Goldstein · 4 years, 9 months ago
  51. cacfb95 fanotify: record name info for FAN_DIR_MODIFY event by Amir Goldstein · 4 years, 9 months ago
  52. 01affd5 fanotify: Drop fanotify_event_has_fid() by Jan Kara · 4 years, 9 months ago
  53. d766b55 fanotify: prepare to report both parent and child fid's by Amir Goldstein · 4 years, 9 months ago
  54. 7088f35 fanotify: divorce fanotify_path_event and fanotify_fid_event by Jan Kara · 4 years, 9 months ago
  55. afc894c fanotify: Store fanotify handles differently by Jan Kara · 4 years, 9 months ago
  56. a741c2f fanotify: Simplify create_fd() by Jan Kara · 4 years, 9 months ago
  57. 1832f2d compat_ioctl: move more drivers to compat_ptr_ioctl by Arnd Bergmann · 6 years ago
  58. 5825a95 Merge tag 'selinux-pr-20190917' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/selinux by Linus Torvalds · 5 years ago
  59. ac5656d fanotify, inotify, dnotify, security: add security hook for fs notifications by Aaron Goidel · 5 years ago
  60. 0b3b094 fanotify: Disallow permission events for proc filesystem by Jan Kara · 6 years ago
  61. b2d22b6 fanotify: Allow copying of file handle to userspace by Jan Kara · 6 years ago
  62. fabf7f2 fanotify: Use interruptible wait when waiting for permission events by Jan Kara · 6 years ago
  63. 4087328 fanotify: Track permission event state by Jan Kara · 6 years ago
  64. ca6f869 fanotify: Simplify cleaning of access_list by Jan Kara · 6 years ago
  65. 8c55446 fanotify: Move locking inside get_one_event() by Jan Kara · 6 years ago
  66. af6a511 fanotify: Fold dequeue_event() into process_access_response() by Jan Kara · 6 years ago
  67. 235328d fanotify: add support for create/attrib/move/delete events by Amir Goldstein · 6 years ago
  68. 83b535d fanotify: support events with data type FSNOTIFY_EVENT_INODE by Amir Goldstein · 6 years ago
  69. 7307228 fanotify: use vfs_get_fsid() helper instead of vfs_statfs() by Amir Goldstein · 6 years ago
  70. 7711522 fanotify: cache fsid in fsnotify_mark_connector by Amir Goldstein · 6 years ago
  71. a8b13aa fanotify: enable FAN_REPORT_FID init flag by Amir Goldstein · 6 years ago
  72. 5e469c8 fanotify: copy event fid info to user by Amir Goldstein · 6 years ago
  73. e9e0c89 fanotify: encode file identifier for FAN_REPORT_FID by Amir Goldstein · 6 years ago
  74. bb2f7b4 fanotify: open code fill_event_metadata() by Amir Goldstein · 6 years ago
  75. 3391399 fanotify: rename struct fanotify_{,perm_}event_info by Amir Goldstein · 6 years ago
  76. a0a92d2 fsnotify: move mask out of struct fsnotify_event by Amir Goldstein · 6 years ago
  77. ac9498d fanotify: Use inode_is_open_for_write by Nikolay Borisov · 6 years ago
  78. 5b03a47 fanotify: Make sure to check event_len when copying by Kees Cook · 6 years ago
  79. d0a6a87 fanotify: support reporting thread id instead of process id by Amir Goldstein · 6 years ago
  80. bdd5a46 fanotify: add BUILD_BUG_ON() to count the bits of fanotify constants by Amir Goldstein · 6 years ago
  81. 23c9dee fanotify: deprecate uapi FAN_ALL_* constants by Amir Goldstein · 6 years ago
  82. a72fd22 fanotify: simplify handling of FAN_ONDIR by Amir Goldstein · 6 years ago
  83. 96a71f2 fanotify: store fanotify_init() flags in group's fanotify_data by Amir Goldstein · 6 years ago
  84. d54f4fb fanotify: add API to attach/detach super block mark by Amir Goldstein · 6 years ago
  85. 6ada4e2 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 6 years ago
  86. d46eb14b fs: fsnotify: account fsnotify metadata to kmemcg by Shakeel Butt · 6 years ago
  87. eaa2c6b fanotify: factor out helpers to add/remove mark by Amir Goldstein · 7 years ago
  88. 3ac70bf fsnotify: add helper to get mask from connector by Amir Goldstein · 7 years ago
  89. b812a9f fsnotify: pass connp and object type to fsnotify_add_mark() by Amir Goldstein · 7 years ago
  90. be88751 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 7 years ago
  91. 183caa3 fanotify: add do_fanotify_mark() helper; remove in-kernel call to syscall by Dominik Brodowski · 7 years ago
  92. 1f5eaa9 fanotify: Avoid lost events due to ENOMEM for unlimited queues by Jan Kara · 7 years ago
  93. a9a0884 vfs: do bulk POLL* -> EPOLL* replacement by Linus Torvalds · 7 years ago
  94. 076ccb7 fs: annotate ->poll() instances by Al Viro · 7 years ago
  95. f14fc0c Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 7 years ago
  96. 23281c8 Merge branch 'fsnotify' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 7 years ago
  97. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  98. 6685df3 fanotify: clean up CONFIG_FANOTIFY_ACCESS_PERMISSIONS ifdefs by Miklos Szeredi · 7 years ago
  99. de8cd83 audit: Record fanotify access control decisions by Steve Grubb · 7 years ago
  100. 4ff33aa fanotify: don't expose EOPENSTALE to userspace by Amir Goldstein · 8 years ago