aboutsummaryrefslogtreecommitdiffstats
path: root/fs/notify/inotify (follow)
AgeCommit message (Expand)AuthorFilesLines
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-08-12Revert "fsnotify: store struct file not struct path"Linus Torvalds1-6/+6
2010-07-28fanotify: use both marks when possibleEric Paris1-2/+2
2010-07-28fsnotify: pass both the vfsmount mark and inode markEric Paris1-4/+8
2010-07-28fsnotify: remove group->maskEric Paris1-9/+0
2010-07-28fsnotify: cleanup should_send_eventEric Paris1-11/+3
2010-07-28inotify: use the mark in handler functionsEric Paris1-24/+5
2010-07-28fsnotify: send fsnotify_mark to groups in event handling functionsEric Paris1-3/+5
2010-07-28fsnotify: store struct file not struct pathEric Paris1-6/+6
2010-07-28fsnotify: fsnotify_add_notify_event should return an eventEric Paris2-17/+22
2010-07-28fsnotify: add pr_debug throughoutEric Paris2-0/+16
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 Paris2-1/+10
2010-07-28inotify: send IN_UNMOUNT eventsEric Paris1-2/+5
2010-07-28inotify: fix inotify oneshot supportEric Paris1-0/+3
2010-07-28inotify_user.c: make local symbol staticH Hartley Sweeten1-1/+1
2010-07-28fsnotify: intoduce a notification merge argumentEric Paris2-3/+5
2010-07-28fsnotify: allow marks to not pin inodes in coreEric Paris1-7/+5
2010-07-28fsnotify: split generic and inode specific mark codeEric Paris2-4/+4
2010-07-28fsnotify: take inode->i_lock inside fsnotify_find_mark_entry()Andreas Gruenbacher2-6/+0
2010-07-28inotify: rename mark_entry to just markEric Paris3-124/+123
2010-07-28fsnotify: rename fsnotify_find_mark_entry to fsnotify_find_markEric Paris2-5/+5
2010-07-28fsnotify: rename fsnotify_mark_entry to just fsnotify_markEric Paris3-11/+11
2010-07-28fsnotify: put inode specific fields in an fsnotify_mark in a unionEric Paris2-6/+6
2010-07-28fsnotify: include vfsmount in should_send_event when appropriateEric Paris1-1/+2
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 Paris2-2/+56
2010-07-28fsnotify: include data in should_send callsEric Paris1-1/+1
2010-07-28fsnotify: provide the data type to should_send_eventEric Paris1-1/+2
2010-07-28inotify: do not spam console without limitEric Paris1-7/+4
2010-07-28inotify: remove inotify in kernel interfaceEric Paris3-889/+0
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-21Saner locking around deactivate_super()Al Viro1-65/+11
2010-05-21get rid of S_BIASAl Viro1-19/+13
2010-05-14Merge branch 'for-linus' of git://git.infradead.org/users/eparis/notifyLinus Torvalds2-8/+10
2010-05-14inotify: don't leak user struct on inotify releasePavel Emelyanov1-0/+2
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-05-12Inotify: undefined reference to `anon_inode_getfd'Russell King1-0/+1
2010-04-30Inotify: Fix build failure in inotify user supportRalf Baechle1-0/+1
2010-02-19switch inotify_user to anon_inodeAl Viro1-53/+6
2010-01-15inotify: only warn once for inotify problemsEric Paris1-1/+1