summaryrefslogtreecommitdiffstats
path: root/fs/notify/fanotify
AgeCommit message (Expand)Author
2020-12-11fsnotify: fix events reported to watching parent and childAmir 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-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 to 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-15fsnotify: return non const from fsnotify_data_inode()Amir Goldstein
2020-07-15fanotify: Avoid softlockups when reading many eventsJan Kara
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada
2020-06-04Merge tag 'fsnotify_for_v5.8-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-05-27fanotify: turn off support for FAN_DIR_MODIFYAmir Goldstein
2020-05-25fanotify: fix ignore mask logic for events on child and on dirAmir Goldstein
2020-05-13fanotify: don't write with size under sizeof(response)Fabian Frederick
2020-05-13fanotify: remove reference to fill_event_metadata()Fabian Frederick
2020-05-13fanotify: prefix should_merge()Fabian Frederick
2020-05-08fanotify: Replace zero-length array with flexible-arrayGustavo A. R. Silva
2020-03-30fanotify: Fix the checks in fanotify_fsid_equalNathan Chancellor
2020-03-25fanotify: report name info for FAN_DIR_MODIFY eventAmir Goldstein
2020-03-25fanotify: record name info for FAN_DIR_MODIFY eventAmir Goldstein
2020-03-25fanotify: Drop fanotify_event_has_fid()Jan Kara
2020-03-25fanotify: prepare to report both parent and child fid'sAmir Goldstein
2020-03-25fanotify: send FAN_DIR_MODIFY event flavor with dir inode and nameAmir Goldstein
2020-03-25fanotify: divorce fanotify_path_event and fanotify_fid_eventJan Kara
2020-03-25fanotify: Store fanotify handles differentlyJan Kara
2020-03-25fanotify: Simplify create_fd()Jan Kara
2020-03-24fanotify: fix merging marks masks with FAN_ONDIRAmir Goldstein
2020-03-24fanotify: merge duplicate events on parent and childAmir Goldstein
2020-03-24fsnotify: replace inode pointer with an object idAmir Goldstein
2020-03-23fsnotify: use helpers to access data by data_typeAmir Goldstein
2019-10-23compat_ioctl: move more drivers to compat_ptr_ioctlArnd Bergmann
2019-09-23Merge tag 'selinux-pr-20190917' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2019-08-12fanotify, inotify, dnotify, security: add security hook for fs notificationsAaron Goidel
2019-07-12memcg, fsnotify: no oom-kill for remote memcg chargingShakeel Butt