summaryrefslogtreecommitdiff
path: root/fs/notify
AgeCommit message (Expand)AuthorFilesLines
2024-05-20Revert "fanotify: remove unneeded sub-zero check for unsigned value"Linus Torvalds1-1/+1
2024-04-17fsnotify: fix UAF from FS_ERROR event on a shutting down filesystemAmir Goldstein1-1/+5
2024-04-04fsnotify: optimize the case of no permission event watchersAmir Goldstein2-3/+30
2024-04-04fsnotify: use an enum for group priority constantsAmir Goldstein1-6/+5
2024-04-04fsnotify: lazy attach fsnotify_sb_info state to sbAmir Goldstein3-5/+52
2024-04-04fsnotify: create helper fsnotify_update_sb_watchers()Amir Goldstein1-14/+22
2024-04-04fsnotify: pass object pointer and type to fsnotify mark helpersAmir Goldstein3-99/+47
2024-04-04fanotify: merge two checks regarding add of ignore markAmir Goldstein1-18/+17
2024-04-04fsnotify: create a wrapper fsnotify_find_inode_mark()Amir Goldstein2-3/+3
2024-04-04fsnotify: create helpers to get sb and connp from objectAmir Goldstein2-0/+30
2024-04-04fsnotify: rename fsnotify_{get,put}_sb_connectors()Amir Goldstein2-32/+39
2024-03-26fsnotify: Avoid -Wflex-array-member-not-at-end warningGustavo A. R. Silva1-12/+8
2024-03-25fanotify: remove unneeded sub-zero check for unsigned valueNikita Kiryushin1-1/+1
2024-03-07fanotify: allow freeze when waiting response for permission eventsWinston Wen1-2/+4
2024-01-24fsnotify: optimize the case of no parent watcherAmir Goldstein1-11/+17
2024-01-12Merge tag 'pull-dcache' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds1-1/+1
2024-01-11Merge tag 'sysctl-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds3-3/+0
2023-12-28fs: Remove the now superfluous sentinel elements from ctl_table arrayJoel Granados3-3/+0
2023-12-01fanotify: allow "weak" fsid when watching a single filesystemAmir Goldstein3-33/+100
2023-12-01fanotify: store fsid in mark instead of in connectorAmir Goldstein4-62/+37
2023-11-25dentry: switch the lists of children to hlistAl Viro1-1/+1
2023-11-07Merge tag 'vfs-6.7.fsid' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds1-2/+2
2023-11-03Merge tag 'mm-nonmm-stable-2023-11-02-14-08' of git://git.kernel.org/pub/scm/...Linus Torvalds3-8/+8
2023-11-02Merge tag 'fsnotify_for_v6.7-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-2/+2
2023-10-30Merge tag 'vfs-6.7.misc' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds1-2/+4
2023-10-24exportfs: add helpers to check if filesystem can encode/decode file handlesAmir Goldstein1-2/+2
2023-10-19fanotify: limit reporting of event with non-decodeable file handlesAmir Goldstein1-8/+17
2023-10-19file: convert to SLAB_TYPESAFE_BY_RCUChristian Brauner1-2/+4
2023-10-19treewide: mark stuff as __ro_after_initAlexey Dobriyan3-8/+8
2023-10-10fanotify: delete useless parenthesis in FANOTIFY_INLINE_FH macroAlexey Dobriyan1-2/+2
2023-07-10dnotify: Pass argument of fcntl_dirnotify as intLuca Vizzarro1-2/+2
2023-07-04fanotify: disallow mount/sb marks on kernel internal pseudo fsAmir Goldstein1-0/+14
2023-05-25exportfs: check for error return value from exportfs_encode_*()Amir Goldstein1-1/+1
2023-05-25fanotify: support reporting non-decodeable file handlesAmir Goldstein2-6/+5
2023-05-22exportfs: add explicit flag to request non-decodeable file handlesAmir Goldstein2-3/+3
2023-04-25inotify: Avoid reporting event with invalid wdJan Kara1-2/+9
2023-04-03fanotify: use pidfd_prepare()Christian Brauner1-4/+9
2023-02-21Merge tag 'rcu.2023.02.10a' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+0
2023-02-07fanotify,audit: Allow audit to use the full permission event responseRichard Guy Briggs1-1/+2
2023-02-07fanotify: define struct members to hold response decision contextRichard Guy Briggs3-22/+73
2023-02-07fanotify: Ensure consistent variable type for responseRichard Guy Briggs2-4/+4
2023-02-03fs/notify: Remove "select SRCU"Paul E. McKenney1-1/+0
2022-10-07Merge tag 'fsnotify-for_v6.1-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-10/+0
2022-09-26fanotify: Remove obsoleted fanotify_event_has_path()Gaosheng Cui1-6/+0
2022-09-09fsnotify: remove unused declarationGaosheng Cui1-4/+0
2022-09-02fs/notify: constify pathAl Viro3-5/+5
2022-07-26fsnotify: Fix comment typoXin Gao1-1/+1
2022-07-01fanotify: introduce FAN_MARK_IGNOREAmir Goldstein2-10/+55
2022-07-01fanotify: cleanups for fanotify_mark() input validationsAmir Goldstein1-9/+21
2022-07-01fanotify: prepare for setting event flags in ignore maskAmir Goldstein4-29/+38