summaryrefslogtreecommitdiffstats
path: root/fs/notify
AgeCommit message (Expand)AuthorLines
2020-12-17Merge tag 'fsnotify_for_v5.11-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-96/+111
2020-12-15Merge branch 'exec-for-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-1/+1
2020-12-11fsnotify: fix events reported to watching parent and childAmir Goldstein-37/+54
2020-12-10file: Rename fcheck lookup_fd_rcuEric W. Biederman-1/+1
2020-12-03inotify: convert to handle_inode_event() interfaceAmir Goldstein-54/+14
2020-12-03fsnotify: generalize handle_inode_event()Amir Goldstein-8/+25
2020-11-09inotify: Increase default inotify.max_user_watches limit to 1048576Waiman Long-1/+22
2020-11-09fanotify: fix logic of reporting name info with watched parentAmir Goldstein-5/+7
2020-10-18mm, memcg: rework remote charging API to support nestingRoman Gushchin-4/+6
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva-1/+1
2020-07-28fanotify: compare fsid when merging name eventJan Kara-0/+3
2020-07-27fsnotify: create method handle_inode_event() in fsnotify_operationsAmir Goldstein-32/+58
2020-07-27fanotify: report parent fid + child fidAmir Goldstein-16/+15
2020-07-27fanotify: report parent fid + name + child fidAmir Goldstein-6/+32
2020-07-27fanotify: add support for FAN_REPORT_NAMEAmir Goldstein-10/+53
2020-07-27fanotify: report events with parent dir fid to sb/mount/non-dir marksAmir Goldstein-0/+7
2020-07-27fanotify: add basic support for FAN_REPORT_DIR_FIDAmir Goldstein-12/+93
2020-07-27fsnotify: send event with parent/name info to sb/mount/non-dir marksAmir Goldstein-13/+61
2020-07-27inotify: do not set FS_EVENT_ON_CHILD in non-dir mark maskAmir Goldstein-6/+8
2020-07-27fsnotify: pass dir and inode arguments to fsnotify()Amir Goldstein-16/+38
2020-07-27fsnotify: create helper fsnotify_inode()Amir Goldstein-1/+1
2020-07-27fsnotify: send event to parent and child with single callbackAmir Goldstein-29/+39
2020-07-27inotify: report both events on parent and child with single callbackAmir Goldstein-9/+35
2020-07-27dnotify: report both events on parent and child with single callbackAmir Goldstein-13/+29
2020-07-27fanotify: no external fh buffer in fanotify_name_eventAmir Goldstein-28/+59
2020-07-27fanotify: use struct fanotify_info to parcel the variable size bufferAmir Goldstein-43/+139
2020-07-27fanotify: use FAN_EVENT_ON_CHILD as implicit flag on sb/mount/non-dir marksAmir Goldstein-3/+10
2020-07-27fanotify: prepare for implicit event flags in mark maskAmir Goldstein-16/+24
2020-07-27fanotify: mask out special event flags from ignored maskAmir Goldstein-0/+5
2020-07-27fanotify: generalize test for FAN_REPORT_FIDAmir Goldstein-10/+12
2020-07-27fanotify: distinguish between fid encode error and null fidAmir Goldstein-10/+4
2020-07-27fanotify: generalize merge logic of events on dirAmir Goldstein-11/+11
2020-07-27fanotify: generalize the handling of extra event flagsAmir Goldstein-5/+10
2020-07-27fanotify: remove event FAN_DIR_MODIFYAmir Goldstein-8/+3
2020-07-27fsnotify: pass dir argument to handle_event() callbackAmir Goldstein-39/+35
2020-07-15fanotify: break up fanotify_alloc_event()Amir Goldstein-65/+89
2020-07-15fanotify: create overflow event typeAmir Goldstein-27/+36
2020-07-15inotify: do not use objectid when comparing eventsAmir Goldstein-2/+2
2020-07-15fsnotify: return non const from fsnotify_data_inode()Amir Goldstein-1/+1
2020-07-15fsnotify: fold fsnotify() call into fsnotify_parent()Amir Goldstein-9/+18
2020-07-15fsnotify: Rearrange fast path to minimise overhead when there is no watcherMel Gorman-12/+15
2020-07-15fanotify: Avoid softlockups when reading many eventsJan Kara-0/+5
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada-3/+3
2020-06-04Merge tag 'fsnotify_for_v5.8-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-12/+19
2020-06-01Merge tag 'docs-5.8' of git://git.lwn.net/linuxLinus Torvalds-1/+1
2020-05-27fanotify: turn off support for FAN_DIR_MODIFYAmir Goldstein-1/+1
2020-05-25fanotify: fix ignore mask logic for events on child and on dirAmir Goldstein-1/+4
2020-05-13fanotify: don't write with size under sizeof(response)Fabian Frederick-2/+4
2020-05-13fsnotify: Remove proc_fs.h includeFabian Frederick-1/+0
2020-05-13fanotify: remove reference to fill_event_metadata()Fabian Frederick-1/+1