summaryrefslogtreecommitdiffstats
path: root/include/linux/fsnotify_backend.h
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'fsnotify_for_v5.3-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2019-07-111-4/+0Star
|\
| * fsnotify: get rid of fsnotify_nameremove()Amir Goldstein2019-06-201-4/+0Star
* | fanotify: update connector fsid cache on add markAmir Goldstein2019-06-191-1/+3
|/
* Merge tag 'fsnotify_for_v5.2-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/...Linus Torvalds2019-05-141-0/+4
|\
| * fsnotify: fix unlink performance regressionAmir Goldstein2019-05-091-0/+4
* | fsnotify: switch send_to_group() and ->handle_event to const struct qstr *Al Viro2019-04-261-1/+1
* | fsnotify(): switch to passing const struct qstr * for file_nameAl Viro2019-04-261-2/+2
|/
* fsnotify: Create function to remove event from notification listJan Kara2019-02-181-0/+3
* fanotify: cache fsid in fsnotify_mark_connectorAmir Goldstein2019-02-071-5/+13
* fsnotify: move mask out of struct fsnotify_eventAmir Goldstein2019-02-061-4/+6
* fsnotify: remove dirent events from FS_EVENTS_POSS_ON_CHILD maskAmir Goldstein2019-02-061-15/+21
* fanotify: introduce new event mask FAN_OPEN_EXEC_PERMMatthew Bobrowski2018-11-131-3/+5
* fanotify: introduce new event mask FAN_OPEN_EXECMatthew Bobrowski2018-11-131-2/+5
* fsnotify: generalize handling of extra event flagsAmir Goldstein2018-10-041-2/+7
* fanotify: store fanotify_init() flags in group's fanotify_dataAmir Goldstein2018-09-271-2/+2
* fsnotify: add super block object typeAmir Goldstein2018-09-031-3/+14
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2018-08-181-4/+8
|\
| * fs: fsnotify: account fsnotify metadata to kmemcgShakeel Butt2018-08-181-4/+8
* | fsnotify: add helper to get mask from connectorAmir Goldstein2018-06-271-0/+2
* | fsnotify: let connector point to an abstract objectAmir Goldstein2018-06-271-5/+10
* | fsnotify: pass connp and object type to fsnotify_add_mark()Amir Goldstein2018-06-271-6/+14
* | fsnotify: use typedef fsnotify_connp_t for brevityAmir Goldstein2018-06-271-3/+4
|/
* fsnotify: add fsnotify_add_inode_mark() wrappersAmir Goldstein2018-05-181-1/+15
* fsnotify: generalize iteration of marks by object typeAmir Goldstein2018-05-181-3/+25
* fsnotify: remove redundant arguments to handle_event()Amir Goldstein2018-05-181-2/+18
* fsnotify: use type id to identify connector object typeAmir Goldstein2018-05-181-7/+14
* Merge tag 'for_v4.17-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus Torvalds2018-04-261-3/+1Star
|\
| * fsnotify: Fix fsnotify_mark_connector raceRobert Kolchmeyer2018-04-191-3/+1Star
* | fsnotify: fix typo in a comment about mark->g_listAmir Goldstein2018-04-131-1/+1
|/
* fsnotify: Let userspace know about lost events due to ENOMEMJan Kara2018-02-271-0/+6
* Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2017-11-141-0/+1
|\
| * audit: Record fanotify access control decisionsSteve Grubb2017-10-101-0/+1
* | Merge branch 'fsnotify' of git://git.kernel.org/pub/scm/linux/kernel/git/jack...Linus Torvalds2017-11-141-4/+3Star
|\ \
| * | fsnotify: convert fsnotify_mark.refcnt from atomic_t to refcount_tElena Reshetova2017-10-311-1/+1
| * | fanotify: clean up CONFIG_FANOTIFY_ACCESS_PERMISSIONS ifdefsMiklos Szeredi2017-10-311-2/+0Star
| * | fsnotify: convert fsnotify_group.refcnt from atomic_t to refcount_tElena Reshetova2017-10-311-1/+2
| |/
* / License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
|/
* fsnotify: Move ->free_mark callback to fsnotify_opsJan Kara2017-04-101-3/+3
* fsnotify: Add group pointer in fsnotify_init_mark()Jan Kara2017-04-101-5/+7
* fsnotify: Remove fsnotify_find_{inode|vfsmount}_mark()Jan Kara2017-04-101-4/+4
* fsnotify: Remove fsnotify_detach_group_marks()Jan Kara2017-04-101-0/+2
* fsnotify: Rename fsnotify_clear_marks_by_group_flags()Jan Kara2017-04-101-3/+3
* fsnotify: Inline fsnotify_clear_{inode|vfsmount}_mark_group()Jan Kara2017-04-101-4/+10
* fsnotify: Remove fsnotify_recalc_{inode|vfsmount}_mask()Jan Kara2017-04-101-4/+0Star
* fsnotify: Remove fsnotify_set_mark_{,ignored_}mask_locked()Jan Kara2017-04-101-4/+0Star
* fsnotify: Pass fsnotify_iter_info into handle_event handlerJan Kara2017-04-101-1/+2
* fsnotify: Provide framework for dropping SRCU lock in ->handle_eventJan Kara2017-04-101-0/+5
* fsnotify: Detach mark from object list when last reference is droppedJan Kara2017-04-101-2/+2
* fsnotify: Free fsnotify_mark_connector when there is no mark attachedJan Kara2017-04-101-4/+7
* fsnotify: Lock object list with connector lockJan Kara2017-04-101-1/+2