summaryrefslogtreecommitdiff
path: root/fs/notify/fanotify
AgeCommit message (Expand)AuthorFilesLines
2025-06-27fanotify: sanitize handle_type values when reporting fidAmir Goldstein1-1/+7
2025-05-29Merge tag 'fsnotify_for_v6.16-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds3-27/+35
2025-05-19fanotify: support watching filesystems and mounts inside usernsAmir Goldstein2-12/+28
2025-05-19fanotify: remove redundant permission checksAmir Goldstein1-9/+2
2025-05-14fanotify: Drop use of flex array in fanotify_fhJan Kara2-6/+5
2025-04-24fanotify: fix flush of mntns marksAmir Goldstein1-6/+1
2025-02-05fanotify: notify on mount attach and detachMiklos Szeredi3-17/+128
2025-01-28treewide: const qualify ctl_tables where applicableJoel Granados1-1/+1
2025-01-06fanotify: Fix crash in fanotify_init(2)Jan Kara1-1/+1
2024-12-10fanotify: allow to set errno in FAN_DENY permission responseAmir Goldstein3-6/+45
2024-12-10fanotify: report file range info with pre-content eventsAmir Goldstein2-0/+46
2024-12-10fanotify: introduce FAN_PRE_ACCESS permission eventAmir Goldstein2-6/+32
2024-12-10fsnotify: pass optional file access range in pre-content eventAmir Goldstein2-2/+11
2024-12-10fanotify: rename a misnamed constantAmir Goldstein1-5/+5
2024-12-10fanotify: don't skip extra event info if no info_mode is setJosef Bacik1-9/+4
2024-12-09fs: get rid of __FMODE_NONOTIFY kludgeAl Viro1-9/+16
2024-11-21Merge tag 'fsnotify_for_v6.13-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2-38/+48
2024-11-18Merge tag 'pull-fd' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-28/+16
2024-11-03fdget(), more trivial conversionsAl Viro1-18/+11
2024-11-03fdget(), trivial conversionsAl Viro1-10/+5
2024-10-16fanotify: allow reporting errors on failure to open fdAmir Goldstein1-37/+48
2024-10-14fsnotify, lsm: Decouple fsnotify from lsmSong Liu1-1/+0
2024-10-07remove pointless includes of <linux/fdtable.h>Al Viro2-2/+0
2024-10-02inotify: Fix possible deadlock in fsnotify_destroy_markLizhi Xu1-1/+1
2024-08-13introduce fd_file(), convert all accessors to it.Al Viro1-6/+6
2024-05-20Revert "fanotify: remove unneeded sub-zero check for unsigned value"Linus Torvalds1-1/+1
2024-04-04fsnotify: use an enum for group priority constantsAmir Goldstein1-6/+5
2024-04-04fsnotify: pass object pointer and type to fsnotify mark helpersAmir Goldstein1-75/+20
2024-04-04fanotify: merge two checks regarding add of ignore markAmir Goldstein1-18/+17
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-11Merge tag 'sysctl-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds1-1/+0
2023-12-28fs: Remove the now superfluous sentinel elements from ctl_table arrayJoel Granados1-1/+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 Goldstein3-18/+29
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 Torvalds1-4/+4
2023-11-02Merge tag 'fsnotify_for_v6.7-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-2/+2
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-19treewide: mark stuff as __ro_after_initAlexey Dobriyan1-4/+4
2023-10-10fanotify: delete useless parenthesis in FANOTIFY_INLINE_FH macroAlexey Dobriyan1-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 Goldstein1-2/+2
2023-04-03fanotify: use pidfd_prepare()Christian Brauner1-4/+9
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