summaryrefslogtreecommitdiffstats
path: root/fs/notify/mark.c
AgeCommit message (Expand)AuthorLines
2024-11-18fsnotify: Fix ordering of iput() and watched_objects decrementJann Horn-3/+9
2024-10-02fsnotify: Avoid data race between fsnotify_recalc_mask() and fsnotify_object_...Jan Kara-2/+6
2024-06-05fsnotify: clear PARENT_WATCHED flags lazilyAmir Goldstein-3/+29
2024-04-04fsnotify: optimize the case of no permission event watchersAmir Goldstein-3/+27
2024-04-04fsnotify: lazy attach fsnotify_sb_info state to sbAmir Goldstein-1/+31
2024-04-04fsnotify: create helper fsnotify_update_sb_watchers()Amir Goldstein-14/+22
2024-04-04fsnotify: pass object pointer and type to fsnotify mark helpersAmir Goldstein-11/+17
2024-04-04fsnotify: create helpers to get sb and connp from objectAmir Goldstein-0/+15
2024-04-04fsnotify: rename fsnotify_{get,put}_sb_connectors()Amir Goldstein-30/+37
2023-12-01fanotify: store fsid in mark instead of in connectorAmir Goldstein-44/+8
2022-04-25fsnotify: allow adding an inode mark without pinning inodeAmir Goldstein-20/+56
2022-04-25fsnotify: create helpers for group mark_mutex lockAmir Goldstein-13/+11
2022-04-25fsnotify: make allow_dups a property of the groupAmir Goldstein-6/+6
2022-04-25fsnotify: fix wrong lockdep annotationsAmir Goldstein-3/+3
2022-02-24fsnotify: fix merge with parent's ignored maskAmir Goldstein-2/+2
2021-12-15fsnotify: separate mark iterator type from object type enumAmir Goldstein-2/+2
2021-12-15fsnotify: clarify object type argumentAmir Goldstein-12/+15
2021-09-10fsnotify: fix sb_connectors leakAmir Goldstein-0/+1
2021-08-11fsnotify: count all objects with attached connectorsAmir Goldstein-3/+21
2021-08-11fsnotify: count s_fsnotify_inode_refs for attached connectorsAmir Goldstein-11/+18
2021-08-11fsnotify: replace igrab() with ihold() on attach connectorAmir Goldstein-2/+5
2021-03-16fanotify: configurable limits via sysfsAmir Goldstein-4/+0
2020-04-15fsnotify: Add missing annotation for fsnotify_finish_user_wait() and for fsno...Jules Irenge-1/+5
2019-08-19notify: export symbols for use by the knfsd file cacheTrond Myklebust-0/+6
2019-06-19fanotify: update connector fsid cache on add markAmir Goldstein-3/+11
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 18Thomas Gleixner-14/+1
2019-05-01fsnotify: Clarify connector assignment in fsnotify_add_mark_list()Jan Kara-0/+5
2019-04-28fsnotify: Fix NULL ptr deref in fanotify_get_fsid()Jan Kara-6/+6
2019-02-07fanotify: cache fsid in fsnotify_mark_connectorAmir Goldstein-7/+35
2018-10-25fsnotify: Fix busy inodes during unmountJan Kara-8/+31
2018-09-03fsnotify: add super block object typeAmir Goldstein-0/+4
2018-08-20fsnotify: fix false positive warning on inode deleteJan Kara-3/+3
2018-06-27fsnotify: add helper to get mask from connectorAmir Goldstein-4/+21
2018-06-27fsnotify: let connector point to an abstract objectAmir Goldstein-16/+16
2018-06-27fsnotify: pass connp and object type to fsnotify_add_mark()Amir Goldstein-25/+17
2018-06-27fsnotify: use typedef fsnotify_connp_t for brevityAmir Goldstein-11/+9
2018-05-18fsnotify: generalize iteration of marks by object typeAmir Goldstein-8/+15
2018-05-18fsnotify: use type id to identify connector object typeAmir Goldstein-15/+14
2017-10-31fsnotify: convert fsnotify_mark.refcnt from atomic_t to refcount_tElena Reshetova-7/+7
2017-10-31fsnotify: fix pinning group in fsnotify_prepare_user_wait()Miklos Szeredi-14/+11
2017-10-31fsnotify: clean up fsnotify_prepare/finish_user_wait()Miklos Szeredi-48/+48
2017-10-31fsnotify: Protect bail out path of fsnotify_add_mark_locked() properlyJan Kara-0/+2
2017-04-24fsnotify: remove a stray unlockDan Carpenter-1/+0
2017-04-10fsnotify: Move ->free_mark callback to fsnotify_opsJan Kara-6/+7
2017-04-10fsnotify: Add group pointer in fsnotify_init_mark()Jan Kara-7/+10
2017-04-10fsnotify: Remove fsnotify_detach_group_marks()Jan Kara-35/+10
2017-04-10fsnotify: Rename fsnotify_clear_marks_by_group_flags()Jan Kara-7/+5
2017-04-10fsnotify: Remove fsnotify_set_mark_{,ignored_}mask_locked()Jan Kara-14/+0
2017-04-10fsnotify: Provide framework for dropping SRCU lock in ->handle_eventJan Kara-0/+82
2017-04-10fsnotify: Remove special handling of mark destruction on group shutdownJan Kara-3/+4