summaryrefslogtreecommitdiffstats
path: root/fs/notify
AgeCommit message (Expand)AuthorLines
2023-11-07Merge tag 'vfs-6.7.fsid' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds-2/+2
2023-11-02Merge tag 'mm-nonmm-stable-2023-11-02-14-08' of git://git.kernel.org/pub/scm/...Linus Torvalds-8/+8
2023-11-02Merge tag 'fsnotify_for_v6.7-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-2/+2
2023-10-30Merge tag 'vfs-6.7.misc' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds-2/+4
2023-10-24exportfs: add helpers to check if filesystem can encode/decode file handlesAmir Goldstein-2/+2
2023-10-19fanotify: limit reporting of event with non-decodeable file handlesAmir Goldstein-8/+17
2023-10-19file: convert to SLAB_TYPESAFE_BY_RCUChristian Brauner-2/+4
2023-10-18treewide: mark stuff as __ro_after_initAlexey Dobriyan-8/+8
2023-10-10fanotify: delete useless parenthesis in FANOTIFY_INLINE_FH macroAlexey Dobriyan-2/+2
2023-07-10dnotify: Pass argument of fcntl_dirnotify as intLuca Vizzarro-2/+2
2023-07-04fanotify: disallow mount/sb marks on kernel internal pseudo fsAmir Goldstein-0/+14
2023-05-25exportfs: check for error return value from exportfs_encode_*()Amir Goldstein-1/+1
2023-05-25fanotify: support reporting non-decodeable file handlesAmir Goldstein-6/+5
2023-05-22exportfs: add explicit flag to request non-decodeable file handlesAmir Goldstein-3/+3
2023-04-25inotify: Avoid reporting event with invalid wdJan Kara-2/+9
2023-04-03fanotify: use pidfd_prepare()Christian Brauner-4/+9
2023-02-21Merge tag 'rcu.2023.02.10a' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-1/+0
2023-02-07fanotify,audit: Allow audit to use the full permission event responseRichard Guy Briggs-1/+2
2023-02-07fanotify: define struct members to hold response decision contextRichard Guy Briggs-22/+73
2023-02-07fanotify: Ensure consistent variable type for responseRichard Guy Briggs-4/+4
2023-02-02fs/notify: Remove "select SRCU"Paul E. McKenney-1/+0
2022-10-07Merge tag 'fsnotify-for_v6.1-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-10/+0
2022-09-26fanotify: Remove obsoleted fanotify_event_has_path()Gaosheng Cui-6/+0
2022-09-09fsnotify: remove unused declarationGaosheng Cui-4/+0
2022-09-01fs/notify: constify pathAl Viro-5/+5
2022-07-26fsnotify: Fix comment typoXin Gao-1/+1
2022-07-01fanotify: introduce FAN_MARK_IGNOREAmir Goldstein-10/+55
2022-07-01fanotify: cleanups for fanotify_mark() input validationsAmir Goldstein-9/+21
2022-07-01fanotify: prepare for setting event flags in ignore maskAmir Goldstein-29/+38
2022-07-01fs: inotify: Fix typo in inotify commentOliver Ford-1/+1
2022-06-28fanotify: refine the validation checks on non-dir inode maskAmir Goldstein-15/+19
2022-05-25Merge tag 'fsnotify_for_v5.19-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-186/+289
2022-05-23fanotify: fix incorrect fmode_t castsVasily Averin-2/+2
2022-05-18fsnotify: consistent behavior for parent not watching childrenAmir Goldstein-24/+20
2022-05-18fsnotify: introduce mark type iteratorAmir Goldstein-37/+30
2022-05-09fanotify: do not allow setting dirent events in mask of non-dirAmir Goldstein-0/+13
2022-04-25fanotify: enable "evictable" inode marksAmir Goldstein-1/+1
2022-04-25fanotify: use fsnotify group lock helpersAmir Goldstein-7/+7
2022-04-25fanotify: implement "evictable" inode marksAmir Goldstein-2/+38
2022-04-25fanotify: factor out helper fanotify_mark_update_flags()Amir Goldstein-22/+25
2022-04-25fanotify: create helper fanotify_mark_user_flags()Amir Goldstein-4/+12
2022-04-25fsnotify: allow adding an inode mark without pinning inodeAmir Goldstein-20/+56
2022-04-25dnotify: use fsnotify group lock helpersAmir Goldstein-6/+7
2022-04-25inotify: use fsnotify group lock helpersAmir Goldstein-2/+2
2022-04-25fsnotify: create helpers for group mark_mutex lockAmir Goldstein-15/+24
2022-04-25fsnotify: make allow_dups a property of the groupAmir Goldstein-6/+6
2022-04-25fsnotify: pass flags argument to fsnotify_alloc_group()Amir Goldstein-15/+14
2022-04-25fsnotify: fix wrong lockdep annotationsAmir Goldstein-3/+3
2022-04-25inotify: move control flags from mask to mark flagsAmir Goldstein-19/+36
2022-04-25inotify: show inotify mask flags in proc fdinfoAmir Goldstein-10/+15