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