index
:
linux.git
cached
cdir_v2
cfid-fixes
cifs
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
eventpoll.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-10-25
fold ep_read_events_proc() into the only caller
Al Viro
1
-29
/
+20
2020-10-25
take the common part of ep_eventpoll_poll() and ep_item_poll() into helper
Al Viro
1
-30
/
+27
2020-10-25
ep_insert(): we only need tep->mtx around the insertion itself
Al Viro
1
-18
/
+10
2020-10-25
ep_insert(): don't open-code ep_remove() on failure exits
Al Viro
1
-37
/
+14
2020-10-25
lift locking/unlocking ep->mtx out of ep_{start,done}_scan()
Al Viro
1
-31
/
+26
2020-10-25
ep_send_events_proc(): fold into the caller
Al Viro
1
-40
/
+20
2020-10-25
lift the calls of ep_send_events_proc() into the callers
Al Viro
1
-28
/
+5
2020-10-25
lift the calls of ep_read_events_proc() into the callers
Al Viro
1
-10
/
+14
2020-10-25
ep_scan_ready_list(): prepare to splitup
Al Viro
1
-27
/
+36
2020-10-25
ep_loop_check_proc(): saner calling conventions
Al Viro
1
-22
/
+16
2020-10-25
get rid of ep_push_nested()
Al Viro
1
-25
/
+4
2020-10-25
ep_loop_check_proc(): lift pushing the cookie into callers
Al Viro
1
-6
/
+12
2020-10-25
clean reverse_path_check_proc() a bit
Al Viro
1
-17
/
+9
2020-10-25
reverse_path_check_proc(): don't bother with cookies
Al Viro
1
-2
/
+1
2020-10-25
reverse_path_check_proc(): sane arguments
Al Viro
1
-7
/
+5
2020-10-25
untangling ep_call_nested(): and there was much rejoicing
Al Viro
1
-32
/
+11
2020-10-25
untangling ep_call_nested(): move push/pop of cookie into the callbacks
Al Viro
1
-9
/
+9
2020-10-25
untangling ep_call_nested(): take pushing cookie into a helper
Al Viro
1
-9
/
+17
2020-10-25
untangling ep_call_nested(): it's all serialized on epmutex.
Al Viro
1
-69
/
+11
2020-10-25
untangling ep_call_nested(): get rid of useless arguments
Al Viro
1
-19
/
+12
2020-10-25
epoll: get rid of epitem->nwait
Al Viro
1
-26
/
+20
2020-10-25
epoll: switch epitem->pwqlist to single-linked list
Al Viro
1
-26
/
+25
2020-09-24
ep_create_wakeup_source(): dentry name can change under you...
Al Viro
1
-3
/
+4
2020-09-10
epoll: EPOLL_CTL_ADD: close the race in decision to take fast path
Al Viro
1
-0
/
+1
2020-09-10
epoll: replace ->visited/visited_list with generation count
Al Viro
1
-19
/
+8
2020-09-09
epoll: do not insert into poll queues until all sanity checks are done
Al Viro
1
-19
/
+18
2020-09-02
fix regression in "epoll: Keep a reference on files added to the check list"
Al Viro
1
-3
/
+3
2020-08-22
do_epoll_ctl(): clean the failure exits up a bit
Al Viro
1
-13
/
+6
2020-08-22
epoll: Keep a reference on files added to the check list
Marc Zyngier
1
-2
/
+9
2020-05-14
epoll: call final ep_events_available() check under the lock
Roman Penyaev
1
-20
/
+28
2020-05-07
epoll: atomically remove wait entry on wake up
Roman Penyaev
1
-19
/
+24
2020-05-07
eventpoll: fix missing wakeup for ovflist in ep_poll_callback
Khazhismel Kumykov
1
-9
/
+9
2020-04-07
fs/epoll: make nesting accounting safe for -rt kernel
Jason Baron
1
-21
/
+43
2020-03-21
epoll: fix possible lost wakeup on epoll_ctl() path
Roman Penyaev
1
-4
/
+4
2020-01-29
eventpoll: support non-blocking do_epoll_ctl() calls
Jens Axboe
1
-13
/
+33
2020-01-29
eventpoll: abstract out epoll_ctl() handler
Jens Axboe
1
-20
/
+25
2019-12-04
fs/epoll: remove unnecessary wakeups of nested epoll
Heiher
1
-16
/
+0
2019-12-04
epoll: simplify ep_poll_safewake() for CONFIG_DEBUG_LOCK_ALLOC
Jason Baron
1
-23
/
+13
2019-08-21
PM / wakeup: Show wakeup sources stats in sysfs
Tri Vo
1
-2
/
+2
2019-07-18
proc/sysctl: add shared variables for range check
Matteo Croce
1
-2
/
+2
2019-07-16
signal: simplify set_user_sigmask/restore_user_sigmask
Oleg Nesterov
1
-8
/
+4
2019-06-29
signal: remove the wrong signal_pending() check in restore_user_sigmask()
Oleg Nesterov
1
-2
/
+2
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
Thomas Gleixner
1
-6
/
+1
2019-03-07
epoll: use rwlock in order to reduce ep_poll_callback() contention
Roman Penyaev
1
-36
/
+122
2019-03-07
epoll: unify awaking of wakeup source on ep_poll_callback() path
Roman Penyaev
1
-8
/
+1
2019-03-07
epoll: make sure all elements in ready list are in FIFO order
Roman Penyaev
1
-1
/
+5
2019-01-05
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-100
/
+118
2019-01-04
fs/epoll: deal with wait_queue only once
Davidlohr Bueso
1
-11
/
+18
2019-01-04
fs/epoll: rename check_events label to send_events
Davidlohr Bueso
1
-3
/
+3
2019-01-04
fs/epoll: avoid barrier after an epoll_wait(2) timeout
Davidlohr Bueso
1
-2
/
+6
[prev]
[next]