aboutsummaryrefslogtreecommitdiffstats
path: root/fs/notify/mark.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2017-04-10fsnotify: Move fsnotify_destroy_marks()Jan Kara1-36/+36
2017-04-10fsnotify: Remove indirection from mark list additionJan Kara1-23/+43
2017-04-10fsnotify: Make fsnotify_mark_connector hold inode referenceJan Kara1-11/+6
2017-04-10fsnotify: Move object pointer to fsnotify_mark_connectorJan Kara1-10/+22
2017-04-10fsnotify: Move mark list head from object into dedicated structureJan Kara1-13/+67
2017-04-10fsnotify: Update commentsJan Kara1-12/+1
2016-12-23fsnotify: Remove fsnotify_duplicate_mark()Jan Kara1-12/+0
2016-05-19fsnotify: avoid spurious EMFILE errors from inotify_init()Jan Kara1-17/+61
2016-02-18fsnotify: turn fsnotify reaper thread into a workqueue jobJeff Layton1-31/+18
2016-02-18Revert "fsnotify: destroy marks with call_srcu instead of dedicated thread"Jeff Layton1-14/+52
2016-01-14fsnotify: destroy marks with call_srcu instead of dedicated threadJeff Layton1-52/+14
2015-09-04fsnotify: get rid of fsnotify_destroy_mark_locked()Jan Kara1-33/+40
2015-09-04fsnotify: remove mark->free_listJan Kara1-15/+25
2015-08-07fsnotify: fix oops in fsnotify_clear_marks_by_group_flags()Jan Kara1-5/+25
2015-07-21Revert "fsnotify: fix oops in fsnotify_clear_marks_by_group_flags()"Linus Torvalds1-14/+20
2015-07-17fsnotify: fix oops in fsnotify_clear_marks_by_group_flags()Jan Kara1-20/+14
2014-12-13fsnotify: remove destroy_list from fsnotify_markJan Kara1-4/+4
2014-12-13fsnotify: unify inode and mount marks handlingJan Kara1-3/+86
2014-11-13fanotify: fix notification of groups with inode & mount marksJan Kara1-0/+36
2014-06-04fs/notify/mark.c: trivial cleanupDavid Cohen1-1/+1
2013-07-09fsnotify: update comments concerning locking schemeLino Sanfilippo1-28/+22
2012-12-11fsnotify: change locking orderLino Sanfilippo1-10/+10
2012-12-11fsnotify: dont put marks on temporary list when clearing marks by groupLino Sanfilippo1-8/+2
2012-12-11fsnotify: introduce locked versions of fsnotify_add_mark() and fsnotify_remove_mark()Lino Sanfilippo1-12/+30
2012-12-11fsnotify: pass group to fsnotify_destroy_mark()Lino Sanfilippo1-17/+4
2012-12-11fsnotify: use a mutex instead of a spinlock to protect a groups mark listLino Sanfilippo1-9/+9
2012-12-11fsnotify: take groups mark_lock before mark lockLino Sanfilippo1-10/+16
2012-12-11fsnotify: use reference counting for groupsLino Sanfilippo1-10/+14