Update to 3.4-final.
[linux-flexiantxendom0-3.2.10.git] / fs / eventpoll.c
2012-04-26 Jason Baronepoll: clear the tfile_check_list on -ELOOP
2012-03-28 Linus TorvaldsMerge tag 'split-asm_system_h-for-linus-20120328' of...
2012-03-28 David HowellsRemove all #inclusions of asm/system.h
2012-03-23 Dan Carpenterepoll: remove unneeded variable in reverse_path_check()
2012-03-23 Steven Rostedtepoll: comment the funky #ifdef
2012-03-23 Hans Verkuilpoll: add poll_requested_events() and poll_does_not_wai...
2012-03-18 Jason BaronDon't limit non-nested epoll paths
2012-02-24 Oleg Nesterovepoll: ep_unregister_pollwait() can use the freed pwq...
2012-02-24 Oleg Nesterovepoll: introduce POLLFREE to flush ->signalfd_wqh befor...
2012-01-13 Jason Baronepoll: limit paths
2011-11-01 Nelson Elhageepoll: fix spurious lockdep warnings
2011-09-15 Jiri KosinaMerge branch 'master' into for-next
2011-07-26 Arun Sharmaatomic: use <linux/atomic.h>
2011-07-26 Paul Bolleeventpoll: fix comment typo 'evenpoll'
2011-03-31 Lucas De MarchiFix common misspellings
2011-03-23 Shawn Bohrerepoll: fix compiler warning and optimize the non-blocki...
2011-03-23 Davide Libenziepoll: move ready event check into proper inline
2011-03-18 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2011-02-25 Davide Libenziepoll: prevent creating circular epoll structures
2011-02-17 Daniel Balutafs/eventpoll.c: fix spelling
2011-02-03 Eric Dumazetepoll: epoll_wait() should not use timespec_add_ns()
2011-01-13 Robin Holtepoll: convert max_user_watches to long
2010-10-28 Shawn Bohrerepoll: make epoll_wait() use the hrtimer range feature
2010-10-15 Arnd Bergmannllseek: automatically add .llseek fop
2010-06-08 Jeff Mahoney- patches.arch/x86_mce_intel_decode_physical_address...
2010-05-11 Changli Gaosched, wait: Use wrapper functions
2010-01-26 Jeff Mahoney- patches.suse/slab-handle-memoryless-nodes-v2a.patch...
2009-12-22 Roland Dreieranonfd: Allow making anon files read-only
2009-11-18 Eric W. Biedermansysctl: Drop & in front of every proc_handler.
2009-11-12 Eric W. Biedermansysctl fs: Remove dead binary sysctl support
2009-07-02 Davide Libenziepoll: fix nested calls support
2009-06-18 Davide Libenziepoll: fix nested calls support
2009-05-12 Davide Libenziepoll: fix size check in epoll_create()
2009-04-01 Davide Libenziepoll keyed wakeups: teach epoll about hints coming...
2009-04-01 Tony Battersbyepoll: use real type instead of void *
2009-04-01 Tony Battersbyepoll: clean up ep_modify
2009-04-01 Tony Battersbyepoll: remove unnecessary xchg
2009-04-01 Tony Battersbyepoll: remember the event if epoll_wait returns -EFAULT
2009-04-01 Tony Battersbyepoll: don't use current in irq context
2009-04-01 Davide Libenziepoll: remove debugging code
2009-04-01 Davide Libenziepoll: fix epoll's own poll (update)
2009-04-01 Davide Libenziepoll: fix epoll's own poll
2009-03-16 Jonathan CorbetRename struct file->f_ep_lock
2009-01-31 Greg Kroah-Hartman- Update to 2.6.27.14-rc1
2009-01-30 Davide Libenziepoll: drop max_user_instances and rely only on max_use...
2009-01-18 Heiko CarstensSystem call wrappers part 23
2009-01-15 Greg Kroah-Hartman- Update to 2.6.27.12-rc1:
2009-01-14 Heiko Carstens[CVE-2009-0029] System call wrappers part 23
2008-12-05 Davide Libenziepoll: introduce resource usage limits
2008-12-03 Greg Kroah-Hartman- Update to 2.6.27.8-rc1:
2008-12-02 Davide Libenziepoll: introduce resource usage limits
2008-10-26 Davide Libenziepoll: avoid double-inserts in case of EFAULT
2008-10-16 Davide Libenziepoll: drop unnecessary test
2008-08-12 Andrew Mortonfs/eventpoll.c: fix sys_epoll_create1() comment
2008-07-24 Ulrich Drepperflag parameters add-on: remove epoll_create size param
2008-07-24 Ulrich Drepperflag parameters: check magic constants
2008-07-24 Ulrich Drepperflag parameters: epoll_create
2008-07-24 Ulrich Drepperflag parameters: anon_inode_getfd extension
2008-05-01 Al Viro[PATCH] sanitize anon_inode_getfd()
2008-04-30 Roland McGrathsignals: use HAVE_SET_RESTORE_SIGMASK
2008-04-30 Roland McGrathsignals: add set_restore_sigmask
2008-04-29 Davide Libenziepoll: avoid kmemcheck warning
2008-02-25 Jeff Mahoney- Update to 2.6.25-rc3.
2008-02-08 Peter Zijlstralockdep: annotate epoll
2008-02-05 Peter Zijlstralockdep: annotate epoll
2007-12-06 Matthew WilcoxUse wake_up_locked() in eventpoll
2007-11-07 Jeff Mahoney-rc2 for real this time. ;)
2007-10-19 Matthias Kaehlckefs/eventpoll.c: use list_for_each_entry() instead of...
2007-10-18 Stephen Hemmingersparse pointer use of zero as null
2007-07-20 Paul Mundtmm: Remove slab destructors from kmem_cache_create().
2007-05-25 Jeff Mahoney- patches.apparmor/remove_suid_new_case_in_2.6.22.diff...
2007-05-15 Davide Libenziepoll: move kfree inside ep_free
2007-05-15 Davide Libenziepoll: fix some comments
2007-05-15 Davide Libenziepoll locks changes and cleanups
2007-05-15 Davide Libenzifix epoll single pass code and add wait-exclusive flag
2007-05-11 Davide Libenziepoll cleanups: epoll remove static pre-declarations...
2007-05-11 Davide Libenziepoll cleanups: epoll no module
2007-05-11 Davide Libenziepoll: use anonymous inodes
2007-05-08 Pavel EmelianovIntroduce a handy list_first_entry macro
2007-05-08 Randy Dunlapheader cleaning: don't include smp_lock.h when not...
2007-05-08 Davide Libenziepoll: optimizations and cleanups
2007-02-12 Jan Beulich- update Xen patches to -unstable c/s 13816.
2007-01-18 Jan Beulich- disable Xen patches again (didn't intend to enable...
2007-01-18 Jan Beulich- patches.xen/block-barriers.diff: Delete.
2006-12-08 Josef "Jeff" Sipek[PATCH] VFS: change struct file to use struct path
2006-12-07 Christoph Lameter[PATCH] slab: remove kmem_cache_t
2006-12-07 Christoph Lameter[PATCH] slab: remove SLAB_KERNEL
2006-10-11 Davide Libenzi[PATCH] epoll_pwait()
2006-10-03 Jeff Garzik[PATCH] fs/eventpoll: error handling micro-cleanup
2006-09-27 Theodore Ts'o[PATCH] inode-diet: Eliminate i_blksize from the inode...
2006-08-28 Greg Kroah-Hartman- Update to 2.6.18-rc5
2006-08-27 Masoud Asgharifard... [PATCH] eventpoll.c compile fix
2006-08-14 Jan Beulich- Update Xen patches to xen-unstable tip (c/s 10982...
2006-08-01 Greg Kroah-Hartman- 2.6.17 port work build breaks, but the patch set...
2006-07-03 Ingo Molnar[PATCH] sched: cleanup, remove task_t, convert to struc...
2006-06-25 Davide Libenzi[PATCH] epoll: use unlocked wqueue operations
2006-06-23 David Howells[PATCH] VFS: Permit filesystem to override root dentry...
2006-04-21 David Woodhouse[RBTREE] Update eventpoll.c to use rb_parent() accessor...
2006-04-11 Davide Libenzi[PATCH] uniform POLLRDHUP handling between epoll and...
2006-03-28 Arjan van de Ven[PATCH] Make most file operations structs in fs/ const
next