summaryrefslogtreecommitdiffstats
path: root/fs/notify/mark.c
Commit message (Expand)AuthorAgeFilesLines
* fsnotify: avoid spurious EMFILE errors from inotify_init()Jan Kara2016-05-191-17/+61
* fsnotify: turn fsnotify reaper thread into a workqueue jobJeff Layton2016-02-181-31/+18
* Revert "fsnotify: destroy marks with call_srcu instead of dedicated thread"Jeff Layton2016-02-181-14/+52
* fsnotify: destroy marks with call_srcu instead of dedicated threadJeff Layton2016-01-141-52/+14
* fsnotify: get rid of fsnotify_destroy_mark_locked()Jan Kara2015-09-041-33/+40
* fsnotify: remove mark->free_listJan Kara2015-09-041-15/+25
* fsnotify: fix oops in fsnotify_clear_marks_by_group_flags()Jan Kara2015-08-071-5/+25
* Revert "fsnotify: fix oops in fsnotify_clear_marks_by_group_flags()"Linus Torvalds2015-07-211-14/+20
* fsnotify: fix oops in fsnotify_clear_marks_by_group_flags()Jan Kara2015-07-171-20/+14
* fsnotify: remove destroy_list from fsnotify_markJan Kara2014-12-131-4/+4
* fsnotify: unify inode and mount marks handlingJan Kara2014-12-131-3/+86
* fanotify: fix notification of groups with inode & mount marksJan Kara2014-11-131-0/+36
* fs/notify/mark.c: trivial cleanupDavid Cohen2014-06-041-1/+1
* fsnotify: update comments concerning locking schemeLino Sanfilippo2013-07-091-28/+22
* fsnotify: change locking orderLino Sanfilippo2012-12-111-10/+10
* fsnotify: dont put marks on temporary list when clearing marks by groupLino Sanfilippo2012-12-111-8/+2
* fsnotify: introduce locked versions of fsnotify_add_mark() and fsnotify_remov...Lino Sanfilippo2012-12-111-12/+30
* fsnotify: pass group to fsnotify_destroy_mark()Lino Sanfilippo2012-12-111-17/+4
* fsnotify: use a mutex instead of a spinlock to protect a groups mark listLino Sanfilippo2012-12-111-9/+9
* fsnotify: take groups mark_lock before mark lockLino Sanfilippo2012-12-111-10/+16
* fsnotify: use reference counting for groupsLino Sanfilippo2012-12-111-10/+14
* fsnotify: don't BUG in fsnotify_destroy_mark()Miklos Szeredi2012-01-141-3/+5
* atomic: use <linux/atomic.h>Arun Sharma2011-07-261-1/+1
* Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* fs: rename inode_lock to inode_hash_lockDave Chinner2011-03-241-1/+0
* fsnotify: remove global fsnotify groups listsEric Paris2010-07-281-9/+0
* fsnotify: Exchange list heads instead of moving elementsAndreas Gruenbacher2010-07-281-4/+2
* fsnotify: srcu to protect read side of inode and vfsmount locksEric Paris2010-07-281-3/+57
* fsnotify: use an explicit flag to indicate fsnotify_destroy_mark has been calledEric Paris2010-07-281-4/+7
* fsnotify: call iput on inodes when no longer markedEric Paris2010-07-281-1/+1
* fanotify: clear all fanotify marksEric Paris2010-07-281-5/+16
* fsnotify: ignored_mask - excluding notificationEric Paris2010-07-281-0/+6
* fsnotify: allow marks to not pin inodes in coreEric Paris2010-07-281-1/+16
* fsnotify: vfsmount marks generic functionsEric Paris2010-07-281-9/+11
* fsnotify: clear marks to 0 in fsnotify_init_markEric Paris2010-07-281-4/+1
* fsnotify: split generic and inode specific mark codeEric Paris2010-07-281-0/+294