aboutsummaryrefslogtreecommitdiff
path: root/fs/notify/inotify
AgeCommit message (Expand)AuthorFilesLines
2018-05-18fsnotify: add fsnotify_add_inode_mark() wrappersGravatar Amir Goldstein 1-1/+1
2018-05-18fsnotify: generalize iteration of marks by object typeGravatar Amir Goldstein 1-4/+4
2018-05-18fsnotify: remove redundant arguments to handle_event()Gravatar Amir Goldstein 3-7/+9
2018-04-05Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Gravatar Linus Torvalds 2-1/+21
2018-04-02inotify: add do_inotify_init() helper; remove in-kernel call to syscallGravatar Dominik Brodowski 1-2/+7
2018-02-27fsnotify: Let userspace know about lost events due to ENOMEMGravatar Jan Kara 1-1/+7
2018-02-14inotify: Extend ioctl to allow to request id of new watch descriptorGravatar Kirill Tkhai 1-0/+14
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementGravatar Linus Torvalds 1-1/+1
2017-11-27fs: annotate ->poll() instancesGravatar Al Viro 1-2/+2
2017-11-14Merge branch 'fsnotify' of git://git.kernel.org/pub/scm/linux/kernel/git/jack...Gravatar Linus Torvalds 1-2/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2017-10-31fsnotify: convert fsnotify_mark.refcnt from atomic_t to refcount_tGravatar Elena Reshetova 1-2/+2
2017-04-10fsnotify: Move ->free_mark callback to fsnotify_opsGravatar Jan Kara 3-12/+14
2017-04-10fsnotify: Add group pointer in fsnotify_init_mark()Gravatar Jan Kara 1-3/+2
2017-04-10fsnotify: Remove fsnotify_find_{inode|vfsmount}_mark()Gravatar Jan Kara 1-1/+1
2017-04-10fsnotify: Remove fsnotify_recalc_{inode|vfsmount}_mask()Gravatar Jan Kara 1-1/+1
2017-04-10fsnotify: Remove fsnotify_set_mark_{,ignored_}mask_locked()Gravatar Jan Kara 1-4/+2
2017-04-10fsnotify: Pass fsnotify_iter_info into handle_event handlerGravatar Jan Kara 3-3/+5
2017-04-10fsnotify: Move queueing of mark for destruction into fsnotify_put_mark()Gravatar Jan Kara 1-2/+1
2017-04-10inotify: Do not drop mark reference under idr_lockGravatar Jan Kara 1-18/+6
2017-04-03inotify: Remove inode pointers from debug messagesGravatar Jan Kara 2-17/+12
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Gravatar Ingo Molnar 1-1/+1
2017-03-02sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h>Gravatar Ingo Molnar 1-0/+1
2017-01-24inotify: Convert to using per-namespace limitsGravatar Nikolay Borisov 3-21/+36
2016-12-05fsnotify: constify 'data' passed to ->handle_event()Gravatar Al Viro 2-3/+3
2016-10-07fsnotify: convert notification_mutex to a spinlockGravatar Jan Kara 1-8/+8
2015-11-05inotify: actually check for invalid bits in sys_inotify_add_watch()Gravatar Dave Hansen 1-1/+13
2015-06-16fs/notify: don't use module_init for non-modular inotify_user codeGravatar Paul Gortmaker 1-2/+2
2014-12-13fsnotify: unify inode and mount marks handlingGravatar Jan Kara 2-6/+6
2014-10-28sched, inotify: Deal with nested sleepsGravatar Peter Zijlstra 1-5/+4
2014-10-09fsnotify: don't put user context if it was never assignedGravatar Sasha Levin 1-2/+4
2014-08-06fsnotify: rename event handling functionsGravatar Jan Kara 2-3/+3
2014-06-06inotify: convert use of typedef ctl_table to struct ctl_tableGravatar Joe Perches 1-1/+1
2014-02-25fsnotify: Allocate overflow events with proper typeGravatar Jan Kara 1-0/+12
2014-02-18inotify: Fix reporting of cookies for inotify eventsGravatar Jan Kara 3-3/+4
2014-01-29fsnotify: Do not return merged event from fsnotify_add_notify_event()Gravatar Jan Kara 1-12/+7
2014-01-21fsnotify: remove .should_send_event callbackGravatar Jan Kara 1-17/+7
2014-01-21fsnotify: do not share events between notification groupsGravatar Jan Kara 3-146/+86
2014-01-21inotify: provide function for name length roundingGravatar Jan Kara 1-20/+21
2013-07-09inotify: fix race when adding a new watchGravatar Lino Sanfilippo 1-9/+4
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-3/+0
2013-04-30inotify: invalid mask should return a error number but not set itGravatar Zhao Hongjiang 1-2/+4
2013-04-29inotify: convert inotify_add_to_idr() to use idr_alloc_cyclic()Gravatar Jeff Layton 1-6/+2
2013-04-29fanotify: don't wank with FASYNC on ->release()Gravatar Al Viro 1-3/+0
2013-02-27inotify: convert to idr_alloc()Gravatar Tejun Heo 1-13/+11
2013-02-27inotify: don't use idr_remove_all()Gravatar Tejun Heo 1-1/+0
2013-02-21inotify: remove broken mask checks causing unmount to be EINVALGravatar Jim Somerville 1-4/+0
2012-12-20Merge branch 'for-next' of git://git.infradead.org/users/eparis/notifyGravatar Linus Torvalds 2-21/+17
2012-12-17fs, notify: add procfs fdinfo helperGravatar Cyrill Gorcunov 1-0/+2
2012-12-11inotify: automatically restart syscallsGravatar Eric Paris 1-1/+1