summaryrefslogtreecommitdiff
path: root/fs/eventfd.c
AgeCommit message (Expand)AuthorFilesLines
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner1-0/+1
2019-05-14fs/eventfd.c: make eventfd_ida staticYueHaibing1-1/+1
2019-05-14eventfd: present id to userspace via fdinfoMasatake YAMATO1-0/+8
2018-06-28Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLLLinus Torvalds1-13/+6
2018-06-14eventfd: only return events requested in poll_mask()Avi Kivity1-2/+2
2018-05-26eventfd: switch to ->poll_maskChristoph Hellwig1-4/+11
2018-04-02fs: add do_eventfd() helper; remove internal call to sys_eventfd()Dominik Brodowski1-2/+7
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds1-9/+9
2018-01-31Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-99/+28
2018-01-06eventfd: fold eventfd_ctx_get() into eventfd_ctx_fileget()Eric Biggers1-15/+6
2018-01-06eventfd: fold eventfd_ctx_read() into eventfd_read()Eric Biggers1-38/+15
2018-01-06eventfd: convert to use anon_inode_getfd()Eric Biggers1-46/+7
2017-11-27fs: annotate ->poll() instancesAl Viro1-2/+2
2017-07-03Merge tag 'docs-4.13' of git://git.lwn.net/linuxLinus Torvalds1-2/+2
2017-06-20sched/wait: Rename wait_queue_t => wait_queue_entry_tIngo Molnar1-1/+1
2017-05-16fs: eventfd: fix identation on kernel-docMauro Carvalho Chehab1-2/+2
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar1-1/+1
2016-03-22eventfd: document lockless access in eventfd_pollPaolo Bonzini1-2/+40
2015-12-08Documentation: filesystem: Fix typo in fs/eventfd.cMasanari Iida1-2/+2
2015-02-17eventfd: don't take the spinlock in eventfd_pollChris Mason1-6/+6
2014-11-05fs: Convert show_fdinfo functions to voidJoe Perches1-6/+3
2014-01-25eventfd_ctx_fdget(): use fdget() instead of fget()Al Viro1-8/+5
2012-12-17fs, eventfd: add procfs fdinfo helperCyrill Gorcunov1-0/+20
2012-05-31eventfd: change int to __u64 in eventfd_signal()Sha Zhengju1-8/+4
2012-02-28fs: reduce the use of module.h wherever possiblePaul Gortmaker1-1/+1
2011-02-21Docbook: add fs/eventfd.c and fix typos in itRandy Dunlap1-6/+6
2010-10-15llseek: automatically add .llseek fopArnd Bergmann1-0/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2010-01-25eventfd - allow atomic read and waitqueue removeDavide Libenzi1-15/+74
2009-12-22anonfd: Allow making anon files read-onlyRoland Dreier1-1/+1
2009-09-23anonfd: split interface into file creation and installDavide Libenzi1-13/+54
2009-06-30eventfd: revised interface and cleanupsDavide Libenzi1-12/+110
2009-06-12eventfd: export eventfd_signal and eventfd_fget for lguestRusty Russell1-0/+3
2009-04-01epoll keyed wakeups: make eventfd use keyed wakeupsDavide Libenzi1-3/+3
2009-04-01eventfd: improve support for semaphore-like behaviorDavide Libenzi1-9/+11
2009-01-14[CVE-2009-0029] System call wrappers part 32Heiko Carstens1-3/+2
2008-07-24flag parameters: check magic constantsUlrich Drepper1-0/+4
2008-07-24flag parameters: NONBLOCK in eventfdUlrich Drepper1-2/+2
2008-07-24flag parameters: eventfdUlrich Drepper1-2/+11
2008-07-24flag parameters: anon_inode_getfd extensionUlrich Drepper1-1/+1
2008-05-01[PATCH] sanitize anon_inode_getfd()Al Viro1-10/+5
2008-02-06fs/eventfd.c should #include <linux/syscalls.h>Adrian Bunk1-0/+1
2007-05-18eventfd use waitqueue lock ...Davide Libenzi1-14/+12
2007-05-11signal/timer/event: eventfd coreDavide Libenzi1-0/+228