aboutsummaryrefslogtreecommitdiff
path: root/fs/notify/fsnotify.c
AgeCommit message (Expand)AuthorFilesLines
2022-07-26fsnotify: Fix comment typoGravatar Xin Gao 1-1/+1
2022-07-01fanotify: prepare for setting event flags in ignore maskGravatar Amir Goldstein 1-9/+12
2022-05-18fsnotify: consistent behavior for parent not watching childrenGravatar Amir Goldstein 1-15/+19
2022-05-18fsnotify: introduce mark type iteratorGravatar Amir Goldstein 1-27/+26
2022-04-25inotify: move control flags from mask to mark flagsGravatar Amir Goldstein 1-2/+2
2022-03-14fsnotify: remove redundant parameter judgmentGravatar Bang Li 1-4/+2
2022-02-24fsnotify: optimize FS_MODIFY events with no ignored masksGravatar Amir Goldstein 1-3/+5
2021-12-15fsnotify: generate FS_RENAME event with rich informationGravatar Amir Goldstein 1-8/+29
2021-12-15fsnotify: separate mark iterator type from object type enumGravatar Amir Goldstein 1-9/+9
2021-10-27fsnotify: Protect fsnotify_handle_inode_event from no-inode eventsGravatar Gabriel Krisman Bertazi 1-0/+3
2021-10-27fsnotify: Retrieve super block from the data fieldGravatar Gabriel Krisman Bertazi 1-4/+3
2021-08-11fsnotify: count all objects with attached connectorsGravatar Amir Goldstein 1-3/+3
2020-12-11fsnotify: fix events reported to watching parent and childGravatar Amir Goldstein 1-33/+51
2020-12-03fsnotify: generalize handle_inode_event()Gravatar Amir Goldstein 1-7/+24
2020-11-09fanotify: fix logic of reporting name info with watched parentGravatar Amir Goldstein 1-5/+7
2020-07-27fsnotify: create method handle_inode_event() in fsnotify_operationsGravatar Amir Goldstein 1-2/+50
2020-07-27fsnotify: send event with parent/name info to sb/mount/non-dir marksGravatar Amir Goldstein 1-13/+61
2020-07-27fsnotify: pass dir and inode arguments to fsnotify()Gravatar Amir Goldstein 1-16/+38
2020-07-27fsnotify: create helper fsnotify_inode()Gravatar Amir Goldstein 1-1/+1
2020-07-27fsnotify: send event to parent and child with single callbackGravatar Amir Goldstein 1-25/+35
2020-07-27fanotify: remove event FAN_DIR_MODIFYGravatar Amir Goldstein 1-1/+1
2020-07-27fsnotify: pass dir argument to handle_event() callbackGravatar Amir Goldstein 1-14/+12
2020-07-15fsnotify: fold fsnotify() call into fsnotify_parent()Gravatar Amir Goldstein 1-9/+18
2020-07-15fsnotify: Rearrange fast path to minimise overhead when there is no watcherGravatar Mel Gorman 1-12/+15
2020-03-25fanotify: send FAN_DIR_MODIFY event flavor with dir inode and nameGravatar Amir Goldstein 1-1/+1
2020-03-23fsnotify: simplify arguments passing to fsnotify_parent()Gravatar Amir Goldstein 1-11/+4
2020-03-23fsnotify: use helpers to access data by data_typeGravatar Amir Goldstein 1-2/+3
2019-12-18fs: call fsnotify_sb_delete after evict_inodesGravatar Eric Sandeen 1-0/+3
2019-12-18fs: avoid softlockups in s_inodes iteratorsGravatar Eric Sandeen 1-0/+1
2019-10-17fsnotify: move declaration of fsnotify_mark_connector_cachep to fsnotify.hGravatar Ben Dooks 1-2/+0
2019-06-20fsnotify: get rid of fsnotify_nameremove()Gravatar Amir Goldstein 1-41/+0
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 18Gravatar Thomas Gleixner 1-14/+1
2019-05-13Merge tag 'fsnotify_for_v5.2-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-0/+41
2019-05-09fsnotify: fix unlink performance regressionGravatar Amir Goldstein 1-0/+41
2019-04-26fsnotify: switch send_to_group() and ->handle_event to const struct qstr *Gravatar Al Viro 1-2/+2
2019-04-26fsnotify(): switch to passing const struct qstr * for file_nameGravatar Al Viro 1-4/+4
2019-04-26ovl_lookup_real_one(): don't bother with strlen()Gravatar Al Viro 1-2/+2
2019-02-06fsnotify: send all event types to super block marksGravatar Amir Goldstein 1-8/+7
2018-11-13fanotify: introduce new event mask FAN_OPEN_EXEC_PERMGravatar Matthew Bobrowski 1-1/+1
2018-11-13fanotify: introduce new event mask FAN_OPEN_EXECGravatar Matthew Bobrowski 1-1/+1
2018-11-08fanotify: fix handling of events on child sub-directoryGravatar Amir Goldstein 1-2/+5
2018-10-25fsnotify: Fix busy inodes during unmountGravatar Jan Kara 1-0/+3
2018-10-04fsnotify: convert runtime BUG_ON() to BUILD_BUG_ON()Gravatar Amir Goldstein 1-1/+1
2018-10-04fsnotify: generalize handling of extra event flagsGravatar Amir Goldstein 1-4/+3
2018-09-03fsnotify: send path type events to group with super block marksGravatar Amir Goldstein 1-10/+14
2018-09-03fsnotify: add super block object typeGravatar Amir Goldstein 1-1/+7
2018-09-03fsnotify: fix ignore mask logic in fsnotify()Gravatar Amir Goldstein 1-10/+3
2018-05-18fsnotify: generalize send_to_group()Gravatar Amir Goldstein 1-25/+23
2018-05-18fsnotify: generalize iteration of marks by object typeGravatar Amir Goldstein 1-24/+28
2018-05-18fsnotify: introduce marks iteration helpersGravatar Amir Goldstein 1-25/+49