summaryrefslogtreecommitdiffstats
path: root/fs/notify/inotify
Commit message (Expand)AuthorAgeFilesLines
* 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
* inotify: Fix reporting of cookies for inotify eventsJan Kara2014-02-183-3/+4
* fsnotify: Do not return merged event from fsnotify_add_notify_event()Jan Kara2014-01-291-12/+7Star
* fsnotify: remove .should_send_event callbackJan Kara2014-01-221-17/+7Star
* fsnotify: do not share events between notification groupsJan Kara2014-01-223-146/+86Star
* inotify: provide function for name length roundingJan Kara2014-01-221-20/+21
* inotify: fix race when adding a new watchLino Sanfilippo2013-07-091-9/+4Star
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-05-021-3/+0Star
|\
| * fanotify: don't wank with FASYNC on ->release()Al Viro2013-04-291-3/+0Star
* | inotify: invalid mask should return a error number but not set itZhao Hongjiang2013-05-011-2/+4
* | inotify: convert inotify_add_to_idr() to use idr_alloc_cyclic()Jeff Layton2013-04-301-6/+2Star
|/
* inotify: convert to idr_alloc()Tejun Heo2013-02-281-13/+11Star
* inotify: don't use idr_remove_all()Tejun Heo2013-02-281-1/+0Star
* inotify: remove broken mask checks causing unmount to be EINVALJim Somerville2013-02-221-4/+0Star
* Merge branch 'for-next' of git://git.infradead.org/users/eparis/notifyLinus Torvalds2012-12-212-21/+17Star
|\
| * inotify: automatically restart syscallsEric Paris2012-12-111-1/+1
| * inotify: dont skip removal of watch descriptor if creation of ignored event f...Lino Sanfilippo2012-12-111-5/+5
| * fsnotify: make fasync generic for both inotify and fanotifyEric Paris2012-12-111-9/+4Star
| * fsnotify: pass group to fsnotify_destroy_mark()Lino Sanfilippo2012-12-112-2/+2
| * fsnotify: use reference counting for groupsLino Sanfilippo2012-12-112-0/+3
| * inotify, fanotify: replace fsnotify_put_group() with fsnotify_destroy_group()Lino Sanfilippo2012-12-111-5/+3Star
* | fs, notify: add procfs fdinfo helperCyrill Gorcunov2012-12-181-0/+2
* | switch simple cases of fget_light to fdgetAl Viro2012-09-271-14/+14
|/
* 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-062-26/+14Star
|/