aboutsummaryrefslogtreecommitdiffstats
path: root/fs/notify/mark.c
AgeCommit message (Expand)AuthorFilesLines
2023-12-01fanotify: store fsid in mark instead of in connectorAmir Goldstein1-44/+8
2022-04-25fsnotify: allow adding an inode mark without pinning inodeAmir Goldstein1-20/+56
2022-04-25fsnotify: create helpers for group mark_mutex lockAmir Goldstein1-13/+11
2022-04-25fsnotify: make allow_dups a property of the groupAmir Goldstein1-6/+6
2022-04-25fsnotify: fix wrong lockdep annotationsAmir Goldstein1-3/+3
2022-02-24fsnotify: fix merge with parent's ignored maskAmir Goldstein1-2/+2
2021-12-15fsnotify: separate mark iterator type from object type enumAmir Goldstein1-2/+2
2021-12-15fsnotify: clarify object type argumentAmir Goldstein1-12/+15
2021-09-10fsnotify: fix sb_connectors leakAmir Goldstein1-0/+1
2021-08-11fsnotify: count all objects with attached connectorsAmir Goldstein1-3/+21
2021-08-11fsnotify: count s_fsnotify_inode_refs for attached connectorsAmir Goldstein1-11/+18
2021-08-11fsnotify: replace igrab() with ihold() on attach connectorAmir Goldstein1-2/+5
2021-03-16fanotify: configurable limits via sysfsAmir Goldstein1-4/+0
2020-04-15fsnotify: Add missing annotation for fsnotify_finish_user_wait() and for fsno...Jules Irenge1-1/+5
2019-08-19notify: export symbols for use by the knfsd file cacheTrond Myklebust1-0/+6
2019-06-19fanotify: update connector fsid cache on add markAmir Goldstein1-3/+11
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 18Thomas Gleixner1-14/+1
2019-05-01fsnotify: Clarify connector assignment in fsnotify_add_mark_list()Jan Kara1-0/+5
2019-04-28fsnotify: Fix NULL ptr deref in fanotify_get_fsid()Jan Kara1-6/+6
2019-02-07fanotify: cache fsid in fsnotify_mark_connectorAmir Goldstein1-7/+35
2018-10-25fsnotify: Fix busy inodes during unmountJan Kara1-8/+31
2018-09-03fsnotify: add super block object typeAmir Goldstein1-0/+4
2018-08-20fsnotify: fix false positive warning on inode deleteJan Kara1-3/+3
2018-06-27fsnotify: add helper to get mask from connectorAmir Goldstein1-4/+21
2018-06-27fsnotify: let connector point to an abstract objectAmir Goldstein1-16/+16
2018-06-27fsnotify: pass connp and object type to fsnotify_add_mark()Amir Goldstein1-25/+17
2018-06-27fsnotify: use typedef fsnotify_connp_t for brevityAmir Goldstein1-11/+9
2018-05-18fsnotify: generalize iteration of marks by object typeAmir Goldstein1-8/+15
2018-05-18fsnotify: use type id to identify connector object typeAmir Goldstein1-15/+14
2017-10-31fsnotify: convert fsnotify_mark.refcnt from atomic_t to refcount_tElena Reshetova1-7/+7
2017-10-31fsnotify: fix pinning group in fsnotify_prepare_user_wait()Miklos Szeredi1-14/+11
2017-10-31fsnotify: clean up fsnotify_prepare/finish_user_wait()Miklos Szeredi1-48/+48
2017-10-31fsnotify: Protect bail out path of fsnotify_add_mark_locked() properlyJan Kara1-0/+2
2017-04-24fsnotify: remove a stray unlockDan Carpenter1-1/+0
2017-04-10fsnotify: Move ->free_mark callback to fsnotify_opsJan Kara1-6/+7
2017-04-10fsnotify: Add group pointer in fsnotify_init_mark()Jan Kara1-7/+10
2017-04-10fsnotify: Remove fsnotify_detach_group_marks()Jan Kara1-35/+10
2017-04-10fsnotify: Rename fsnotify_clear_marks_by_group_flags()Jan Kara1-7/+5
2017-04-10fsnotify: Remove fsnotify_set_mark_{,ignored_}mask_locked()Jan Kara1-14/+0
2017-04-10fsnotify: Provide framework for dropping SRCU lock in ->handle_eventJan Kara1-0/+82
2017-04-10fsnotify: Remove special handling of mark destruction on group shutdownJan Kara1-3/+4
2017-04-10fsnotify: Detach mark from object list when last reference is droppedJan Kara1-59/+88
2017-04-10fsnotify: Move queueing of mark for destruction into fsnotify_put_mark()Jan Kara1-44/+29
2017-04-10fsnotify: Free fsnotify_mark_connector when there is no mark attachedJan Kara1-40/+112
2017-04-10fsnotify: Lock object list with connector lockJan Kara1-58/+32
2017-04-10fsnotify: Remove useless list deletion and commentJan Kara1-6/+0
2017-04-10fsnotify: Avoid double locking in fsnotify_detach_from_object()Jan Kara1-1/+1
2017-04-10fsnotify: Remove indirection from fsnotify_detach_mark()Jan Kara1-6/+26
2017-04-10fsnotify: Determine lock in fsnotify_destroy_marks()Jan Kara1-2/+7
2017-04-10fsnotify: Move locking into fsnotify_find_mark()Jan Kara1-0/+8
2017-04-10fsnotify: Move locking into fsnotify_recalc_mask()Jan Kara1-10/+30
2017-04-10fsnotify: Move fsnotify_destroy_marks()Jan Kara1-36/+36
2017-04-10fsnotify: Remove indirection from mark list additionJan Kara1-23/+43
2017-04-10fsnotify: Make fsnotify_mark_connector hold inode referenceJan Kara1-11/+6
2017-04-10fsnotify: Move object pointer to fsnotify_mark_connectorJan Kara1-10/+22
2017-04-10fsnotify: Move mark list head from object into dedicated structureJan Kara1-13/+67
2017-04-10fsnotify: Update commentsJan Kara1-12/+1
2016-12-23fsnotify: Remove fsnotify_duplicate_mark()Jan Kara1-12/+0
2016-05-19fsnotify: avoid spurious EMFILE errors from inotify_init()Jan Kara1-17/+61
2016-02-18fsnotify: turn fsnotify reaper thread into a workqueue jobJeff Layton1-31/+18
2016-02-18Revert "fsnotify: destroy marks with call_srcu instead of dedicated thread"Jeff Layton1-14/+52
2016-01-14fsnotify: destroy marks with call_srcu instead of dedicated threadJeff Layton1-52/+14
2015-09-04fsnotify: get rid of fsnotify_destroy_mark_locked()Jan Kara1-33/+40
2015-09-04fsnotify: remove mark->free_listJan Kara1-15/+25
2015-08-07fsnotify: fix oops in fsnotify_clear_marks_by_group_flags()Jan Kara1-5/+25
2015-07-21Revert "fsnotify: fix oops in fsnotify_clear_marks_by_group_flags()"Linus Torvalds1-14/+20
2015-07-17fsnotify: fix oops in fsnotify_clear_marks_by_group_flags()Jan Kara1-20/+14
2014-12-13fsnotify: remove destroy_list from fsnotify_markJan Kara1-4/+4
2014-12-13fsnotify: unify inode and mount marks handlingJan Kara1-3/+86
2014-11-13fanotify: fix notification of groups with inode & mount marksJan Kara1-0/+36
2014-06-04fs/notify/mark.c: trivial cleanupDavid Cohen1-1/+1
2013-07-09fsnotify: update comments concerning locking schemeLino Sanfilippo1-28/+22
2012-12-11fsnotify: change locking orderLino Sanfilippo1-10/+10
2012-12-11fsnotify: dont put marks on temporary list when clearing marks by groupLino Sanfilippo1-8/+2
2012-12-11fsnotify: introduce locked versions of fsnotify_add_mark() and fsnotify_remov...Lino Sanfilippo1-12/+30
2012-12-11fsnotify: pass group to fsnotify_destroy_mark()Lino Sanfilippo1-17/+4
2012-12-11fsnotify: use a mutex instead of a spinlock to protect a groups mark listLino Sanfilippo1-9/+9
2012-12-11fsnotify: take groups mark_lock before mark lockLino Sanfilippo1-10/+16
2012-12-11fsnotify: use reference counting for groupsLino Sanfilippo1-10/+14
2012-01-14fsnotify: don't BUG in fsnotify_destroy_mark()Miklos Szeredi1-3/+5
2011-07-26atomic: use <linux/atomic.h>Arun Sharma1-1/+1
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-03-24fs: rename inode_lock to inode_hash_lockDave Chinner1-1/+0
2010-07-28fsnotify: remove global fsnotify groups listsEric Paris1-9/+0
2010-07-28fsnotify: Exchange list heads instead of moving elementsAndreas Gruenbacher1-4/+2
2010-07-28fsnotify: srcu to protect read side of inode and vfsmount locksEric Paris1-3/+57
2010-07-28fsnotify: use an explicit flag to indicate fsnotify_destroy_mark has been calledEric Paris1-4/+7
2010-07-28fsnotify: call iput on inodes when no longer markedEric Paris1-1/+1
2010-07-28fanotify: clear all fanotify marksEric Paris1-5/+16
2010-07-28fsnotify: ignored_mask - excluding notificationEric Paris1-0/+6
2010-07-28fsnotify: allow marks to not pin inodes in coreEric Paris1-1/+16
2010-07-28fsnotify: vfsmount marks generic functionsEric Paris1-9/+11
2010-07-28fsnotify: clear marks to 0 in fsnotify_init_markEric Paris1-4/+1
2010-07-28fsnotify: split generic and inode specific mark codeEric Paris1-0/+294