summaryrefslogtreecommitdiff
path: root/fs/eventfd.c
AgeCommit message (Expand)AuthorFilesLines
2016-03-23eventfd: document lockless access in eventfd_pollPaolo Bonzini1-2/+40
2015-12-08Documentation: filesystem: Fix typo in fs/eventfd.cMasanari Iida1-2/+2
2015-02-18eventfd: 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-18fs, eventfd: add procfs fdinfo helperCyrill Gorcunov1-0/+20
2012-06-01eventfd: change int to __u64 in eventfd_signal()Sha Zhengju1-8/+4
2012-02-29fs: reduce the use of module.h wherever possiblePaul Gortmaker1-1/+1
2011-02-22Docbook: 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-07-01eventfd: 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-19eventfd use waitqueue lock ...Davide Libenzi1-14/+12
2007-05-11signal/timer/event: eventfd coreDavide Libenzi1-0/+228