1. 1deaf9d fs/notify/inode_mark.c: use list_next_entry in fsnotify_unmount_inodes by Geliang Tang · 8 years ago
  2. 7d9071a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  3. 925d113 fsnotify: remove mark->free_list by Jan Kara · 9 years ago
  4. 74278da inode: convert inode_sb_list_lock to per-sb by Dave Chinner · 9 years ago
  5. 0809ab6 fsnotify: unify inode and mount marks handling by Jan Kara · 10 years ago
  6. 8edc6e1 fanotify: fix notification of groups with inode & mount marks by Jan Kara · 10 years ago
  7. 6424bab fsnotify: next_i is freed during fsnotify_unmount_inodes. by Jerry Hoemann · 10 years ago
  8. 1d02328 list: fix order of arguments for hlist_add_after(_rcu) by Ken Helias · 10 years ago
  9. b67bfe0 hlist: drop the node parameter from iterators by Sasha Levin · 11 years ago
  10. 96680d2 Merge branch 'for-next' of git://git.infradead.org/users/eparis/notify by Linus Torvalds · 12 years ago
  11. ac5f121 fs/notify/inode_mark.c: make fsnotify_find_inode_mark_locked() static by Tushar Behera · 12 years ago
  12. e2a2994 fsnotify: pass group to fsnotify_destroy_mark() by Lino Sanfilippo · 13 years ago
  13. 986ab09 fsnotify: use a mutex instead of a spinlock to protect a groups mark list by Lino Sanfilippo · 13 years ago
  14. 60063497 atomic: use <linux/atomic.h> by Arun Sharma · 13 years ago
  15. 67a23c4 fs: rename inode_lock to inode_hash_lock by Dave Chinner · 13 years ago
  16. 55fa609 fs: move i_sb_list out from under inode_lock by Dave Chinner · 13 years ago
  17. 250df6e fs: protect inode->i_state with inode->i_lock by Dave Chinner · 13 years ago
  18. 6ad2d4e fsnotify: implement ordering between notifiers by Eric Paris · 14 years ago
  19. 63997e9 split invalidate_inodes() by Al Viro · 14 years ago
  20. 8c8946f Merge branch 'for-linus' of git://git.infradead.org/users/eparis/notify by Linus Torvalds · 14 years ago
  21. a4ffdde simplify checks for I_CLEAR/I_FREEING by Al Viro · 14 years ago
  22. 700307a fsnotify: use an explicit flag to indicate fsnotify_destroy_mark has been called by Eric Paris · 14 years ago
  23. a4c6e99 fsnotify: use _rcu functions for mark list traversal by Eric Paris · 14 years ago
  24. 0c6532e fsnotify: place marks on object in order of group memory address by Eric Paris · 14 years ago
  25. 4d92604 fanotify: clear all fanotify marks by Eric Paris · 15 years ago
  26. 90b1e7a fsnotify: allow marks to not pin inodes in core by Eric Paris · 15 years ago
  27. 5444e29 fsnotify: split generic and inode specific mark code by Eric Paris · 15 years ago
  28. 3556608 fsnotify: take inode->i_lock inside fsnotify_find_mark_entry() by Andreas Gruenbacher · 15 years ago
  29. 841bdc1 fsnotify: rename mark_entry to just mark by Eric Paris · 15 years ago
  30. d077544 fsnotify: rename fsnotify_find_mark_entry to fsnotify_find_mark by Eric Paris · 15 years ago
  31. e61ce86 fsnotify: rename fsnotify_mark_entry to just fsnotify_mark by Eric Paris · 15 years ago
  32. 098cf2f fsnotify: add flags to fsnotify_mark_entries by Eric Paris · 15 years ago
  33. 2823e04 fsnotify: put inode specific fields in an fsnotify_mark in a union by Eric Paris · 15 years ago
  34. 7131485 fsnotify: mount point listeners list and global mask by Eric Paris · 15 years ago
  35. 4ca7635 fsnotify: add groups to fsnotify_inode_groups when registering inode watch by Eric Paris · 15 years ago
  36. 40554c3 fsnotify: allow addition of duplicate fsnotify marks by Eric Paris · 15 years ago
  37. 9e1c743 fsnotify: duplicate fsnotify_mark_entry data between 2 marks by Eric Paris · 15 years ago
  38. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  39. 9f0d793 fsnotify: do not set group for a mark before it is on the i_list by Eric Paris · 15 years ago
  40. a092ee2 fsnotify: allow groups to set freeing_mark to null by Eric Paris · 15 years ago
  41. 164bc61 fsnotify: handle filesystem unmounts with fsnotify marks by Eric Paris · 15 years ago
  42. 1ef5f13 fsnotify: fsnotify marks on inodes pin them in core by Eric Paris · 15 years ago
  43. c28f7e5 fsnotify: parent event notification by Eric Paris · 15 years ago
  44. 3be25f4 fsnotify: add marks to inodes so groups can interpret how to handle those inodes by Eric Paris · 15 years ago