summaryrefslogtreecommitdiffstats
path: root/fs/notify/inotify
Commit message (Expand)AuthorAgeFilesLines
* proc/sysctl: add shared variables for range checkMatteo Croce2019-07-191-5/+3Star
* memcg, fsnotify: no oom-kill for remote memcg chargingShakeel Butt2019-07-121-2/+6
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 118Thomas Gleixner2019-05-242-20/+2Star
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-212-0/+2
* Merge branch 'work.dcache' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2019-05-082-4/+4
|\
| * 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-262-4/+4
* | Make anon_inodes unconditionalDavid Howells2019-04-191-1/+0Star
|/
* inotify: Fix fsnotify_mark refcount leak in inotify_update_existing_watch()ZhangXiaoxu2019-03-111-2/+5
* 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-063-6/+9
* inotify: Fix fd refcount leak in inotify_add_watch().Tetsuo Handa2019-01-021-2/+4
* fsnotify: convert runtime BUG_ON() to BUILD_BUG_ON()Amir Goldstein2018-10-041-1/+1
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2018-08-182-2/+10
|\
| * fs: fsnotify: account fsnotify metadata to kmemcgShakeel Butt2018-08-182-2/+10
* | inotify: Add flag IN_MASK_CREATE for inotify_add_watch()Henry Wilson2018-06-271-1/+8
|/
* fsnotify: add fsnotify_add_inode_mark() wrappersAmir Goldstein2018-05-181-1/+1
* fsnotify: generalize iteration of marks by object typeAmir Goldstein2018-05-181-4/+4
* fsnotify: remove redundant arguments to handle_event()Amir Goldstein2018-05-183-7/+9
* Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2018-04-062-1/+21
|\
| * fsnotify: Let userspace know about lost events due to ENOMEMJan Kara2018-02-271-1/+7
| * inotify: Extend ioctl to allow to request id of new watch descriptorKirill Tkhai2018-02-141-0/+14
* | inotify: add do_inotify_init() helper; remove in-kernel call to syscallDominik Brodowski2018-04-021-2/+7
|/
* vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-111-1/+1
* fs: annotate ->poll() instancesAl Viro2017-11-271-2/+2
* Merge branch 'fsnotify' of git://git.kernel.org/pub/scm/linux/kernel/git/jack...Linus Torvalds2017-11-141-2/+2
|\
| * fsnotify: convert fsnotify_mark.refcnt from atomic_t to refcount_tElena Reshetova2017-10-311-2/+2
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
|/
* fsnotify: Move ->free_mark callback to fsnotify_opsJan Kara2017-04-103-12/+14
* fsnotify: Add group pointer in fsnotify_init_mark()Jan Kara2017-04-101-3/+2Star
* fsnotify: Remove fsnotify_find_{inode|vfsmount}_mark()Jan Kara2017-04-101-1/+1
* fsnotify: Remove fsnotify_recalc_{inode|vfsmount}_mask()Jan Kara2017-04-101-1/+1
* fsnotify: Remove fsnotify_set_mark_{,ignored_}mask_locked()Jan Kara2017-04-101-4/+2Star
* fsnotify: Pass fsnotify_iter_info into handle_event handlerJan Kara2017-04-103-3/+5
* fsnotify: Move queueing of mark for destruction into fsnotify_put_mark()Jan Kara2017-04-101-2/+1Star
* inotify: Do not drop mark reference under idr_lockJan Kara2017-04-101-18/+6Star
* inotify: Remove inode pointers from debug messagesJan Kara2017-04-032-17/+12Star
* sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar2017-03-021-1/+1
* 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-243-21/+36
* fsnotify: constify 'data' passed to ->handle_event()Al Viro2016-12-062-3/+3
* fsnotify: convert notification_mutex to a spinlockJan Kara2016-10-081-8/+8
* inotify: actually check for invalid bits in sys_inotify_add_watch()Dave Hansen2015-11-061-1/+13
* fs/notify: don't use module_init for non-modular inotify_user codePaul Gortmaker2015-06-161-2/+2
* fsnotify: unify inode and mount marks handlingJan Kara2014-12-132-6/+6
* sched, inotify: Deal with nested sleepsPeter Zijlstra2014-10-281-5/+4Star
* fsnotify: don't put user context if it was never assignedSasha Levin2014-10-101-2/+4
* fsnotify: rename event handling functionsJan Kara2014-08-072-3/+3
* inotify: convert use of typedef ctl_table to struct ctl_tableJoe Perches2014-06-071-1/+1
* fsnotify: Allocate overflow events with proper typeJan Kara2014-02-251-0/+12