1. 7d6beb7 Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linux by Linus Torvalds · 3 years, 11 months ago
  2. db99038 Merge tag 'fsnotify_for_v5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 4 years ago
  3. 02f92b3 fs: add file and path permissions helpers by Christian Brauner · 4 years ago
  4. ac7b79f inotify, memcg: account inotify instances to kmemcg by Shakeel Butt · 4 years, 1 month ago
  5. 2ca408d fanotify: Fix sys_fanotify_mark() on native x86-32 by Brian Gerst · 4 years, 2 months ago
  6. fecc455 fsnotify: fix events reported to watching parent and child by Amir Goldstein · 4 years, 2 months ago
  7. b87d8ce mm, memcg: rework remote charging API to support nesting by Roman Gushchin · 4 years, 3 months ago
  8. df561f66 treewide: Use fallthrough pseudo-keyword by Gustavo A. R. Silva · 4 years, 5 months ago
  9. 8aed8ce fanotify: compare fsid when merging name event by Jan Kara · 4 years, 6 months ago
  10. 691d976 fanotify: report parent fid + child fid by Amir Goldstein · 4 years, 6 months ago
  11. 7e8283a fanotify: report parent fid + name + child fid by Amir Goldstein · 4 years, 6 months ago
  12. 929943b fanotify: add support for FAN_REPORT_NAME by Amir Goldstein · 4 years, 6 months ago
  13. 5128063 fanotify: report events with parent dir fid to sb/mount/non-dir marks by Amir Goldstein · 4 years, 6 months ago
  14. 83b7a59 fanotify: add basic support for FAN_REPORT_DIR_FID by Amir Goldstein · 4 years, 6 months ago
  15. 497b0c5 fsnotify: send event to parent and child with single callback by Amir Goldstein · 4 years, 6 months ago
  16. f35c415 fanotify: no external fh buffer in fanotify_name_event by Amir Goldstein · 4 years, 6 months ago
  17. f454fa6 fanotify: use struct fanotify_info to parcel the variable size buffer by Amir Goldstein · 4 years, 6 months ago
  18. 85af5d9 fanotify: use FAN_EVENT_ON_CHILD as implicit flag on sb/mount/non-dir marks by Amir Goldstein · 4 years, 6 months ago
  19. 4ed6814 fanotify: prepare for implicit event flags in mark mask by Amir Goldstein · 4 years, 6 months ago
  20. 3ef8665 fanotify: mask out special event flags from ignored mask by Amir Goldstein · 4 years, 6 months ago
  21. d809daf fanotify: generalize test for FAN_REPORT_FID by Amir Goldstein · 4 years, 6 months ago
  22. 6ad1aad fanotify: distinguish between fid encode error and null fid by Amir Goldstein · 4 years, 6 months ago
  23. 103ff6a fanotify: generalize merge logic of events on dir by Amir Goldstein · 4 years, 6 months ago
  24. 0badfa0 fanotify: generalize the handling of extra event flags by Amir Goldstein · 4 years, 6 months ago
  25. 08b95c33 fanotify: remove event FAN_DIR_MODIFY by Amir Goldstein · 4 years, 6 months ago
  26. b54cecf fsnotify: pass dir argument to handle_event() callback by Amir Goldstein · 4 years, 8 months ago
  27. 9c61f3b fanotify: break up fanotify_alloc_event() by Amir Goldstein · 4 years, 10 months ago
  28. b8a6c3a fanotify: create overflow event type by Amir Goldstein · 4 years, 6 months ago
  29. cbcf47a fsnotify: return non const from fsnotify_data_inode() by Amir Goldstein · 4 years, 6 months ago
  30. 47aaabd fanotify: Avoid softlockups when reading many events by Jan Kara · 4 years, 6 months ago
  31. a7f7f62 treewide: replace '---help---' in Kconfig files with 'help' by Masahiro Yamada · 4 years, 7 months ago
  32. 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
  33. f179369 fanotify: turn off support for FAN_DIR_MODIFY by Amir Goldstein · 4 years, 8 months ago
  34. 2f02fd3 fanotify: fix ignore mask logic for events on child and on dir by Amir Goldstein · 4 years, 8 months ago
  35. 5e23663 fanotify: don't write with size under sizeof(response) by Fabian Frederick · 4 years, 8 months ago
  36. c5e443c fanotify: remove reference to fill_event_metadata() by Fabian Frederick · 4 years, 8 months ago
  37. ab3c4da0 fanotify: prefix should_merge() by Fabian Frederick · 4 years, 8 months ago
  38. 374ad00 fanotify: Replace zero-length array with flexible-array by Gustavo A. R. Silva · 4 years, 9 months ago
  39. 6def1a1 fanotify: Fix the checks in fanotify_fsid_equal by Nathan Chancellor · 4 years, 10 months ago
  40. 44d705b fanotify: report name info for FAN_DIR_MODIFY event by Amir Goldstein · 4 years, 10 months ago
  41. cacfb95 fanotify: record name info for FAN_DIR_MODIFY event by Amir Goldstein · 4 years, 10 months ago
  42. 01affd5 fanotify: Drop fanotify_event_has_fid() by Jan Kara · 4 years, 10 months ago
  43. d766b55 fanotify: prepare to report both parent and child fid's by Amir Goldstein · 4 years, 10 months ago
  44. 9e2ba2c fanotify: send FAN_DIR_MODIFY event flavor with dir inode and name by Amir Goldstein · 4 years, 10 months ago
  45. 7088f35 fanotify: divorce fanotify_path_event and fanotify_fid_event by Jan Kara · 4 years, 10 months ago
  46. afc894c fanotify: Store fanotify handles differently by Jan Kara · 4 years, 10 months ago
  47. a741c2f fanotify: Simplify create_fd() by Jan Kara · 4 years, 10 months ago
  48. 55bf882 fanotify: fix merging marks masks with FAN_ONDIR by Amir Goldstein · 4 years, 10 months ago
  49. f367a62 fanotify: merge duplicate events on parent and child by Amir Goldstein · 4 years, 10 months ago
  50. dfc2d25 fsnotify: replace inode pointer with an object id by Amir Goldstein · 4 years, 10 months ago
  51. aa93bdc fsnotify: use helpers to access data by data_type by Amir Goldstein · 4 years, 10 months ago
  52. 1832f2d compat_ioctl: move more drivers to compat_ptr_ioctl by Arnd Bergmann · 6 years ago
  53. 5825a95 Merge tag 'selinux-pr-20190917' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/selinux by Linus Torvalds · 5 years ago
  54. ac5656d fanotify, inotify, dnotify, security: add security hook for fs notifications by Aaron Goidel · 5 years ago
  55. ec16545 memcg, fsnotify: no oom-kill for remote memcg charging by Shakeel Butt · 6 years ago
  56. 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
  57. c285a2f fanotify: update connector fsid cache on add mark by Amir Goldstein · 6 years ago
  58. 0b3b094 fanotify: Disallow permission events for proc filesystem by Jan Kara · 6 years ago
  59. ec8f24b treewide: Add SPDX license identifier - Makefile/Kconfig by Thomas Gleixner · 6 years ago
  60. d27fb65 Merge branch 'work.dcache' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 6 years ago
  61. 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
  62. b1da6a5 fsnotify: Fix NULL ptr deref in fanotify_get_fsid() by Jan Kara · 6 years ago
  63. e43e9c3 fsnotify: switch send_to_group() and ->handle_event to const struct qstr * by Al Viro · 6 years ago
  64. 5dd50aa Make anon_inodes unconditional by David Howells · 6 years ago
  65. b2d22b6 fanotify: Allow copying of file handle to userspace by Jan Kara · 6 years ago
  66. b519057 fanotify: Make waits for fanotify events only killable by Jan Kara · 6 years ago
  67. fabf7f2 fanotify: Use interruptible wait when waiting for permission events by Jan Kara · 6 years ago
  68. 4087328 fanotify: Track permission event state by Jan Kara · 6 years ago
  69. ca6f869 fanotify: Simplify cleaning of access_list by Jan Kara · 6 years ago
  70. 8c55446 fanotify: Move locking inside get_one_event() by Jan Kara · 6 years ago
  71. af6a511 fanotify: Fold dequeue_event() into process_access_response() by Jan Kara · 6 years ago
  72. 53136b3 fanotify: Select EXPORTFS by Jan Kara · 6 years ago
  73. e7fce6d fanotify: report FAN_ONDIR to listener with FAN_REPORT_FID by Amir Goldstein · 6 years ago
  74. 235328d fanotify: add support for create/attrib/move/delete events by Amir Goldstein · 6 years ago
  75. 83b535d fanotify: support events with data type FSNOTIFY_EVENT_INODE by Amir Goldstein · 6 years ago
  76. 0321e03 fanotify: check FS_ISDIR flag instead of d_is_dir() by Amir Goldstein · 6 years ago
  77. 7307228 fanotify: use vfs_get_fsid() helper instead of vfs_statfs() by Amir Goldstein · 6 years ago
  78. 7711522 fanotify: cache fsid in fsnotify_mark_connector by Amir Goldstein · 6 years ago
  79. a8b13aa fanotify: enable FAN_REPORT_FID init flag by Amir Goldstein · 6 years ago
  80. 5e469c8 fanotify: copy event fid info to user by Amir Goldstein · 6 years ago
  81. e9e0c89 fanotify: encode file identifier for FAN_REPORT_FID by Amir Goldstein · 6 years ago
  82. bb2f7b4 fanotify: open code fill_event_metadata() by Amir Goldstein · 6 years ago
  83. 3391399 fanotify: rename struct fanotify_{,perm_}event_info by Amir Goldstein · 6 years ago
  84. a0a92d2 fsnotify: move mask out of struct fsnotify_event by Amir Goldstein · 6 years ago
  85. ac9498d fanotify: Use inode_is_open_for_write by Nikolay Borisov · 6 years ago
  86. 5b03a47 fanotify: Make sure to check event_len when copying by Kees Cook · 6 years ago
  87. 66917a3 fanotify: introduce new event mask FAN_OPEN_EXEC_PERM by Matthew Bobrowski · 6 years ago
  88. 9b076f1 fanotify: introduce new event mask FAN_OPEN_EXEC by Matthew Bobrowski · 6 years ago
  89. 2d10b23 fanotify: return only user requested event types in event mask by Matthew Bobrowski · 6 years ago
  90. b469e7e fanotify: fix handling of events on child sub-directory by Amir Goldstein · 6 years ago
  91. d0a6a87 fanotify: support reporting thread id instead of process id by Amir Goldstein · 6 years ago
  92. bdd5a46 fanotify: add BUILD_BUG_ON() to count the bits of fanotify constants by Amir Goldstein · 6 years ago
  93. 23c9dee fanotify: deprecate uapi FAN_ALL_* constants by Amir Goldstein · 6 years ago
  94. a72fd22 fanotify: simplify handling of FAN_ONDIR by Amir Goldstein · 6 years ago
  95. 96a71f2 fanotify: store fanotify_init() flags in group's fanotify_data by Amir Goldstein · 6 years ago
  96. d54f4fb fanotify: add API to attach/detach super block mark by Amir Goldstein · 6 years ago
  97. 0214f46 Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 6 years ago
  98. 6ada4e2 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 6 years ago
  99. d46eb14b fs: fsnotify: account fsnotify metadata to kmemcg by Shakeel Butt · 6 years ago
  100. 7a36094 pids: Compute task_tgid using signal->leader_pid by Eric W. Biederman · 7 years ago