summaryrefslogtreecommitdiffstats
path: root/fs/eventpoll.c
Commit message (Expand)AuthorAgeFilesLines
* epoll: drop unnecessary testDavide Libenzi2008-10-161-6/+3
* fs/eventpoll.c: fix sys_epoll_create1() commentAndrew Morton2008-08-121-4/+1
* flag parameters add-on: remove epoll_create size paramUlrich Drepper2008-07-241-8/+10
* flag parameters: check magic constantsUlrich Drepper2008-07-241-0/+3
* flag parameters: epoll_createUlrich Drepper2008-07-241-2/+11
* flag parameters: anon_inode_getfd extensionUlrich Drepper2008-07-241-1/+1
* [PATCH] sanitize anon_inode_getfd()Al Viro2008-05-011-15/+8
* signals: use HAVE_SET_RESTORE_SIGMASKRoland McGrath2008-04-301-2/+2
* signals: add set_restore_sigmaskRoland McGrath2008-04-301-2/+1
* epoll: avoid kmemcheck warningDavide Libenzi2008-04-291-24/+3
* lockdep: annotate epollPeter Zijlstra2008-02-051-1/+1
* Use wake_up_locked() in eventpollMatthew Wilcox2007-12-061-7/+4
* fs/eventpoll.c: use list_for_each_entry() instead of list_for_each()Matthias Kaehlcke2007-10-191-3/+2
* sparse pointer use of zero as nullStephen Hemminger2007-10-181-1/+1
* mm: Remove slab destructors from kmem_cache_create().Paul Mundt2007-07-201-2/+2
* epoll: move kfree inside ep_freeDavide Libenzi2007-05-151-5/+2
* epoll: fix some commentsDavide Libenzi2007-05-151-21/+27
* epoll locks changes and cleanupsDavide Libenzi2007-05-151-161/+73
* fix epoll single pass code and add wait-exclusive flagDavide Libenzi2007-05-151-156/+166
* epoll cleanups: epoll remove static pre-declarations and akpm-ize the codeDavide Libenzi2007-05-111-548/+486
* epoll cleanups: epoll no moduleDavide Libenzi2007-05-111-13/+1
* epoll: use anonymous inodesDavide Libenzi2007-05-111-169/+3
* Introduce a handy list_first_entry macroPavel Emelianov2007-05-081-3/+3
* header cleaning: don't include smp_lock.h when not usedRandy Dunlap2007-05-081-1/+0
* epoll: optimizations and cleanupsDavide Libenzi2007-05-081-147/+86
* [PATCH] VFS: change struct file to use struct pathJosef "Jeff" Sipek2006-12-081-2/+2
* [PATCH] slab: remove kmem_cache_tChristoph Lameter2006-12-071-2/+2
* [PATCH] slab: remove SLAB_KERNELChristoph Lameter2006-12-071-2/+2
* [PATCH] epoll_pwait()Davide Libenzi2006-10-111-3/+53
* [PATCH] fs/eventpoll: error handling micro-cleanupJeff Garzik2006-10-031-2/+3
* [PATCH] inode-diet: Eliminate i_blksize from the inode structureTheodore Ts'o2006-09-271-1/+0
* [PATCH] eventpoll.c compile fixMasoud Asgharifard Sharbiani2006-08-271-2/+2
* [PATCH] sched: cleanup, remove task_t, convert to struct task_structIngo Molnar2006-07-031-2/+2
* [PATCH] epoll: use unlocked wqueue operationsDavide Libenzi2006-06-251-7/+10
* [PATCH] VFS: Permit filesystem to override root dentry on mountDavid Howells2006-06-231-6/+7
* [RBTREE] Update eventpoll.c to use rb_parent() accessor macro.David Woodhouse2006-04-211-3/+3
* [PATCH] uniform POLLRDHUP handling between epoll and poll/selectDavide Libenzi2006-04-111-2/+2
* [PATCH] Make most file operations structs in fs/ constArjan van de Ven2006-03-281-1/+1
* [PATCH] Use __read_mostly on some hot fs variablesEric Dumazet2006-03-261-3/+3
* [PATCH] POLLRDHUP/EPOLLRDHUP handling for half-closed devices notificationsDavide Libenzi2006-03-251-2/+2
* [PATCH] get_empty_filp tweaks, inline epoll_init_file()Benjamin LaHaise2006-03-231-9/+0
* [PATCH] sem2mutex: eventpollArjan van de Ven2006-03-231-11/+12
* [PATCH] epoll: handle timeout overflowDavide Libenzi2005-09-281-2/+6
* [PATCH] epoll: fix delayed initialization bugDavide Libenzi2005-09-171-20/+20
* [PATCH] Remove eventpoll macro obfuscationPekka Enberg2005-06-231-85/+110
* [PATCH] make some things staticAdrian Bunk2005-05-051-1/+1
* Linux-2.6.12-rc2Linus Torvalds2005-04-161-0/+1639