1. 6ad2d4e fsnotify: implement ordering between notifiers by Eric Paris · 14 years ago
  2. 2eebf58 fanotify: flush outstanding perm requests on group destroy by Eric Paris · 14 years ago
  3. 2069601 Revert "fsnotify: store struct file not struct path" by Linus Torvalds · 14 years ago
  4. 1968f5e fanotify: use both marks when possible by Eric Paris · 14 years ago
  5. ce8f76f fsnotify: pass both the vfsmount mark and inode mark by Eric Paris · 14 years ago
  6. 0243666 fsnotify: remove global fsnotify groups lists by Eric Paris · 14 years ago
  7. 43709a2 fsnotify: remove group->mask by Eric Paris · 14 years ago
  8. 0393097 fsnotify: remove the global masks by Eric Paris · 14 years ago
  9. 3a9b16b fsnotify: send fsnotify_mark to groups in event handling functions by Eric Paris · 14 years ago
  10. 75c1be4 fsnotify: srcu to protect read side of inode and vfsmount locks by Eric Paris · 14 years ago
  11. 700307a fsnotify: use an explicit flag to indicate fsnotify_destroy_mark has been called by Eric Paris · 14 years ago
  12. 3bcf386 fsnotify: store struct file not struct path by Eric Paris · 14 years ago
  13. f70ab54 fsnotify: fsnotify_add_notify_event should return an event by Eric Paris · 14 years ago
  14. 80af258 fanotify: groups can specify their f_flags for new fd by Eric Paris · 14 years ago
  15. 20dee62 fsnotify: check to make sure all fsnotify bits are unique by Eric Paris · 14 years ago
  16. 8c1934c inotify: allow users to request not to recieve events on unlinked children by Eric Paris · 14 years ago
  17. 08ae893 fanotify: drop the useless priority argument by Eric Paris · 14 years ago
  18. 9e66e42 fanotify: permissions and blocking by Eric Paris · 15 years ago
  19. c4ec54b fsnotify: new fsnotify hooks and events types for access decisions by Eric Paris · 15 years ago
  20. 59b0df2 fsnotify: use unsigned char * for dentry->d_name.name by Eric Paris · 14 years ago
  21. 6e5f77b fsnotify: intoduce a notification merge argument by Eric Paris · 15 years ago
  22. cb2d429 fsnotify: add group priorities by Eric Paris · 15 years ago
  23. 4d92604 fanotify: clear all fanotify marks by Eric Paris · 15 years ago
  24. c908370 fsnotify: allow ignored_mask to survive modification by Eric Paris · 15 years ago
  25. 33af5e3 fsnotify: ignored_mask - excluding notification by Eric Paris · 15 years ago
  26. 90b1e7a fsnotify: allow marks to not pin inodes in core by Eric Paris · 15 years ago
  27. 1c52906 fanotify: should_send_event needs to handle vfsmounts by Eric Paris · 15 years ago
  28. ca9c726 fsnotify: Infrastructure for per-mount watches by Andreas Gruenbacher · 15 years ago
  29. 0d48b7f fsnotify: vfsmount marks generic functions by Eric Paris · 15 years ago
  30. 5444e29 fsnotify: split generic and inode specific mark code by Eric Paris · 15 years ago
  31. 32c3263 fanotify: Add pids to events by Andreas Gruenbacher · 15 years ago
  32. 841bdc1 fsnotify: rename mark_entry to just mark by Eric Paris · 15 years ago
  33. d077544 fsnotify: rename fsnotify_find_mark_entry to fsnotify_find_mark by Eric Paris · 15 years ago
  34. e61ce86 fsnotify: rename fsnotify_mark_entry to just fsnotify_mark by Eric Paris · 15 years ago
  35. 72acc85 fsnotify: kill FSNOTIFY_EVENT_FILE by Andreas Gruenbacher · 15 years ago
  36. 098cf2f fsnotify: add flags to fsnotify_mark_entries by Eric Paris · 15 years ago
  37. 4136510 fsnotify: add vfsmount specific fields to the fsnotify_mark_entry union by Eric Paris · 15 years ago
  38. 2823e04 fsnotify: put inode specific fields in an fsnotify_mark in a union by Eric Paris · 15 years ago
  39. 3a9fb89 fsnotify: include vfsmount in should_send_event when appropriate by Eric Paris · 15 years ago
  40. 7131485 fsnotify: mount point listeners list and global mask by Eric Paris · 15 years ago
  41. 19c2a0e fsnotify: rename fsnotify_groups to fsnotify_inode_groups by Eric Paris · 15 years ago
  42. 0d2e2a1 fsnotify: drop mask argument from fsnotify_alloc_group by Eric Paris · 15 years ago
  43. ffab834 fsnotify: fsnotify_obtain_group should be fsnotify_alloc_group by Eric Paris · 15 years ago
  44. 74be0cc fsnotify: remove group_num altogether by Eric Paris · 15 years ago
  45. 1201a53 fsnotify: replace an event on a list by Eric Paris · 15 years ago
  46. b4e4e14 fsnotify: clone existing events by Eric Paris · 15 years ago
  47. 74766bb fsnotify: per group notification queue merge types by Eric Paris · 15 years ago
  48. 28c60e3 fsnotify: send struct file when sending events to parents when possible by Eric Paris · 15 years ago
  49. 8112e2d fsnotify: include data in should_send calls by Eric Paris · 15 years ago
  50. 7b0a04f fsnotify: provide the data type to should_send_event by Eric Paris · 15 years ago
  51. 28a3a7e audit: reimplement audit_trees using fsnotify rather than inotify by Eric Paris · 15 years ago
  52. 40554c3 fsnotify: allow addition of duplicate fsnotify marks by Eric Paris · 15 years ago
  53. 9e1c743 fsnotify: duplicate fsnotify_mark_entry data between 2 marks by Eric Paris · 15 years ago
  54. e9fd702 audit: convert audit watches to use fsnotify instead of inotify by Eric Paris · 15 years ago
  55. f44aebc inotify: use GFP_NOFS under potential memory pressure by Eric Paris · 15 years ago
  56. e6ce306 fs: allow d_instantiate to be called with negative parent dentry by Jeremy Kerr · 15 years ago
  57. 63c882a inotify: reimplement inotify using fsnotify by Eric Paris · 15 years ago
  58. 164bc61 fsnotify: handle filesystem unmounts with fsnotify marks by Eric Paris · 15 years ago
  59. e4aff11 fsnotify: allow groups to add private data to events by Eric Paris · 15 years ago
  60. 47882c6 fsnotify: add correlations between events by Eric Paris · 15 years ago
  61. 62ffe5d fsnotify: include pathnames with entries when possible by Eric Paris · 15 years ago
  62. a2d8bc6 fsnotify: generic notification queue and waitq by Eric Paris · 15 years ago
  63. 3c5119c dnotify: reimplement dnotify using fsnotify by Eric Paris · 15 years ago
  64. c28f7e5 fsnotify: parent event notification by Eric Paris · 15 years ago
  65. 3be25f4 fsnotify: add marks to inodes so groups can interpret how to handle those inodes by Eric Paris · 15 years ago
  66. 9058652 fsnotify: unified filesystem notification backend by Eric Paris · 15 years ago