1. 3dca1a7 fsnotify: generalize send_to_group() by Amir Goldstein · 7 years ago
  2. 47d9c7c fsnotify: generalize iteration of marks by object type by Amir Goldstein · 7 years ago
  3. d9a6f30 fsnotify: introduce marks iteration helpers by Amir Goldstein · 7 years ago
  4. 5b0457a fsnotify: remove redundant arguments to handle_event() by Amir Goldstein · 7 years ago
  5. 92183a4 fsnotify: fix ignore mask logic in send_to_group() by Amir Goldstein · 7 years ago
  6. 1751e8a Rename superblock flags (MS_xyz -> SB_xyz) by Linus Torvalds · 7 years ago
  7. 3427ce7 fsnotify: clean up fsnotify() by Miklos Szeredi · 7 years ago
  8. 0d6ec07 fsnotify: pin both inode and vfsmount mark by Miklos Szeredi · 7 years ago
  9. 49d31c2 dentry name snapshots by Al Viro · 8 years ago
  10. ebb3b47 fsnotify: Drop inode_mark.c by Jan Kara · 8 years ago
  11. 9385a84 fsnotify: Pass fsnotify_iter_info into handle_event handler 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. 9dd813c fsnotify: Move mark list head from object into dedicated structure by Jan Kara · 8 years ago
  14. 12c7f9d constify fsnotify_parent() by Al Viro · 8 years ago
  15. e637835 fsnotify(): constify 'data' by Al Viro · 8 years ago
  16. 925d113 fsnotify: remove mark->free_list by Jan Kara · 9 years ago
  17. 7c49b86 fs/notify: optimize inotify/fsnotify code for unwatched files by Dave Hansen · 9 years ago
  18. 0809ab6 fsnotify: unify inode and mount marks handling by Jan Kara · 10 years ago
  19. ba00410 Merge branch 'iov_iter' into for-next by Al Viro · 10 years ago
  20. 8edc6e1 fanotify: fix notification of groups with inode & mount marks by Jan Kara · 10 years ago
  21. 946e51f move d_rcu from overlapping d_child to overlapping d_alias by Al Viro · 10 years ago
  22. 45a22f4 inotify: Fix reporting of cookies for inotify events by Jan Kara · 11 years ago
  23. 83c4c4b fsnotify: remove .should_send_event callback by Jan Kara · 11 years ago
  24. 7053aee fsnotify: do not share events between notification groups by Jan Kara · 11 years ago
  25. b67bfe0 hlist: drop the node parameter from iterators by Sasha Levin · 12 years ago
  26. b3d9b7a vfs: switch i_dentry/d_alias to hlist by Al Viro · 13 years ago
  27. fd65717 fsnotify: remove unused parameter from send_to_group() by Dan Carpenter · 13 years ago
  28. c63181e vfs: move fsnotify junk to struct mount by Al Viro · 13 years ago
  29. 873feea fs: dcache per-inode inode alias locking by Nick Piggin · 14 years ago
  30. b5c84bf fs: dcache remove dcache_lock by Nick Piggin · 14 years ago
  31. b23fb0a fs: scale inode alias list by Nick Piggin · 14 years ago
  32. 2fd6b7f fs: dcache scale subdirs by Nick Piggin · 14 years ago
  33. 5242039 fsnotify: call fsnotify_parent in perm events by Eric Paris · 14 years ago
  34. ff8bcbd fsnotify: correctly handle return codes from listeners by Eric Paris · 14 years ago
  35. 4d4eb36 fsnotify: use dget_parent by Christoph Hellwig · 14 years ago
  36. 92b4678 fsnotify: drop two useless bools in the fnsotify main loop by Eric Paris · 14 years ago
  37. f72adfd fsnotify: fix list walk order by Eric Paris · 14 years ago
  38. 84e1ab4 fsnotify: fix ignored mask handling between inode and vfsmount marks by Eric Paris · 14 years ago
  39. 5f3f259 fsnotify: reset used_inode and used_vfsmount on each pass by Eric Paris · 14 years ago
  40. faa9560 fanotify: do not dereference inode_mark when it is unset by Eric Paris · 14 years ago
  41. 2069601 Revert "fsnotify: store struct file not struct path" by Linus Torvalds · 14 years ago
  42. 1968f5e fanotify: use both marks when possible by Eric Paris · 14 years ago
  43. ce8f76f fsnotify: pass both the vfsmount mark and inode mark by Eric Paris · 14 years ago
  44. 613a807 fsnotify: walk the inode and vfsmount lists simultaneously by Eric Paris · 14 years ago
  45. 84a5b68 fsnotify: rework ignored mark flushing by Eric Paris · 14 years ago
  46. 0243666 fsnotify: remove global fsnotify groups lists by Eric Paris · 14 years ago
  47. 0393097 fsnotify: remove the global masks by Eric Paris · 14 years ago
  48. 2612abb fsnotify: cleanup should_send_event by Eric Paris · 14 years ago
  49. 3a9b16b fsnotify: send fsnotify_mark to groups in event handling functions by Eric Paris · 14 years ago
  50. 75c1be4 fsnotify: srcu to protect read side of inode and vfsmount locks by Eric Paris · 14 years ago
  51. 3bcf386 fsnotify: store struct file not struct path by Eric Paris · 14 years ago
  52. 5ba08e2 fsnotify: add pr_debug throughout by Eric Paris · 14 years ago
  53. 20dee62 fsnotify: check to make sure all fsnotify bits are unique by Eric Paris · 14 years ago
  54. 98b5c10 fanotify: do not always return 0 in fsnotify by Jean-Christophe Dubois · 15 years ago
  55. c4ec54b fsnotify: new fsnotify hooks and events types for access decisions by Eric Paris · 15 years ago
  56. 59b0df2 fsnotify: use unsigned char * for dentry->d_name.name by Eric Paris · 15 years ago
  57. c908370 fsnotify: allow ignored_mask to survive modification by Eric Paris · 15 years ago
  58. e898386 fsnotify: clear ignored mask on modify by Eric Paris · 15 years ago
  59. ca9c726 fsnotify: Infrastructure for per-mount watches by Andreas Gruenbacher · 15 years ago
  60. 2504c5d fsnotify/vfsmount: add fsnotify fields to struct vfsmount by Andreas Gruenbacher · 15 years ago
  61. 72acc85 fsnotify: kill FSNOTIFY_EVENT_FILE by Andreas Gruenbacher · 15 years ago
  62. 3a9fb89 fsnotify: include vfsmount in should_send_event when appropriate by Eric Paris · 15 years ago
  63. 7131485 fsnotify: mount point listeners list and global mask by Eric Paris · 15 years ago
  64. 19c2a0e fsnotify: rename fsnotify_groups to fsnotify_inode_groups by Eric Paris · 15 years ago
  65. 28c60e3 fsnotify: send struct file when sending events to parents when possible by Eric Paris · 15 years ago
  66. 8112e2d fsnotify: include data in should_send calls by Eric Paris · 15 years ago
  67. 7b0a04f fsnotify: provide the data type to should_send_event by Eric Paris · 15 years ago
  68. 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
  69. f44aebc inotify: use GFP_NOFS under potential memory pressure by Eric Paris · 15 years ago
  70. e42e277 inotify/dnotify: should_send_event shouldn't match on FS_EVENT_ON_CHILD by Eric Paris · 16 years ago
  71. 47882c6 fsnotify: add correlations between events by Eric Paris · 16 years ago
  72. 62ffe5d fsnotify: include pathnames with entries when possible by Eric Paris · 16 years ago
  73. c28f7e5 fsnotify: parent event notification by Eric Paris · 16 years ago
  74. 3be25f4 fsnotify: add marks to inodes so groups can interpret how to handle those inodes by Eric Paris · 16 years ago
  75. 9058652 fsnotify: unified filesystem notification backend by Eric Paris · 16 years ago