summaryrefslogtreecommitdiffstats
path: root/fs/notify/fsnotify.c
Commit message (Expand)AuthorAgeFilesLines
* fanotify: introduce new event mask FAN_OPEN_EXEC_PERMMatthew Bobrowski2018-11-131-1/+1
* fanotify: introduce new event mask FAN_OPEN_EXECMatthew Bobrowski2018-11-131-1/+1
* fanotify: fix handling of events on child sub-directoryAmir Goldstein2018-11-081-2/+5
* fsnotify: Fix busy inodes during unmountJan Kara2018-10-251-0/+3
* fsnotify: convert runtime BUG_ON() to BUILD_BUG_ON()Amir Goldstein2018-10-041-1/+1
* fsnotify: generalize handling of extra event flagsAmir Goldstein2018-10-041-4/+3Star
* fsnotify: send path type events to group with super block marksAmir Goldstein2018-09-031-10/+14
* fsnotify: add super block object typeAmir Goldstein2018-09-031-1/+7
* fsnotify: fix ignore mask logic in fsnotify()Amir Goldstein2018-09-031-10/+3Star
* fsnotify: generalize send_to_group()Amir Goldstein2018-05-181-25/+23Star
* fsnotify: generalize iteration of marks by object typeAmir Goldstein2018-05-181-24/+28
* fsnotify: introduce marks iteration helpersAmir Goldstein2018-05-181-25/+49
* fsnotify: remove redundant arguments to handle_event()Amir Goldstein2018-05-181-18/+20
* fsnotify: fix ignore mask logic in send_to_group()Amir Goldstein2018-04-131-14/+11Star
* Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds2017-11-271-1/+1
* fsnotify: clean up fsnotify()Miklos Szeredi2017-10-311-60/+45Star
* fsnotify: pin both inode and vfsmount markMiklos Szeredi2017-10-311-3/+7
* dentry name snapshotsAl Viro2017-07-081-2/+6
* fsnotify: Drop inode_mark.cJan Kara2017-04-101-0/+57
* fsnotify: Pass fsnotify_iter_info into handle_event handlerJan Kara2017-04-101-6/+13
* fsnotify: Free fsnotify_mark_connector when there is no mark attachedJan Kara2017-04-101-3/+6
* fsnotify: Move mark list head from object into dedicated structureJan Kara2017-04-101-9/+23
* constify fsnotify_parent()Al Viro2016-12-061-1/+1
* fsnotify(): constify 'data'Al Viro2016-12-061-3/+3
* fsnotify: remove mark->free_listJan Kara2015-09-051-1/+0Star
* fs/notify: optimize inotify/fsnotify code for unwatched filesDave Hansen2015-09-051-0/+10
* fsnotify: unify inode and mount marks handlingJan Kara2014-12-131-2/+2
* Merge branch 'iov_iter' into for-nextAl Viro2014-12-091-15/+21
|\
| * fanotify: fix notification of groups with inode & mount marksJan Kara2014-11-141-15/+21
* | move d_rcu from overlapping d_child to overlapping d_aliasAl Viro2014-11-031-2/+2
|/
* inotify: Fix reporting of cookies for inotify eventsJan Kara2014-02-181-1/+1
* fsnotify: remove .should_send_event callbackJan Kara2014-01-221-5/+0Star
* fsnotify: do not share events between notification groupsJan Kara2014-01-221-25/+12Star
* hlist: drop the node parameter from iteratorsSasha Levin2013-02-281-2/+1Star
* vfs: switch i_dentry/d_alias to hlistAl Viro2012-07-141-1/+2
* fsnotify: remove unused parameter from send_to_group()Dan Carpenter2012-05-311-6/+6
* vfs: move fsnotify junk to struct mountAl Viro2012-01-041-4/+5
* fs: dcache per-inode inode alias lockingNick Piggin2011-01-071-2/+2
* fs: dcache remove dcache_lockNick Piggin2011-01-071-2/+0Star
* fs: scale inode alias listNick Piggin2011-01-071-0/+2
* fs: dcache scale subdirsNick Piggin2011-01-071-1/+3
* fsnotify: call fsnotify_parent in perm eventsEric Paris2010-10-281-6/+9
* fsnotify: correctly handle return codes from listenersEric Paris2010-10-281-8/+12
* fsnotify: use dget_parentChristoph Hellwig2010-10-261-28/+5Star
* fsnotify: drop two useless bools in the fnsotify main loopEric Paris2010-08-281-8/+5Star
* fsnotify: fix list walk orderEric Paris2010-08-281-6/+5Star
* fsnotify: fix ignored mask handling between inode and vfsmount marksEric Paris2010-08-231-18/+17Star
* fsnotify: reset used_inode and used_vfsmount on each passEric Paris2010-08-231-1/+3
* fanotify: do not dereference inode_mark when it is unsetEric Paris2010-08-231-4/+11
* Revert "fsnotify: store struct file not struct path"Linus Torvalds2010-08-121-6/+6