summaryrefslogtreecommitdiff
path: root/include/linux/fsnotify.h
AgeCommit message (Expand)Author
2021-10-27fsnotify: Support FS_ERROR event typeGabriel Krisman Bertazi
2021-10-27fsnotify: clarify contract for create event hooksAmir Goldstein
2021-10-27fsnotify: pass dentry instead of inode dataAmir Goldstein
2021-10-27fsnotify: pass data_type to fsnotify_name()Amir Goldstein
2021-08-11fsnotify: optimize the case of no marks of any typeAmir Goldstein
2020-07-27fsnotify: remove check that source dentry is positiveAmir Goldstein
2020-07-27fsnotify: send event with parent/name info to sb/mount/non-dir marksAmir Goldstein
2020-07-27fsnotify: pass dir and inode arguments to fsnotify()Amir Goldstein
2020-07-27fsnotify: create helper fsnotify_inode()Amir Goldstein
2020-07-27fanotify: remove event FAN_DIR_MODIFYAmir Goldstein
2020-07-15fsnotify: fold fsnotify() call into fsnotify_parent()Amir Goldstein
2020-07-15fsnotify: Rearrange fast path to minimise overhead when there is no watcherMel Gorman
2020-03-25fanotify: send FAN_DIR_MODIFY event flavor with dir inode and nameAmir Goldstein
2020-03-23fsnotify: simplify arguments passing to fsnotify_parent()Amir Goldstein
2020-03-23fsnotify: funnel all dirent events through fsnotify_name()Amir Goldstein
2020-03-23fsnotify: factor helpers fsnotify_dentry() and fsnotify_file()Amir Goldstein
2019-06-20fsnotify: get rid of fsnotify_nameremove()Amir Goldstein
2019-06-20fsnotify: move fsnotify_nameremove() hook out of d_delete()Amir Goldstein
2019-06-20fsnotify: add empty fsnotify_{unlink,rmdir}() hooksAmir Goldstein
2019-05-13Merge tag 'fsnotify_for_v5.2-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/...Linus Torvalds
2019-05-09fsnotify: fix unlink performance regressionAmir Goldstein
2019-04-26fsnotify(): switch to passing const struct qstr * for file_nameAl Viro
2019-04-26switch fsnotify_move() to passing const struct qstr * for old_nameAl Viro
2019-04-26ovl_lookup_real_one(): don't bother with strlen()Al Viro
2019-02-07fanotify: check FS_ISDIR flag instead of d_is_dir()Amir Goldstein
2019-02-07fsnotify: report FS_ISDIR flag with MOVE_SELF and DELETE_SELF eventsAmir Goldstein
2019-02-06fsnotify: annotate directory entry modification eventsAmir Goldstein
2018-11-13fanotify: introduce new event mask FAN_OPEN_EXEC_PERMMatthew Bobrowski
2018-11-13fsnotify: refactor fsnotify_parent()/fsnotify() paired calls when event is on...Matthew Bobrowski
2018-11-13fanotify: introduce new event mask FAN_OPEN_EXECMatthew Bobrowski
2018-07-18Revert "fsnotify: support overlayfs"Miklos Szeredi
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-07-07dentry name snapshotsAl Viro
2016-12-05fsnotify: constify the places working with ->f_pathAl Viro
2016-12-05constify fsnotify_parent()Al Viro
2016-09-16fsnotify: support overlayfsAihua Zhang
2016-05-29trim fsnotify hooks a bitAl Viro
2016-03-14untangle fsnotify_d_instantiate() a bitAl Viro
2015-02-10fsnotify: fix handling of renames in auditJan Kara
2013-06-29Replace a bunch of file->dentry->d_inode refs with file_inode()David Howells
2013-02-22new helper: file_inode(file)Al Viro
2012-10-12audit: overhaul __audit_inode_child to accomodate retryingJeff Layton
2012-10-12audit: reverse arguments to audit_inode_childJeff Layton
2012-03-04BUG: headers with BUG/BUG_ON etc. need linux/bug.hPaul Gortmaker
2011-01-07fs: dcache remove dcache_lockNick Piggin
2010-12-07fanotify: if set by user unset FMODE_NONOTIFY before fsnotify_perm() is calledLino Sanfilippo
2010-10-30Ensure FMODE_NONOTIFY is not set by userspaceLino Sanfilippo
2010-10-28fsnotify: rename FS_IN_ISDIR to FS_ISDIREric Paris
2010-10-28fsnotify: call fsnotify_parent in perm eventsEric Paris
2010-08-12Revert "fsnotify: store struct file not struct path"Linus Torvalds