aboutsummaryrefslogtreecommitdiff
path: root/fs/eventpoll.c
AgeCommit message (Expand)AuthorFilesLines
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
2006-08-27[PATCH] eventpoll.c compile fixGravatar Masoud Asgharifard Sharbiani 1-2/+2
2006-07-03[PATCH] sched: cleanup, remove task_t, convert to struct task_structGravatar Ingo Molnar 1-2/+2
2006-06-25[PATCH] epoll: use unlocked wqueue operationsGravatar Davide Libenzi 1-7/+10
2006-06-23[PATCH] VFS: Permit filesystem to override root dentry on mountGravatar David Howells 1-6/+7
2006-04-21[RBTREE] Update eventpoll.c to use rb_parent() accessor macro.Gravatar David Woodhouse 1-3/+3
2006-04-11[PATCH] uniform POLLRDHUP handling between epoll and poll/selectGravatar Davide Libenzi 1-2/+2
2006-03-28[PATCH] Make most file operations structs in fs/ constGravatar Arjan van de Ven 1-1/+1
2006-03-26[PATCH] Use __read_mostly on some hot fs variablesGravatar Eric Dumazet 1-3/+3
2006-03-25[PATCH] POLLRDHUP/EPOLLRDHUP handling for half-closed devices notificationsGravatar Davide Libenzi 1-2/+2
2006-03-23[PATCH] get_empty_filp tweaks, inline epoll_init_file()Gravatar Benjamin LaHaise 1-9/+0
2006-03-23[PATCH] sem2mutex: eventpollGravatar Arjan van de Ven 1-11/+12
2005-09-28[PATCH] epoll: handle timeout overflowGravatar Davide Libenzi 1-2/+6
2005-09-17[PATCH] epoll: fix delayed initialization bugGravatar Davide Libenzi 1-20/+20
2005-06-23[PATCH] Remove eventpoll macro obfuscationGravatar Pekka Enberg 1-85/+110
2005-05-05[PATCH] make some things staticGravatar Adrian Bunk 1-1/+1
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Gravatar Linus Torvalds 1-0/+1639