summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
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 Perches10-83/+63
2014-01-25eventfd_ctx_fdget(): use fdget() instead of fget()Al Viro1-8/+5
2012-12-18fs, eventfd: add procfs fdinfo helperCyrill Gorcunov1-0/+20
2012-06-01eventfd: change int to __u64 in eventfd_signal()Sha Zhengju2-9/+5
2012-02-29fs: reduce the use of module.h wherever possiblePaul Gortmaker32-32/+30
2011-02-21Docbook: add fs/eventfd.c and fix typos in itRandy Dunlap2-6/+11
2010-10-15llseek: automatically add .llseek fopArnd Bergmann339-73/+538
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo4208-717/+3717
2010-01-25eventfd - allow atomic read and waitqueue removeDavide Libenzi2-15/+90
2009-12-22anonfd: Allow making anon files read-onlyRoland Dreier7-9/+17
2009-09-23anonfd: split interface into file creation and installDavide Libenzi4-30/+114
2009-07-01eventfd: revised interface and cleanupsDavide Libenzi6-42/+149
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 Libenzi2-10/+22
2009-01-14[CVE-2009-0029] System call wrappers part 32Heiko Carstens7-17/+24
2008-07-24flag parameters: check magic constantsUlrich Drepper6-0/+25
2008-07-24flag parameters: NONBLOCK in eventfdUlrich Drepper2-3/+4
2008-07-24flag parameters: eventfdUlrich Drepper8-2/+24
2008-07-24flag parameters: anon_inode_getfd extensionUlrich Drepper7-11/+13
2008-05-01[PATCH] sanitize anon_inode_getfd()Al Viro7-74/+29
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 Libenzi6-0/+270