index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
eventfd.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-02-08
eventfd: strictly check the count parameter of eventfd_write to avoid inputti...
Wen Yang
1
-1
/
+1
2024-01-23
eventfd: move 'eventfd-count' printing out of spinlock
Wen Yang
1
-4
/
+9
2024-01-22
eventfd: add a BUILD_BUG_ON() to ensure consistency between EFD_SEMAPHORE and...
Wen Yang
1
-0
/
+1
2023-12-12
eventfd: Remove usage of the deprecated ida_simple_xx() API
Christophe JAILLET
1
-2
/
+2
2023-11-28
eventfd: make eventfd_signal{_mask}() void
Christian Brauner
1
-25
/
+15
2023-11-28
eventfd: simplify eventfd_signal_mask()
Christian Brauner
1
-3
/
+4
2023-11-28
eventfd: simplify eventfd_signal()
Christian Brauner
1
-7
/
+4
2023-07-11
eventfd: prevent underflow for eventfd semaphores
Wen Yang
1
-1
/
+1
2023-06-15
eventfd: show the EFD_SEMAPHORE flag in fdinfo
Wen Yang
1
-4
/
+6
2023-05-15
fs: use correct __poll_t type
Min-Hua Chen
1
-1
/
+1
2023-04-06
eventfd: use wait_event_interruptible_locked_irq() helper
Wen Yang
1
-34
/
+7
2022-11-22
eventfd: provide a eventfd_signal_mask() helper
Jens Axboe
1
-16
/
+21
2022-09-21
eventfd: guard wake_up in eventfd fs calls as well
Dylan Yudaken
1
-3
/
+7
2021-08-28
eventfd: Make signal recursion protection a task bit
Thomas Gleixner
1
-7
/
+5
2020-11-15
eventfd: Export eventfd_ctx_do_read()
David Woodhouse
1
-1
/
+4
2020-05-07
eventfd: convert to f_op->read_iter()
Jens Axboe
1
-26
/
+38
2020-02-04
eventfd: track eventfd_signal() recursion depth
Jens Axboe
1
-0
/
+15
2019-05-21
treewide: Add SPDX license identifier for missed files
Thomas Gleixner
1
-0
/
+1
2019-05-15
fs/eventfd.c: make eventfd_ida static
YueHaibing
1
-1
/
+1
2019-05-15
eventfd: present id to userspace via fdinfo
Masatake YAMATO
1
-0
/
+8
2018-06-28
Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLL
Linus Torvalds
1
-13
/
+6
2018-06-15
eventfd: only return events requested in poll_mask()
Avi Kivity
1
-2
/
+2
2018-05-26
eventfd: switch to ->poll_mask
Christoph Hellwig
1
-4
/
+11
2018-04-02
fs: add do_eventfd() helper; remove internal call to sys_eventfd()
Dominik Brodowski
1
-2
/
+7
2018-02-12
vfs: do bulk POLL* -> EPOLL* replacement
Linus Torvalds
1
-9
/
+9
2018-01-31
Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-99
/
+28
2018-01-06
eventfd: fold eventfd_ctx_get() into eventfd_ctx_fileget()
Eric Biggers
1
-15
/
+6
2018-01-06
eventfd: fold eventfd_ctx_read() into eventfd_read()
Eric Biggers
1
-38
/
+15
2018-01-06
eventfd: convert to use anon_inode_getfd()
Eric Biggers
1
-46
/
+7
2017-11-28
fs: annotate ->poll() instances
Al Viro
1
-2
/
+2
2017-07-04
Merge tag 'docs-4.13' of git://git.lwn.net/linux
Linus Torvalds
1
-2
/
+2
2017-06-20
sched/wait: Rename wait_queue_t => wait_queue_entry_t
Ingo Molnar
1
-1
/
+1
2017-05-16
fs: eventfd: fix identation on kernel-doc
Mauro Carvalho Chehab
1
-2
/
+2
2017-03-02
sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...
Ingo Molnar
1
-1
/
+1
2016-03-23
eventfd: document lockless access in eventfd_poll
Paolo Bonzini
1
-2
/
+40
2015-12-08
Documentation: filesystem: Fix typo in fs/eventfd.c
Masanari Iida
1
-2
/
+2
2015-02-18
eventfd: don't take the spinlock in eventfd_poll
Chris Mason
1
-6
/
+6
2014-11-05
fs: Convert show_fdinfo functions to void
Joe Perches
1
-6
/
+3
2014-01-25
eventfd_ctx_fdget(): use fdget() instead of fget()
Al Viro
1
-8
/
+5
2012-12-18
fs, eventfd: add procfs fdinfo helper
Cyrill Gorcunov
1
-0
/
+20
2012-06-01
eventfd: change int to __u64 in eventfd_signal()
Sha Zhengju
1
-8
/
+4
2012-02-29
fs: reduce the use of module.h wherever possible
Paul Gortmaker
1
-1
/
+1
2011-02-22
Docbook: add fs/eventfd.c and fix typos in it
Randy Dunlap
1
-6
/
+6
2010-10-15
llseek: automatically add .llseek fop
Arnd Bergmann
1
-0
/
+1
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
1
-0
/
+1
2010-01-25
eventfd - allow atomic read and waitqueue remove
Davide Libenzi
1
-15
/
+74
2009-12-22
anonfd: Allow making anon files read-only
Roland Dreier
1
-1
/
+1
2009-09-23
anonfd: split interface into file creation and install
Davide Libenzi
1
-13
/
+54
2009-07-01
eventfd: revised interface and cleanups
Davide Libenzi
1
-12
/
+110
2009-06-12
eventfd: export eventfd_signal and eventfd_fget for lguest
Rusty Russell
1
-0
/
+3
[next]