summaryrefslogtreecommitdiff
path: root/fs/notify/fsnotify.c
Commit message (Expand)AuthorAgeFilesLines
* fsnotify: consistent behavior for parent not watching childrenAmir Goldstein2022-05-181-15/+19
* fsnotify: introduce mark type iteratorAmir Goldstein2022-05-181-27/+26
* inotify: move control flags from mask to mark flagsAmir Goldstein2022-04-251-2/+2
* fsnotify: remove redundant parameter judgmentBang Li2022-03-141-4/+2
* fsnotify: optimize FS_MODIFY events with no ignored masksAmir Goldstein2022-02-241-3/+5
* fsnotify: generate FS_RENAME event with rich informationAmir Goldstein2021-12-151-8/+29
* fsnotify: separate mark iterator type from object type enumAmir Goldstein2021-12-151-9/+9
* fsnotify: Protect fsnotify_handle_inode_event from no-inode eventsGabriel Krisman Bertazi2021-10-271-0/+3
* fsnotify: Retrieve super block from the data fieldGabriel Krisman Bertazi2021-10-271-4/+3
* fsnotify: count all objects with attached connectorsAmir Goldstein2021-08-111-3/+3
* fsnotify: fix events reported to watching parent and childAmir Goldstein2020-12-111-33/+51
* fsnotify: generalize handle_inode_event()Amir Goldstein2020-12-031-7/+24
* fanotify: fix logic of reporting name info with watched parentAmir Goldstein2020-11-091-5/+7
* fsnotify: create method handle_inode_event() in fsnotify_operationsAmir Goldstein2020-07-271-2/+50
* fsnotify: send event with parent/name info to sb/mount/non-dir marksAmir Goldstein2020-07-271-13/+61
* fsnotify: pass dir and inode arguments to fsnotify()Amir Goldstein2020-07-271-16/+38
* fsnotify: create helper fsnotify_inode()Amir Goldstein2020-07-271-1/+1
* fsnotify: send event to parent and child with single callbackAmir Goldstein2020-07-271-25/+35
* fanotify: remove event FAN_DIR_MODIFYAmir Goldstein2020-07-271-1/+1
* fsnotify: pass dir argument to handle_event() callbackAmir Goldstein2020-07-271-14/+12
* fsnotify: fold fsnotify() call into fsnotify_parent()Amir Goldstein2020-07-151-9/+18
* fsnotify: Rearrange fast path to minimise overhead when there is no watcherMel Gorman2020-07-151-12/+15
* fanotify: send FAN_DIR_MODIFY event flavor with dir inode and nameAmir Goldstein2020-03-251-1/+1
* fsnotify: simplify arguments passing to fsnotify_parent()Amir Goldstein2020-03-231-11/+4
* fsnotify: use helpers to access data by data_typeAmir Goldstein2020-03-231-2/+3
* fs: call fsnotify_sb_delete after evict_inodesEric Sandeen2019-12-181-0/+3
* fs: avoid softlockups in s_inodes iteratorsEric Sandeen2019-12-181-0/+1
* fsnotify: move declaration of fsnotify_mark_connector_cachep to fsnotify.hBen Dooks2019-10-171-2/+0
* fsnotify: get rid of fsnotify_nameremove()Amir Goldstein2019-06-201-41/+0
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 18Thomas Gleixner2019-05-211-14/+1
* Merge tag 'fsnotify_for_v5.2-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/...Linus Torvalds2019-05-131-0/+41
|\
| * fsnotify: fix unlink performance regressionAmir Goldstein2019-05-091-0/+41
* | fsnotify: switch send_to_group() and ->handle_event to const struct qstr *Al Viro2019-04-261-2/+2
* | fsnotify(): switch to passing const struct qstr * for file_nameAl Viro2019-04-261-4/+4
* | ovl_lookup_real_one(): don't bother with strlen()Al Viro2019-04-261-2/+2
|/
* fsnotify: send all event types to super block marksAmir Goldstein2019-02-061-8/+7
* fanotify: introduce new event mask FAN_OPEN_EXEC_PERMMatthew Bobrowski2018-11-131-1/+1
* fanotify: introduce new event mask FAN_OPEN_EXECMatthew Bobrowski2018-11-131-1/+1
* fanotify: fix handling of events on child sub-directoryAmir Goldstein2018-11-081-2/+5
* fsnotify: Fix busy inodes during unmountJan Kara2018-10-251-0/+3
* fsnotify: convert runtime BUG_ON() to BUILD_BUG_ON()Amir Goldstein2018-10-041-1/+1
* fsnotify: generalize handling of extra event flagsAmir Goldstein2018-10-041-4/+3
* fsnotify: send path type events to group with super block marksAmir Goldstein2018-09-031-10/+14
* fsnotify: add super block object typeAmir Goldstein2018-09-031-1/+7
* fsnotify: fix ignore mask logic in fsnotify()Amir Goldstein2018-09-031-10/+3
* fsnotify: generalize send_to_group()Amir Goldstein2018-05-181-25/+23
* fsnotify: generalize iteration of marks by object typeAmir Goldstein2018-05-181-24/+28
* fsnotify: introduce marks iteration helpersAmir Goldstein2018-05-181-25/+49
* fsnotify: remove redundant arguments to handle_event()Amir Goldstein2018-05-181-18/+20
* fsnotify: fix ignore mask logic in send_to_group()Amir Goldstein2018-04-131-14/+11