summaryrefslogtreecommitdiffstats
path: root/fs/notify/inotify
AgeCommit message (Expand)AuthorLines
2014-12-13fsnotify: unify inode and mount marks handlingJan Kara-6/+6
2014-10-28sched, inotify: Deal with nested sleepsPeter Zijlstra-5/+4
2014-10-09fsnotify: don't put user context if it was never assignedSasha Levin-2/+4
2014-08-06fsnotify: rename event handling functionsJan Kara-3/+3
2014-06-06inotify: convert use of typedef ctl_table to struct ctl_tableJoe Perches-1/+1
2014-02-25fsnotify: Allocate overflow events with proper typeJan Kara-0/+12
2014-02-18inotify: Fix reporting of cookies for inotify eventsJan Kara-3/+4
2014-01-29fsnotify: Do not return merged event from fsnotify_add_notify_event()Jan Kara-12/+7
2014-01-21fsnotify: remove .should_send_event callbackJan Kara-17/+7
2014-01-21fsnotify: do not share events between notification groupsJan Kara-146/+86
2014-01-21inotify: provide function for name length roundingJan Kara-20/+21
2013-07-09inotify: fix race when adding a new watchLino Sanfilippo-9/+4
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-3/+0
2013-04-30inotify: invalid mask should return a error number but not set itZhao Hongjiang-2/+4
2013-04-29inotify: convert inotify_add_to_idr() to use idr_alloc_cyclic()Jeff Layton-6/+2
2013-04-29fanotify: don't wank with FASYNC on ->release()Al Viro-3/+0
2013-02-27inotify: convert to idr_alloc()Tejun Heo-13/+11
2013-02-27inotify: don't use idr_remove_all()Tejun Heo-1/+0
2013-02-21inotify: remove broken mask checks causing unmount to be EINVALJim Somerville-4/+0
2012-12-20Merge branch 'for-next' of git://git.infradead.org/users/eparis/notifyLinus Torvalds-21/+17
2012-12-17fs, notify: add procfs fdinfo helperCyrill Gorcunov-0/+2
2012-12-11inotify: automatically restart syscallsEric Paris-1/+1
2012-12-11inotify: dont skip removal of watch descriptor if creation of ignored event f...Lino Sanfilippo-5/+5
2012-12-11fsnotify: make fasync generic for both inotify and fanotifyEric Paris-9/+4
2012-12-11fsnotify: pass group to fsnotify_destroy_mark()Lino Sanfilippo-2/+2
2012-12-11fsnotify: use reference counting for groupsLino Sanfilippo-0/+3
2012-12-11inotify, fanotify: replace fsnotify_put_group() with fsnotify_destroy_group()Lino Sanfilippo-5/+3
2012-09-26switch simple cases of fget_light to fdgetAl Viro-14/+14
2011-04-07Merge branch 'for-linus2' of git://git.profusion.mobi/users/lucas/linux-2.6Linus Torvalds-1/+1
2011-04-05inotify: fix double free/corruption of stuct userEric Paris-26/+14
2011-03-31Fix common misspellingsLucas De Marchi-1/+1
2011-03-01Remove one to many n's in a wordJustin P. Mattock-1/+1
2010-12-07inotify: stop kernel memory leak on file creation failureEric Paris-0/+1
2010-10-28fsnotify: rename FS_IN_ISDIR to FS_ISDIREric Paris-1/+1
2010-10-15llseek: automatically add .llseek fopArnd Bergmann-0/+1
2010-08-12Revert "fsnotify: store struct file not struct path"Linus Torvalds-6/+6
2010-07-28fanotify: use both marks when possibleEric Paris-2/+2
2010-07-28fsnotify: pass both the vfsmount mark and inode markEric Paris-4/+8
2010-07-28fsnotify: remove group->maskEric Paris-9/+0
2010-07-28fsnotify: cleanup should_send_eventEric Paris-11/+3
2010-07-28inotify: use the mark in handler functionsEric Paris-24/+5
2010-07-28fsnotify: send fsnotify_mark to groups in event handling functionsEric Paris-3/+5
2010-07-28fsnotify: store struct file not struct pathEric Paris-6/+6
2010-07-28fsnotify: fsnotify_add_notify_event should return an eventEric Paris-17/+22
2010-07-28fsnotify: add pr_debug throughoutEric Paris-0/+16
2010-07-28inotify: Fix mask checksJerome Marchand-2/+2
2010-07-28inotify: force inotify and fsnotify use same bitsEric Paris-0/+21
2010-07-28inotify: allow users to request not to recieve events on unlinked childrenEric Paris-1/+10
2010-07-28inotify: send IN_UNMOUNT eventsEric Paris-2/+5
2010-07-28inotify: fix inotify oneshot supportEric Paris-0/+3