summaryrefslogtreecommitdiff
path: root/fs/eventpoll.c
AgeCommit message (Expand)Author
2013-06-10epoll: prevent missed events on EPOLL_CTL_MODEric Wong
2012-10-07epoll: clear the tfile_check_list on -ELOOPJason Baron
2012-10-07Don't limit non-nested epoll pathsJason Baron
2012-10-07epoll: limit pathsJason Baron
2012-10-07epoll: ep_unregister_pollwait() can use the freed pwq->wheadOleg Nesterov
2012-10-07epoll: introduce POLLFREE to flush ->signalfd_wqh before kfree()Oleg Nesterov
2011-11-07epoll: fix spurious lockdep warningsNelson Elhage
2011-03-02epoll: prevent creating circular epoll structuresDavide Libenzi
2009-06-18epoll: fix nested calls supportDavide Libenzi
2009-05-12epoll: fix size check in epoll_create()Davide Libenzi
2009-04-01epoll keyed wakeups: teach epoll about hints coming with the wakeup keyDavide Libenzi
2009-04-01epoll: use real type instead of void *Tony Battersby
2009-04-01epoll: clean up ep_modifyTony Battersby
2009-04-01epoll: remove unnecessary xchgTony Battersby
2009-04-01epoll: remember the event if epoll_wait returns -EFAULTTony Battersby
2009-04-01epoll: don't use current in irq contextTony Battersby
2009-04-01epoll: remove debugging codeDavide Libenzi
2009-04-01epoll: fix epoll's own poll (update)Davide Libenzi
2009-04-01epoll: fix epoll's own pollDavide Libenzi
2009-03-16Rename struct file->f_ep_lockJonathan Corbet
2009-01-29epoll: drop max_user_instances and rely only on max_user_watchesDavide Libenzi
2009-01-14[CVE-2009-0029] System call wrappers part 23Heiko Carstens
2008-12-01epoll: introduce resource usage limitsDavide Libenzi
2008-10-26epoll: avoid double-inserts in case of EFAULTDavide Libenzi
2008-10-16epoll: drop unnecessary testDavide Libenzi
2008-08-12fs/eventpoll.c: fix sys_epoll_create1() commentAndrew Morton
2008-07-24flag parameters add-on: remove epoll_create size paramUlrich Drepper
2008-07-24flag parameters: check magic constantsUlrich Drepper
2008-07-24flag parameters: epoll_createUlrich Drepper
2008-07-24flag parameters: anon_inode_getfd extensionUlrich Drepper
2008-05-01[PATCH] sanitize anon_inode_getfd()Al Viro
2008-04-30signals: use HAVE_SET_RESTORE_SIGMASKRoland McGrath
2008-04-30signals: add set_restore_sigmaskRoland McGrath
2008-04-29epoll: avoid kmemcheck warningDavide Libenzi
2008-02-05lockdep: annotate epollPeter Zijlstra
2007-12-06Use wake_up_locked() in eventpollMatthew Wilcox
2007-10-19fs/eventpoll.c: use list_for_each_entry() instead of list_for_each()Matthias Kaehlcke
2007-10-18sparse pointer use of zero as nullStephen Hemminger
2007-07-20mm: Remove slab destructors from kmem_cache_create().Paul Mundt
2007-05-15epoll: move kfree inside ep_freeDavide Libenzi
2007-05-15epoll: fix some commentsDavide Libenzi
2007-05-15epoll locks changes and cleanupsDavide Libenzi
2007-05-15fix epoll single pass code and add wait-exclusive flagDavide Libenzi
2007-05-11epoll cleanups: epoll remove static pre-declarations and akpm-ize the codeDavide Libenzi
2007-05-11epoll cleanups: epoll no moduleDavide Libenzi
2007-05-11epoll: use anonymous inodesDavide Libenzi
2007-05-08Introduce a handy list_first_entry macroPavel Emelianov
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap
2007-05-08epoll: optimizations and cleanupsDavide Libenzi
2006-12-08[PATCH] VFS: change struct file to use struct pathJosef "Jeff" Sipek