1. 7377f5b fsnotify: get rid of fsnotify_nameremove() by Amir Goldstein · 6 years ago
  2. 4924646 fsnotify: move fsnotify_nameremove() hook out of d_delete() by Amir Goldstein · 6 years ago
  3. 116b973 fsnotify: add empty fsnotify_{unlink,rmdir}() hooks by Amir Goldstein · 6 years ago
  4. 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
  5. 4d8e705 fsnotify: fix unlink performance regression by Amir Goldstein · 6 years ago
  6. 25b229d fsnotify(): switch to passing const struct qstr * for file_name by Al Viro · 6 years ago
  7. f4ec3a3 switch fsnotify_move() to passing const struct qstr * for old_name by Al Viro · 6 years ago
  8. 230c640 ovl_lookup_real_one(): don't bother with strlen() by Al Viro · 6 years ago
  9. 0321e03 fanotify: check FS_ISDIR flag instead of d_is_dir() by Amir Goldstein · 6 years ago
  10. 0a20df7 fsnotify: report FS_ISDIR flag with MOVE_SELF and DELETE_SELF events by Amir Goldstein · 6 years ago
  11. 5f02a87 fsnotify: annotate directory entry modification events by Amir Goldstein · 6 years ago
  12. 66917a3 fanotify: introduce new event mask FAN_OPEN_EXEC_PERM by Matthew Bobrowski · 6 years ago
  13. a704bba fsnotify: refactor fsnotify_parent()/fsnotify() paired calls when event is on path by Matthew Bobrowski · 6 years ago
  14. 9b076f1 fanotify: introduce new event mask FAN_OPEN_EXEC by Matthew Bobrowski · 6 years ago
  15. 573e178 Revert "fsnotify: support overlayfs" by Miklos Szeredi · 7 years ago
  16. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  17. 49d31c2 dentry name snapshots by Al Viro · 8 years ago
  18. 40212d5 fsnotify: constify the places working with ->f_path by Al Viro · 8 years ago
  19. 12c7f9d constify fsnotify_parent() by Al Viro · 8 years ago
  20. f3fbbb0 fsnotify: support overlayfs by Aihua Zhang · 9 years ago
  21. affda48 trim fsnotify hooks a bit by Al Viro · 9 years ago
  22. 27f203f untangle fsnotify_d_instantiate() a bit by Al Viro · 9 years ago
  23. 6ee8e25 fsnotify: fix handling of renames in audit by Jan Kara · 10 years ago
  24. c77cece Replace a bunch of file->dentry->d_inode refs with file_inode() by David Howells · 12 years ago
  25. 496ad9a new helper: file_inode(file) by Al Viro · 12 years ago
  26. 4fa6b5e audit: overhaul __audit_inode_child to accomodate retrying by Jeff Layton · 12 years ago
  27. c43a25a audit: reverse arguments to audit_inode_child by Jeff Layton · 12 years ago
  28. 187f188 BUG: headers with BUG/BUG_ON etc. need linux/bug.h by Paul Gortmaker · 13 years ago
  29. b5c84bf fs: dcache remove dcache_lock by Nick Piggin · 14 years ago
  30. b1085ba fanotify: if set by user unset FMODE_NONOTIFY before fsnotify_perm() is called by Lino Sanfilippo · 14 years ago
  31. 6bff7ec Ensure FMODE_NONOTIFY is not set by userspace by Lino Sanfilippo · 14 years ago
  32. b29866a fsnotify: rename FS_IN_ISDIR to FS_ISDIR by Eric Paris · 14 years ago
  33. 5242039 fsnotify: call fsnotify_parent in perm events by Eric Paris · 14 years ago
  34. 2069601 Revert "fsnotify: store struct file not struct path" by Linus Torvalds · 14 years ago
  35. 3bcf386 fsnotify: store struct file not struct path by Eric Paris · 14 years ago
  36. fb1cfb8 fsnotify: initialize mask in fsnotify_perm by Eric Paris · 15 years ago
  37. c4ec54b fsnotify: new fsnotify hooks and events types for access decisions by Eric Paris · 15 years ago
  38. 59b0df2 fsnotify: use unsigned char * for dentry->d_name.name by Eric Paris · 15 years ago
  39. ca9c726 fsnotify: Infrastructure for per-mount watches by Andreas Gruenbacher · 15 years ago
  40. ecf081d vfs: introduce FMODE_NONOTIFY by Eric Paris · 15 years ago
  41. e61ce86 fsnotify: rename fsnotify_mark_entry to just fsnotify_mark by Eric Paris · 15 years ago
  42. 72acc85 fsnotify: kill FSNOTIFY_EVENT_FILE by Andreas Gruenbacher · 15 years ago
  43. 28c60e3 fsnotify: send struct file when sending events to parents when possible by Eric Paris · 15 years ago
  44. 2a12a9d fsnotify: pass a file instead of an inode to open, read, and write by Eric Paris · 15 years ago
  45. 2dfc1ca inotify: remove inotify in kernel interface by Eric Paris · 15 years ago
  46. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 15 years ago
  47. cccc6bb Lose the first argument of audit_inode_child() by Al Viro · 15 years ago
  48. 123df29 Lose the new_name argument of fsnotify_move() by Al Viro · 15 years ago
  49. ff52cc2 fsnotify: move events should indicate the event was on a child by Eric Paris · 16 years ago
  50. 47882c6 fsnotify: add correlations between events by Eric Paris · 16 years ago
  51. 62ffe5d fsnotify: include pathnames with entries when possible by Eric Paris · 16 years ago
  52. 3c5119c dnotify: reimplement dnotify using fsnotify by Eric Paris · 16 years ago
  53. c28f7e5 fsnotify: parent event notification by Eric Paris · 16 years ago
  54. 3be25f4 fsnotify: add marks to inodes so groups can interpret how to handle those inodes by Eric Paris · 16 years ago
  55. 9058652 fsnotify: unified filesystem notification backend by Eric Paris · 16 years ago
  56. aeb5d72 [PATCH] introduce fmode_t, do annotations by Al Viro · 16 years ago
  57. 735643e Remove "#ifdef __KERNEL__" checks from unexported headers by Robert P. J. Day · 17 years ago
  58. ece9591 inotify: send IN_ATTRIB events when link count changes by Jan Kara · 17 years ago
  59. 5a190ae [PATCH] pass dentry to audit_inode()/audit_inode_child() by Al Viro · 18 years ago
  60. 0f7fc9e [PATCH] VFS: change struct file to use struct path by Josef "Jeff" Sipek · 18 years ago
  61. 73d3ec5 [PATCH] fix missed create event for directory audit by Amy Griffis · 19 years ago
  62. 9c937dc [PATCH] log more info for directory entry change events by Amy Griffis · 19 years ago
  63. 7c29772 [PATCH] inotify (2/5): add name's inode to event handler by Amy Griffis · 19 years ago
  64. 1b9a391 Merge branch 'audit.b3' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/audit-current by Linus Torvalds · 19 years ago
  65. c32ccd8 [PATCH] inotify: lock avoidance with parent watch status in dentry by Nick Piggin · 19 years ago
  66. 73241cc [PATCH] Collect more inode information during syscall processing. by Amy Griffis · 19 years ago
  67. f38aa94 [PATCH] Pass dentry, not just name, in fsnotify creation hooks. by Amy Griffis · 19 years ago
  68. 89204c4 [PATCH] inotify: add MOVE_SELF event by John McCutchan · 19 years ago
  69. 00dd1e4 [PATCH] fsnotify-cleanups by John McCutchan · 19 years ago
  70. 7a91bf7 [PATCH] fsnotify_name/inoderemove by John McCutchan · 19 years ago
  71. 0c3dba1 [PATCH] Clean up inotify delete race fix by John McCutchan · 19 years ago
  72. 7544953 [PATCH] inotify: fix file deletion by rename detection by John McCutchan · 19 years ago
  73. 5995f16 [PATCH] inotify: event ordering by Robert Love · 20 years ago
  74. 0eeca28 [PATCH] inotify by Robert Love · 20 years ago