aboutsummaryrefslogtreecommitdiffstats
path: root/fs/eventpoll.c
Commit message (Expand)AuthorAgeFilesLines
* epoll: prevent missed events on EPOLL_CTL_MODEric Wong2013-01-171-1/+21
* Don't limit non-nested epoll pathsJason Baron2012-04-271-0/+4
* epoll: limit pathsJason Baron2012-02-291-25/+209
* epoll: ep_unregister_pollwait() can use the freed pwq->wheadOleg Nesterov2012-02-291-3/+27
* epoll: introduce POLLFREE to flush ->signalfd_wqh before kfree()Oleg Nesterov2012-02-291-0/+4
* epoll: fix spurious lockdep warningsNelson Elhage2011-11-111-7/+18
* Fix common misspellingsLucas De Marchi2011-03-311-4/+4
* epoll: fix compiler warning and optimize the non-blocking pathShawn Bohrer2011-03-221-5/+28
* epoll: move ready event check into proper inlineDavide Libenzi2011-03-221-3/+16
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2011-03-181-6/+6
|\
| * fs/eventpoll.c: fix spellingDaniel Baluta2011-02-171-6/+6
* | epoll: prevent creating circular epoll structuresDavide Libenzi2011-02-251-0/+95
|/
* epoll: epoll_wait() should not use timespec_add_ns()Eric Dumazet2011-02-021-3/+13
* epoll: convert max_user_watches to longRobin Holt2011-01-131-8/+12
* epoll: make epoll_wait() use the hrtimer range featureShawn Bohrer2010-10-271-16/+19
* llseek: automatically add .llseek fopArnd Bergmann2010-10-151-1/+2
* sched, wait: Use wrapper functionsChangli Gao2010-05-111-2/+1
* anonfd: Allow making anon files read-onlyRoland Dreier2009-12-221-1/+1
* sysctl: Drop & in front of every proc_handler.Eric W. Biederman2009-11-181-1/+1
* sysctl fs: Remove dead binary sysctl supportEric W. Biederman2009-11-121-1/+1
* epoll: fix nested calls supportDavide Libenzi2009-06-181-9/+12
* epoll: fix size check in epoll_create()Davide Libenzi2009-05-121-1/+1
* epoll keyed wakeups: teach epoll about hints coming with the wakeup keyDavide Libenzi2009-04-011-2/+29
* epoll: use real type instead of void *Tony Battersby2009-04-011-1/+1
* epoll: clean up ep_modifyTony Battersby2009-04-011-12/+7
* epoll: remove unnecessary xchgTony Battersby2009-04-011-14/+8
* epoll: remember the event if epoll_wait returns -EFAULTTony Battersby2009-04-011-1/+3
* epoll: don't use current in irq contextTony Battersby2009-04-011-7/+8
* epoll: remove debugging codeDavide Libenzi2009-04-011-67/+11
* epoll: fix epoll's own poll (update)Davide Libenzi2009-04-011-53/+57
* epoll: fix epoll's own pollDavide Libenzi2009-04-011-207/+304
* Rename struct file->f_ep_lockJonathan Corbet2009-03-161-5/+7
* epoll: drop max_user_instances and rely only on max_user_watchesDavide Libenzi2009-01-291-18/+4
* [CVE-2009-0029] System call wrappers part 23Heiko Carstens2009-01-141-9/+9
* epoll: introduce resource usage limitsDavide Libenzi2008-12-011-8/+77
* epoll: avoid double-inserts in case of EFAULTDavide Libenzi2008-10-261-2/+9
* epoll: drop unnecessary testDavide Libenzi2008-10-161-6/+3
* fs/eventpoll.c: fix sys_epoll_create1() commentAndrew Morton2008-08-121-4/+1
* flag parameters add-on: remove epoll_create size paramUlrich Drepper2008-07-241-8/+10
* flag parameters: check magic constantsUlrich Drepper2008-07-241-0/+3
* flag parameters: epoll_createUlrich Drepper2008-07-241-2/+11
* flag parameters: anon_inode_getfd extensionUlrich Drepper2008-07-241-1/+1
* [PATCH] sanitize anon_inode_getfd()Al Viro2008-05-011-15/+8
* signals: use HAVE_SET_RESTORE_SIGMASKRoland McGrath2008-04-301-2/+2
* signals: add set_restore_sigmaskRoland McGrath2008-04-301-2/+1
* epoll: avoid kmemcheck warningDavide Libenzi2008-04-291-24/+3
* lockdep: annotate epollPeter Zijlstra2008-02-051-1/+1
* Use wake_up_locked() in eventpollMatthew Wilcox2007-12-061-7/+4
* fs/eventpoll.c: use list_for_each_entry() instead of list_for_each()Matthias Kaehlcke2007-10-191-3/+2
* sparse pointer use of zero as nullStephen Hemminger2007-10-181-1/+1