aboutsummaryrefslogtreecommitdiffstats
path: root/fs/eventpoll.c
AgeCommit message (Expand)AuthorFilesLines
2004-07-06[PATCH] Fix memory leak in epollJerzy Szczepkowski1-1/+1
2004-06-23[PATCH] sparse: fixes for "assignment expression in conditional" in fs/*Andrew Morton1-1/+1
2004-06-17[PATCH] epoll: replace the file lookup hash with rbtreesDavide Libenzi1-187/+93
2004-06-12[PATCH] spoll_create size checkAndrew Morton1-0/+5
2004-05-28[PATCH] epoll events send fixAndrew Morton1-5/+4
2004-05-24[PATCH] ep_send_events() stack reductionAndrew Morton1-28/+8
2004-05-22[PATCH] slab: consolidate panic codeAndrew Morton1-27/+11
2004-05-14[PATCH] filtered wakeupsAndrew Morton1-2/+2
2004-04-11[PATCH] epoll comment fixAndrew Morton1-7/+7
2004-02-24[PATCH] add syscalls.hAndrew Morton1-0/+1
2004-02-18[PATCH] Fix race in epoll_ctl(EPOLL_CTL_MOD)Andrew Morton1-2/+1
2004-02-05[PATCH] epoll struct epitem size reductionAndrew Morton1-3/+3
2004-01-20[PATCH] One-shot support for epollAndrew Morton1-0/+14
2004-01-18[PATCH] bdev: add file.f_mappingAndrew Morton1-0/+1
2003-09-08[PATCH] sparse fix eventpollAndries E. Brouwer1-17/+24
2003-07-10[PATCH] epoll-per-fd fixAndrew Morton1-16/+25
2003-07-04[PATCH] epoll: microoptimisationsAndrew Morton1-21/+9
2003-06-07[PATCH] eventpoll: fix possible use-after-freeAndrew Morton1-28/+67
2003-06-01[PATCH] epoll race fixDavide Libenzi1-77/+55
2003-05-25[PATCH] change get_sb prototypeAndries E. Brouwer1-8/+11
2003-04-08[PATCH] epoll cross-thread deletion fixAndrew Morton1-1/+25
2003-03-23[PATCH] epoll with selectable ET/LT behaviour ...Davide Libenzi1-73/+161
2003-02-24[PATCH] Spelling fixes for paticular -> particular and others.Steven Cole1-1/+1
2003-02-24[PATCH] Spelling fixes - occurredMichael Hayes1-1/+1
2003-02-11[PATCH] epoll timeout and syscall return typesAndrew Morton1-9/+11
2003-02-03[PATCH] remove spaces from slab namesAndrew Morton1-2/+2
2002-12-14[PATCH] epoll bits forgot a nasty printk() ...Davide Libenzi1-1/+1
2002-12-09[PATCH] epoll bits 0.59 ...Davide Libenzi1-183/+301
2002-11-16MergeLinus Torvalds1-3/+1
2002-11-16[PATCH] additional cleanup for f_op->pollManfred Spraul1-3/+1
2002-11-16[PATCH] epoll - just when you think it's over ...Davide Libenzi1-43/+108
2002-11-16[PATCH] include mount.h explicitly were neededChristoph Hellwig1-1/+2
2002-11-14[PATCH] epoll bit 0.47Davide Libenzi1-43/+39
2002-11-14[PATCH] epoll bits 0.46 ...Davide Libenzi1-101/+234
2002-11-10[PATCH] remove code duplication from fs/eventpoll.cDavide Libenzi1-34/+19
2002-11-07[PATCH] The epoll saga continues ...Davide Libenzi1-19/+32
2002-11-06[PATCH] epoll bits 0.34Davide Libenzi1-76/+79
2002-11-02[PATCH] epoll update r3Davide Libenzi1-0/+1293