aboutsummaryrefslogtreecommitdiff
path: root/fs/eventpoll.c
AgeCommit message (Expand)AuthorFilesLines
2009-12-22anonfd: Allow making anon files read-onlyGravatar Roland Dreier 1-1/+1
2009-11-18sysctl: Drop & in front of every proc_handler.Gravatar Eric W. Biederman 1-1/+1
2009-11-12sysctl fs: Remove dead binary sysctl supportGravatar Eric W. Biederman 1-1/+1
2009-06-18epoll: fix nested calls supportGravatar Davide Libenzi 1-9/+12
2009-05-12epoll: fix size check in epoll_create()Gravatar Davide Libenzi 1-1/+1
2009-04-01epoll keyed wakeups: teach epoll about hints coming with the wakeup keyGravatar Davide Libenzi 1-2/+29
2009-04-01epoll: use real type instead of void *Gravatar Tony Battersby 1-1/+1
2009-04-01epoll: clean up ep_modifyGravatar Tony Battersby 1-12/+7
2009-04-01epoll: remove unnecessary xchgGravatar Tony Battersby 1-14/+8
2009-04-01epoll: remember the event if epoll_wait returns -EFAULTGravatar Tony Battersby 1-1/+3
2009-04-01epoll: don't use current in irq contextGravatar Tony Battersby 1-7/+8
2009-04-01epoll: remove debugging codeGravatar Davide Libenzi 1-67/+11
2009-04-01epoll: fix epoll's own poll (update)Gravatar Davide Libenzi 1-53/+57
2009-04-01epoll: fix epoll's own pollGravatar Davide Libenzi 1-207/+304
2009-03-16Rename struct file->f_ep_lockGravatar Jonathan Corbet 1-5/+7
2009-01-29epoll: drop max_user_instances and rely only on max_user_watchesGravatar Davide Libenzi 1-18/+4
2009-01-14[CVE-2009-0029] System call wrappers part 23Gravatar Heiko Carstens 1-9/+9
2008-12-01epoll: introduce resource usage limitsGravatar Davide Libenzi 1-8/+77
2008-10-26epoll: avoid double-inserts in case of EFAULTGravatar Davide Libenzi 1-2/+9
2008-10-16epoll: drop unnecessary testGravatar Davide Libenzi 1-6/+3
2008-08-12fs/eventpoll.c: fix sys_epoll_create1() commentGravatar Andrew Morton 1-4/+1
2008-07-24flag parameters add-on: remove epoll_create size paramGravatar Ulrich Drepper 1-8/+10
2008-07-24flag parameters: check magic constantsGravatar Ulrich Drepper 1-0/+3
2008-07-24flag parameters: epoll_createGravatar Ulrich Drepper 1-2/+11
2008-07-24flag parameters: anon_inode_getfd extensionGravatar Ulrich Drepper 1-1/+1
2008-05-01[PATCH] sanitize anon_inode_getfd()Gravatar Al Viro 1-15/+8
2008-04-30signals: use HAVE_SET_RESTORE_SIGMASKGravatar Roland McGrath 1-2/+2
2008-04-30signals: add set_restore_sigmaskGravatar Roland McGrath 1-2/+1
2008-04-29epoll: avoid kmemcheck warningGravatar Davide Libenzi 1-24/+3
2008-02-05lockdep: annotate epollGravatar Peter Zijlstra 1-1/+1
2007-12-06Use wake_up_locked() in eventpollGravatar Matthew Wilcox 1-7/+4
2007-10-19fs/eventpoll.c: use list_for_each_entry() instead of list_for_each()Gravatar Matthias Kaehlcke 1-3/+2
2007-10-18sparse pointer use of zero as nullGravatar Stephen Hemminger 1-1/+1
2007-07-20mm: Remove slab destructors from kmem_cache_create().Gravatar Paul Mundt 1-2/+2
2007-05-15epoll: move kfree inside ep_freeGravatar Davide Libenzi 1-5/+2
2007-05-15epoll: fix some commentsGravatar Davide Libenzi 1-21/+27
2007-05-15epoll locks changes and cleanupsGravatar Davide Libenzi 1-161/+73
2007-05-15fix epoll single pass code and add wait-exclusive flagGravatar Davide Libenzi 1-156/+166
2007-05-11epoll cleanups: epoll remove static pre-declarations and akpm-ize the codeGravatar Davide Libenzi 1-548/+486
2007-05-11epoll cleanups: epoll no moduleGravatar Davide Libenzi 1-13/+1
2007-05-11epoll: use anonymous inodesGravatar Davide Libenzi 1-169/+3
2007-05-08Introduce a handy list_first_entry macroGravatar Pavel Emelianov 1-3/+3
2007-05-08header cleaning: don't include smp_lock.h when not usedGravatar Randy Dunlap 1-1/+0
2007-05-08epoll: optimizations and cleanupsGravatar Davide Libenzi 1-147/+86
2006-12-08[PATCH] VFS: change struct file to use struct pathGravatar Josef "Jeff" Sipek 1-2/+2
2006-12-07[PATCH] slab: remove kmem_cache_tGravatar Christoph Lameter 1-2/+2
2006-12-07[PATCH] slab: remove SLAB_KERNELGravatar Christoph Lameter 1-2/+2
2006-10-11[PATCH] epoll_pwait()Gravatar Davide Libenzi 1-3/+53
2006-10-03[PATCH] fs/eventpoll: error handling micro-cleanupGravatar Jeff Garzik 1-2/+3
2006-09-27[PATCH] inode-diet: Eliminate i_blksize from the inode structureGravatar Theodore Ts'o 1-1/+0