aboutsummaryrefslogtreecommitdiffstats
path: root/fs/notify/fsnotify.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-10-17fsnotify: move declaration of fsnotify_mark_connector_cachep to fsnotify.hBen Dooks1-0/+2
2019-08-19notify: export symbols for use by the knfsd file cacheTrond Myklebust1-2/+0
2018-09-03fsnotify: add super block object typeAmir Goldstein1-0/+11
2018-06-27fsnotify: let connector point to an abstract objectAmir Goldstein1-4/+6
2018-06-27fsnotify: pass connp and object type to fsnotify_add_mark()Amir Goldstein1-0/+10
2018-06-27fsnotify: use typedef fsnotify_connp_t for brevityAmir Goldstein1-2/+2
2018-05-18fsnotify: remove redundant arguments to handle_event()Amir Goldstein1-6/+0
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-04-10fsnotify: Remove fsnotify_find_{inode|vfsmount}_mark()Jan Kara1-4/+0
2017-04-10fsnotify: Remove fsnotify_detach_group_marks()Jan Kara1-2/+0
2017-04-10fsnotify: Provide framework for dropping SRCU lock in ->handle_eventJan Kara1-0/+6
2017-04-10fsnotify: Remove special handling of mark destruction on group shutdownJan Kara1-4/+2
2017-04-10fsnotify: Free fsnotify_mark_connector when there is no mark attachedJan Kara1-5/+5
2017-04-10fsnotify: Remove indirection from fsnotify_detach_mark()Jan Kara1-4/+0
2017-04-10fsnotify: Determine lock in fsnotify_destroy_marks()Jan Kara1-6/+4
2017-04-10fsnotify: Move locking into fsnotify_recalc_mask()Jan Kara1-3/+0
2017-04-10fsnotify: Remove indirection from mark list additionJan Kara1-14/+0
2017-04-10fsnotify: Make fsnotify_mark_connector hold inode referenceJan Kara1-3/+1
2017-04-10fsnotify: Move object pointer to fsnotify_mark_connectorJan Kara1-1/+2
2017-04-10fsnotify: Move mark list head from object into dedicated structureJan Kara1-7/+9
2016-05-19fsnotify: avoid spurious EMFILE errors from inotify_init()Jan Kara1-0/+7
2015-09-04fsnotify: remove mark->free_listJan Kara1-6/+15
2014-12-13fsnotify: unify inode and mount marks handlingJan Kara1-0/+12
2014-11-13fanotify: fix notification of groups with inode & mount marksJan Kara1-0/+4
2014-10-09fs/notify/group.c: make fsnotify_final_destroy_group() staticAndrew Morton1-3/+0
2010-07-28fsnotify: remove global fsnotify groups listsEric Paris1-9/+0
2010-07-28fsnotify: remove the global masksEric Paris1-4/+0
2010-07-28fsnotify: srcu to protect read side of inode and vfsmount locksEric Paris1-2/+3
2010-07-28fsnotify: allow marks to not pin inodes in coreEric Paris1-0/+2
2010-07-28fsnotify: Infrastructure for per-mount watchesAndreas Gruenbacher1-0/+2
2010-07-28fsnotify: vfsmount marks generic functionsEric Paris1-0/+6
2010-07-28fsnotify: split generic and inode specific mark codeEric Paris1-0/+7
2010-07-28fsnotify: mount point listeners list and global maskEric Paris1-0/+6
2010-07-28fsnotify: add groups to fsnotify_inode_groups when registering inode watchEric Paris1-0/+2
2010-07-28fsnotify: rename fsnotify_groups to fsnotify_inode_groupsEric Paris1-4/+4
2009-06-11fsnotify: generic notification queue and waitqEric Paris1-0/+9
2009-06-11fsnotify: parent event notificationEric Paris1-0/+5
2009-06-11fsnotify: add marks to inodes so groups can interpret how to handle those inodesEric Paris1-0/+5
2009-06-11fsnotify: unified filesystem notification backendEric Paris1-0/+15