aboutsummaryrefslogtreecommitdiffstats
path: root/fs/notify
AgeCommit message (Expand)Author
2022-02-09Merge tag 'v5.10.97' into v5.10/standard/baseBruce Ashfield
2022-02-05fanotify: Fix stale file descriptor in copy_event_to_user()Dan Carpenter
2021-09-27Merge tag 'v5.10.67' into v5.10/standard/baseBruce Ashfield
2021-09-18fanotify: limit number of event merge attemptsAmir Goldstein
2021-06-23Merge tag 'v5.10.46' into v5.10/standard/baseBruce Ashfield
2021-06-23fanotify: fix copy_event_to_user() fid error clean upMatthew Bobrowski
2021-06-15aufs5: aufs-standaloneBruce Ashfield
2021-06-09Revert "aufs5: aufs5-standalone"Bruce Ashfield
2021-01-17Merge tag 'v5.10.8' into v5.10/standard/baseBruce Ashfield
2021-01-17fanotify: Fix sys_fanotify_mark() on native x86-32Brian Gerst
2020-12-30Merge tag 'v5.10.4' into v5.10/standard/baseBruce Ashfield
2020-12-30fsnotify: fix events reported to watching parent and childAmir Goldstein
2020-12-30inotify: convert to handle_inode_event() interfaceAmir Goldstein
2020-12-30fsnotify: generalize handle_inode_event()Amir Goldstein
2020-12-17aufs5: aufs5-standaloneBruce Ashfield
2020-11-09fanotify: fix logic of reporting name info with watched parentAmir Goldstein
2020-10-18mm, memcg: rework remote charging API to support nestingRoman Gushchin
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-07-28fanotify: compare fsid when merging name eventJan Kara
2020-07-27fsnotify: create method handle_inode_event() in fsnotify_operationsAmir Goldstein
2020-07-27fanotify: report parent fid + child fidAmir Goldstein
2020-07-27fanotify: report parent fid + name + child fidAmir Goldstein
2020-07-27fanotify: add support for FAN_REPORT_NAMEAmir Goldstein
2020-07-27fanotify: report events with parent dir fid to sb/mount/non-dir marksAmir Goldstein
2020-07-27fanotify: add basic support for FAN_REPORT_DIR_FIDAmir Goldstein
2020-07-27fsnotify: send event with parent/name info to sb/mount/non-dir marksAmir Goldstein
2020-07-27inotify: do not set FS_EVENT_ON_CHILD in non-dir mark maskAmir Goldstein
2020-07-27fsnotify: pass dir and inode arguments to fsnotify()Amir Goldstein
2020-07-27fsnotify: create helper fsnotify_inode()Amir Goldstein
2020-07-27fsnotify: send event to parent and child with single callbackAmir Goldstein
2020-07-27inotify: report both events on parent and child with single callbackAmir Goldstein
2020-07-27dnotify: report both events on parent and child with single callbackAmir Goldstein
2020-07-27fanotify: no external fh buffer in fanotify_name_eventAmir Goldstein
2020-07-27fanotify: use struct fanotify_info to parcel the variable size bufferAmir Goldstein
2020-07-27fanotify: use FAN_EVENT_ON_CHILD as implicit flag on sb/mount/non-dir marksAmir Goldstein
2020-07-27fanotify: prepare for implicit event flags in mark maskAmir Goldstein
2020-07-27fanotify: mask out special event flags from ignored maskAmir Goldstein
2020-07-27fanotify: generalize test for FAN_REPORT_FIDAmir Goldstein
2020-07-27fanotify: distinguish between fid encode error and null fidAmir Goldstein
2020-07-27fanotify: generalize merge logic of events on dirAmir Goldstein
2020-07-27fanotify: generalize the handling of extra event flagsAmir Goldstein
2020-07-27fanotify: remove event FAN_DIR_MODIFYAmir Goldstein
2020-07-27fsnotify: pass dir argument to handle_event() callbackAmir Goldstein
2020-07-15fanotify: break up fanotify_alloc_event()Amir Goldstein
2020-07-15fanotify: create overflow event typeAmir Goldstein
2020-07-15inotify: do not use objectid when comparing eventsAmir Goldstein
2020-07-15fsnotify: return non const from fsnotify_data_inode()Amir Goldstein
2020-07-15fsnotify: fold fsnotify() call into fsnotify_parent()Amir Goldstein
2020-07-15fsnotify: Rearrange fast path to minimise overhead when there is no watcherMel Gorman
2020-07-15fanotify: Avoid softlockups when reading many eventsJan Kara