summaryrefslogtreecommitdiffstats
path: root/include/linux/fsnotify.h
Commit message (Expand)AuthorAgeFilesLines
* fsnotify: remove check that source dentry is positiveAmir Goldstein2020-07-271-3/+1
* fsnotify: send event with parent/name info to sb/mount/non-dir marksAmir Goldstein2020-07-271-2/+8
* fsnotify: pass dir and inode arguments to fsnotify()Amir Goldstein2020-07-271-4/+5
* fsnotify: create helper fsnotify_inode()Amir Goldstein2020-07-271-15/+11
* fanotify: remove event FAN_DIR_MODIFYAmir Goldstein2020-07-271-6/+0
* fsnotify: fold fsnotify() call into fsnotify_parent()Amir Goldstein2020-07-151-20/+13
* fsnotify: Rearrange fast path to minimise overhead when there is no watcherMel Gorman2020-07-151-0/+10
* fanotify: send FAN_DIR_MODIFY event flavor with dir inode and nameAmir Goldstein2020-03-251-0/+6
* fsnotify: simplify arguments passing to fsnotify_parent()Amir Goldstein2020-03-231-12/+2
* fsnotify: funnel all dirent events through fsnotify_name()Amir Goldstein2020-03-231-11/+18
* fsnotify: factor helpers fsnotify_dentry() and fsnotify_file()Amir Goldstein2020-03-231-62/+37
* fsnotify: get rid of fsnotify_nameremove()Amir Goldstein2019-06-201-4/+2
* fsnotify: move fsnotify_nameremove() hook out of d_delete()Amir Goldstein2019-06-201-0/+2
* fsnotify: add empty fsnotify_{unlink,rmdir}() hooksAmir Goldstein2019-06-201-0/+26
* Merge tag 'fsnotify_for_v5.2-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/...Linus Torvalds2019-05-131-33/+0
|\
| * fsnotify: fix unlink performance regressionAmir Goldstein2019-05-091-33/+0
* | fsnotify(): switch to passing const struct qstr * for file_nameAl Viro2019-04-261-5/+5
* | switch fsnotify_move() to passing const struct qstr * for old_nameAl Viro2019-04-261-2/+2
* | ovl_lookup_real_one(): don't bother with strlen()Al Viro2019-04-261-1/+1
|/
* fanotify: check FS_ISDIR flag instead of d_is_dir()Amir Goldstein2019-02-071-0/+3
* fsnotify: report FS_ISDIR flag with MOVE_SELF and DELETE_SELF eventsAmir Goldstein2019-02-071-4/+17
* fsnotify: annotate directory entry modification eventsAmir Goldstein2019-02-061-9/+40
* fanotify: introduce new event mask FAN_OPEN_EXEC_PERMMatthew Bobrowski2018-11-131-5/+12
* fsnotify: refactor fsnotify_parent()/fsnotify() paired calls when event is on...Matthew Bobrowski2018-11-131-20/+22
* fanotify: introduce new event mask FAN_OPEN_EXECMatthew Bobrowski2018-11-131-0/+2
* Revert "fsnotify: support overlayfs"Miklos Szeredi2018-07-181-9/+5
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* dentry name snapshotsAl Viro2017-07-071-31/+0
* fsnotify: constify the places working with ->f_pathAl Viro2016-12-051-5/+5
* constify fsnotify_parent()Al Viro2016-12-051-1/+1
* fsnotify: support overlayfsAihua Zhang2016-09-161-5/+9
* trim fsnotify hooks a bitAl Viro2016-05-291-12/+0
* untangle fsnotify_d_instantiate() a bitAl Viro2016-03-141-9/+0
* fsnotify: fix handling of renames in auditJan Kara2015-02-101-2/+4
* Replace a bunch of file->dentry->d_inode refs with file_inode()David Howells2013-06-291-4/+4
* new helper: file_inode(file)Al Viro2013-02-221-1/+1
* audit: overhaul __audit_inode_child to accomodate retryingJeff Layton2012-10-121-4/+4
* audit: reverse arguments to audit_inode_childJeff Layton2012-10-121-4/+4
* BUG: headers with BUG/BUG_ON etc. need linux/bug.hPaul Gortmaker2012-03-041-0/+1
* fs: dcache remove dcache_lockNick Piggin2011-01-071-2/+0
* fanotify: if set by user unset FMODE_NONOTIFY before fsnotify_perm() is calledLino Sanfilippo2010-12-071-3/+0
* Ensure FMODE_NONOTIFY is not set by userspaceLino Sanfilippo2010-10-301-4/+5
* fsnotify: rename FS_IN_ISDIR to FS_ISDIREric Paris2010-10-281-10/+10
* fsnotify: call fsnotify_parent in perm eventsEric Paris2010-10-281-2/+7
* Revert "fsnotify: store struct file not struct path"Linus Torvalds2010-08-121-16/+21
* fsnotify: store struct file not struct pathEric Paris2010-07-281-21/+16
* fsnotify: initialize mask in fsnotify_permEric Paris2010-07-281-3/+5
* fsnotify: new fsnotify hooks and events types for access decisionsEric Paris2010-07-281-0/+19
* fsnotify: use unsigned char * for dentry->d_name.nameEric Paris2010-07-281-6/+6
* fsnotify: Infrastructure for per-mount watchesAndreas Gruenbacher2010-07-281-0/+8