summaryrefslogtreecommitdiffstats
path: root/include/linux/fsnotify_backend.h
Commit message (Expand)AuthorAgeFilesLines
* fsnotify: generate FS_RENAME event with rich informationAmir Goldstein2021-12-151-3/+4
* fsnotify: separate mark iterator type from object type enumAmir Goldstein2021-12-151-13/+28
* fsnotify: clarify object type argumentAmir Goldstein2021-12-151-16/+12
* fanotify: Pre-allocate pool of error eventsGabriel Krisman Bertazi2021-10-271-0/+2
* fsnotify: Support FS_ERROR event typeGabriel Krisman Bertazi2021-10-271-1/+31
* fsnotify: Pass group argument to free_eventGabriel Krisman Bertazi2021-10-271-1/+1
* fsnotify: Protect fsnotify_handle_inode_event from no-inode eventsGabriel Krisman Bertazi2021-10-271-0/+1
* fsnotify: Retrieve super block from the data fieldGabriel Krisman Bertazi2021-10-271-0/+15
* fsnotify: Add wrapper around fsnotify_add_eventGabriel Krisman Bertazi2021-10-271-7/+16
* fsnotify: Add helper to detect overflow_eventGabriel Krisman Bertazi2021-10-271-0/+5
* fsnotify: pass dentry instead of inode dataAmir Goldstein2021-10-271-0/+16
* 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