index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
eventpoll.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
lift locking/unlocking ep->mtx out of ep_{start,done}_scan()
Al Viro
2020-10-26
1
-31
/
+26
|
*
ep_send_events_proc(): fold into the caller
Al Viro
2020-10-26
1
-40
/
+20
|
*
lift the calls of ep_send_events_proc() into the callers
Al Viro
2020-10-26
1
-28
/
+5
|
*
lift the calls of ep_read_events_proc() into the callers
Al Viro
2020-10-26
1
-10
/
+14
|
*
ep_scan_ready_list(): prepare to splitup
Al Viro
2020-10-26
1
-27
/
+36
|
*
ep_loop_check_proc(): saner calling conventions
Al Viro
2020-10-26
1
-22
/
+16
|
*
get rid of ep_push_nested()
Al Viro
2020-10-26
1
-25
/
+4
|
*
ep_loop_check_proc(): lift pushing the cookie into callers
Al Viro
2020-10-26
1
-6
/
+12
|
*
clean reverse_path_check_proc() a bit
Al Viro
2020-10-26
1
-17
/
+9
|
*
reverse_path_check_proc(): don't bother with cookies
Al Viro
2020-10-26
1
-2
/
+1
|
*
reverse_path_check_proc(): sane arguments
Al Viro
2020-10-26
1
-7
/
+5
|
*
untangling ep_call_nested(): and there was much rejoicing
Al Viro
2020-10-26
1
-32
/
+11
|
*
untangling ep_call_nested(): move push/pop of cookie into the callbacks
Al Viro
2020-10-26
1
-9
/
+9
|
*
untangling ep_call_nested(): take pushing cookie into a helper
Al Viro
2020-10-26
1
-9
/
+17
|
*
untangling ep_call_nested(): it's all serialized on epmutex.
Al Viro
2020-10-26
1
-69
/
+11
|
*
untangling ep_call_nested(): get rid of useless arguments
Al Viro
2020-10-26
1
-19
/
+12
|
*
epoll: get rid of epitem->nwait
Al Viro
2020-10-26
1
-26
/
+20
|
*
epoll: switch epitem->pwqlist to single-linked list
Al Viro
2020-10-26
1
-26
/
+25
*
|
net: Remove the err argument from sock_from_file
Florent Revest
2020-12-04
1
-2
/
+1
*
|
net: Add SO_BUSY_POLL_BUDGET socket option
Björn Töpel
2020-12-01
1
-1
/
+2
*
|
net: Introduce preferred busy-polling
Björn Töpel
2020-12-01
1
-1
/
+1
|
/
*
ep_create_wakeup_source(): dentry name can change under you...
Al Viro
2020-09-25
1
-3
/
+4
*
epoll: EPOLL_CTL_ADD: close the race in decision to take fast path
Al Viro
2020-09-10
1
-0
/
+1
*
epoll: replace ->visited/visited_list with generation count
Al Viro
2020-09-10
1
-19
/
+8
*
epoll: do not insert into poll queues until all sanity checks are done
Al Viro
2020-09-10
1
-19
/
+18
*
fix regression in "epoll: Keep a reference on files added to the check list"
Al Viro
2020-09-02
1
-3
/
+3
*
do_epoll_ctl(): clean the failure exits up a bit
Al Viro
2020-08-23
1
-13
/
+6
*
epoll: Keep a reference on files added to the check list
Marc Zyngier
2020-08-23
1
-2
/
+9
*
epoll: call final ep_events_available() check under the lock
Roman Penyaev
2020-05-14
1
-20
/
+28
*
epoll: atomically remove wait entry on wake up
Roman Penyaev
2020-05-08
1
-19
/
+24
*
eventpoll: fix missing wakeup for ovflist in ep_poll_callback
Khazhismel Kumykov
2020-05-08
1
-9
/
+9
*
fs/epoll: make nesting accounting safe for -rt kernel
Jason Baron
2020-04-07
1
-21
/
+43
*
epoll: fix possible lost wakeup on epoll_ctl() path
Roman Penyaev
2020-03-22
1
-4
/
+4
*
eventpoll: support non-blocking do_epoll_ctl() calls
Jens Axboe
2020-01-29
1
-13
/
+33
*
eventpoll: abstract out epoll_ctl() handler
Jens Axboe
2020-01-29
1
-20
/
+25
*
fs/epoll: remove unnecessary wakeups of nested epoll
Heiher
2019-12-05
1
-16
/
+0
*
epoll: simplify ep_poll_safewake() for CONFIG_DEBUG_LOCK_ALLOC
Jason Baron
2019-12-05
1
-23
/
+13
*
PM / wakeup: Show wakeup sources stats in sysfs
Tri Vo
2019-08-21
1
-2
/
+2
*
proc/sysctl: add shared variables for range check
Matteo Croce
2019-07-19
1
-2
/
+2
*
signal: simplify set_user_sigmask/restore_user_sigmask
Oleg Nesterov
2019-07-17
1
-8
/
+4
*
signal: remove the wrong signal_pending() check in restore_user_sigmask()
Oleg Nesterov
2019-06-29
1
-2
/
+2
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
Thomas Gleixner
2019-05-30
1
-6
/
+1
*
epoll: use rwlock in order to reduce ep_poll_callback() contention
Roman Penyaev
2019-03-08
1
-36
/
+122
*
epoll: unify awaking of wakeup source on ep_poll_callback() path
Roman Penyaev
2019-03-08
1
-8
/
+1
*
epoll: make sure all elements in ready list are in FIFO order
Roman Penyaev
2019-03-08
1
-1
/
+5
*
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2019-01-05
1
-100
/
+118
|
\
|
*
fs/epoll: deal with wait_queue only once
Davidlohr Bueso
2019-01-04
1
-11
/
+18
|
*
fs/epoll: rename check_events label to send_events
Davidlohr Bueso
2019-01-04
1
-3
/
+3
|
*
fs/epoll: avoid barrier after an epoll_wait(2) timeout
Davidlohr Bueso
2019-01-04
1
-2
/
+6
|
*
fs/epoll: reduce the scope of wq lock in epoll_wait()
Davidlohr Bueso
2019-01-04
1
-54
/
+60
[prev]
[next]