summaryrefslogtreecommitdiffstats
path: root/fs/notify/fsnotify.c
Commit message (Expand)AuthorAgeFilesLines
* fsnotify: get rid of fsnotify_nameremove()Amir Goldstein2019-06-201-41/+0Star
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 18Thomas Gleixner2019-05-211-14/+1Star
* Merge tag 'fsnotify_for_v5.2-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/...Linus Torvalds2019-05-141-0/+41
|\
| * fsnotify: fix unlink performance regressionAmir Goldstein2019-05-091-0/+41
* | fsnotify: switch send_to_group() and ->handle_event to const struct qstr *Al Viro2019-04-261-2/+2
* | fsnotify(): switch to passing const struct qstr * for file_nameAl Viro2019-04-261-4/+4
* | ovl_lookup_real_one(): don't bother with strlen()Al Viro2019-04-261-2/+2
|/
* fsnotify: send all event types to super block marksAmir Goldstein2019-02-061-8/+7Star
* 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