aboutsummaryrefslogtreecommitdiff
path: root/fs/notify/fsnotify.h
AgeCommit message (Expand)AuthorFilesLines
2021-08-11fsnotify: count all objects with attached connectorsGravatar Amir Goldstein 1-0/+15
2019-10-17fsnotify: move declaration of fsnotify_mark_connector_cachep to fsnotify.hGravatar Ben Dooks 1-0/+2
2019-08-19notify: export symbols for use by the knfsd file cacheGravatar Trond Myklebust 1-2/+0
2018-09-03fsnotify: add super block object typeGravatar Amir Goldstein 1-0/+11
2018-06-27fsnotify: let connector point to an abstract objectGravatar Amir Goldstein 1-4/+6
2018-06-27fsnotify: pass connp and object type to fsnotify_add_mark()Gravatar Amir Goldstein 1-0/+10
2018-06-27fsnotify: use typedef fsnotify_connp_t for brevityGravatar Amir Goldstein 1-2/+2
2018-05-18fsnotify: remove redundant arguments to handle_event()Gravatar Amir Goldstein 1-6/+0
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2017-04-10fsnotify: Remove fsnotify_find_{inode|vfsmount}_mark()Gravatar Jan Kara 1-4/+0
2017-04-10fsnotify: Remove fsnotify_detach_group_marks()Gravatar Jan Kara 1-2/+0
2017-04-10fsnotify: Provide framework for dropping SRCU lock in ->handle_eventGravatar Jan Kara 1-0/+6
2017-04-10fsnotify: Remove special handling of mark destruction on group shutdownGravatar Jan Kara 1-4/+2
2017-04-10fsnotify: Free fsnotify_mark_connector when there is no mark attachedGravatar Jan Kara 1-5/+5
2017-04-10fsnotify: Remove indirection from fsnotify_detach_mark()Gravatar Jan Kara 1-4/+0
2017-04-10fsnotify: Determine lock in fsnotify_destroy_marks()Gravatar Jan Kara 1-6/+4
2017-04-10fsnotify: Move locking into fsnotify_recalc_mask()Gravatar Jan Kara 1-3/+0
2017-04-10fsnotify: Remove indirection from mark list additionGravatar Jan Kara 1-14/+0
2017-04-10fsnotify: Make fsnotify_mark_connector hold inode referenceGravatar Jan Kara 1-3/+1
2017-04-10fsnotify: Move object pointer to fsnotify_mark_connectorGravatar Jan Kara 1-1/+2
2017-04-10fsnotify: Move mark list head from object into dedicated structureGravatar Jan Kara 1-7/+9
2016-05-19fsnotify: avoid spurious EMFILE errors from inotify_init()Gravatar Jan Kara 1-0/+7
2015-09-04fsnotify: remove mark->free_listGravatar Jan Kara 1-6/+15
2014-12-13fsnotify: unify inode and mount marks handlingGravatar Jan Kara 1-0/+12
2014-11-13fanotify: fix notification of groups with inode & mount marksGravatar Jan Kara 1-0/+4
2014-10-09fs/notify/group.c: make fsnotify_final_destroy_group() staticGravatar Andrew Morton 1-3/+0
2010-07-28fsnotify: remove global fsnotify groups listsGravatar Eric Paris 1-9/+0
2010-07-28fsnotify: remove the global masksGravatar Eric Paris 1-4/+0
2010-07-28fsnotify: srcu to protect read side of inode and vfsmount locksGravatar Eric Paris 1-2/+3
2010-07-28fsnotify: allow marks to not pin inodes in coreGravatar Eric Paris 1-0/+2
2010-07-28fsnotify: Infrastructure for per-mount watchesGravatar Andreas Gruenbacher 1-0/+2
2010-07-28fsnotify: vfsmount marks generic functionsGravatar Eric Paris 1-0/+6
2010-07-28fsnotify: split generic and inode specific mark codeGravatar Eric Paris 1-0/+7
2010-07-28fsnotify: mount point listeners list and global maskGravatar Eric Paris 1-0/+6
2010-07-28fsnotify: add groups to fsnotify_inode_groups when registering inode watchGravatar Eric Paris 1-0/+2
2010-07-28fsnotify: rename fsnotify_groups to fsnotify_inode_groupsGravatar Eric Paris 1-4/+4
2009-06-11fsnotify: generic notification queue and waitqGravatar Eric Paris 1-0/+9
2009-06-11fsnotify: parent event notificationGravatar Eric Paris 1-0/+5
2009-06-11fsnotify: add marks to inodes so groups can interpret how to handle those inodesGravatar Eric Paris 1-0/+5
2009-06-11fsnotify: unified filesystem notification backendGravatar Eric Paris 1-0/+15