aboutsummaryrefslogtreecommitdiffstats
path: root/fs/eventpoll.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-10-19fs/eventpoll.c: use list_for_each_entry() instead of list_for_each()Matthias Kaehlcke1-3/+2
2007-10-18sparse pointer use of zero as nullStephen Hemminger1-1/+1
2007-07-20mm: Remove slab destructors from kmem_cache_create().Paul Mundt1-2/+2
2007-05-15epoll: move kfree inside ep_freeDavide Libenzi1-5/+2
2007-05-15epoll: fix some commentsDavide Libenzi1-21/+27
2007-05-15epoll locks changes and cleanupsDavide Libenzi1-161/+73
2007-05-15fix epoll single pass code and add wait-exclusive flagDavide Libenzi1-156/+166
2007-05-11epoll cleanups: epoll remove static pre-declarations and akpm-ize the codeDavide Libenzi1-548/+486
2007-05-11epoll cleanups: epoll no moduleDavide Libenzi1-13/+1
2007-05-11epoll: use anonymous inodesDavide Libenzi1-169/+3
2007-05-08Introduce a handy list_first_entry macroPavel Emelianov1-3/+3
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap1-1/+0
2007-05-08epoll: optimizations and cleanupsDavide Libenzi1-147/+86
2006-12-08[PATCH] VFS: change struct file to use struct pathJosef "Jeff" Sipek1-2/+2
2006-12-07[PATCH] slab: remove kmem_cache_tChristoph Lameter1-2/+2
2006-12-07[PATCH] slab: remove SLAB_KERNELChristoph Lameter1-2/+2
2006-10-11[PATCH] epoll_pwait()Davide Libenzi1-3/+53
2006-10-03[PATCH] fs/eventpoll: error handling micro-cleanupJeff Garzik1-2/+3
2006-09-27[PATCH] inode-diet: Eliminate i_blksize from the inode structureTheodore Ts'o1-1/+0
2006-08-27[PATCH] eventpoll.c compile fixMasoud Asgharifard Sharbiani1-2/+2
2006-07-03[PATCH] sched: cleanup, remove task_t, convert to struct task_structIngo Molnar1-2/+2
2006-06-25[PATCH] epoll: use unlocked wqueue operationsDavide Libenzi1-7/+10
2006-06-23[PATCH] VFS: Permit filesystem to override root dentry on mountDavid Howells1-6/+7
2006-04-21[RBTREE] Update eventpoll.c to use rb_parent() accessor macro.David Woodhouse1-3/+3
2006-04-11[PATCH] uniform POLLRDHUP handling between epoll and poll/selectDavide Libenzi1-2/+2
2006-03-28[PATCH] Make most file operations structs in fs/ constArjan van de Ven1-1/+1
2006-03-26[PATCH] Use __read_mostly on some hot fs variablesEric Dumazet1-3/+3
2006-03-25[PATCH] POLLRDHUP/EPOLLRDHUP handling for half-closed devices notificationsDavide Libenzi1-2/+2
2006-03-23[PATCH] get_empty_filp tweaks, inline epoll_init_file()Benjamin LaHaise1-9/+0
2006-03-23[PATCH] sem2mutex: eventpollArjan van de Ven1-11/+12
2005-09-28[PATCH] epoll: handle timeout overflowDavide Libenzi1-2/+6
2005-09-17[PATCH] epoll: fix delayed initialization bugDavide Libenzi1-20/+20
2005-06-23[PATCH] Remove eventpoll macro obfuscationPekka Enberg1-85/+110
2005-05-05[PATCH] make some things staticAdrian Bunk1-1/+1
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+1639