summaryrefslogtreecommitdiffstats
path: root/fs/notify/mark.c
Commit message (Expand)AuthorAgeFilesLines
* 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/+1Star
* 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/+17Star
* fsnotify: use typedef fsnotify_connp_t for brevityAmir Goldstein2018-06-271-11/+9Star
* 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/+14Star
* 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/+11Star
* 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/+0Star
* 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/+10Star
* fsnotify: Rename fsnotify_clear_marks_by_group_flags()Jan Kara2017-04-101-7/+5Star
* fsnotify: Remove fsnotify_set_mark_{,ignored_}mask_locked()Jan Kara2017-04-101-14/+0Star
* 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/+29Star
* 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/+32Star
* fsnotify: Remove useless list deletion and commentJan Kara2017-04-101-6/+0Star
* 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
* fsnotify: Move locking into fsnotify_recalc_mask()Jan Kara2017-04-101-10/+30
* fsnotify: Move fsnotify_destroy_marks()Jan Kara2017-04-101-36/+36
* fsnotify: Remove indirection from mark list additionJan Kara2017-04-101-23/+43
* fsnotify: Make fsnotify_mark_connector hold inode referenceJan Kara2017-04-101-11/+6Star
* fsnotify: Move object pointer to fsnotify_mark_connectorJan Kara2017-04-101-10/+22
* fsnotify: Move mark list head from object into dedicated structureJan Kara2017-04-101-13/+67
* fsnotify: Update commentsJan Kara2017-04-101-12/+1Star
* fsnotify: Remove fsnotify_duplicate_mark()Jan Kara2016-12-231-12/+0Star
* fsnotify: avoid spurious EMFILE errors from inotify_init()Jan Kara2016-05-201-17/+61
* fsnotify: turn fsnotify reaper thread into a workqueue jobJeff Layton2016-02-191-31/+18Star
* Revert "fsnotify: destroy marks with call_srcu instead of dedicated thread"Jeff Layton2016-02-191-14/+52
* fsnotify: destroy marks with call_srcu instead of dedicated threadJeff Layton2016-01-151-52/+14Star
* fsnotify: get rid of fsnotify_destroy_mark_locked()Jan Kara2015-09-051-33/+40
* fsnotify: remove mark->free_listJan Kara2015-09-051-15/+25
* fsnotify: fix oops in fsnotify_clear_marks_by_group_flags()Jan Kara2015-08-071-5/+25