aboutsummaryrefslogtreecommitdiffstats
path: root/fs/notify/fsnotify.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-07-28fsnotify: optimize FMODE_NONOTIFY_PERM for the common casesAmir Goldstein1-30/+45
2025-07-28fsnotify: merge file_set_fsnotify_mode_from_watchers() with open perm hookAmir Goldstein1-9/+13
2025-03-24Merge tag 'vfs-6.15-rc1.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds1-7/+40
2025-02-07fsnotify: use accessor to set FMODE_NONOTIFY_*Amir Goldstein1-6/+12
2025-02-04fsnotify: add mount notification infrastructureMiklos Szeredi1-7/+40
2024-12-10fsnotify: pass optional file access range in pre-content eventAmir Goldstein1-0/+18
2024-12-10fsnotify: introduce pre-content permission eventsAmir Goldstein1-1/+1
2024-12-10fsnotify: check if file is actually being watched for pre-content events on openAmir Goldstein1-3/+26
2024-12-10fsnotify: opt-in for permission events at file open timeAmir Goldstein1-0/+38
2024-11-13fsnotify: fix sending inotify event with unexpected filenameAmir Goldstein1-10/+13
2024-10-02fsnotify: Avoid data race between fsnotify_recalc_mask() and fsnotify_object_watched()Jan Kara1-9/+12
2024-06-05fsnotify: clear PARENT_WATCHED flags lazilyAmir Goldstein1-10/+21
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 Goldstein1-0/+3
2024-04-04fsnotify: lazy attach fsnotify_sb_info state to sbAmir Goldstein1-3/+13
2024-04-04fsnotify: rename fsnotify_{get,put}_sb_connectors()Amir Goldstein1-2/+2
2024-01-24fsnotify: optimize the case of no parent watcherAmir Goldstein1-11/+17
2023-11-25dentry: switch the lists of children to hlistAl Viro1-1/+1
2022-07-26fsnotify: Fix comment typoXin Gao1-1/+1
2022-07-01fanotify: prepare for setting event flags in ignore maskAmir Goldstein1-9/+12
2022-05-18fsnotify: consistent behavior for parent not watching childrenAmir Goldstein1-15/+19
2022-05-18fsnotify: introduce mark type iteratorAmir Goldstein1-27/+26
2022-04-25inotify: move control flags from mask to mark flagsAmir Goldstein1-2/+2
2022-03-14fsnotify: remove redundant parameter judgmentBang Li1-4/+2
2022-02-24fsnotify: optimize FS_MODIFY events with no ignored masksAmir Goldstein1-3/+5
2021-12-15fsnotify: generate FS_RENAME event with rich informationAmir Goldstein1-8/+29
2021-12-15fsnotify: separate mark iterator type from object type enumAmir Goldstein1-9/+9
2021-10-27fsnotify: Protect fsnotify_handle_inode_event from no-inode eventsGabriel Krisman Bertazi1-0/+3
2021-10-27fsnotify: Retrieve super block from the data fieldGabriel Krisman Bertazi1-4/+3
2021-08-11fsnotify: count all objects with attached connectorsAmir Goldstein1-3/+3
2020-12-11fsnotify: fix events reported to watching parent and childAmir Goldstein1-33/+51
2020-12-03fsnotify: generalize handle_inode_event()Amir Goldstein1-7/+24
2020-11-09fanotify: fix logic of reporting name info with watched parentAmir Goldstein1-5/+7
2020-07-27fsnotify: create method handle_inode_event() in fsnotify_operationsAmir Goldstein1-2/+50
2020-07-27fsnotify: send event with parent/name info to sb/mount/non-dir marksAmir Goldstein1-13/+61
2020-07-27fsnotify: pass dir and inode arguments to fsnotify()Amir Goldstein1-16/+38
2020-07-27fsnotify: create helper fsnotify_inode()Amir Goldstein1-1/+1
2020-07-27fsnotify: send event to parent and child with single callbackAmir Goldstein1-25/+35
2020-07-27fanotify: remove event FAN_DIR_MODIFYAmir Goldstein1-1/+1
2020-07-27fsnotify: pass dir argument to handle_event() callbackAmir Goldstein1-14/+12
2020-07-15fsnotify: fold fsnotify() call into fsnotify_parent()Amir Goldstein1-9/+18
2020-07-15fsnotify: Rearrange fast path to minimise overhead when there is no watcherMel Gorman1-12/+15
2020-03-25fanotify: send FAN_DIR_MODIFY event flavor with dir inode and nameAmir Goldstein1-1/+1
2020-03-23fsnotify: simplify arguments passing to fsnotify_parent()Amir Goldstein1-11/+4
2020-03-23fsnotify: use helpers to access data by data_typeAmir Goldstein1-2/+3
2019-12-18fs: call fsnotify_sb_delete after evict_inodesEric Sandeen1-0/+3
2019-12-18fs: avoid softlockups in s_inodes iteratorsEric Sandeen1-0/+1
2019-10-17fsnotify: move declaration of fsnotify_mark_connector_cachep to fsnotify.hBen Dooks1-2/+0
2019-06-20fsnotify: get rid of fsnotify_nameremove()Amir Goldstein1-41/+0
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 18Thomas Gleixner1-14/+1