aboutsummaryrefslogtreecommitdiffstats
path: root/fs/notify/inotify/inotify_fsnotify.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-04-25inotify: move control flags from mask to mark flagsAmir Goldstein1-1/+1
2021-10-27fsnotify: Pass group argument to free_eventGabriel Krisman Bertazi1-1/+2
2021-10-27fsnotify: Add wrapper around fsnotify_add_eventGabriel Krisman Bertazi1-1/+1
2021-03-16fsnotify: use hash table for faster events mergeAmir Goldstein1-3/+4
2021-03-16fanotify: reduce event objectid to 29-bit hashAmir Goldstein1-1/+1
2020-12-03inotify: convert to handle_inode_event() interfaceAmir Goldstein1-43/+8
2020-10-18mm, memcg: rework remote charging API to support nestingRoman Gushchin1-2/+3
2020-07-27inotify: report both events on parent and child with single callbackAmir Goldstein1-9/+35
2020-07-27fsnotify: pass dir argument to handle_event() callbackAmir Goldstein1-4/+3
2020-07-15inotify: do not use objectid when comparing eventsAmir Goldstein1-2/+2
2020-03-24fsnotify: replace inode pointer with an object idAmir Goldstein1-2/+2
2020-03-23fsnotify: use helpers to access data by data_typeAmir Goldstein1-5/+3
2019-07-12memcg, fsnotify: no oom-kill for remote memcg chargingShakeel Butt1-2/+6
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 118Thomas Gleixner1-10/+1
2019-04-26inotify_handle_event(): don't bother with strlen()Al Viro1-1/+1
2019-04-26fsnotify: switch send_to_group() and ->handle_event to const struct qstr *Al Viro1-3/+3
2019-02-07fsnotify: report FS_ISDIR flag with MOVE_SELF and DELETE_SELF eventsAmir Goldstein1-0/+9
2019-02-06fsnotify: move mask out of struct fsnotify_eventAmir Goldstein1-4/+5
2018-08-17fs: fsnotify: account fsnotify metadata to kmemcgShakeel Butt1-1/+6
2018-05-18fsnotify: remove redundant arguments to handle_event()Amir Goldstein1-3/+3
2018-02-27fsnotify: Let userspace know about lost events due to ENOMEMJan Kara1-1/+7
2017-04-10fsnotify: Move ->free_mark callback to fsnotify_opsJan Kara1-0/+11
2017-04-10fsnotify: Pass fsnotify_iter_info into handle_event handlerJan Kara1-1/+2
2017-04-03inotify: Remove inode pointers from debug messagesJan Kara1-2/+2
2017-03-02sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h>Ingo Molnar1-0/+1
2017-01-24inotify: Convert to using per-namespace limitsNikolay Borisov1-4/+2
2016-12-05fsnotify: constify 'data' passed to ->handle_event()Al Viro1-2/+2
2014-12-13fsnotify: unify inode and mount marks handlingJan Kara1-1/+1
2014-10-09fsnotify: don't put user context if it was never assignedSasha Levin1-2/+4
2014-08-06fsnotify: rename event handling functionsJan Kara1-1/+1
2014-02-18inotify: Fix reporting of cookies for inotify eventsJan Kara1-1/+2
2014-01-29fsnotify: Do not return merged event from fsnotify_add_notify_event()Jan Kara1-12/+7
2014-01-21fsnotify: remove .should_send_event callbackJan Kara1-17/+7
2014-01-21fsnotify: do not share events between notification groupsJan Kara1-76/+49
2013-02-27inotify: don't use idr_remove_all()Tejun Heo1-1/+0
2012-12-11fsnotify: pass group to fsnotify_destroy_mark()Lino Sanfilippo1-1/+1
2012-12-11fsnotify: use reference counting for groupsLino Sanfilippo1-0/+2
2011-04-07Merge branch 'for-linus2' of git://git.profusion.mobi/users/lucas/linux-2.6Linus Torvalds1-1/+1
2011-04-05inotify: fix double free/corruption of stuct userEric Paris1-0/+1
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2010-08-12Revert "fsnotify: store struct file not struct path"Linus Torvalds1-6/+6
2010-07-28fanotify: use both marks when possibleEric Paris1-2/+2
2010-07-28fsnotify: pass both the vfsmount mark and inode markEric Paris1-4/+8
2010-07-28fsnotify: cleanup should_send_eventEric Paris1-11/+3
2010-07-28inotify: use the mark in handler functionsEric Paris1-24/+5
2010-07-28fsnotify: send fsnotify_mark to groups in event handling functionsEric Paris1-3/+5
2010-07-28fsnotify: store struct file not struct pathEric Paris1-6/+6
2010-07-28fsnotify: fsnotify_add_notify_event should return an eventEric Paris1-14/+14
2010-07-28fsnotify: add pr_debug throughoutEric Paris1-0/+6
2010-07-28inotify: allow users to request not to recieve events on unlinked childrenEric Paris1-0/+9