summaryrefslogtreecommitdiff
path: root/include/linux/fsnotify_backend.h
Commit message (Expand)AuthorAgeFilesLines
* fanotify: configurable limits via sysfsAmir Goldstein2021-03-161-5/+1
* fsnotify: use hash table for faster events mergeAmir Goldstein2021-03-161-3/+7
* fanotify: reduce event objectid to 29-bit hashAmir Goldstein2021-03-161-4/+1
* fsnotify: allow fsnotify_{peek,remove}_first_event with empty queueAmir Goldstein2021-03-161-1/+7
* inotify, memcg: account inotify instances to kmemcgShakeel Butt2021-01-051-0/+1
* fsnotify: fix events reported to watching parent and childAmir Goldstein2020-12-111-3/+3
* fsnotify: generalize handle_inode_event()Amir Goldstein2020-12-031-1/+2
* fsnotify: create method handle_inode_event() in fsnotify_operationsAmir Goldstein2020-07-271-3/+16
* fsnotify: send event with parent/name info to sb/mount/non-dir marksAmir Goldstein2020-07-271-4/+28
* fsnotify: pass dir and inode arguments to fsnotify()Amir Goldstein2020-07-271-4/+6
* fsnotify: add object type "child" to object type iteratorAmir Goldstein2020-07-271-0/+3
* fanotify: remove event FAN_DIR_MODIFYAmir Goldstein2020-07-271-3/+1
* fsnotify: pass dir argument to handle_event() callbackAmir Goldstein2020-07-271-3/+13
* fsnotify: return non const from fsnotify_data_inode()Amir Goldstein2020-07-151-3/+2
* fsnotify: Rearrange fast path to minimise overhead when there is no watcherMel Gorman2020-07-151-2/+2
* fanotify: send FAN_DIR_MODIFY event flavor with dir inode and nameAmir Goldstein2020-03-251-1/+3
* fsnotify: replace inode pointer with an object idAmir Goldstein2020-03-241-4/+3
* fsnotify: simplify arguments passing to fsnotify_parent()Amir Goldstein2020-03-231-6/+8
* fsnotify: use helpers to access data by data_typeAmir Goldstein2020-03-231-4/+30
* fsnotify: tidy up FS_ and FAN_ constantsAmir Goldstein2020-03-231-6/+5
* notify: export symbols for use by the knfsd file cacheTrond Myklebust2019-08-191-0/+2
* Merge tag 'fsnotify_for_v5.3-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2019-07-101-4/+0
|\
| * fsnotify: get rid of fsnotify_nameremove()Amir Goldstein2019-06-201-4/+0
* | 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-131-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-171-4/+8
|\
| * fs: fsnotify: account fsnotify metadata to kmemcgShakeel Butt2018-08-171-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-251-3/+1
|\
| * fsnotify: Fix fsnotify_mark_connector raceRobert Kolchmeyer2018-04-191-3/+1
* | fsnotify: fix typo in a comment about mark->g_listAmir Goldstein2018-04-131-1/+1
|/