summaryrefslogtreecommitdiffstats
path: root/fs/notify/fdinfo.c
Commit message (Expand)AuthorAgeFilesLines
* fsnotify: Avoid -Wflex-array-member-not-at-end warningGustavo A. R. Silva2024-03-261-12/+8
* exportfs: add explicit flag to request non-decodeable file handlesAmir Goldstein2023-05-221-1/+1
* fanotify: prepare for setting event flags in ignore maskAmir Goldstein2022-07-011-3/+3
* fanotify: create helper fanotify_mark_user_flags()Amir Goldstein2022-04-251-4/+2
* fsnotify: create helpers for group mark_mutex lockAmir Goldstein2022-04-251-2/+2
* inotify: show inotify mask flags in proc fdinfoAmir Goldstein2022-04-251-9/+2
* fanotify: fix permission model of unprivileged groupAmir Goldstein2021-05-251-1/+1
* fanotify: support limited functionality for unprivileged usersAmir Goldstein2021-03-161-1/+2
* fsnotify: Remove proc_fs.h includeFabian Frederick2020-05-131-1/+0
* fsnotify/fdinfo: exportfs_encode_inode_fh() takes pointer as 4th argumentBen Dooks (Codethink)2019-10-171-1/+1
* fsnotify/fdinfo: include fdinfo.h for inotify_show_fdinfo()Eric Biggers2018-11-151-0/+1
* fanotify: store fanotify_init() flags in group's fanotify_dataAmir Goldstein2018-09-271-23/+1
* fsnotify: add super block object typeAmir Goldstein2018-09-031-0/+5
* fsnotify: let connector point to an abstract objectAmir Goldstein2018-06-271-4/+4
* fsnotify: use type id to identify connector object typeAmir Goldstein2018-05-181-3/+3
* Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2017-11-141-0/+3
|\
| * audit: Record fanotify access control decisionsSteve Grubb2017-10-101-0/+3
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
|/
* fsnotify: Move object pointer to fsnotify_mark_connectorJan Kara2017-04-101-6/+6
* fsnotify: Remove unnecessary tests when showing fdinfoJan Kara2017-04-031-5/+1
* inotify: hide internal kernel bits from fdinfoDave Hansen2015-11-051-1/+8
* fsnotify: fix check in inotify fdinfo printingJan Kara2015-09-041-1/+2
* fsnotify: unify inode and mount marks handlingJan Kara2014-12-131-3/+3
* fs: Convert show_fdinfo functions to voidJoe Perches2014-11-051-46/+32
* fs/notify: don't show f_handle if exportfs_encode_inode_fh failedAndrey Vagin2014-09-101-1/+1
* fsnotify/fdinfo: use named constants instead of hardcoded valuesAndrey Vagin2014-09-101-2/+2
* Merge branch 'for-next' of git://git.infradead.org/users/eparis/notifyLinus Torvalds2012-12-201-2/+2
* fs, fanotify: add @mflags field to fanotify outputCyrill Gorcunov2012-12-171-5/+9
* fs, notify: add procfs fdinfo helperCyrill Gorcunov2012-12-171-0/+175