aboutsummaryrefslogtreecommitdiff
path: root/include/linux/fsnotify.h
AgeCommit message (Expand)AuthorFilesLines
2024-01-24fsnotify: Add fsnotify_sb_has_watchers() helperGravatar Amir Goldstein 1-3/+9
2024-01-12fsnotify: compile out fsnotify permission hooks if !FANOTIFY_ACCESS_PERMISSIONSGravatar Amir Goldstein 1-0/+19
2023-12-12fsnotify: optionally pass access range in file permission hooksGravatar Amir Goldstein 1-2/+11
2023-12-12fsnotify: assert that file_start_write() is not held in permission hooksGravatar Amir Goldstein 1-0/+7
2023-12-12fsnotify: split fsnotify_perm() into two hooksGravatar Amir Goldstein 1-15/+19
2023-10-19fs: store real path instead of fake path in backing file f_pathGravatar Amir Goldstein 1-2/+1
2023-06-19ovl: enable fsnotify events on underlying real filesGravatar Amir Goldstein 1-1/+3
2022-01-24fsnotify: invalidate dcache before IN_DELETE eventGravatar Amir Goldstein 1-6/+43
2021-12-15fsnotify: generate FS_RENAME event with rich informationGravatar Amir Goldstein 1-3/+6
2021-10-27fsnotify: Support FS_ERROR event typeGravatar Gabriel Krisman Bertazi 1-0/+13
2021-10-27fsnotify: clarify contract for create event hooksGravatar Amir Goldstein 1-6/+16
2021-10-27fsnotify: pass dentry instead of inode dataGravatar Amir Goldstein 1-3/+2
2021-10-27fsnotify: pass data_type to fsnotify_name()Gravatar Amir Goldstein 1-9/+13
2021-08-11fsnotify: optimize the case of no marks of any typeGravatar Amir Goldstein 1-0/+9
2020-07-27fsnotify: remove check that source dentry is positiveGravatar Amir Goldstein 1-3/+1
2020-07-27fsnotify: send event with parent/name info to sb/mount/non-dir marksGravatar Amir Goldstein 1-2/+8
2020-07-27fsnotify: pass dir and inode arguments to fsnotify()Gravatar Amir Goldstein 1-4/+5
2020-07-27fsnotify: create helper fsnotify_inode()Gravatar Amir Goldstein 1-15/+11
2020-07-27fanotify: remove event FAN_DIR_MODIFYGravatar Amir Goldstein 1-6/+0
2020-07-15fsnotify: fold fsnotify() call into fsnotify_parent()Gravatar Amir Goldstein 1-20/+13
2020-07-15fsnotify: Rearrange fast path to minimise overhead when there is no watcherGravatar Mel Gorman 1-0/+10
2020-03-25fanotify: send FAN_DIR_MODIFY event flavor with dir inode and nameGravatar Amir Goldstein 1-0/+6
2020-03-23fsnotify: simplify arguments passing to fsnotify_parent()Gravatar Amir Goldstein 1-12/+2
2020-03-23fsnotify: funnel all dirent events through fsnotify_name()Gravatar Amir Goldstein 1-11/+18
2020-03-23fsnotify: factor helpers fsnotify_dentry() and fsnotify_file()Gravatar Amir Goldstein 1-62/+37
2019-06-20fsnotify: get rid of fsnotify_nameremove()Gravatar Amir Goldstein 1-4/+2
2019-06-20fsnotify: move fsnotify_nameremove() hook out of d_delete()Gravatar Amir Goldstein 1-0/+2
2019-06-20fsnotify: add empty fsnotify_{unlink,rmdir}() hooksGravatar Amir Goldstein 1-0/+26
2019-05-13Merge tag 'fsnotify_for_v5.2-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-33/+0
2019-05-09fsnotify: fix unlink performance regressionGravatar Amir Goldstein 1-33/+0
2019-04-26fsnotify(): switch to passing const struct qstr * for file_nameGravatar Al Viro 1-5/+5
2019-04-26switch fsnotify_move() to passing const struct qstr * for old_nameGravatar Al Viro 1-2/+2
2019-04-26ovl_lookup_real_one(): don't bother with strlen()Gravatar Al Viro 1-1/+1
2019-02-07fanotify: check FS_ISDIR flag instead of d_is_dir()Gravatar Amir Goldstein 1-0/+3
2019-02-07fsnotify: report FS_ISDIR flag with MOVE_SELF and DELETE_SELF eventsGravatar Amir Goldstein 1-4/+17
2019-02-06fsnotify: annotate directory entry modification eventsGravatar Amir Goldstein 1-9/+40
2018-11-13fanotify: introduce new event mask FAN_OPEN_EXEC_PERMGravatar Matthew Bobrowski 1-5/+12
2018-11-13fsnotify: refactor fsnotify_parent()/fsnotify() paired calls when event is on...Gravatar Matthew Bobrowski 1-20/+22
2018-11-13fanotify: introduce new event mask FAN_OPEN_EXECGravatar Matthew Bobrowski 1-0/+2
2018-07-18Revert "fsnotify: support overlayfs"Gravatar Miklos Szeredi 1-9/+5
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2017-07-07dentry name snapshotsGravatar Al Viro 1-31/+0
2016-12-05fsnotify: constify the places working with ->f_pathGravatar Al Viro 1-5/+5
2016-12-05constify fsnotify_parent()Gravatar Al Viro 1-1/+1
2016-09-16fsnotify: support overlayfsGravatar Aihua Zhang 1-5/+9
2016-05-29trim fsnotify hooks a bitGravatar Al Viro 1-12/+0
2016-03-14untangle fsnotify_d_instantiate() a bitGravatar Al Viro 1-9/+0
2015-02-10fsnotify: fix handling of renames in auditGravatar Jan Kara 1-2/+4
2013-06-29Replace a bunch of file->dentry->d_inode refs with file_inode()Gravatar David Howells 1-4/+4
2013-02-22new helper: file_inode(file)Gravatar Al Viro 1-1/+1