1. 054c636 fsnotify: Move ->free_mark callback to fsnotify_ops by Jan Kara · 8 years ago
  2. 7b12932 fsnotify: Add group pointer in fsnotify_init_mark() by Jan Kara · 8 years ago
  3. b1362ed fsnotify: Remove fsnotify_find_{inode|vfsmount}_mark() by Jan Kara · 8 years ago
  4. 2e37c6c fsnotify: Remove fsnotify_detach_group_marks() by Jan Kara · 8 years ago
  5. 18f2e0d fsnotify: Rename fsnotify_clear_marks_by_group_flags() by Jan Kara · 8 years ago
  6. 416bcdb fsnotify: Inline fsnotify_clear_{inode|vfsmount}_mark_group() by Jan Kara · 8 years ago
  7. 8920d27 fsnotify: Remove fsnotify_recalc_{inode|vfsmount}_mask() by Jan Kara · 8 years ago
  8. 66d2b81 fsnotify: Remove fsnotify_set_mark_{,ignored_}mask_locked() by Jan Kara · 8 years ago
  9. 9385a84 fsnotify: Pass fsnotify_iter_info into handle_event handler by Jan Kara · 8 years ago
  10. abc7757 fsnotify: Provide framework for dropping SRCU lock in ->handle_event by Jan Kara · 8 years ago
  11. 6b3f05d fsnotify: Detach mark from object list when last reference is dropped by Jan Kara · 8 years ago
  12. 08991e8 fsnotify: Free fsnotify_mark_connector when there is no mark attached by Jan Kara · 8 years ago
  13. 04662ca fsnotify: Lock object list with connector lock by Jan Kara · 8 years ago
  14. a242677 fsnotify: Move locking into fsnotify_recalc_mask() by Jan Kara · 8 years ago
  15. e911d8a fsnotify: Make fsnotify_mark_connector hold inode reference by Jan Kara · 8 years ago
  16. 86ffe24 fsnotify: Move object pointer to fsnotify_mark_connector by Jan Kara · 8 years ago
  17. 9dd813c fsnotify: Move mark list head from object into dedicated structure by Jan Kara · 8 years ago
  18. f1ef09f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 8 years ago
  19. 1cce1ee inotify: Convert to using per-namespace limits by Nikolay Borisov · 8 years ago
  20. 6989606 Merge branch 'stable-4.10' of git://git.infradead.org/users/pcmoore/audit by Linus Torvalds · 8 years ago
  21. e3ba730 fsnotify: Remove fsnotify_duplicate_mark() by Jan Kara · 8 years ago
  22. 12c7f9d constify fsnotify_parent() by Al Viro · 8 years ago
  23. e637835 fsnotify(): constify 'data' by Al Viro · 8 years ago
  24. 3cd5eca fsnotify: constify 'data' passed to ->handle_event() by Al Viro · 8 years ago
  25. 073f655 fanotify: use notification_lock instead of access_lock by Jan Kara · 8 years ago
  26. c21dbe2 fsnotify: convert notification_mutex to a spinlock by Jan Kara · 8 years ago
  27. 96d4101 fanotify: fix list corruption in fanotify_get_response() by Jan Kara · 8 years ago
  28. 12703db fsnotify: add a way to stop queueing events on group shutdown by Jan Kara · 8 years ago
  29. affda48 trim fsnotify hooks a bit by Al Viro · 8 years ago
  30. 2853908a undo "fs: allow d_instantiate to be called with negative parent dentry" by Al Viro · 8 years ago
  31. 35e4817 fsnotify: avoid spurious EMFILE errors from inotify_init() by Jan Kara · 8 years ago
  32. 3c2de27 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  33. 27f203f untangle fsnotify_d_instantiate() a bit by Al Viro · 9 years ago
  34. 13d34ac Revert "fsnotify: destroy marks with call_srcu instead of dedicated thread" by Jeff Layton · 9 years ago
  35. c510eff fsnotify: destroy marks with call_srcu instead of dedicated thread by Jeff Layton · 9 years ago
  36. 7d9071a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  37. 4712e722 fsnotify: get rid of fsnotify_destroy_mark_locked() by Jan Kara · 9 years ago
  38. 925d113 fsnotify: remove mark->free_list by Jan Kara · 9 years ago
  39. 1e39fc0 fsnotify: document mark locking by Jan Kara · 9 years ago
  40. 74278da inode: convert inode_sb_list_lock to per-sb by Dave Chinner · 10 years ago
  41. c3cddc4 fsnotify: remove obsolete documentation by Nikolay Borisov · 9 years ago
  42. 37d469e fsnotify: remove destroy_list from fsnotify_mark by Jan Kara · 10 years ago
  43. 0809ab6 fsnotify: unify inode and mount marks handling by Jan Kara · 10 years ago
  44. 5838d44 fanotify: fix double free of pending permission events by Jan Kara · 10 years ago
  45. 8ba8fa91 fsnotify: rename event handling functions by Jan Kara · 10 years ago
  46. 9573f79 fanotify: convert access_mutex to spinlock by Jan Kara · 11 years ago
  47. ff57cd5 fsnotify: Allocate overflow events with proper type by Jan Kara · 11 years ago
  48. 45a22f4 inotify: Fix reporting of cookies for inotify events by Jan Kara · 11 years ago
  49. 83c0e1b fsnotify: Do not return merged event from fsnotify_add_notify_event() by Jan Kara · 11 years ago
  50. 83c4c4b fsnotify: remove .should_send_event callback by Jan Kara · 11 years ago
  51. 7053aee fsnotify: do not share events between notification groups by Jan Kara · 11 years ago
  52. a66c04b inotify: convert inotify_add_to_idr() to use idr_alloc_cyclic() by Jeff Layton · 11 years ago
  53. 0a6b6bd fsnotify: make fasync generic for both inotify and fanotify by Eric Paris · 13 years ago
  54. 6960b0d fsnotify: change locking order by Lino Sanfilippo · 13 years ago
  55. 64c20d2 fsnotify: dont put marks on temporary list when clearing marks by group by Lino Sanfilippo · 13 years ago
  56. d5a335b fsnotify: introduce locked versions of fsnotify_add_mark() and fsnotify_remove_mark() by Lino Sanfilippo · 13 years ago
  57. e2a2994 fsnotify: pass group to fsnotify_destroy_mark() by Lino Sanfilippo · 13 years ago
  58. 986ab09 fsnotify: use a mutex instead of a spinlock to protect a groups mark list by Lino Sanfilippo · 13 years ago
  59. 9861295 fsnotify: introduce fsnotify_get_group() by Lino Sanfilippo · 13 years ago
  60. d8153d4 inotify, fanotify: replace fsnotify_put_group() with fsnotify_destroy_group() by Lino Sanfilippo · 13 years ago
  61. a4f9a9a fsnotify: handle subfiles' perm events by Naohiro Aota · 12 years ago
  62. 60063497 atomic: use <linux/atomic.h> by Arun Sharma · 13 years ago
  63. b5c84bf fs: dcache remove dcache_lock by Nick Piggin · 14 years ago
  64. 09e5f14 fanotify: on group destroy allow all waiters to bypass permission check by Lino Sanfilippo · 14 years ago
  65. d8c0fca fsnotify: remove alignment padding from fsnotify_mark on 64 bit builds by Richard Kennedy · 14 years ago
  66. b29866a fsnotify: rename FS_IN_ISDIR to FS_ISDIR by Eric Paris · 14 years ago
  67. 4afeff8 fanotify: limit number of listeners per user by Eric Paris · 14 years ago
  68. e7099d8 fanotify: limit the number of marks in a single fanotify group by Eric Paris · 14 years ago
  69. 5242039 fsnotify: call fsnotify_parent in perm events by Eric Paris · 14 years ago
  70. ff8bcbd fsnotify: correctly handle return codes from listeners by Eric Paris · 14 years ago
  71. 6ad2d4e fsnotify: implement ordering between notifiers by Eric Paris · 14 years ago
  72. 2eebf58 fanotify: flush outstanding perm requests on group destroy by Eric Paris · 14 years ago
  73. 2069601 Revert "fsnotify: store struct file not struct path" by Linus Torvalds · 14 years ago
  74. 1968f5e fanotify: use both marks when possible by Eric Paris · 14 years ago
  75. ce8f76f fsnotify: pass both the vfsmount mark and inode mark by Eric Paris · 14 years ago
  76. 0243666 fsnotify: remove global fsnotify groups lists by Eric Paris · 14 years ago
  77. 43709a2 fsnotify: remove group->mask by Eric Paris · 14 years ago
  78. 0393097 fsnotify: remove the global masks by Eric Paris · 14 years ago
  79. 3a9b16b fsnotify: send fsnotify_mark to groups in event handling functions by Eric Paris · 14 years ago
  80. 75c1be4 fsnotify: srcu to protect read side of inode and vfsmount locks by Eric Paris · 14 years ago
  81. 700307a fsnotify: use an explicit flag to indicate fsnotify_destroy_mark has been called by Eric Paris · 14 years ago
  82. 3bcf386 fsnotify: store struct file not struct path by Eric Paris · 14 years ago
  83. f70ab54 fsnotify: fsnotify_add_notify_event should return an event by Eric Paris · 14 years ago
  84. 80af258 fanotify: groups can specify their f_flags for new fd by Eric Paris · 14 years ago
  85. 20dee62 fsnotify: check to make sure all fsnotify bits are unique by Eric Paris · 14 years ago
  86. 8c1934c inotify: allow users to request not to recieve events on unlinked children by Eric Paris · 14 years ago
  87. 08ae893 fanotify: drop the useless priority argument by Eric Paris · 14 years ago
  88. 9e66e42 fanotify: permissions and blocking by Eric Paris · 15 years ago
  89. c4ec54b fsnotify: new fsnotify hooks and events types for access decisions by Eric Paris · 15 years ago
  90. 59b0df2 fsnotify: use unsigned char * for dentry->d_name.name by Eric Paris · 15 years ago
  91. 6e5f77b fsnotify: intoduce a notification merge argument by Eric Paris · 15 years ago
  92. cb2d429 fsnotify: add group priorities by Eric Paris · 15 years ago
  93. 4d92604 fanotify: clear all fanotify marks by Eric Paris · 15 years ago
  94. c908370 fsnotify: allow ignored_mask to survive modification by Eric Paris · 15 years ago
  95. 33af5e3 fsnotify: ignored_mask - excluding notification by Eric Paris · 15 years ago
  96. 90b1e7a fsnotify: allow marks to not pin inodes in core by Eric Paris · 15 years ago
  97. 1c52906 fanotify: should_send_event needs to handle vfsmounts by Eric Paris · 15 years ago
  98. ca9c726 fsnotify: Infrastructure for per-mount watches by Andreas Gruenbacher · 15 years ago
  99. 0d48b7f fsnotify: vfsmount marks generic functions by Eric Paris · 15 years ago
  100. 5444e29 fsnotify: split generic and inode specific mark code by Eric Paris · 15 years ago