1. 778af26 fsnotify: Fix busy inodes during unmount by Jan Kara · 6 years ago
  2. d3bc0fa fsnotify: fix false positive warning on inode delete by Jan Kara · 6 years ago
  3. 3ac70bf fsnotify: add helper to get mask from connector by Amir Goldstein · 6 years ago
  4. 36f10f5 fsnotify: let connector point to an abstract object by Amir Goldstein · 6 years ago
  5. b812a9f fsnotify: pass connp and object type to fsnotify_add_mark() by Amir Goldstein · 6 years ago
  6. 9b6e543 fsnotify: use typedef fsnotify_connp_t for brevity by Amir Goldstein · 6 years ago
  7. 47d9c7c fsnotify: generalize iteration of marks by object type by Amir Goldstein · 7 years ago
  8. d6f7b98 fsnotify: use type id to identify connector object type by Amir Goldstein · 7 years ago
  9. ab97f87 fsnotify: convert fsnotify_mark.refcnt from atomic_t to refcount_t by Elena Reshetova · 7 years ago
  10. 9a31d7a fsnotify: fix pinning group in fsnotify_prepare_user_wait() by Miklos Szeredi · 7 years ago
  11. 24c2030 fsnotify: clean up fsnotify_prepare/finish_user_wait() by Miklos Szeredi · 7 years ago
  12. 9cf90ce fsnotify: Protect bail out path of fsnotify_add_mark_locked() properly by Jan Kara · 7 years ago
  13. f4edce1 fsnotify: remove a stray unlock by Dan Carpenter · 8 years ago
  14. 054c636 fsnotify: Move ->free_mark callback to fsnotify_ops by Jan Kara · 8 years ago
  15. 7b12932 fsnotify: Add group pointer in fsnotify_init_mark() by Jan Kara · 8 years ago
  16. 2e37c6c fsnotify: Remove fsnotify_detach_group_marks() by Jan Kara · 8 years ago
  17. 18f2e0d fsnotify: Rename fsnotify_clear_marks_by_group_flags() by Jan Kara · 8 years ago
  18. 66d2b81 fsnotify: Remove fsnotify_set_mark_{,ignored_}mask_locked() by Jan Kara · 8 years ago
  19. abc7757 fsnotify: Provide framework for dropping SRCU lock in ->handle_event by Jan Kara · 8 years ago
  20. f09b04a fsnotify: Remove special handling of mark destruction on group shutdown by Jan Kara · 8 years ago
  21. 6b3f05d fsnotify: Detach mark from object list when last reference is dropped by Jan Kara · 8 years ago
  22. 1137514 fsnotify: Move queueing of mark for destruction into fsnotify_put_mark() by Jan Kara · 8 years ago
  23. 08991e8 fsnotify: Free fsnotify_mark_connector when there is no mark attached by Jan Kara · 8 years ago
  24. 04662ca fsnotify: Lock object list with connector lock by Jan Kara · 8 years ago
  25. 2629718 fsnotify: Remove useless list deletion and comment by Jan Kara · 8 years ago
  26. 73cd3c3 fsnotify: Avoid double locking in fsnotify_detach_from_object() by Jan Kara · 8 years ago
  27. 8212a60 fsnotify: Remove indirection from fsnotify_detach_mark() by Jan Kara · 8 years ago
  28. a03e2e4 fsnotify: Determine lock in fsnotify_destroy_marks() by Jan Kara · 8 years ago
  29. f06fd98 fsnotify: Move locking into fsnotify_find_mark() by Jan Kara · 8 years ago
  30. a242677 fsnotify: Move locking into fsnotify_recalc_mask() by Jan Kara · 8 years ago
  31. 0810b4f fsnotify: Move fsnotify_destroy_marks() by Jan Kara · 8 years ago
  32. 755b5bc fsnotify: Remove indirection from mark list addition by Jan Kara · 8 years ago
  33. e911d8a fsnotify: Make fsnotify_mark_connector hold inode reference by Jan Kara · 8 years ago
  34. 86ffe24 fsnotify: Move object pointer to fsnotify_mark_connector by Jan Kara · 8 years ago
  35. 9dd813c fsnotify: Move mark list head from object into dedicated structure by Jan Kara · 8 years ago
  36. c1f3307 fsnotify: Update comments by Jan Kara · 8 years ago
  37. e3ba730 fsnotify: Remove fsnotify_duplicate_mark() by Jan Kara · 8 years ago
  38. 35e4817 fsnotify: avoid spurious EMFILE errors from inotify_init() by Jan Kara · 8 years ago
  39. 0918f1c fsnotify: turn fsnotify reaper thread into a workqueue job by Jeff Layton · 9 years ago
  40. 13d34ac Revert "fsnotify: destroy marks with call_srcu instead of dedicated thread" by Jeff Layton · 9 years ago
  41. c510eff fsnotify: destroy marks with call_srcu instead of dedicated thread by Jeff Layton · 9 years ago
  42. 4712e722 fsnotify: get rid of fsnotify_destroy_mark_locked() by Jan Kara · 9 years ago
  43. 925d113 fsnotify: remove mark->free_list by Jan Kara · 9 years ago
  44. 8f2f3eb fsnotify: fix oops in fsnotify_clear_marks_by_group_flags() by Jan Kara · 9 years ago
  45. d725e66 Revert "fsnotify: fix oops in fsnotify_clear_marks_by_group_flags()" by Linus Torvalds · 9 years ago
  46. a2673b6 fsnotify: fix oops in fsnotify_clear_marks_by_group_flags() by Jan Kara · 9 years ago
  47. 37d469e fsnotify: remove destroy_list from fsnotify_mark by Jan Kara · 10 years ago
  48. 0809ab6 fsnotify: unify inode and mount marks handling by Jan Kara · 10 years ago
  49. 8edc6e1 fanotify: fix notification of groups with inode & mount marks by Jan Kara · 10 years ago
  50. efa8f7e fs/notify/mark.c: trivial cleanup by David Cohen · 10 years ago
  51. 9756b91 fsnotify: update comments concerning locking scheme by Lino Sanfilippo · 11 years ago
  52. 6960b0d fsnotify: change locking order by Lino Sanfilippo · 13 years ago
  53. 64c20d2 fsnotify: dont put marks on temporary list when clearing marks by group by Lino Sanfilippo · 13 years ago
  54. d5a335b fsnotify: introduce locked versions of fsnotify_add_mark() and fsnotify_remove_mark() by Lino Sanfilippo · 13 years ago
  55. e2a2994 fsnotify: pass group to fsnotify_destroy_mark() by Lino Sanfilippo · 13 years ago
  56. 986ab09 fsnotify: use a mutex instead of a spinlock to protect a groups mark list by Lino Sanfilippo · 13 years ago
  57. 104d06f fsnotify: take groups mark_lock before mark lock by Lino Sanfilippo · 13 years ago
  58. 23e964c fsnotify: use reference counting for groups by Lino Sanfilippo · 13 years ago
  59. fed4748 fsnotify: don't BUG in fsnotify_destroy_mark() by Miklos Szeredi · 13 years ago
  60. 60063497 atomic: use <linux/atomic.h> by Arun Sharma · 13 years ago
  61. 25985ed Fix common misspellings by Lucas De Marchi · 14 years ago
  62. 67a23c4 fs: rename inode_lock to inode_hash_lock by Dave Chinner · 14 years ago
  63. 0243666 fsnotify: remove global fsnotify groups lists by Eric Paris · 14 years ago
  64. 8778abb fsnotify: Exchange list heads instead of moving elements by Andreas Gruenbacher · 14 years ago
  65. 75c1be4 fsnotify: srcu to protect read side of inode and vfsmount locks by Eric Paris · 14 years ago
  66. 700307a fsnotify: use an explicit flag to indicate fsnotify_destroy_mark has been called by Eric Paris · 14 years ago
  67. b31d397 fsnotify: call iput on inodes when no longer marked by Eric Paris · 15 years ago
  68. 4d92604 fanotify: clear all fanotify marks by Eric Paris · 15 years ago
  69. 33af5e3 fsnotify: ignored_mask - excluding notification by Eric Paris · 15 years ago
  70. 90b1e7a fsnotify: allow marks to not pin inodes in core by Eric Paris · 15 years ago
  71. 0d48b7f fsnotify: vfsmount marks generic functions by Eric Paris · 15 years ago
  72. ba643f0 fsnotify: clear marks to 0 in fsnotify_init_mark by Eric Paris · 15 years ago
  73. 5444e29 fsnotify: split generic and inode specific mark code by Eric Paris · 15 years ago