aboutsummaryrefslogtreecommitdiff
path: root/fs/notify
AgeCommit message (Expand)AuthorFilesLines
2024-03-07fanotify: allow freeze when waiting response for permission eventsGravatar Winston Wen 1-2/+4
2024-01-24fsnotify: optimize the case of no parent watcherGravatar Amir Goldstein 1-11/+17
2024-01-11Merge tag 'pull-dcache' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Gravatar Linus Torvalds 1-1/+1
2024-01-10Merge tag 'sysctl-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Gravatar Linus Torvalds 3-3/+0
2023-12-28fs: Remove the now superfluous sentinel elements from ctl_table arrayGravatar Joel Granados 3-3/+0
2023-12-01fanotify: allow "weak" fsid when watching a single filesystemGravatar Amir Goldstein 3-33/+100
2023-12-01fanotify: store fsid in mark instead of in connectorGravatar Amir Goldstein 4-62/+37
2023-11-25dentry: switch the lists of children to hlistGravatar Al Viro 1-1/+1
2023-11-07Merge tag 'vfs-6.7.fsid' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Gravatar Linus Torvalds 1-2/+2
2023-11-02Merge tag 'mm-nonmm-stable-2023-11-02-14-08' of git://git.kernel.org/pub/scm/...Gravatar Linus Torvalds 3-8/+8
2023-11-02Merge tag 'fsnotify_for_v6.7-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-2/+2
2023-10-30Merge tag 'vfs-6.7.misc' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs/vfsGravatar Linus Torvalds 1-2/+4
2023-10-24exportfs: add helpers to check if filesystem can encode/decode file handlesGravatar Amir Goldstein 1-2/+2
2023-10-19fanotify: limit reporting of event with non-decodeable file handlesGravatar Amir Goldstein 1-8/+17
2023-10-19file: convert to SLAB_TYPESAFE_BY_RCUGravatar Christian Brauner 1-2/+4
2023-10-18treewide: mark stuff as __ro_after_initGravatar Alexey Dobriyan 3-8/+8
2023-10-10fanotify: delete useless parenthesis in FANOTIFY_INLINE_FH macroGravatar Alexey Dobriyan 1-2/+2
2023-07-10dnotify: Pass argument of fcntl_dirnotify as intGravatar Luca Vizzarro 1-2/+2
2023-07-04fanotify: disallow mount/sb marks on kernel internal pseudo fsGravatar Amir Goldstein 1-0/+14
2023-05-25exportfs: check for error return value from exportfs_encode_*()Gravatar Amir Goldstein 1-1/+1
2023-05-25fanotify: support reporting non-decodeable file handlesGravatar Amir Goldstein 2-6/+5
2023-05-22exportfs: add explicit flag to request non-decodeable file handlesGravatar Amir Goldstein 2-3/+3
2023-04-25inotify: Avoid reporting event with invalid wdGravatar Jan Kara 1-2/+9
2023-04-03fanotify: use pidfd_prepare()Gravatar Christian Brauner 1-4/+9
2023-02-21Merge tag 'rcu.2023.02.10a' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-1/+0
2023-02-07fanotify,audit: Allow audit to use the full permission event responseGravatar Richard Guy Briggs 1-1/+2
2023-02-07fanotify: define struct members to hold response decision contextGravatar Richard Guy Briggs 3-22/+73
2023-02-07fanotify: Ensure consistent variable type for responseGravatar Richard Guy Briggs 2-4/+4
2023-02-02fs/notify: Remove "select SRCU"Gravatar Paul E. McKenney 1-1/+0
2022-10-07Merge tag 'fsnotify-for_v6.1-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 2-10/+0
2022-09-26fanotify: Remove obsoleted fanotify_event_has_path()Gravatar Gaosheng Cui 1-6/+0
2022-09-09fsnotify: remove unused declarationGravatar Gaosheng Cui 1-4/+0
2022-09-01fs/notify: constify pathGravatar Al Viro 3-5/+5
2022-07-26fsnotify: Fix comment typoGravatar Xin Gao 1-1/+1
2022-07-01fanotify: introduce FAN_MARK_IGNOREGravatar Amir Goldstein 2-10/+55
2022-07-01fanotify: cleanups for fanotify_mark() input validationsGravatar Amir Goldstein 1-9/+21
2022-07-01fanotify: prepare for setting event flags in ignore maskGravatar Amir Goldstein 4-29/+38
2022-07-01fs: inotify: Fix typo in inotify commentGravatar Oliver Ford 1-1/+1
2022-06-28fanotify: refine the validation checks on non-dir inode maskGravatar Amir Goldstein 1-15/+19
2022-05-25Merge tag 'fsnotify_for_v5.19-rc1' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 11-186/+289
2022-05-23fanotify: fix incorrect fmode_t castsGravatar Vasily Averin 1-2/+2
2022-05-18fsnotify: consistent behavior for parent not watching childrenGravatar Amir Goldstein 2-24/+20
2022-05-18fsnotify: introduce mark type iteratorGravatar Amir Goldstein 2-37/+30
2022-05-09fanotify: do not allow setting dirent events in mask of non-dirGravatar Amir Goldstein 1-0/+13
2022-04-25fanotify: enable "evictable" inode marksGravatar Amir Goldstein 1-1/+1
2022-04-25fanotify: use fsnotify group lock helpersGravatar Amir Goldstein 1-7/+7
2022-04-25fanotify: implement "evictable" inode marksGravatar Amir Goldstein 2-2/+38
2022-04-25fanotify: factor out helper fanotify_mark_update_flags()Gravatar Amir Goldstein 1-22/+25
2022-04-25fanotify: create helper fanotify_mark_user_flags()Gravatar Amir Goldstein 2-4/+12
2022-04-25fsnotify: allow adding an inode mark without pinning inodeGravatar Amir Goldstein 1-20/+56