summaryrefslogtreecommitdiffstats
path: root/include/linux/fsnotify_backend.h
Commit message (Expand)AuthorAgeFilesLines
* fanotify: Remove unused extern declaration fsnotify_get_conn_fsid()YueHaibing2023-08-011-3/+0
* fanotify: prepare for setting event flags in ignore maskAmir Goldstein2022-07-011-6/+83
* fsnotify: introduce mark type iteratorAmir Goldstein2022-05-181-7/+24
* fsnotify: allow adding an inode mark without pinning inodeAmir Goldstein2022-04-251-0/+2
* fsnotify: create helpers for group mark_mutex lockAmir Goldstein2022-04-251-0/+28
* fsnotify: make allow_dups a property of the groupAmir Goldstein2022-04-251-6/+7
* fsnotify: pass flags argument to fsnotify_alloc_group()Amir Goldstein2022-04-251-2/+6
* inotify: move control flags from mask to mark flagsAmir Goldstein2022-04-251-7/+9
* fsnotify: optimize FS_MODIFY events with no ignored masksAmir Goldstein2022-02-241-0/+4
* fsnotify: fix merge with parent's ignored maskAmir Goldstein2022-02-241-0/+15
* 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