aboutsummaryrefslogtreecommitdiffstats
path: root/fs/eventfd.c
AgeCommit message (Expand)Author
2018-06-28Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLLLinus Torvalds
2018-06-14eventfd: only return events requested in poll_mask()Avi Kivity
2018-05-26eventfd: switch to ->poll_maskChristoph Hellwig
2018-04-02fs: add do_eventfd() helper; remove internal call to sys_eventfd()Dominik Brodowski
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds
2018-01-31Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2018-01-06eventfd: fold eventfd_ctx_get() into eventfd_ctx_fileget()Eric Biggers
2018-01-06eventfd: fold eventfd_ctx_read() into eventfd_read()Eric Biggers
2018-01-06eventfd: convert to use anon_inode_getfd()Eric Biggers
2017-11-27fs: annotate ->poll() instancesAl Viro
2017-07-03Merge tag 'docs-4.13' of git://git.lwn.net/linuxLinus Torvalds
2017-06-20sched/wait: Rename wait_queue_t => wait_queue_entry_tIngo Molnar
2017-05-16fs: eventfd: fix identation on kernel-docMauro Carvalho Chehab
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar
2016-03-22eventfd: document lockless access in eventfd_pollPaolo Bonzini
2015-12-08Documentation: filesystem: Fix typo in fs/eventfd.cMasanari Iida
2015-02-17eventfd: don't take the spinlock in eventfd_pollChris Mason
2014-11-05fs: Convert show_fdinfo functions to voidJoe Perches
2014-01-25eventfd_ctx_fdget(): use fdget() instead of fget()Al Viro
2012-12-17fs, eventfd: add procfs fdinfo helperCyrill Gorcunov
2012-05-31eventfd: change int to __u64 in eventfd_signal()Sha Zhengju
2012-02-28fs: reduce the use of module.h wherever possiblePaul Gortmaker
2011-02-21Docbook: add fs/eventfd.c and fix typos in itRandy Dunlap
2010-10-15llseek: automatically add .llseek fopArnd Bergmann
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-01-25eventfd - allow atomic read and waitqueue removeDavide Libenzi
2009-12-22anonfd: Allow making anon files read-onlyRoland Dreier
2009-09-23anonfd: split interface into file creation and installDavide Libenzi
2009-06-30eventfd: revised interface and cleanupsDavide Libenzi
2009-06-12eventfd: export eventfd_signal and eventfd_fget for lguestRusty Russell
2009-04-01epoll keyed wakeups: make eventfd use keyed wakeupsDavide Libenzi
2009-04-01eventfd: improve support for semaphore-like behaviorDavide Libenzi
2009-01-14[CVE-2009-0029] System call wrappers part 32Heiko Carstens
2008-07-24flag parameters: check magic constantsUlrich Drepper
2008-07-24flag parameters: NONBLOCK in eventfdUlrich Drepper
2008-07-24flag parameters: eventfdUlrich Drepper
2008-07-24flag parameters: anon_inode_getfd extensionUlrich Drepper
2008-05-01[PATCH] sanitize anon_inode_getfd()Al Viro
2008-02-06fs/eventfd.c should #include <linux/syscalls.h>Adrian Bunk
2007-05-18eventfd use waitqueue lock ...Davide Libenzi
2007-05-11signal/timer/event: eventfd coreDavide Libenzi