1. 8fd3395 get rid of ...lookup...fdget_rcu() family by Al Viro · 7 months ago
  2. cad3f4a inotify: Fix possible deadlock in fsnotify_destroy_mark by Lizhi Xu · 5 months ago
  3. 1934b21 file: reclaim 24 bytes from f_owner by Christian Brauner · 7 months ago
  4. 230d97d fsnotify: create a wrapper fsnotify_find_inode_mark() by Amir Goldstein · 11 months ago
  5. 9d5b947 fs: Remove the now superfluous sentinel elements from ctl_table array by Joel Granados · 1 year, 3 months ago
  6. 8f6f76a Merge tag 'mm-nonmm-stable-2023-11-02-14-08' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm by Linus Torvalds · 1 year, 4 months ago
  7. 0ede61d file: convert to SLAB_TYPESAFE_BY_RCU by Christian Brauner · 1 year, 5 months ago
  8. 68279f9 treewide: mark stuff as __ro_after_init by Alexey Dobriyan · 1 year, 5 months ago
  9. f4ae408 dnotify: Pass argument of fcntl_dirnotify as int by Luca Vizzarro · 2 years ago
  10. aabb45f dnotify: use fsnotify group lock helpers by Amir Goldstein · 2 years, 10 months ago
  11. 867a448 fsnotify: pass flags argument to fsnotify_alloc_group() by Amir Goldstein · 2 years, 10 months ago
  12. 49a4de7 dnotify: move dnotify sysctl to dnotify.c by Xiaoming Ni · 3 years, 1 month ago
  13. e54183f fsnotify: generate FS_RENAME event with rich information by Amir Goldstein · 3 years, 3 months ago
  14. 14bd41e Merge tag 'fsnotify_for_v5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 4 years, 2 months ago
  15. 460b4f8 file: Rename fcheck lookup_fd_rcu by Eric W. Biederman · 4 years, 3 months ago
  16. 950cc0d fsnotify: generalize handle_inode_event() by Amir Goldstein · 4 years, 3 months ago
  17. b9a1b97 fsnotify: create method handle_inode_event() in fsnotify_operations by Amir Goldstein · 4 years, 7 months ago
  18. 62cb0af dnotify: report both events on parent and child with single callback by Amir Goldstein · 4 years, 7 months ago
  19. b54cecf fsnotify: pass dir argument to handle_event() callback by Amir Goldstein · 4 years, 9 months ago
  20. 5825a95 Merge tag 'selinux-pr-20190917' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/selinux by Linus Torvalds · 5 years ago
  21. ac5656d fanotify, inotify, dnotify, security: add security hook for fs notifications by Aaron Goidel · 6 years ago
  22. 3e0a4e8 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 118 by Thomas Gleixner · 6 years ago
  23. e43e9c3 fsnotify: switch send_to_group() and ->handle_event to const struct qstr * by Al Viro · 6 years ago
  24. 0214f46 Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 7 years ago
  25. d46eb14b fs: fsnotify: account fsnotify metadata to kmemcg by Shakeel Butt · 7 years ago
  26. 0191913 signal: Use PIDTYPE_TGID to clearly store where file signals will be sent by Eric W. Biederman · 8 years ago
  27. b249f5b fsnotify: add fsnotify_add_inode_mark() wrappers by Amir Goldstein · 7 years ago
  28. 5b0457a fsnotify: remove redundant arguments to handle_event() by Amir Goldstein · 7 years ago
  29. b3a0066 dnotify: Handle errors from fsnotify_add_mark_locked() in fcntl_dirnotify() by Jan Kara · 7 years ago
  30. c9ea9df fsnotify: make dnotify_fsnotify_ops const by Bhumika Goyal · 7 years ago
  31. 054c636 fsnotify: Move ->free_mark callback to fsnotify_ops by Jan Kara · 8 years ago
  32. 7b129323 fsnotify: Add group pointer in fsnotify_init_mark() by Jan Kara · 8 years ago
  33. b1362ed fsnotify: Remove fsnotify_find_{inode|vfsmount}_mark() by Jan Kara · 8 years ago
  34. 66d2b81 fsnotify: Remove fsnotify_set_mark_{,ignored_}mask_locked() by Jan Kara · 8 years ago
  35. 9385a84 fsnotify: Pass fsnotify_iter_info into handle_event handler by Jan Kara · 8 years ago
  36. a242677 fsnotify: Move locking into fsnotify_recalc_mask() by Jan Kara · 8 years ago
  37. 86ffe24 fsnotify: Move object pointer to fsnotify_mark_connector by Jan Kara · 8 years ago
  38. 3cd5eca fsnotify: constify 'data' passed to ->handle_event() by Al Viro · 8 years ago
  39. 4712e722 fsnotify: get rid of fsnotify_destroy_mark_locked() by Jan Kara · 9 years ago
  40. 0809ab6 fsnotify: unify inode and mount marks handling by Jan Kara · 10 years ago
  41. e0b93ed security: make security_file_set_fowner, f_setown and __f_setown void return by Jeff Layton · 11 years ago
  42. 45a22f4 inotify: Fix reporting of cookies for inotify events by Jan Kara · 11 years ago
  43. 56b27cf fsnotify: remove pointless NULL initializers by Jan Kara · 11 years ago
  44. 83c4c4b fsnotify: remove .should_send_event callback by Jan Kara · 11 years ago
  45. 7053aee fsnotify: do not share events between notification groups by Jan Kara · 11 years ago
  46. 52f8572 dnotify: replace dnotify_mark_mutex with mark mutex of dnotify_group by Lino Sanfilippo · 12 years ago
  47. 496ad9a new helper: file_inode(file) by Al Viro · 12 years ago
  48. e2a2994 fsnotify: pass group to fsnotify_destroy_mark() by Lino Sanfilippo · 14 years ago
  49. 1968f5e fanotify: use both marks when possible by Eric Paris · 15 years ago
  50. ce8f76f fsnotify: pass both the vfsmount mark and inode mark by Eric Paris · 15 years ago
  51. 43709a2 fsnotify: remove group->mask by Eric Paris · 15 years ago
  52. 2612abb fsnotify: cleanup should_send_event by Eric Paris · 15 years ago
  53. c496313 dnotify: use the mark in handler functions by Eric Paris · 15 years ago
  54. 3a9b16b fsnotify: send fsnotify_mark to groups in event handling functions by Eric Paris · 15 years ago
  55. 90b1e7a fsnotify: allow marks to not pin inodes in core by Eric Paris · 15 years ago
  56. 5444e29 fsnotify: split generic and inode specific mark code by Eric Paris · 15 years ago
  57. 3556608 fsnotify: take inode->i_lock inside fsnotify_find_mark_entry() by Andreas Gruenbacher · 15 years ago
  58. ef5e2b7 dnotify: rename mark_entry to mark by Eric Paris · 15 years ago
  59. d077544 fsnotify: rename fsnotify_find_mark_entry to fsnotify_find_mark by Eric Paris · 15 years ago
  60. e61ce86 fsnotify: rename fsnotify_mark_entry to just fsnotify_mark by Eric Paris · 15 years ago
  61. 2823e04 fsnotify: put inode specific fields in an fsnotify_mark in a union by Eric Paris · 15 years ago
  62. 3a9fb89 fsnotify: include vfsmount in should_send_event when appropriate by Eric Paris · 15 years ago
  63. 0d2e2a1 fsnotify: drop mask argument from fsnotify_alloc_group by Eric Paris · 15 years ago
  64. ffab834 fsnotify: fsnotify_obtain_group should be fsnotify_alloc_group by Eric Paris · 15 years ago
  65. 74be0cc fsnotify: remove group_num altogether 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. 40554c3 fsnotify: allow addition of duplicate fsnotify marks by Eric Paris · 15 years ago
  69. 9455268 dnotify: ignore FS_EVENT_ON_CHILD by Andreas Gruenbacher · 15 years ago
  70. a092ee2 fsnotify: allow groups to set freeing_mark to null by Eric Paris · 16 years ago
  71. e42e277 inotify/dnotify: should_send_event shouldn't match on FS_EVENT_ON_CHILD by Eric Paris · 16 years ago
  72. ce61856 dnotify: do not bother to lock entry->lock when reading mask by Eric Paris · 16 years ago
  73. 5ac697b dnotify: do not use ?true:false when assigning to a bool by Eric Paris · 16 years ago
  74. e4aff11 fsnotify: allow groups to add private data to events by Eric Paris · 16 years ago
  75. 3c5119c dnotify: reimplement dnotify using fsnotify by Eric Paris · 16 years ago
  76. 272eb01 filesystem notification: create fs/notify to contain all fs notification by Eric Paris · 16 years ago[Renamed from fs/dnotify.c]
  77. 6badd79 kill ->dir_notify() by Al Viro · 16 years ago
  78. 9f3acc3 [PATCH] split linux/file.h by Al Viro · 17 years ago
  79. 214b704 Fix dnotify/close race by Al Viro · 17 years ago
  80. 20c2df8 mm: Remove slab destructors from kmem_cache_create(). by Paul Mundt · 18 years ago
  81. 0f7fc9e4 [PATCH] VFS: change struct file to use struct path by Josef "Jeff" Sipek · 18 years ago
  82. e18b890 [PATCH] slab: remove kmem_cache_t by Christoph Lameter · 18 years ago
  83. e94b176 [PATCH] slab: remove SLAB_KERNEL by Christoph Lameter · 18 years ago
  84. 609d7fa [PATCH] file: modify struct fown_struct to use a struct pid by Eric W. Biederman · 18 years ago
  85. fa3536c [PATCH] Use __read_mostly on some hot fs variables by Eric Dumazet · 19 years ago
  86. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 20 years ago v2.6.12-rc2