aboutsummaryrefslogtreecommitdiffstats
path: root/fs/notify/inotify/inotify_user.c
Commit message (Expand)AuthorAgeFilesLines
* merged 3.0.101 tagWolfgang Wiedmeyer2015-10-221-4/+0
* inotify: fix double free/corruption of stuct userEric Paris2011-04-051-26/+13
* Remove one to many n's in a wordJustin P. Mattock2011-03-011-1/+1
* inotify: stop kernel memory leak on file creation failureEric Paris2010-12-071-0/+1
* fsnotify: rename FS_IN_ISDIR to FS_ISDIREric Paris2010-10-281-1/+1
* llseek: automatically add .llseek fopArnd Bergmann2010-10-151-0/+1
* fsnotify: remove group->maskEric Paris2010-07-281-9/+0
* fsnotify: fsnotify_add_notify_event should return an eventEric Paris2010-07-281-3/+8
* fsnotify: add pr_debug throughoutEric Paris2010-07-281-0/+10
* inotify: Fix mask checksJerome Marchand2010-07-281-2/+2
* inotify: force inotify and fsnotify use same bitsEric Paris2010-07-281-0/+21
* inotify: allow users to request not to recieve events on unlinked childrenEric Paris2010-07-281-1/+1
* inotify: send IN_UNMOUNT eventsEric Paris2010-07-281-2/+5
* inotify_user.c: make local symbol staticH Hartley Sweeten2010-07-281-1/+1
* fsnotify: intoduce a notification merge argumentEric Paris2010-07-281-1/+1
* fsnotify: allow marks to not pin inodes in coreEric Paris2010-07-281-7/+5
* fsnotify: split generic and inode specific mark codeEric Paris2010-07-281-2/+2
* fsnotify: take inode->i_lock inside fsnotify_find_mark_entry()Andreas Gruenbacher2010-07-281-2/+0
* inotify: rename mark_entry to just markEric Paris2010-07-281-96/+96
* fsnotify: rename fsnotify_find_mark_entry to fsnotify_find_markEric Paris2010-07-281-3/+3
* fsnotify: rename fsnotify_mark_entry to just fsnotify_markEric Paris2010-07-281-4/+4
* fsnotify: put inode specific fields in an fsnotify_mark in a unionEric Paris2010-07-281-5/+5
* fsnotify: drop mask argument from fsnotify_alloc_groupEric Paris2010-07-281-1/+1
* fsnotify: fsnotify_obtain_group should be fsnotify_alloc_groupEric Paris2010-07-281-1/+1
* fsnotify: remove group_num altogetherEric Paris2010-07-281-10/+1
* fsnotify: per group notification queue merge typesEric Paris2010-07-281-1/+1
* inotify: do not spam console without limitEric Paris2010-07-281-7/+4
* inotify: do not reuse watch descriptorsEric Paris2010-07-281-7/+6
* inotify: use container_of instead of castingEric Paris2010-07-281-1/+3
* fsnotify: allow addition of duplicate fsnotify marksEric Paris2010-07-281-1/+1
* inotify: simplify the inotify idr handlingEric Paris2010-07-281-55/+139
* inotify: race use after free/double free in inotify inode marksEric Paris2010-05-141-3/+6
* inotify: clean up the inotify_add_watch out pathEric Paris2010-05-141-5/+2
* switch inotify_user to anon_inodeAl Viro2010-02-191-53/+6
* inotify: do not reuse watch descriptorsEric Paris2010-01-151-2/+2
* switch alloc_file() to passing struct pathAl Viro2009-12-161-2/+6
* switched inotify_init1() to alloc_file()Al Viro2009-12-161-15/+10
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2009-12-091-4/+0
|\
| * inotify: remove superfluous return code checkGiuseppe Scrivano2009-12-041-4/+0
* | sysctl: Drop & in front of every proc_handler.Eric W. Biederman2009-11-181-3/+3
* | sysctl fs: Remove dead binary sysctl supportEric W. Biederman2009-11-121-7/+1
|/
* inotify: update the group mask on mark additionEric Paris2009-08-281-0/+4
* inotify: fix length reporting and size checkingEric Paris2009-08-281-3/+5
* inotify: do not send a block of zeros when no pathname is availableBrian Rogers2009-08-281-3/+5
* inotify: Ensure we alwasy write the terminating NULL.Eric W. Biederman2009-08-271-7/+6
* inotify: fix locking around inotify watching in the idrEric Paris2009-08-271-10/+40
* inotify: seperate new watch creation updating existing watchesEric Paris2009-08-271-69/+103
* inotify: start watch descriptor count at 1Eric Paris2009-08-171-1/+1
* notify: unused event private raceEric Paris2009-08-171-4/+3
* inotify: use GFP_NOFS under potential memory pressureEric Paris2009-07-211-6/+12