aboutsummaryrefslogtreecommitdiffstats
path: root/fs/notify/fsnotify.c
AgeCommit message (Expand)Author
2024-04-10fsnotify: Fix comment typoXin Gao
2024-04-10fanotify: prepare for setting event flags in ignore maskAmir Goldstein
2024-04-10fsnotify: consistent behavior for parent not watching childrenAmir Goldstein
2024-04-10fsnotify: introduce mark type iteratorAmir Goldstein
2024-04-10inotify: move control flags from mask to mark flagsAmir Goldstein
2024-04-10fsnotify: remove redundant parameter judgmentBang Li
2024-04-10fsnotify: optimize FS_MODIFY events with no ignored masksAmir Goldstein
2024-04-10fsnotify: generate FS_RENAME event with rich informationAmir Goldstein
2024-04-10fsnotify: separate mark iterator type from object type enumAmir Goldstein
2024-04-10fsnotify: Protect fsnotify_handle_inode_event from no-inode eventsGabriel Krisman Bertazi
2024-04-10fsnotify: Retrieve super block from the data fieldGabriel Krisman Bertazi
2021-08-11fsnotify: count all objects with attached connectorsAmir Goldstein
2020-12-11fsnotify: fix events reported to watching parent and childAmir Goldstein
2020-12-03fsnotify: generalize handle_inode_event()Amir Goldstein
2020-11-09fanotify: fix logic of reporting name info with watched parentAmir Goldstein
2020-07-27fsnotify: create method handle_inode_event() in fsnotify_operationsAmir Goldstein
2020-07-27fsnotify: send event with parent/name info to sb/mount/non-dir marksAmir Goldstein
2020-07-27fsnotify: pass dir and inode arguments to fsnotify()Amir Goldstein
2020-07-27fsnotify: create helper fsnotify_inode()Amir Goldstein
2020-07-27fsnotify: send event to parent and child with single callbackAmir Goldstein
2020-07-27fanotify: remove event FAN_DIR_MODIFYAmir Goldstein
2020-07-27fsnotify: pass dir argument to handle_event() callbackAmir Goldstein
2020-07-15fsnotify: fold fsnotify() call into fsnotify_parent()Amir Goldstein
2020-07-15fsnotify: Rearrange fast path to minimise overhead when there is no watcherMel Gorman
2020-03-25fanotify: send FAN_DIR_MODIFY event flavor with dir inode and nameAmir Goldstein
2020-03-23fsnotify: simplify arguments passing to fsnotify_parent()Amir Goldstein
2020-03-23fsnotify: use helpers to access data by data_typeAmir Goldstein
2019-12-18fs: call fsnotify_sb_delete after evict_inodesEric Sandeen
2019-12-18fs: avoid softlockups in s_inodes iteratorsEric Sandeen
2019-10-17fsnotify: move declaration of fsnotify_mark_connector_cachep to fsnotify.hBen Dooks
2019-06-20fsnotify: get rid of fsnotify_nameremove()Amir Goldstein
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 18Thomas Gleixner
2019-05-13Merge tag 'fsnotify_for_v5.2-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/...Linus Torvalds
2019-05-09fsnotify: fix unlink performance regressionAmir Goldstein
2019-04-26fsnotify: switch send_to_group() and ->handle_event to const struct qstr *Al Viro
2019-04-26fsnotify(): switch to passing const struct qstr * for file_nameAl Viro
2019-04-26ovl_lookup_real_one(): don't bother with strlen()Al Viro
2019-02-06fsnotify: send all event types to super block marksAmir Goldstein
2018-11-13fanotify: introduce new event mask FAN_OPEN_EXEC_PERMMatthew Bobrowski
2018-11-13fanotify: introduce new event mask FAN_OPEN_EXECMatthew Bobrowski
2018-11-08fanotify: fix handling of events on child sub-directoryAmir Goldstein
2018-10-25fsnotify: Fix busy inodes during unmountJan Kara
2018-10-04fsnotify: convert runtime BUG_ON() to BUILD_BUG_ON()Amir Goldstein
2018-10-04fsnotify: generalize handling of extra event flagsAmir Goldstein
2018-09-03fsnotify: send path type events to group with super block marksAmir Goldstein
2018-09-03fsnotify: add super block object typeAmir Goldstein
2018-09-03fsnotify: fix ignore mask logic in fsnotify()Amir Goldstein
2018-05-18fsnotify: generalize send_to_group()Amir Goldstein
2018-05-18fsnotify: generalize iteration of marks by object typeAmir Goldstein
2018-05-18fsnotify: introduce marks iteration helpersAmir Goldstein