summaryrefslogtreecommitdiffstats
path: root/fs/notify/inotify/inotify_user.c
AgeCommit message (Expand)AuthorFilesLines
2013-07-09inotify: fix race when adding a new watchLino Sanfilippo1-9/+4
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-3/+0
2013-04-30inotify: invalid mask should return a error number but not set itZhao Hongjiang1-2/+4
2013-04-29inotify: convert inotify_add_to_idr() to use idr_alloc_cyclic()Jeff Layton1-6/+2
2013-04-29fanotify: don't wank with FASYNC on ->release()Al Viro1-3/+0
2013-02-27inotify: convert to idr_alloc()Tejun Heo1-13/+11
2013-02-21inotify: remove broken mask checks causing unmount to be EINVALJim Somerville1-4/+0
2012-12-20Merge branch 'for-next' of git://git.infradead.org/users/eparis/notifyLinus Torvalds1-20/+14
2012-12-17fs, notify: add procfs fdinfo helperCyrill Gorcunov1-0/+2
2012-12-11inotify: automatically restart syscallsEric Paris1-1/+1
2012-12-11inotify: dont skip removal of watch descriptor if creation of ignored event f...Lino Sanfilippo1-5/+5
2012-12-11fsnotify: make fasync generic for both inotify and fanotifyEric Paris1-9/+4
2012-12-11fsnotify: pass group to fsnotify_destroy_mark()Lino Sanfilippo1-1/+1
2012-12-11fsnotify: use reference counting for groupsLino Sanfilippo1-0/+1
2012-12-11inotify, fanotify: replace fsnotify_put_group() with fsnotify_destroy_group()Lino Sanfilippo1-5/+3
2012-09-26switch simple cases of fget_light to fdgetAl Viro1-14/+14
2011-04-05inotify: fix double free/corruption of stuct userEric Paris1-26/+13
2011-03-01Remove one to many n's in a wordJustin P. Mattock1-1/+1
2010-12-07inotify: stop kernel memory leak on file creation failureEric Paris1-0/+1
2010-10-28fsnotify: rename FS_IN_ISDIR to FS_ISDIREric Paris1-1/+1
2010-10-15llseek: automatically add .llseek fopArnd Bergmann1-0/+1
2010-07-28fsnotify: remove group->maskEric Paris1-9/+0
2010-07-28fsnotify: fsnotify_add_notify_event should return an eventEric Paris1-3/+8
2010-07-28fsnotify: add pr_debug throughoutEric Paris1-0/+10
2010-07-28inotify: Fix mask checksJerome Marchand1-2/+2
2010-07-28inotify: force inotify and fsnotify use same bitsEric Paris1-0/+21
2010-07-28inotify: allow users to request not to recieve events on unlinked childrenEric Paris1-1/+1
2010-07-28inotify: send IN_UNMOUNT eventsEric Paris1-2/+5
2010-07-28inotify_user.c: make local symbol staticH Hartley Sweeten1-1/+1
2010-07-28fsnotify: intoduce a notification merge argumentEric Paris1-1/+1
2010-07-28fsnotify: allow marks to not pin inodes in coreEric Paris1-7/+5
2010-07-28fsnotify: split generic and inode specific mark codeEric Paris1-2/+2
2010-07-28fsnotify: take inode->i_lock inside fsnotify_find_mark_entry()Andreas Gruenbacher1-2/+0
2010-07-28inotify: rename mark_entry to just markEric Paris1-96/+96
2010-07-28fsnotify: rename fsnotify_find_mark_entry to fsnotify_find_markEric Paris1-3/+3
2010-07-28fsnotify: rename fsnotify_mark_entry to just fsnotify_markEric Paris1-4/+4
2010-07-28fsnotify: put inode specific fields in an fsnotify_mark in a unionEric Paris1-5/+5
2010-07-28fsnotify: drop mask argument from fsnotify_alloc_groupEric Paris1-1/+1
2010-07-28fsnotify: fsnotify_obtain_group should be fsnotify_alloc_groupEric Paris1-1/+1
2010-07-28fsnotify: remove group_num altogetherEric Paris1-10/+1
2010-07-28fsnotify: per group notification queue merge typesEric Paris1-1/+1
2010-07-28inotify: do not spam console without limitEric Paris1-7/+4
2010-07-28inotify: do not reuse watch descriptorsEric Paris1-7/+6
2010-07-28inotify: use container_of instead of castingEric Paris1-1/+3
2010-07-28fsnotify: allow addition of duplicate fsnotify marksEric Paris1-1/+1
2010-07-28inotify: simplify the inotify idr handlingEric Paris1-55/+139
2010-05-14inotify: race use after free/double free in inotify inode marksEric Paris1-3/+6
2010-05-14inotify: clean up the inotify_add_watch out pathEric Paris1-5/+2
2010-02-19switch inotify_user to anon_inodeAl Viro1-53/+6
2010-01-15inotify: do not reuse watch descriptorsEric Paris1-2/+2