aboutsummaryrefslogtreecommitdiff
path: root/fs/notify/mark.c
AgeCommit message (Expand)AuthorFilesLines
2022-04-25fsnotify: allow adding an inode mark without pinning inodeGravatar Amir Goldstein 1-20/+56
2022-04-25fsnotify: create helpers for group mark_mutex lockGravatar Amir Goldstein 1-13/+11
2022-04-25fsnotify: make allow_dups a property of the groupGravatar Amir Goldstein 1-6/+6
2022-04-25fsnotify: fix wrong lockdep annotationsGravatar Amir Goldstein 1-3/+3
2022-02-24fsnotify: fix merge with parent's ignored maskGravatar Amir Goldstein 1-2/+2
2021-12-15fsnotify: separate mark iterator type from object type enumGravatar Amir Goldstein 1-2/+2
2021-12-15fsnotify: clarify object type argumentGravatar Amir Goldstein 1-12/+15
2021-09-10fsnotify: fix sb_connectors leakGravatar Amir Goldstein 1-0/+1
2021-08-11fsnotify: count all objects with attached connectorsGravatar Amir Goldstein 1-3/+21
2021-08-11fsnotify: count s_fsnotify_inode_refs for attached connectorsGravatar Amir Goldstein 1-11/+18
2021-08-11fsnotify: replace igrab() with ihold() on attach connectorGravatar Amir Goldstein 1-2/+5
2021-03-16fanotify: configurable limits via sysfsGravatar Amir Goldstein 1-4/+0
2020-04-15fsnotify: Add missing annotation for fsnotify_finish_user_wait() and for fsno...Gravatar Jules Irenge 1-1/+5
2019-08-19notify: export symbols for use by the knfsd file cacheGravatar Trond Myklebust 1-0/+6
2019-06-19fanotify: update connector fsid cache on add markGravatar Amir Goldstein 1-3/+11
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 18Gravatar Thomas Gleixner 1-14/+1
2019-05-01fsnotify: Clarify connector assignment in fsnotify_add_mark_list()Gravatar Jan Kara 1-0/+5
2019-04-28fsnotify: Fix NULL ptr deref in fanotify_get_fsid()Gravatar Jan Kara 1-6/+6
2019-02-07fanotify: cache fsid in fsnotify_mark_connectorGravatar Amir Goldstein 1-7/+35
2018-10-25fsnotify: Fix busy inodes during unmountGravatar Jan Kara 1-8/+31
2018-09-03fsnotify: add super block object typeGravatar Amir Goldstein 1-0/+4
2018-08-20fsnotify: fix false positive warning on inode deleteGravatar Jan Kara 1-3/+3
2018-06-27fsnotify: add helper to get mask from connectorGravatar Amir Goldstein 1-4/+21
2018-06-27fsnotify: let connector point to an abstract objectGravatar Amir Goldstein 1-16/+16
2018-06-27fsnotify: pass connp and object type to fsnotify_add_mark()Gravatar Amir Goldstein 1-25/+17
2018-06-27fsnotify: use typedef fsnotify_connp_t for brevityGravatar Amir Goldstein 1-11/+9
2018-05-18fsnotify: generalize iteration of marks by object typeGravatar Amir Goldstein 1-8/+15
2018-05-18fsnotify: use type id to identify connector object typeGravatar Amir Goldstein 1-15/+14
2017-10-31fsnotify: convert fsnotify_mark.refcnt from atomic_t to refcount_tGravatar Elena Reshetova 1-7/+7
2017-10-31fsnotify: fix pinning group in fsnotify_prepare_user_wait()Gravatar Miklos Szeredi 1-14/+11
2017-10-31fsnotify: clean up fsnotify_prepare/finish_user_wait()Gravatar Miklos Szeredi 1-48/+48
2017-10-31fsnotify: Protect bail out path of fsnotify_add_mark_locked() properlyGravatar Jan Kara 1-0/+2
2017-04-24fsnotify: remove a stray unlockGravatar Dan Carpenter 1-1/+0
2017-04-10fsnotify: Move ->free_mark callback to fsnotify_opsGravatar Jan Kara 1-6/+7
2017-04-10fsnotify: Add group pointer in fsnotify_init_mark()Gravatar Jan Kara 1-7/+10
2017-04-10fsnotify: Remove fsnotify_detach_group_marks()Gravatar Jan Kara 1-35/+10
2017-04-10fsnotify: Rename fsnotify_clear_marks_by_group_flags()Gravatar Jan Kara 1-7/+5
2017-04-10fsnotify: Remove fsnotify_set_mark_{,ignored_}mask_locked()Gravatar Jan Kara 1-14/+0
2017-04-10fsnotify: Provide framework for dropping SRCU lock in ->handle_eventGravatar Jan Kara 1-0/+82
2017-04-10fsnotify: Remove special handling of mark destruction on group shutdownGravatar Jan Kara 1-3/+4
2017-04-10fsnotify: Detach mark from object list when last reference is droppedGravatar Jan Kara 1-59/+88
2017-04-10fsnotify: Move queueing of mark for destruction into fsnotify_put_mark()Gravatar Jan Kara 1-44/+29
2017-04-10fsnotify: Free fsnotify_mark_connector when there is no mark attachedGravatar Jan Kara 1-40/+112
2017-04-10fsnotify: Lock object list with connector lockGravatar Jan Kara 1-58/+32
2017-04-10fsnotify: Remove useless list deletion and commentGravatar Jan Kara 1-6/+0
2017-04-10fsnotify: Avoid double locking in fsnotify_detach_from_object()Gravatar Jan Kara 1-1/+1
2017-04-10fsnotify: Remove indirection from fsnotify_detach_mark()Gravatar Jan Kara 1-6/+26
2017-04-10fsnotify: Determine lock in fsnotify_destroy_marks()Gravatar Jan Kara 1-2/+7
2017-04-10fsnotify: Move locking into fsnotify_find_mark()Gravatar Jan Kara 1-0/+8
2017-04-10fsnotify: Move locking into fsnotify_recalc_mask()Gravatar Jan Kara 1-10/+30