aboutsummaryrefslogtreecommitdiff
path: root/fs/notify/fdinfo.c
AgeCommit message (Expand)AuthorFilesLines
2022-07-01fanotify: prepare for setting event flags in ignore maskGravatar Amir Goldstein 1-3/+3
2022-04-25fanotify: create helper fanotify_mark_user_flags()Gravatar Amir Goldstein 1-4/+2
2022-04-25fsnotify: create helpers for group mark_mutex lockGravatar Amir Goldstein 1-2/+2
2022-04-25inotify: show inotify mask flags in proc fdinfoGravatar Amir Goldstein 1-9/+2
2021-05-25fanotify: fix permission model of unprivileged groupGravatar Amir Goldstein 1-1/+1
2021-03-16fanotify: support limited functionality for unprivileged usersGravatar Amir Goldstein 1-1/+2
2020-05-13fsnotify: Remove proc_fs.h includeGravatar Fabian Frederick 1-1/+0
2019-10-17fsnotify/fdinfo: exportfs_encode_inode_fh() takes pointer as 4th argumentGravatar Ben Dooks (Codethink) 1-1/+1
2018-11-15fsnotify/fdinfo: include fdinfo.h for inotify_show_fdinfo()Gravatar Eric Biggers 1-0/+1
2018-09-27fanotify: store fanotify_init() flags in group's fanotify_dataGravatar Amir Goldstein 1-23/+1
2018-09-03fsnotify: add super block object typeGravatar Amir Goldstein 1-0/+5
2018-06-27fsnotify: let connector point to an abstract objectGravatar Amir Goldstein 1-4/+4
2018-05-18fsnotify: use type id to identify connector object typeGravatar Amir Goldstein 1-3/+3
2017-11-14Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Gravatar Linus Torvalds 1-0/+3
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2017-10-10audit: Record fanotify access control decisionsGravatar Steve Grubb 1-0/+3
2017-04-10fsnotify: Move object pointer to fsnotify_mark_connectorGravatar Jan Kara 1-6/+6
2017-04-03fsnotify: Remove unnecessary tests when showing fdinfoGravatar Jan Kara 1-5/+1
2015-11-05inotify: hide internal kernel bits from fdinfoGravatar Dave Hansen 1-1/+8
2015-09-04fsnotify: fix check in inotify fdinfo printingGravatar Jan Kara 1-1/+2
2014-12-13fsnotify: unify inode and mount marks handlingGravatar Jan Kara 1-3/+3
2014-11-05fs: Convert show_fdinfo functions to voidGravatar Joe Perches 1-46/+32
2014-09-10fs/notify: don't show f_handle if exportfs_encode_inode_fh failedGravatar Andrey Vagin 1-1/+1
2014-09-10fsnotify/fdinfo: use named constants instead of hardcoded valuesGravatar Andrey Vagin 1-2/+2
2012-12-20Merge branch 'for-next' of git://git.infradead.org/users/eparis/notifyGravatar Linus Torvalds 1-2/+2
2012-12-17fs, fanotify: add @mflags field to fanotify outputGravatar Cyrill Gorcunov 1-5/+9
2012-12-17fs, notify: add procfs fdinfo helperGravatar Cyrill Gorcunov 1-0/+175