aboutsummaryrefslogtreecommitdiffstats
path: root/fs/notify
Commit message (Expand)AuthorAgeFilesLines
* ANDROID: vfs: add d_canonical_path for stacked filesystem supportDaniel Rosenberg2019-02-151-2/+13
* ANDROID: vfs: Add permission2 for filesystems with per mount permissionsDaniel Rosenberg2019-02-152-2/+2
* inotify: Fix fd refcount leak in inotify_add_watch().Tetsuo Handa2019-01-021-2/+4
* fanotify: Use inode_is_open_for_writeNikolay Borisov2018-12-111-1/+1
* fanotify: Make sure to check event_len when copyingKees Cook2018-12-051-2/+8
* fsnotify/fdinfo: include fdinfo.h for inotify_show_fdinfo()Eric Biggers2018-11-151-0/+1
* fanotify: introduce new event mask FAN_OPEN_EXEC_PERMMatthew Bobrowski2018-11-132-2/+3
* fanotify: introduce new event mask FAN_OPEN_EXECMatthew Bobrowski2018-11-132-2/+3
* fanotify: return only user requested event types in event maskMatthew Bobrowski2018-11-131-12/+16
* fanotify: fix handling of events on child sub-directoryAmir Goldstein2018-11-082-7/+10
* fsnotify: Fix busy inodes during unmountJan Kara2018-10-252-8/+34
* fanotify: support reporting thread id instead of process idAmir Goldstein2018-10-083-6/+9
* fanotify: add BUILD_BUG_ON() to count the bits of fanotify constantsAmir Goldstein2018-10-042-1/+6
* fsnotify: convert runtime BUG_ON() to BUILD_BUG_ON()Amir Goldstein2018-10-042-2/+2
* fanotify: deprecate uapi FAN_ALL_* constantsAmir Goldstein2018-10-043-15/+15
* fanotify: simplify handling of FAN_ONDIRAmir Goldstein2018-10-041-27/+5
* fsnotify: generalize handling of extra event flagsAmir Goldstein2018-10-041-4/+3
* fanotify: store fanotify_init() flags in group's fanotify_dataAmir Goldstein2018-09-272-27/+5
* fanotify: add API to attach/detach super block markAmir Goldstein2018-09-031-5/+37
* fsnotify: send path type events to group with super block marksAmir Goldstein2018-09-031-10/+14
* fsnotify: add super block object typeAmir Goldstein2018-09-034-1/+27
* fsnotify: fix ignore mask logic in fsnotify()Amir Goldstein2018-09-031-10/+3
* Merge tag 'for_v4.19-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus Torvalds2018-08-291-3/+3
|\
| * fsnotify: fix false positive warning on inode deleteJan Kara2018-08-201-3/+3
* | Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-08-212-1/+3
|\ \ | |/ |/|
| * signal: Use PIDTYPE_TGID to clearly store where file signals will be sentEric W. Biederman2018-07-211-1/+2
| * pids: Compute task_tgid using signal->leader_pidEric W. Biederman2018-07-211-0/+1
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2018-08-176-9/+30
|\ \
| * | fs: fsnotify: account fsnotify metadata to kmemcgShakeel Butt2018-08-176-9/+30
| |/
* | inotify: Add flag IN_MASK_CREATE for inotify_add_watch()Henry Wilson2018-06-271-1/+8
* | fanotify: factor out helpers to add/remove markAmir Goldstein2018-06-271-57/+29
* | fsnotify: add helper to get mask from connectorAmir Goldstein2018-06-272-12/+29
* | fsnotify: let connector point to an abstract objectAmir Goldstein2018-06-273-24/+26
* | fsnotify: pass connp and object type to fsnotify_add_mark()Amir Goldstein2018-06-273-33/+38
* | fsnotify: use typedef fsnotify_connp_t for brevityAmir Goldstein2018-06-272-13/+11
|/
* fsnotify: add fsnotify_add_inode_mark() wrappersAmir Goldstein2018-05-182-2/+2
* fanotify: generalize fanotify_should_send_event()Amir Goldstein2018-05-181-18/+18
* fsnotify: generalize send_to_group()Amir Goldstein2018-05-181-25/+23
* fsnotify: generalize iteration of marks by object typeAmir Goldstein2018-05-183-36/+47
* fsnotify: introduce marks iteration helpersAmir Goldstein2018-05-181-25/+49
* fsnotify: remove redundant arguments to handle_event()Amir Goldstein2018-05-187-42/+38
* fsnotify: use type id to identify connector object typeAmir Goldstein2018-05-183-19/+18
* fsnotify: fix ignore mask logic in send_to_group()Amir Goldstein2018-04-131-14/+11
* fanotify: fix logic of events on childAmir Goldstein2018-04-091-19/+15
* Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2018-04-056-10/+48
|\
| * fsnotify: Let userspace know about lost events due to ENOMEMJan Kara2018-02-273-3/+17
| * fanotify: Avoid lost events due to ENOMEM for unlimited queuesJan Kara2018-02-273-7/+17
| * inotify: Extend ioctl to allow to request id of new watch descriptorKirill Tkhai2018-02-141-0/+14
* | fanotify: add do_fanotify_mark() helper; remove in-kernel call to syscallDominik Brodowski2018-04-021-4/+10
* | inotify: add do_inotify_init() helper; remove in-kernel call to syscallDominik Brodowski2018-04-021-2/+7
|/