aboutsummaryrefslogtreecommitdiffstats
path: root/fs/notify/mark.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2012-01-14fsnotify: don't BUG in fsnotify_destroy_mark()Miklos Szeredi1-3/+5
2011-07-26atomic: use <linux/atomic.h>Arun Sharma1-1/+1
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-03-24fs: rename inode_lock to inode_hash_lockDave Chinner1-1/+0
2010-07-28fsnotify: remove global fsnotify groups listsEric Paris1-9/+0
2010-07-28fsnotify: Exchange list heads instead of moving elementsAndreas Gruenbacher1-4/+2
2010-07-28fsnotify: srcu to protect read side of inode and vfsmount locksEric Paris1-3/+57
2010-07-28fsnotify: use an explicit flag to indicate fsnotify_destroy_mark has been calledEric Paris1-4/+7
2010-07-28fsnotify: call iput on inodes when no longer markedEric Paris1-1/+1
2010-07-28fanotify: clear all fanotify marksEric Paris1-5/+16
2010-07-28fsnotify: ignored_mask - excluding notificationEric Paris1-0/+6
2010-07-28fsnotify: allow marks to not pin inodes in coreEric Paris1-1/+16
2010-07-28fsnotify: vfsmount marks generic functionsEric Paris1-9/+11
2010-07-28fsnotify: clear marks to 0 in fsnotify_init_markEric Paris1-4/+1
2010-07-28fsnotify: split generic and inode specific mark codeEric Paris1-0/+294