index
:
pm24.git
master
perf-mon
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
/
fsnotify_backend.h
Age
Commit message (
Expand
)
Author
2024-10-02
inotify: Fix possible deadlock in fsnotify_destroy_mark
Lizhi Xu
2024-06-05
fsnotify: clear PARENT_WATCHED flags lazily
Amir Goldstein
2024-04-17
fsnotify: fix UAF from FS_ERROR event on a shutting down filesystem
Amir Goldstein
2024-04-04
fsnotify: optimize the case of no permission event watchers
Amir Goldstein
2024-04-04
fsnotify: use an enum for group priority constants
Amir Goldstein
2024-04-04
fsnotify: move s_fsnotify_connectors into fsnotify_sb_info
Amir Goldstein
2024-04-04
fsnotify: lazy attach fsnotify_sb_info state to sb
Amir Goldstein
2024-04-04
fsnotify: create helper fsnotify_update_sb_watchers()
Amir Goldstein
2024-04-04
fsnotify: pass object pointer and type to fsnotify mark helpers
Amir Goldstein
2024-04-04
fsnotify: create a wrapper fsnotify_find_inode_mark()
Amir Goldstein
2024-04-04
fsnotify: rename fsnotify_{get,put}_sb_connectors()
Amir Goldstein
2024-03-06
fsnotify: Fix misspelling of "writable"
Vicki Pfau
2023-12-01
fanotify: allow "weak" fsid when watching a single filesystem
Amir Goldstein
2023-12-01
fanotify: store fsid in mark instead of in connector
Amir Goldstein
2023-08-01
fanotify: Remove unused extern declaration fsnotify_get_conn_fsid()
YueHaibing
2022-07-01
fanotify: prepare for setting event flags in ignore mask
Amir Goldstein
2022-05-18
fsnotify: introduce mark type iterator
Amir Goldstein
2022-04-25
fsnotify: allow adding an inode mark without pinning inode
Amir Goldstein
2022-04-25
fsnotify: create helpers for group mark_mutex lock
Amir Goldstein
2022-04-25
fsnotify: make allow_dups a property of the group
Amir Goldstein
2022-04-25
fsnotify: pass flags argument to fsnotify_alloc_group()
Amir Goldstein
2022-04-25
inotify: move control flags from mask to mark flags
Amir Goldstein
2022-02-24
fsnotify: optimize FS_MODIFY events with no ignored masks
Amir Goldstein
2022-02-24
fsnotify: fix merge with parent's ignored mask
Amir Goldstein
2021-12-15
fsnotify: generate FS_RENAME event with rich information
Amir Goldstein
2021-12-15
fsnotify: separate mark iterator type from object type enum
Amir Goldstein
2021-12-15
fsnotify: clarify object type argument
Amir Goldstein
2021-10-27
fanotify: Pre-allocate pool of error events
Gabriel Krisman Bertazi
2021-10-27
fsnotify: Support FS_ERROR event type
Gabriel Krisman Bertazi
2021-10-27
fsnotify: Pass group argument to free_event
Gabriel Krisman Bertazi
2021-10-27
fsnotify: Protect fsnotify_handle_inode_event from no-inode events
Gabriel Krisman Bertazi
2021-10-27
fsnotify: Retrieve super block from the data field
Gabriel Krisman Bertazi
2021-10-27
fsnotify: Add wrapper around fsnotify_add_event
Gabriel Krisman Bertazi
2021-10-27
fsnotify: Add helper to detect overflow_event
Gabriel Krisman Bertazi
2021-10-27
fsnotify: pass dentry instead of inode data
Amir Goldstein
2021-03-16
fanotify: configurable limits via sysfs
Amir Goldstein
2021-03-16
fsnotify: use hash table for faster events merge
Amir Goldstein
2021-03-16
fanotify: reduce event objectid to 29-bit hash
Amir Goldstein
2021-03-16
fsnotify: allow fsnotify_{peek,remove}_first_event with empty queue
Amir Goldstein
2021-01-05
inotify, memcg: account inotify instances to kmemcg
Shakeel Butt
2020-12-11
fsnotify: fix events reported to watching parent and child
Amir Goldstein
2020-12-03
fsnotify: generalize handle_inode_event()
Amir Goldstein
2020-07-27
fsnotify: create method handle_inode_event() in fsnotify_operations
Amir Goldstein
2020-07-27
fsnotify: send event with parent/name info to sb/mount/non-dir marks
Amir Goldstein
2020-07-27
fsnotify: pass dir and inode arguments to fsnotify()
Amir Goldstein
2020-07-27
fsnotify: add object type "child" to object type iterator
Amir Goldstein
2020-07-27
fanotify: remove event FAN_DIR_MODIFY
Amir Goldstein
2020-07-27
fsnotify: pass dir argument to handle_event() callback
Amir Goldstein
2020-07-15
fsnotify: return non const from fsnotify_data_inode()
Amir Goldstein
2020-07-15
fsnotify: Rearrange fast path to minimise overhead when there is no watcher
Mel Gorman
[next]