1. e54183f fsnotify: generate FS_RENAME event with rich information by Amir Goldstein · 3 years, 1 month ago
  2. 1c9007d fsnotify: separate mark iterator type from object type enum by Amir Goldstein · 3 years, 1 month ago
  3. 24dca90 fsnotify: Protect fsnotify_handle_inode_event from no-inode events by Gabriel Krisman Bertazi · 3 years, 2 months ago
  4. 2933503 fsnotify: Retrieve super block from the data field by Gabriel Krisman Bertazi · 3 years, 2 months ago
  5. ec44610 fsnotify: count all objects with attached connectors by Amir Goldstein · 3 years, 5 months ago
  6. fecc455 fsnotify: fix events reported to watching parent and child by Amir Goldstein · 4 years, 1 month ago
  7. 950cc0d fsnotify: generalize handle_inode_event() by Amir Goldstein · 4 years, 1 month ago
  8. 7372e79 fanotify: fix logic of reporting name info with watched parent by Amir Goldstein · 4 years, 2 months ago
  9. b9a1b97 fsnotify: create method handle_inode_event() in fsnotify_operations by Amir Goldstein · 4 years, 5 months ago
  10. 9b93f33 fsnotify: send event with parent/name info to sb/mount/non-dir marks by Amir Goldstein · 4 years, 5 months ago
  11. 40a100d fsnotify: pass dir and inode arguments to fsnotify() by Amir Goldstein · 4 years, 5 months ago
  12. 82ace1e fsnotify: create helper fsnotify_inode() by Amir Goldstein · 4 years, 5 months ago
  13. 497b0c5 fsnotify: send event to parent and child with single callback by Amir Goldstein · 4 years, 5 months ago
  14. 08b95c33 fanotify: remove event FAN_DIR_MODIFY by Amir Goldstein · 4 years, 6 months ago
  15. b54cecf fsnotify: pass dir argument to handle_event() callback by Amir Goldstein · 4 years, 7 months ago
  16. c738fba fsnotify: fold fsnotify() call into fsnotify_parent() by Amir Goldstein · 4 years, 6 months ago
  17. 71d7341 fsnotify: Rearrange fast path to minimise overhead when there is no watcher by Mel Gorman · 4 years, 6 months ago
  18. 9e2ba2c fanotify: send FAN_DIR_MODIFY event flavor with dir inode and name by Amir Goldstein · 4 years, 9 months ago
  19. 017de65 fsnotify: simplify arguments passing to fsnotify_parent() by Amir Goldstein · 4 years, 9 months ago
  20. aa93bdc fsnotify: use helpers to access data by data_type by Amir Goldstein · 4 years, 9 months ago
  21. 1edc8eb2 fs: call fsnotify_sb_delete after evict_inodes by Eric Sandeen · 5 years ago
  22. 04646ae fs: avoid softlockups in s_inodes iterators by Eric Sandeen · 5 years ago
  23. 4a0b20b fsnotify: move declaration of fsnotify_mark_connector_cachep to fsnotify.h by Ben Dooks · 5 years ago
  24. 7377f5b fsnotify: get rid of fsnotify_nameremove() by Amir Goldstein · 6 years ago
  25. c82ee6d treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 18 by Thomas Gleixner · 6 years ago
  26. 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
  27. 4d8e705 fsnotify: fix unlink performance regression by Amir Goldstein · 6 years ago
  28. e43e9c3 fsnotify: switch send_to_group() and ->handle_event to const struct qstr * by Al Viro · 6 years ago
  29. 25b229d fsnotify(): switch to passing const struct qstr * for file_name by Al Viro · 6 years ago
  30. 230c640 ovl_lookup_real_one(): don't bother with strlen() by Al Viro · 6 years ago
  31. 45a9fb3 fsnotify: send all event types to super block marks by Amir Goldstein · 6 years ago
  32. 66917a3 fanotify: introduce new event mask FAN_OPEN_EXEC_PERM by Matthew Bobrowski · 6 years ago
  33. 9b076f1 fanotify: introduce new event mask FAN_OPEN_EXEC by Matthew Bobrowski · 6 years ago
  34. b469e7e fanotify: fix handling of events on child sub-directory by Amir Goldstein · 6 years ago
  35. 721fb6f fsnotify: Fix busy inodes during unmount by Jan Kara · 6 years ago
  36. a39f7ec fsnotify: convert runtime BUG_ON() to BUILD_BUG_ON() by Amir Goldstein · 6 years ago
  37. 007d1e8 fsnotify: generalize handling of extra event flags by Amir Goldstein · 6 years ago
  38. 60f7ed8 fsnotify: send path type events to group with super block marks by Amir Goldstein · 6 years ago
  39. 1e6cb72 fsnotify: add super block object type by Amir Goldstein · 6 years ago
  40. 9bdda4e fsnotify: fix ignore mask logic in fsnotify() by Amir Goldstein · 6 years ago
  41. 3dca1a7 fsnotify: generalize send_to_group() by Amir Goldstein · 7 years ago
  42. 47d9c7c fsnotify: generalize iteration of marks by object type by Amir Goldstein · 7 years ago
  43. d9a6f30 fsnotify: introduce marks iteration helpers by Amir Goldstein · 7 years ago
  44. 5b0457a fsnotify: remove redundant arguments to handle_event() by Amir Goldstein · 7 years ago
  45. 92183a4 fsnotify: fix ignore mask logic in send_to_group() by Amir Goldstein · 7 years ago
  46. 1751e8a Rename superblock flags (MS_xyz -> SB_xyz) by Linus Torvalds · 7 years ago
  47. 3427ce7 fsnotify: clean up fsnotify() by Miklos Szeredi · 7 years ago
  48. 0d6ec07 fsnotify: pin both inode and vfsmount mark by Miklos Szeredi · 7 years ago
  49. 49d31c2 dentry name snapshots by Al Viro · 7 years ago
  50. ebb3b47 fsnotify: Drop inode_mark.c by Jan Kara · 8 years ago
  51. 9385a84 fsnotify: Pass fsnotify_iter_info into handle_event handler by Jan Kara · 8 years ago
  52. 08991e8 fsnotify: Free fsnotify_mark_connector when there is no mark attached by Jan Kara · 8 years ago
  53. 9dd813c fsnotify: Move mark list head from object into dedicated structure by Jan Kara · 8 years ago
  54. 12c7f9d constify fsnotify_parent() by Al Viro · 8 years ago
  55. e637835 fsnotify(): constify 'data' by Al Viro · 8 years ago
  56. 925d113 fsnotify: remove mark->free_list by Jan Kara · 9 years ago
  57. 7c49b86 fs/notify: optimize inotify/fsnotify code for unwatched files by Dave Hansen · 9 years ago
  58. 0809ab6 fsnotify: unify inode and mount marks handling by Jan Kara · 10 years ago
  59. ba00410 Merge branch 'iov_iter' into for-next by Al Viro · 10 years ago
  60. 8edc6e1 fanotify: fix notification of groups with inode & mount marks by Jan Kara · 10 years ago
  61. 946e51f move d_rcu from overlapping d_child to overlapping d_alias by Al Viro · 10 years ago
  62. 45a22f4 inotify: Fix reporting of cookies for inotify events by Jan Kara · 11 years ago
  63. 83c4c4b fsnotify: remove .should_send_event callback by Jan Kara · 11 years ago
  64. 7053aee fsnotify: do not share events between notification groups by Jan Kara · 11 years ago
  65. b67bfe0 hlist: drop the node parameter from iterators by Sasha Levin · 12 years ago
  66. b3d9b7a vfs: switch i_dentry/d_alias to hlist by Al Viro · 13 years ago
  67. fd65717 fsnotify: remove unused parameter from send_to_group() by Dan Carpenter · 13 years ago
  68. c63181e vfs: move fsnotify junk to struct mount by Al Viro · 13 years ago
  69. 873feea fs: dcache per-inode inode alias locking by Nick Piggin · 14 years ago
  70. b5c84bf fs: dcache remove dcache_lock by Nick Piggin · 14 years ago
  71. b23fb0a fs: scale inode alias list by Nick Piggin · 14 years ago
  72. 2fd6b7f fs: dcache scale subdirs by Nick Piggin · 14 years ago
  73. 5242039 fsnotify: call fsnotify_parent in perm events by Eric Paris · 14 years ago
  74. ff8bcbd fsnotify: correctly handle return codes from listeners by Eric Paris · 14 years ago
  75. 4d4eb36 fsnotify: use dget_parent by Christoph Hellwig · 14 years ago
  76. 92b4678 fsnotify: drop two useless bools in the fnsotify main loop by Eric Paris · 14 years ago
  77. f72adfd fsnotify: fix list walk order by Eric Paris · 14 years ago
  78. 84e1ab4 fsnotify: fix ignored mask handling between inode and vfsmount marks by Eric Paris · 14 years ago
  79. 5f3f259 fsnotify: reset used_inode and used_vfsmount on each pass by Eric Paris · 14 years ago
  80. faa9560 fanotify: do not dereference inode_mark when it is unset by Eric Paris · 14 years ago
  81. 2069601 Revert "fsnotify: store struct file not struct path" by Linus Torvalds · 14 years ago
  82. 1968f5e fanotify: use both marks when possible by Eric Paris · 14 years ago
  83. ce8f76f fsnotify: pass both the vfsmount mark and inode mark by Eric Paris · 14 years ago
  84. 613a807 fsnotify: walk the inode and vfsmount lists simultaneously by Eric Paris · 14 years ago
  85. 84a5b68 fsnotify: rework ignored mark flushing by Eric Paris · 14 years ago
  86. 0243666 fsnotify: remove global fsnotify groups lists by Eric Paris · 14 years ago
  87. 0393097 fsnotify: remove the global masks by Eric Paris · 14 years ago
  88. 2612abb fsnotify: cleanup should_send_event by Eric Paris · 14 years ago
  89. 3a9b16b fsnotify: send fsnotify_mark to groups in event handling functions by Eric Paris · 14 years ago
  90. 75c1be4 fsnotify: srcu to protect read side of inode and vfsmount locks by Eric Paris · 14 years ago
  91. 3bcf386 fsnotify: store struct file not struct path by Eric Paris · 14 years ago
  92. 5ba08e2 fsnotify: add pr_debug throughout by Eric Paris · 14 years ago
  93. 20dee62 fsnotify: check to make sure all fsnotify bits are unique by Eric Paris · 14 years ago
  94. 98b5c10 fanotify: do not always return 0 in fsnotify by Jean-Christophe Dubois · 15 years ago
  95. c4ec54b fsnotify: new fsnotify hooks and events types for access decisions by Eric Paris · 15 years ago
  96. 59b0df2 fsnotify: use unsigned char * for dentry->d_name.name by Eric Paris · 15 years ago
  97. c908370 fsnotify: allow ignored_mask to survive modification by Eric Paris · 15 years ago
  98. e898386 fsnotify: clear ignored mask on modify by Eric Paris · 15 years ago
  99. ca9c726 fsnotify: Infrastructure for per-mount watches by Andreas Gruenbacher · 15 years ago
  100. 2504c5d fsnotify/vfsmount: add fsnotify fields to struct vfsmount by Andreas Gruenbacher · 15 years ago