aboutsummaryrefslogtreecommitdiffstats
path: root/fs/notify (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-07-28fanotify: compare fsid when merging name eventJan Kara1-0/+3
2020-07-27fsnotify: create method handle_inode_event() in fsnotify_operationsAmir Goldstein2-32/+58
2020-07-27fanotify: report parent fid + child fidAmir Goldstein2-16/+15
2020-07-27fanotify: report parent fid + name + child fidAmir Goldstein3-6/+32
2020-07-27fanotify: add support for FAN_REPORT_NAMEAmir Goldstein2-10/+53
2020-07-27fanotify: report events with parent dir fid to sb/mount/non-dir marksAmir Goldstein1-0/+7
2020-07-27fanotify: add basic support for FAN_REPORT_DIR_FIDAmir Goldstein2-12/+93
2020-07-27fsnotify: send event with parent/name info to sb/mount/non-dir marksAmir Goldstein1-13/+61
2020-07-27inotify: do not set FS_EVENT_ON_CHILD in non-dir mark maskAmir Goldstein1-6/+8
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 Goldstein2-29/+39
2020-07-27inotify: report both events on parent and child with single callbackAmir Goldstein1-9/+35
2020-07-27dnotify: report both events on parent and child with single callbackAmir Goldstein1-13/+29
2020-07-27fanotify: no external fh buffer in fanotify_name_eventAmir Goldstein2-28/+59
2020-07-27fanotify: use struct fanotify_info to parcel the variable size bufferAmir Goldstein3-43/+139
2020-07-27fanotify: use FAN_EVENT_ON_CHILD as implicit flag on sb/mount/non-dir marksAmir Goldstein1-3/+10
2020-07-27fanotify: prepare for implicit event flags in mark maskAmir Goldstein1-16/+24
2020-07-27fanotify: mask out special event flags from ignored maskAmir Goldstein1-0/+5
2020-07-27fanotify: generalize test for FAN_REPORT_FIDAmir Goldstein2-10/+12
2020-07-27fanotify: distinguish between fid encode error and null fidAmir Goldstein1-10/+4
2020-07-27fanotify: generalize merge logic of events on dirAmir Goldstein1-11/+11
2020-07-27fanotify: generalize the handling of extra event flagsAmir Goldstein1-5/+10
2020-07-27fanotify: remove event FAN_DIR_MODIFYAmir Goldstein2-8/+3
2020-07-27fsnotify: pass dir argument to handle_event() callbackAmir Goldstein6-39/+35
2020-07-15fanotify: break up fanotify_alloc_event()Amir Goldstein1-65/+89
2020-07-15fanotify: create overflow event typeAmir Goldstein3-27/+36
2020-07-15inotify: do not use objectid when comparing eventsAmir Goldstein1-2/+2
2020-07-15fsnotify: return non const from fsnotify_data_inode()Amir Goldstein1-1/+1
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-07-15fanotify: Avoid softlockups when reading many eventsJan Kara1-0/+5
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada2-3/+3
2020-06-04Merge tag 'fsnotify_for_v5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fsLinus Torvalds7-12/+19
2020-06-01Merge tag 'docs-5.8' of git://git.lwn.net/linuxLinus Torvalds1-1/+1
2020-05-27fanotify: turn off support for FAN_DIR_MODIFYAmir Goldstein1-1/+1
2020-05-25fanotify: fix ignore mask logic for events on child and on dirAmir Goldstein1-1/+4
2020-05-13fanotify: don't write with size under sizeof(response)Fabian Frederick1-2/+4
2020-05-13fsnotify: Remove proc_fs.h includeFabian Frederick1-1/+0
2020-05-13fanotify: remove reference to fill_event_metadata()Fabian Frederick1-1/+1
2020-05-13fsnotify: add mutex destroyFabian Frederick1-0/+1
2020-05-13fanotify: prefix should_merge()Fabian Frederick1-2/+2
2020-05-08fanotify: Replace zero-length array with flexible-arrayGustavo A. R. Silva1-1/+1
2020-04-27inotify: Fix error return code assignment flow.youngjun1-3/+1
2020-04-20docs: filesystems: fix renamed referencesMauro Carvalho Chehab1-1/+1
2020-04-15fsnotify: Add missing annotation for fsnotify_finish_user_wait() and for fsnotify_prepare_user_wait()Jules Irenge1-1/+5
2020-03-30fanotify: Fix the checks in fanotify_fsid_equalNathan Chancellor1-1/+1
2020-03-25fanotify: report name info for FAN_DIR_MODIFY eventAmir Goldstein2-28/+91
2020-03-25fanotify: record name info for FAN_DIR_MODIFY eventAmir Goldstein3-12/+108
2020-03-25fanotify: Drop fanotify_event_has_fid()Jan Kara3-8/+3