aboutsummaryrefslogtreecommitdiffstats
path: root/fs/notify (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-06-14fanotify: fix copy_event_to_user() fid error clean upMatthew Bobrowski1-2/+2
2021-05-25fanotify: fix permission model of unprivileged groupAmir Goldstein2-7/+25
2021-03-25fanotify_user: use upper_32_bits() to verify maskChristian Brauner1-1/+1
2021-03-16fanotify: support limited functionality for unprivileged usersAmir Goldstein2-3/+29
2021-03-16fanotify: configurable limits via sysfsAmir Goldstein4-30/+114
2021-03-16fanotify: limit number of event merge attemptsAmir Goldstein1-0/+6
2021-03-16fsnotify: use hash table for faster events mergeAmir Goldstein5-17/+116
2021-03-16fanotify: mix event info and pid into merge key hashAmir Goldstein2-26/+66
2021-03-16fanotify: reduce event objectid to 29-bit hashAmir Goldstein4-18/+27
2021-03-16fsnotify: allow fsnotify_{peek,remove}_first_event with empty queueAmir Goldstein3-36/+37
2021-02-23Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linuxLinus Torvalds2-2/+2
2021-02-22Merge tag 'fsnotify_for_v5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fsLinus Torvalds3-8/+23
2021-01-24fs: add file and path permissions helpersChristian Brauner2-2/+2
2021-01-05inotify, memcg: account inotify instances to kmemcgShakeel Butt3-8/+23
2020-12-28fanotify: Fix sys_fanotify_mark() on native x86-32Brian Gerst1-10/+7
2020-12-17Merge tag 'fsnotify_for_v5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fsLinus Torvalds6-96/+111
2020-12-15Merge branch 'exec-for-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-1/+1
2020-12-11fsnotify: fix events reported to watching parent and childAmir Goldstein2-37/+54
2020-12-10file: Rename fcheck lookup_fd_rcuEric W. Biederman1-1/+1
2020-12-03inotify: convert to handle_inode_event() interfaceAmir Goldstein3-54/+14
2020-12-03fsnotify: generalize handle_inode_event()Amir Goldstein2-8/+25
2020-11-09inotify: Increase default inotify.max_user_watches limit to 1048576Waiman Long1-1/+22
2020-11-09fanotify: fix logic of reporting name info with watched parentAmir Goldstein1-5/+7
2020-10-18mm, memcg: rework remote charging API to support nestingRoman Gushchin2-4/+6
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
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