summaryrefslogtreecommitdiffstats
path: root/fs/notify
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-112-2/+2
* Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2018-01-302-4/+4
|\
| * fs: annotate ->poll() instancesAl Viro2017-11-272-4/+4
* | Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds2017-11-271-1/+1
|/
* Merge branch 'for-linus' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-11-151-1/+1
|\
| * treewide: Fix typos in KconfigMasanari Iida2017-10-121-1/+1
* | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2017-11-143-2/+25
|\ \
| * | audit: Record fanotify access control decisionsSteve Grubb2017-10-103-2/+25
| |/
* | Merge branch 'fsnotify' of git://git.kernel.org/pub/scm/linux/kernel/git/jack...Linus Torvalds2017-11-148-181/+158
|\ \
| * | fsnotify: convert fsnotify_mark.refcnt from atomic_t to refcount_tElena Reshetova2017-10-312-9/+9