aboutsummaryrefslogtreecommitdiffstats
path: root/fs/notify/mark.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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 fsnotify_prepare_user_wait()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