summaryrefslogtreecommitdiffstats
path: root/fs/notify
AgeCommit message (Expand)AuthorLines
2024-12-10fanotify: rename a misnamed constantAmir Goldstein-5/+5
2024-12-10fanotify: don't skip extra event info if no info_mode is setJosef Bacik-9/+4
2024-12-10fsnotify: check if file is actually being watched for pre-content events on openAmir Goldstein-3/+26
2024-12-10fsnotify: opt-in for permission events at file open timeAmir Goldstein-0/+38
2024-12-09fs: get rid of __FMODE_NONOTIFY kludgeAl Viro-9/+16
2024-11-21Merge tag 'fsnotify_for_v6.13-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-51/+70
2024-11-18Merge tag 'pull-fd' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds-54/+28
2024-11-18fsnotify: Fix ordering of iput() and watched_objects decrementJann Horn-3/+9
2024-11-13fsnotify: fix sending inotify event with unexpected filenameAmir Goldstein-10/+13
2024-11-03fdget(), more trivial conversionsAl Viro-32/+18
2024-11-03fdget(), trivial conversionsAl Viro-22/+10
2024-10-16fanotify: allow reporting errors on failure to open fdAmir Goldstein-37/+48
2024-10-14fsnotify, lsm: Decouple fsnotify from lsmSong Liu-1/+0
2024-10-07remove pointless includes of <linux/fdtable.h>Al Viro-2/+0
2024-10-07get rid of ...lookup...fdget_rcu() familyAl Viro-4/+1
2024-10-02inotify: Fix possible deadlock in fsnotify_destroy_markLizhi Xu-14/+2
2024-10-02fsnotify: Avoid data race between fsnotify_recalc_mask() and fsnotify_object_...Jan Kara-12/+19
2024-09-23Merge tag 'pull-stable-struct_fd' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-12/+12
2024-08-28file: reclaim 24 bytes from f_ownerChristian Brauner-1/+5
2024-08-12introduce fd_file(), convert all accessors to it.Al Viro-12/+12
2024-06-05fsnotify: clear PARENT_WATCHED flags lazilyAmir Goldstein-14/+51
2024-05-20Revert "fanotify: remove unneeded sub-zero check for unsigned value"Linus Torvalds-1/+1
2024-04-17fsnotify: fix UAF from FS_ERROR event on a shutting down filesystemAmir Goldstein-1/+5
2024-04-04fsnotify: optimize the case of no permission event watchersAmir Goldstein-3/+30
2024-04-04fsnotify: use an enum for group priority constantsAmir Goldstein-6/+5
2024-04-04fsnotify: lazy attach fsnotify_sb_info state to sbAmir Goldstein-5/+52
2024-04-04fsnotify: create helper fsnotify_update_sb_watchers()Amir Goldstein-14/+22
2024-04-04fsnotify: pass object pointer and type to fsnotify mark helpersAmir Goldstein-99/+47
2024-04-04fanotify: merge two checks regarding add of ignore markAmir Goldstein-18/+17
2024-04-04fsnotify: create a wrapper fsnotify_find_inode_mark()Amir Goldstein-3/+3
2024-04-04fsnotify: create helpers to get sb and connp from objectAmir Goldstein-0/+30
2024-04-04fsnotify: rename fsnotify_{get,put}_sb_connectors()Amir Goldstein-32/+39
2024-03-26fsnotify: Avoid -Wflex-array-member-not-at-end warningGustavo A. R. Silva-12/+8
2024-03-25fanotify: remove unneeded sub-zero check for unsigned valueNikita Kiryushin-1/+1
2024-03-07fanotify: allow freeze when waiting response for permission eventsWinston Wen-2/+4
2024-01-24fsnotify: optimize the case of no parent watcherAmir Goldstein-11/+17
2024-01-11Merge tag 'pull-dcache' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds-1/+1
2024-01-10Merge tag 'sysctl-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds-3/+0
2023-12-28fs: Remove the now superfluous sentinel elements from ctl_table arrayJoel Granados-3/+0
2023-12-01fanotify: allow "weak" fsid when watching a single filesystemAmir Goldstein-33/+100
2023-12-01fanotify: store fsid in mark instead of in connectorAmir Goldstein-62/+37
2023-11-25dentry: switch the lists of children to hlistAl Viro-1/+1
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