summaryrefslogtreecommitdiff
path: root/fs/notify/inotify/inotify_user.c
AgeCommit message (Expand)Author
2012-09-26switch simple cases of fget_light to fdgetAl Viro
2011-04-05inotify: fix double free/corruption of stuct userEric Paris
2011-03-01Remove one to many n's in a wordJustin P. Mattock
2010-12-07inotify: stop kernel memory leak on file creation failureEric Paris
2010-10-28fsnotify: rename FS_IN_ISDIR to FS_ISDIREric Paris
2010-10-15llseek: automatically add .llseek fopArnd Bergmann
2010-07-28fsnotify: remove group->maskEric Paris
2010-07-28fsnotify: fsnotify_add_notify_event should return an eventEric Paris
2010-07-28fsnotify: add pr_debug throughoutEric Paris
2010-07-28inotify: Fix mask checksJerome Marchand
2010-07-28inotify: force inotify and fsnotify use same bitsEric Paris
2010-07-28inotify: allow users to request not to recieve events on unlinked childrenEric Paris
2010-07-28inotify: send IN_UNMOUNT eventsEric Paris
2010-07-28inotify_user.c: make local symbol staticH Hartley Sweeten
2010-07-28fsnotify: intoduce a notification merge argumentEric Paris
2010-07-28fsnotify: allow marks to not pin inodes in coreEric Paris
2010-07-28fsnotify: split generic and inode specific mark codeEric Paris
2010-07-28fsnotify: take inode->i_lock inside fsnotify_find_mark_entry()Andreas Gruenbacher
2010-07-28inotify: rename mark_entry to just markEric Paris
2010-07-28fsnotify: rename fsnotify_find_mark_entry to fsnotify_find_markEric Paris
2010-07-28fsnotify: rename fsnotify_mark_entry to just fsnotify_markEric Paris
2010-07-28fsnotify: put inode specific fields in an fsnotify_mark in a unionEric Paris
2010-07-28fsnotify: drop mask argument from fsnotify_alloc_groupEric Paris
2010-07-28fsnotify: fsnotify_obtain_group should be fsnotify_alloc_groupEric Paris
2010-07-28fsnotify: remove group_num altogetherEric Paris
2010-07-28fsnotify: per group notification queue merge typesEric Paris
2010-07-28inotify: do not spam console without limitEric Paris
2010-07-28inotify: do not reuse watch descriptorsEric Paris
2010-07-28inotify: use container_of instead of castingEric Paris
2010-07-28fsnotify: allow addition of duplicate fsnotify marksEric Paris
2010-07-28inotify: simplify the inotify idr handlingEric Paris
2010-05-14inotify: race use after free/double free in inotify inode marksEric Paris
2010-05-14inotify: clean up the inotify_add_watch out pathEric Paris
2010-02-19switch inotify_user to anon_inodeAl Viro
2010-01-15inotify: do not reuse watch descriptorsEric Paris
2009-12-16switch alloc_file() to passing struct pathAl Viro
2009-12-16switched inotify_init1() to alloc_file()Al Viro
2009-12-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2009-12-04inotify: remove superfluous return code checkGiuseppe Scrivano
2009-11-18sysctl: Drop & in front of every proc_handler.Eric W. Biederman
2009-11-12sysctl fs: Remove dead binary sysctl supportEric W. Biederman
2009-08-28inotify: update the group mask on mark additionEric Paris
2009-08-28inotify: fix length reporting and size checkingEric Paris
2009-08-28inotify: do not send a block of zeros when no pathname is availableBrian Rogers
2009-08-27inotify: Ensure we alwasy write the terminating NULL.Eric W. Biederman
2009-08-27inotify: fix locking around inotify watching in the idrEric Paris
2009-08-27inotify: seperate new watch creation updating existing watchesEric Paris
2009-08-17inotify: start watch descriptor count at 1Eric Paris
2009-08-17notify: unused event private raceEric Paris
2009-07-21inotify: use GFP_NOFS under potential memory pressureEric Paris