summaryrefslogtreecommitdiffstats
path: root/fs/notify/inotify/inotify_user.c
Commit message (Expand)AuthorAgeFilesLines
* fsnotify: rename event handling functionsJan Kara2014-08-061-2/+2
* inotify: convert use of typedef ctl_table to struct ctl_tableJoe Perches2014-06-061-1/+1
* fsnotify: Allocate overflow events with proper typeJan Kara2014-02-251-0/+12
* inotify: Fix reporting of cookies for inotify eventsJan Kara2014-02-181-1/+1
* fsnotify: do not share events between notification groupsJan Kara2014-01-211-65/+21
* inotify: provide function for name length roundingJan Kara2014-01-211-20/+21
* inotify: fix race when adding a new watchLino Sanfilippo2013-07-091-9/+4
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-05-011-3/+0
|\
| * fanotify: don't wank with FASYNC on ->release()Al Viro2013-04-291-3/+0
* | inotify: invalid mask should return a error number but not set itZhao Hongjiang2013-04-301-2/+4
* | inotify: convert inotify_add_to_idr() to use idr_alloc_cyclic()Jeff Layton2013-04-291-6/+2
|/
* inotify: convert to idr_alloc()Tejun Heo2013-02-271-13/+11
* inotify: remove broken mask checks causing unmount to be EINVALJim Somerville2013-02-211-4/+0
* Merge branch 'for-next' of git://git.infradead.org/users/eparis/notifyLinus Torvalds2012-12-201-20/+14
|\
| * inotify: automatically restart syscallsEric Paris2012-12-111-1/+1
| * inotify: dont skip removal of watch descriptor if creation of ignored event f...Lino Sanfilippo2012-12-111-5/+5
| * fsnotify: make fasync generic for both inotify and fanotifyEric Paris2012-12-111-9/+4
| * fsnotify: pass group to fsnotify_destroy_mark()Lino Sanfilippo2012-12-111-1/+1
| * fsnotify: use reference counting for groupsLino Sanfilippo2012-12-111-0/+1
| * inotify, fanotify: replace fsnotify_put_group() with fsnotify_destroy_group()Lino Sanfilippo2012-12-111-5/+3
* | fs, notify: add procfs fdinfo helperCyrill Gorcunov2012-12-171-0/+2
* | switch simple cases of fget_light to fdgetAl Viro2012-09-261-14/+14
|/
* 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
OpenPOWER on IntegriCloud