summaryrefslogtreecommitdiffstats
path: root/fs/notify/mark.c
Commit message (Expand)AuthorAgeFilesLines
* fanotify: store fsid in mark instead of in connectorAmir Goldstein2023-12-011-44/+8
* fsnotify: allow adding an inode mark without pinning inodeAmir Goldstein2022-04-251-20/+56
* fsnotify: create helpers for group mark_mutex lockAmir Goldstein2022-04-251-13/+11
* fsnotify: make allow_dups a property of the groupAmir Goldstein2022-04-251-6/+6
* fsnotify: fix wrong lockdep annotationsAmir Goldstein2022-04-251-3/+3
* fsnotify: fix merge with parent's ignored maskAmir Goldstein2022-02-241-2/+2
* fsnotify: separate mark iterator type from object type enumAmir Goldstein2021-12-151-2/+2
* fsnotify: clarify object type argumentAmir Goldstein2021-12-151-12/+15
* fsnotify: fix sb_connectors leakAmir Goldstein2021-09-101-0/+1
* fsnotify: count all objects with attached connectorsAmir Goldstein2021-08-111-3/+21
* fsnotify: count s_fsnotify_inode_refs for attached connectorsAmir Goldstein2021-08-111-11/+18
* fsnotify: replace igrab() with ihold() on attach connectorAmir Goldstein2021-08-111-2/+5
* fanotify: configurable limits via sysfsAmir Goldstein2021-03-161-4/+0
* fsnotify: Add missing annotation for fsnotify_finish_user_wait() and for fsno...Jules Irenge2020-04-151-1/+5
* notify: export symbols for use by the knfsd file cacheTrond Myklebust2019-08-191-0/+6
* fanotify: update connector fsid cache on add markAmir Goldstein2019-06-191-3/+11
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 18Thomas Gleixner2019-05-211-14/+1
* fsnotify: Clarify connector assignment in fsnotify_add_mark_list()Jan Kara2019-05-011-0/+5
* fsnotify: Fix NULL ptr deref in fanotify_get_fsid()Jan Kara2019-04-281-6/+6
* fanotify: cache fsid in fsnotify_mark_connectorAmir Goldstein2019-02-071-7/+35
* fsnotify: Fix busy inodes during unmountJan Kara2018-10-251-8/+31
* fsnotify: add super block object typeAmir Goldstein2018-09-031-0/+4
* fsnotify: fix false positive warning on inode deleteJan Kara2018-08-201-3/+3
* fsnotify: add helper to get mask from connectorAmir Goldstein2018-06-271-4/+21
* fsnotify: let connector point to an abstract objectAmir Goldstein2018-06-271-16/+16
* fsnotify: pass connp and object type to fsnotify_add_mark()Amir Goldstein2018-06-271-25/+17
* fsnotify: use typedef fsnotify_connp_t for brevityAmir Goldstein2018-06-271-11/+9
* fsnotify: generalize iteration of marks by object typeAmir Goldstein2018-05-181-8/+15
* fsnotify: use type id to identify connector object typeAmir Goldstein2018-05-181-15/+14
* fsnotify: convert fsnotify_mark.refcnt from atomic_t to refcount_tElena Reshetova2017-10-311-7/+7
* fsnotify: fix pinning group in fsnotify_prepare_user_wait()Miklos Szeredi2017-10-311-14/+11
* fsnotify: clean up fsnotify_prepare/finish_user_wait()Miklos Szeredi2017-10-311-48/+48
* fsnotify: Protect bail out path of fsnotify_add_mark_locked() properlyJan Kara2017-10-311-0/+2
* fsnotify: remove a stray unlockDan Carpenter2017-04-241-1/+0
* fsnotify: Move ->free_mark callback to fsnotify_opsJan Kara2017-04-101-6/+7
* fsnotify: Add group pointer in fsnotify_init_mark()Jan Kara2017-04-101-7/+10
* fsnotify: Remove fsnotify_detach_group_marks()Jan Kara2017-04-101-35/+10
* fsnotify: Rename fsnotify_clear_marks_by_group_flags()Jan Kara2017-04-101-7/+5
* fsnotify: Remove fsnotify_set_mark_{,ignored_}mask_locked()Jan Kara2017-04-101-14/+0
* fsnotify: Provide framework for dropping SRCU lock in ->handle_eventJan Kara2017-04-101-0/+82
* fsnotify: Remove special handling of mark destruction on group shutdownJan Kara2017-04-101-3/+4
* fsnotify: Detach mark from object list when last reference is droppedJan Kara2017-04-101-59/+88
* fsnotify: Move queueing of mark for destruction into fsnotify_put_mark()Jan Kara2017-04-101-44/+29
* fsnotify: Free fsnotify_mark_connector when there is no mark attachedJan Kara2017-04-101-40/+112
* fsnotify: Lock object list with connector lockJan Kara2017-04-101-58/+32
* fsnotify: Remove useless list deletion and commentJan Kara2017-04-101-6/+0
* fsnotify: Avoid double locking in fsnotify_detach_from_object()Jan Kara2017-04-101-1/+1
* fsnotify: Remove indirection from fsnotify_detach_mark()Jan Kara2017-04-101-6/+26
* fsnotify: Determine lock in fsnotify_destroy_marks()Jan Kara2017-04-101-2/+7
* fsnotify: Move locking into fsnotify_find_mark()Jan Kara2017-04-101-0/+8