summaryrefslogtreecommitdiffstats
path: root/fs/notify/inotify/inotify_fsnotify.c
Commit message (Expand)AuthorAgeFilesLines
* memcg, fsnotify: no oom-kill for remote memcg chargingShakeel Butt2019-07-311-2/+6
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 118Thomas Gleixner2019-05-241-10/+1
* inotify_handle_event(): don't bother with strlen()Al Viro2019-04-261-1/+1
* fsnotify: switch send_to_group() and ->handle_event to const struct qstr *Al Viro2019-04-261-3/+3
* fsnotify: report FS_ISDIR flag with MOVE_SELF and DELETE_SELF eventsAmir Goldstein2019-02-071-0/+9
* fsnotify: move mask out of struct fsnotify_eventAmir Goldstein2019-02-061-4/+5
* fs: fsnotify: account fsnotify metadata to kmemcgShakeel Butt2018-08-171-1/+6
* fsnotify: remove redundant arguments to handle_event()Amir Goldstein2018-05-181-3/+3
* fsnotify: Let userspace know about lost events due to ENOMEMJan Kara2018-02-271-1/+7
* fsnotify: Move ->free_mark callback to fsnotify_opsJan Kara2017-04-101-0/+11
* fsnotify: Pass fsnotify_iter_info into handle_event handlerJan Kara2017-04-101-1/+2
* inotify: Remove inode pointers from debug messagesJan Kara2017-04-031-2/+2
* sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h>Ingo Molnar2017-03-021-0/+1
* inotify: Convert to using per-namespace limitsNikolay Borisov2017-01-241-4/+2
* fsnotify: constify 'data' passed to ->handle_event()Al Viro2016-12-051-2/+2
* fsnotify: unify inode and mount marks handlingJan Kara2014-12-131-1/+1
* fsnotify: don't put user context if it was never assignedSasha Levin2014-10-091-2/+4
* fsnotify: rename event handling functionsJan Kara2014-08-061-1/+1
* inotify: Fix reporting of cookies for inotify eventsJan Kara2014-02-181-1/+2
* fsnotify: Do not return merged event from fsnotify_add_notify_event()Jan Kara2014-01-291-12/+7
* fsnotify: remove .should_send_event callbackJan Kara2014-01-211-17/+7
* fsnotify: do not share events between notification groupsJan Kara2014-01-211-76/+49
* inotify: don't use idr_remove_all()Tejun Heo2013-02-271-1/+0
* fsnotify: pass group to fsnotify_destroy_mark()Lino Sanfilippo2012-12-111-1/+1
* fsnotify: use reference counting for groupsLino Sanfilippo2012-12-111-0/+2
* Merge branch 'for-linus2' of git://git.profusion.mobi/users/lucas/linux-2.6Linus Torvalds2011-04-071-1/+1
|\
| * Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* | inotify: fix double free/corruption of stuct userEric Paris2011-04-051-0/+1
|/
* Revert "fsnotify: store struct file not struct path"Linus Torvalds2010-08-121-6/+6
* fanotify: use both marks when possibleEric Paris2010-07-281-2/+2
* fsnotify: pass both the vfsmount mark and inode markEric Paris2010-07-281-4/+8
* fsnotify: cleanup should_send_eventEric Paris2010-07-281-11/+3
* inotify: use the mark in handler functionsEric Paris2010-07-281-24/+5
* fsnotify: send fsnotify_mark to groups in event handling functionsEric Paris2010-07-281-3/+5
* fsnotify: store struct file not struct pathEric Paris2010-07-281-6/+6
* fsnotify: fsnotify_add_notify_event should return an eventEric Paris2010-07-281-14/+14
* fsnotify: add pr_debug throughoutEric Paris2010-07-281-0/+6
* inotify: allow users to request not to recieve events on unlinked childrenEric Paris2010-07-281-0/+9
* inotify: fix inotify oneshot supportEric Paris2010-07-281-0/+3
* fsnotify: intoduce a notification merge argumentEric Paris2010-07-281-2/+4
* fsnotify: split generic and inode specific mark codeEric Paris2010-07-281-2/+2
* fsnotify: take inode->i_lock inside fsnotify_find_mark_entry()Andreas Gruenbacher2010-07-281-4/+0
* inotify: rename mark_entry to just markEric Paris2010-07-281-24/+24
* fsnotify: rename fsnotify_find_mark_entry to fsnotify_find_markEric Paris2010-07-281-2/+2
* fsnotify: rename fsnotify_mark_entry to just fsnotify_markEric Paris2010-07-281-4/+4
* fsnotify: put inode specific fields in an fsnotify_mark in a unionEric Paris2010-07-281-1/+1
* fsnotify: include vfsmount in should_send_event when appropriateEric Paris2010-07-281-1/+2
* fsnotify: per group notification queue merge typesEric Paris2010-07-281-1/+55
* fsnotify: include data in should_send callsEric Paris2010-07-281-1/+1
* fsnotify: provide the data type to should_send_eventEric Paris2010-07-281-1/+2