aboutsummaryrefslogtreecommitdiffstats
path: root/fs/notify/fsnotify.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-24fsnotify: optimize the case of no parent watcherAmir Goldstein1-11/+17
2023-11-25dentry: switch the lists of children to hlistAl Viro1-1/+1
2022-07-26fsnotify: Fix comment typoXin Gao1-1/+1
2022-07-01fanotify: prepare for setting event flags in ignore maskAmir Goldstein1-9/+12
2022-05-18fsnotify: consistent behavior for parent not watching childrenAmir Goldstein1-15/+19
2022-05-18fsnotify: introduce mark type iteratorAmir Goldstein1-27/+26
2022-04-25inotify: move control flags from mask to mark flagsAmir Goldstein1-2/+2
2022-03-14fsnotify: remove redundant parameter judgmentBang Li1-4/+2
2022-02-24fsnotify: optimize FS_MODIFY events with no ignored masksAmir Goldstein1-3/+5
2021-12-15fsnotify: generate FS_RENAME event with rich informationAmir Goldstein1-8/+29
2021-12-15fsnotify: separate mark iterator type from object type enumAmir Goldstein1-9/+9
2021-10-27fsnotify: Protect fsnotify_handle_inode_event from no-inode eventsGabriel Krisman Bertazi1-0/+3
2021-10-27fsnotify: Retrieve super block from the data fieldGabriel Krisman Bertazi1-4/+3
2021-08-11fsnotify: count all objects with attached connectorsAmir Goldstein1-3/+3
2020-12-11fsnotify: fix events reported to watching parent and childAmir Goldstein1-33/+51
2020-12-03fsnotify: generalize handle_inode_event()Amir Goldstein1-7/+24
2020-11-09fanotify: fix logic of reporting name info with watched parentAmir Goldstein1-5/+7
2020-07-27fsnotify: create method handle_inode_event() in fsnotify_operationsAmir Goldstein1-2/+50
2020-07-27fsnotify: send event with parent/name info to sb/mount/non-dir marksAmir Goldstein1-13/+61
2020-07-27fsnotify: pass dir and inode arguments to fsnotify()Amir Goldstein1-16/+38
2020-07-27fsnotify: create helper fsnotify_inode()Amir Goldstein1-1/+1
2020-07-27fsnotify: send event to parent and child with single callbackAmir Goldstein1-25/+35
2020-07-27fanotify: remove event FAN_DIR_MODIFYAmir Goldstein1-1/+1
2020-07-27fsnotify: pass dir argument to handle_event() callbackAmir Goldstein1-14/+12
2020-07-15fsnotify: fold fsnotify() call into fsnotify_parent()Amir Goldstein1-9/+18
2020-07-15fsnotify: Rearrange fast path to minimise overhead when there is no watcherMel Gorman1-12/+15
2020-03-25fanotify: send FAN_DIR_MODIFY event flavor with dir inode and nameAmir Goldstein1-1/+1
2020-03-23fsnotify: simplify arguments passing to fsnotify_parent()Amir Goldstein1-11/+4
2020-03-23fsnotify: use helpers to access data by data_typeAmir Goldstein1-2/+3
2019-12-18fs: call fsnotify_sb_delete after evict_inodesEric Sandeen1-0/+3
2019-12-18fs: avoid softlockups in s_inodes iteratorsEric Sandeen1-0/+1
2019-10-17fsnotify: move declaration of fsnotify_mark_connector_cachep to fsnotify.hBen Dooks1-2/+0
2019-06-20fsnotify: get rid of fsnotify_nameremove()Amir Goldstein1-41/+0
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 18Thomas Gleixner1-14/+1
2019-05-13Merge tag 'fsnotify_for_v5.2-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/...Linus Torvalds1-0/+41
2019-05-09fsnotify: fix unlink performance regressionAmir Goldstein1-0/+41
2019-04-26fsnotify: switch send_to_group() and ->handle_event to const struct qstr *Al Viro1-2/+2
2019-04-26fsnotify(): switch to passing const struct qstr * for file_nameAl Viro1-4/+4
2019-04-26ovl_lookup_real_one(): don't bother with strlen()Al Viro1-2/+2
2019-02-06fsnotify: send all event types to super block marksAmir Goldstein1-8/+7
2018-11-13fanotify: introduce new event mask FAN_OPEN_EXEC_PERMMatthew Bobrowski1-1/+1
2018-11-13fanotify: introduce new event mask FAN_OPEN_EXECMatthew Bobrowski1-1/+1
2018-11-08fanotify: fix handling of events on child sub-directoryAmir Goldstein1-2/+5
2018-10-25fsnotify: Fix busy inodes during unmountJan Kara1-0/+3
2018-10-04fsnotify: convert runtime BUG_ON() to BUILD_BUG_ON()Amir Goldstein1-1/+1
2018-10-04fsnotify: generalize handling of extra event flagsAmir Goldstein1-4/+3
2018-09-03fsnotify: send path type events to group with super block marksAmir Goldstein1-10/+14
2018-09-03fsnotify: add super block object typeAmir Goldstein1-1/+7
2018-09-03fsnotify: fix ignore mask logic in fsnotify()Amir Goldstein1-10/+3
2018-05-18fsnotify: generalize send_to_group()Amir Goldstein1-25/+23
2018-05-18fsnotify: generalize iteration of marks by object typeAmir Goldstein1-24/+28
2018-05-18fsnotify: introduce marks iteration helpersAmir Goldstein1-25/+49
2018-05-18fsnotify: remove redundant arguments to handle_event()Amir Goldstein1-18/+20
2018-04-13fsnotify: fix ignore mask logic in send_to_group()Amir Goldstein1-14/+11
2017-11-27Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds1-1/+1
2017-10-31fsnotify: clean up fsnotify()Miklos Szeredi1-60/+45
2017-10-31fsnotify: pin both inode and vfsmount markMiklos Szeredi1-3/+7
2017-07-07dentry name snapshotsAl Viro1-2/+6
2017-04-10fsnotify: Drop inode_mark.cJan Kara1-0/+57
2017-04-10fsnotify: Pass fsnotify_iter_info into handle_event handlerJan Kara1-6/+13
2017-04-10fsnotify: Free fsnotify_mark_connector when there is no mark attachedJan Kara1-3/+6
2017-04-10fsnotify: Move mark list head from object into dedicated structureJan Kara1-9/+23
2016-12-05constify fsnotify_parent()Al Viro1-1/+1
2016-12-05fsnotify(): constify 'data'Al Viro1-3/+3
2015-09-04fsnotify: remove mark->free_listJan Kara1-1/+0
2015-09-04fs/notify: optimize inotify/fsnotify code for unwatched filesDave Hansen1-0/+10
2014-12-13fsnotify: unify inode and mount marks handlingJan Kara1-2/+2
2014-12-08Merge branch 'iov_iter' into for-nextAl Viro1-15/+21
2014-11-13fanotify: fix notification of groups with inode & mount marksJan Kara1-15/+21
2014-11-03move d_rcu from overlapping d_child to overlapping d_aliasAl Viro1-2/+2
2014-02-18inotify: Fix reporting of cookies for inotify eventsJan Kara1-1/+1
2014-01-21fsnotify: remove .should_send_event callbackJan Kara1-5/+0
2014-01-21fsnotify: do not share events between notification groupsJan Kara1-25/+12
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin1-2/+1
2012-07-14vfs: switch i_dentry/d_alias to hlistAl Viro1-1/+2
2012-05-30fsnotify: remove unused parameter from send_to_group()Dan Carpenter1-6/+6
2012-01-03vfs: move fsnotify junk to struct mountAl Viro1-4/+5
2011-01-07fs: dcache per-inode inode alias lockingNick Piggin1-2/+2
2011-01-07fs: dcache remove dcache_lockNick Piggin1-2/+0
2011-01-07fs: scale inode alias listNick Piggin1-0/+2
2011-01-07fs: dcache scale subdirsNick Piggin1-1/+3
2010-10-28fsnotify: call fsnotify_parent in perm eventsEric Paris1-6/+9
2010-10-28fsnotify: correctly handle return codes from listenersEric Paris1-8/+12
2010-10-25fsnotify: use dget_parentChristoph Hellwig1-28/+5
2010-08-27fsnotify: drop two useless bools in the fnsotify main loopEric Paris1-8/+5
2010-08-27fsnotify: fix list walk orderEric Paris1-6/+5
2010-08-22fsnotify: fix ignored mask handling between inode and vfsmount marksEric Paris1-18/+17
2010-08-22fsnotify: reset used_inode and used_vfsmount on each passEric Paris1-1/+3
2010-08-22fanotify: do not dereference inode_mark when it is unsetEric Paris1-4/+11
2010-08-12Revert "fsnotify: store struct file not struct path"Linus Torvalds1-6/+6
2010-07-28fanotify: use both marks when possibleEric Paris1-1/+1
2010-07-28fsnotify: pass both the vfsmount mark and inode markEric Paris1-22/+48
2010-07-28fsnotify: walk the inode and vfsmount lists simultaneouslyEric Paris1-50/+84
2010-07-28fsnotify: rework ignored mark flushingEric Paris1-49/+11
2010-07-28fsnotify: remove global fsnotify groups listsEric Paris1-5/+0
2010-07-28fsnotify: remove the global masksEric Paris1-5/+0
2010-07-28fsnotify: cleanup should_send_eventEric Paris1-2/+2
2010-07-28fsnotify: send fsnotify_mark to groups in event handling functionsEric Paris1-9/+10
2010-07-28fsnotify: srcu to protect read side of inode and vfsmount locksEric Paris1-24/+45
2010-07-28fsnotify: store struct file not struct pathEric Paris1-8/+8
2010-07-28fsnotify: add pr_debug throughoutEric Paris1-0/+4
2010-07-28fsnotify: check to make sure all fsnotify bits are uniqueEric Paris1-0/+2
2010-07-28fanotify: do not always return 0 in fsnotifyJean-Christophe Dubois1-1/+1
2010-07-28fsnotify: new fsnotify hooks and events types for access decisionsEric Paris1-23/+24
2010-07-28fsnotify: use unsigned char * for dentry->d_name.nameEric Paris1-2/+3
2010-07-28fsnotify: allow ignored_mask to survive modificationEric Paris1-2/+4
2010-07-28fsnotify: clear ignored mask on modifyEric Paris1-0/+31
2010-07-28fsnotify: Infrastructure for per-mount watchesAndreas Gruenbacher1-0/+5
2010-07-28fsnotify/vfsmount: add fsnotify fields to struct vfsmountAndreas Gruenbacher1-3/+1
2010-07-28fsnotify: kill FSNOTIFY_EVENT_FILEAndreas Gruenbacher1-7/+5
2010-07-28fsnotify: include vfsmount in should_send_event when appropriateEric Paris1-20/+19
2010-07-28fsnotify: mount point listeners list and global maskEric Paris1-22/+70
2010-07-28fsnotify: rename fsnotify_groups to fsnotify_inode_groupsEric Paris1-3/+3
2010-07-28fsnotify: send struct file when sending events to parents when possibleEric Paris1-3/+10
2010-07-28fsnotify: include data in should_send callsEric Paris1-1/+2
2010-07-28fsnotify: provide the data type to should_send_eventEric Paris1-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2009-07-21inotify: use GFP_NOFS under potential memory pressureEric Paris1-1/+3
2009-06-11inotify/dnotify: should_send_event shouldn't match on FS_EVENT_ON_CHILDEric Paris1-3/+5
2009-06-11fsnotify: add correlations between eventsEric Paris1-3/+3
2009-06-11fsnotify: include pathnames with entries when possibleEric Paris1-3/+4
2009-06-11fsnotify: parent event notificationEric Paris1-0/+91
2009-06-11fsnotify: add marks to inodes so groups can interpret how to handle those inodesEric Paris1-0/+13
2009-06-11fsnotify: unified filesystem notification backendEric Paris1-0/+79