1. 948d38f Merge 5.10.46 into android12-5.10-lts by Greg Kroah-Hartman · 3 years, 7 months ago
  2. ae1d3b98 fanotify: fix copy_event_to_user() fid error clean up by Matthew Bobrowski · 3 years, 7 months ago
  3. f11e175 Merge 5.10.8 into android12-5.10 by Greg Kroah-Hartman · 4 years ago
  4. 7973356 fanotify: Fix sys_fanotify_mark() on native x86-32 by Brian Gerst · 4 years, 2 months ago
  5. 19057a6 Merge 5.10.4 into android12-5.10 by Greg Kroah-Hartman · 4 years, 1 month ago
  6. 41bf5ee fsnotify: fix events reported to watching parent and child by Amir Goldstein · 4 years, 1 month ago
  7. 5e78c6b inotify: convert to handle_inode_event() interface by Amir Goldstein · 4 years, 1 month ago
  8. c9be99c fsnotify: generalize handle_inode_event() by Amir Goldstein · 4 years, 1 month ago
  9. 03d720f Merge a349e4c65960 ("Merge tag 'xfs-5.10-fixes-7' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux") into android-mainline by Greg Kroah-Hartman · 4 years, 2 months ago
  10. 7372e79 fanotify: fix logic of reporting name info with watched parent by Amir Goldstein · 4 years, 2 months ago
  11. f37e050 ANDROID: vfs: d_canonical_path for stacked FS by Alessio Balsini · 4 years, 3 months ago
  12. b87d8ce mm, memcg: rework remote charging API to support nesting by Roman Gushchin · 4 years, 3 months ago
  13. df561f66 treewide: Use fallthrough pseudo-keyword by Gustavo A. R. Silva · 4 years, 5 months ago
  14. 8aed8ce fanotify: compare fsid when merging name event by Jan Kara · 4 years, 6 months ago
  15. b9a1b97 fsnotify: create method handle_inode_event() in fsnotify_operations by Amir Goldstein · 4 years, 6 months ago
  16. 691d976 fanotify: report parent fid + child fid by Amir Goldstein · 4 years, 6 months ago
  17. 7e8283a fanotify: report parent fid + name + child fid by Amir Goldstein · 4 years, 6 months ago
  18. 929943b fanotify: add support for FAN_REPORT_NAME by Amir Goldstein · 4 years, 6 months ago
  19. 5128063 fanotify: report events with parent dir fid to sb/mount/non-dir marks by Amir Goldstein · 4 years, 6 months ago
  20. 83b7a59 fanotify: add basic support for FAN_REPORT_DIR_FID by Amir Goldstein · 4 years, 6 months ago
  21. 9b93f33 fsnotify: send event with parent/name info to sb/mount/non-dir marks by Amir Goldstein · 4 years, 6 months ago
  22. 957f7b4 inotify: do not set FS_EVENT_ON_CHILD in non-dir mark mask by Amir Goldstein · 4 years, 6 months ago
  23. 40a100d fsnotify: pass dir and inode arguments to fsnotify() by Amir Goldstein · 4 years, 6 months ago
  24. 82ace1e fsnotify: create helper fsnotify_inode() by Amir Goldstein · 4 years, 6 months ago
  25. 497b0c5 fsnotify: send event to parent and child with single callback by Amir Goldstein · 4 years, 6 months ago
  26. c8f3446 inotify: report both events on parent and child with single callback by Amir Goldstein · 4 years, 6 months ago
  27. 62cb0af dnotify: report both events on parent and child with single callback by Amir Goldstein · 4 years, 6 months ago
  28. f35c415 fanotify: no external fh buffer in fanotify_name_event by Amir Goldstein · 4 years, 6 months ago
  29. f454fa6 fanotify: use struct fanotify_info to parcel the variable size buffer by Amir Goldstein · 4 years, 6 months ago
  30. 85af5d9 fanotify: use FAN_EVENT_ON_CHILD as implicit flag on sb/mount/non-dir marks by Amir Goldstein · 4 years, 6 months ago
  31. 4ed6814 fanotify: prepare for implicit event flags in mark mask by Amir Goldstein · 4 years, 6 months ago
  32. 3ef8665 fanotify: mask out special event flags from ignored mask by Amir Goldstein · 4 years, 6 months ago
  33. d809daf fanotify: generalize test for FAN_REPORT_FID by Amir Goldstein · 4 years, 6 months ago
  34. 6ad1aad fanotify: distinguish between fid encode error and null fid by Amir Goldstein · 4 years, 6 months ago
  35. 103ff6a fanotify: generalize merge logic of events on dir by Amir Goldstein · 4 years, 6 months ago
  36. 0badfa0 fanotify: generalize the handling of extra event flags by Amir Goldstein · 4 years, 6 months ago
  37. 08b95c33 fanotify: remove event FAN_DIR_MODIFY by Amir Goldstein · 4 years, 6 months ago
  38. b54cecf fsnotify: pass dir argument to handle_event() callback by Amir Goldstein · 4 years, 7 months ago
  39. 9c61f3b fanotify: break up fanotify_alloc_event() by Amir Goldstein · 4 years, 10 months ago
  40. b8a6c3a fanotify: create overflow event type by Amir Goldstein · 4 years, 6 months ago
  41. 956235a inotify: do not use objectid when comparing events by Amir Goldstein · 4 years, 6 months ago
  42. cbcf47a fsnotify: return non const from fsnotify_data_inode() by Amir Goldstein · 4 years, 6 months ago
  43. c738fba fsnotify: fold fsnotify() call into fsnotify_parent() by Amir Goldstein · 4 years, 6 months ago
  44. 71d7341 fsnotify: Rearrange fast path to minimise overhead when there is no watcher by Mel Gorman · 4 years, 6 months ago
  45. 47aaabd fanotify: Avoid softlockups when reading many events by Jan Kara · 4 years, 6 months ago
  46. a7f7f62 treewide: replace '---help---' in Kconfig files with 'help' by Masahiro Yamada · 4 years, 7 months ago
  47. 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
  48. b23c477 Merge tag 'docs-5.8' of git://git.lwn.net/linux by Linus Torvalds · 4 years, 8 months ago
  49. f179369 fanotify: turn off support for FAN_DIR_MODIFY by Amir Goldstein · 4 years, 8 months ago
  50. 2f02fd3 fanotify: fix ignore mask logic for events on child and on dir by Amir Goldstein · 4 years, 8 months ago
  51. 5e23663 fanotify: don't write with size under sizeof(response) by Fabian Frederick · 4 years, 8 months ago
  52. 5a44909 fsnotify: Remove proc_fs.h include by Fabian Frederick · 4 years, 8 months ago
  53. c5e443c fanotify: remove reference to fill_event_metadata() by Fabian Frederick · 4 years, 8 months ago
  54. 191e165 fsnotify: add mutex destroy by Fabian Frederick · 4 years, 8 months ago
  55. ab3c4da0 fanotify: prefix should_merge() by Fabian Frederick · 4 years, 8 months ago
  56. 374ad00 fanotify: Replace zero-length array with flexible-array by Gustavo A. R. Silva · 4 years, 8 months ago
  57. 7b26aa2 inotify: Fix error return code assignment flow. by youngjun · 4 years, 9 months ago
  58. 0c1bc6b docs: filesystems: fix renamed references by Mauro Carvalho Chehab · 4 years, 9 months ago
  59. 00e0afb fsnotify: Add missing annotation for fsnotify_finish_user_wait() and for fsnotify_prepare_user_wait() by Jules Irenge · 4 years, 9 months ago
  60. 6def1a1 fanotify: Fix the checks in fanotify_fsid_equal by Nathan Chancellor · 4 years, 10 months ago
  61. 44d705b fanotify: report name info for FAN_DIR_MODIFY event by Amir Goldstein · 4 years, 10 months ago
  62. cacfb95 fanotify: record name info for FAN_DIR_MODIFY event by Amir Goldstein · 4 years, 10 months ago
  63. 01affd5 fanotify: Drop fanotify_event_has_fid() by Jan Kara · 4 years, 10 months ago
  64. d766b55 fanotify: prepare to report both parent and child fid's by Amir Goldstein · 4 years, 10 months ago
  65. 9e2ba2c fanotify: send FAN_DIR_MODIFY event flavor with dir inode and name by Amir Goldstein · 4 years, 10 months ago
  66. 7088f35 fanotify: divorce fanotify_path_event and fanotify_fid_event by Jan Kara · 4 years, 10 months ago
  67. afc894c fanotify: Store fanotify handles differently by Jan Kara · 4 years, 10 months ago
  68. a741c2f fanotify: Simplify create_fd() by Jan Kara · 4 years, 10 months ago
  69. 55bf882 fanotify: fix merging marks masks with FAN_ONDIR by Amir Goldstein · 4 years, 10 months ago
  70. f367a62 fanotify: merge duplicate events on parent and child by Amir Goldstein · 4 years, 10 months ago
  71. dfc2d25 fsnotify: replace inode pointer with an object id by Amir Goldstein · 4 years, 10 months ago
  72. 017de65 fsnotify: simplify arguments passing to fsnotify_parent() by Amir Goldstein · 4 years, 10 months ago
  73. aa93bdc fsnotify: use helpers to access data by data_type by Amir Goldstein · 4 years, 10 months ago
  74. 1edc8eb2 fs: call fsnotify_sb_delete after evict_inodes by Eric Sandeen · 5 years ago
  75. 04646ae fs: avoid softlockups in s_inodes iterators by Eric Sandeen · 5 years ago
  76. 0da5221 Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/git/arnd/playground by Linus Torvalds · 5 years ago
  77. 1832f2d compat_ioctl: move more drivers to compat_ptr_ioctl by Arnd Bergmann · 6 years ago
  78. ddd06c3 fsnotify/fdinfo: exportfs_encode_inode_fh() takes pointer as 4th argument by Ben Dooks (Codethink) · 5 years ago
  79. 4a0b20b fsnotify: move declaration of fsnotify_mark_connector_cachep to fsnotify.h by Ben Dooks · 5 years ago
  80. 298fb76 Merge tag 'nfsd-5.4' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 5 years ago
  81. 5825a95 Merge tag 'selinux-pr-20190917' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/selinux by Linus Torvalds · 5 years ago
  82. b72679e notify: export symbols for use by the knfsd file cache by Trond Myklebust · 5 years ago
  83. ac5656d fanotify, inotify, dnotify, security: add security hook for fs notifications by Aaron Goidel · 5 years ago
  84. eec4844 proc/sysctl: add shared variables for range check by Matteo Croce · 5 years ago
  85. ec16545 memcg, fsnotify: no oom-kill for remote memcg charging by Shakeel Butt · 6 years ago
  86. e6983af Merge tag 'fsnotify_for_v5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 6 years ago
  87. 7377f5b fsnotify: get rid of fsnotify_nameremove() by Amir Goldstein · 6 years ago
  88. c285a2f fanotify: update connector fsid cache on add mark by Amir Goldstein · 6 years ago
  89. 0b3b094 fanotify: Disallow permission events for proc filesystem by Jan Kara · 6 years ago
  90. 3e0a4e8 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 118 by Thomas Gleixner · 6 years ago
  91. c82ee6d treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 18 by Thomas Gleixner · 6 years ago
  92. ec8f24b treewide: Add SPDX license identifier - Makefile/Kconfig by Thomas Gleixner · 6 years ago
  93. d4c6081 Merge tag 'fsnotify_for_v5.2-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 6 years ago
  94. 4d8e705 fsnotify: fix unlink performance regression by Amir Goldstein · 6 years ago
  95. d27fb65 Merge branch 'work.dcache' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 6 years ago
  96. eac7078 Merge tag 'pidfd-v5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linux by Linus Torvalds · 6 years ago
  97. 11a6f8e fsnotify: Clarify connector assignment in fsnotify_add_mark_list() by Jan Kara · 6 years ago
  98. b1da6a5 fsnotify: Fix NULL ptr deref in fanotify_get_fsid() by Jan Kara · 6 years ago
  99. ce16391 inotify_handle_event(): don't bother with strlen() by Al Viro · 6 years ago
  100. e43e9c3 fsnotify: switch send_to_group() and ->handle_event to const struct qstr * by Al Viro · 6 years ago