index
:
pm24.git
master
perf-mon
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
eventpoll.c
Age
Commit message (
Expand
)
Author
2020-10-25
lift rcu_read_lock() into reverse_path_check()
Al Viro
2020-10-25
convert ->f_ep_links/->fllink to hlist
Al Viro
2020-10-25
ep_insert(): move creation of wakeup source past the fl_ep_links insertion
Al Viro
2020-10-25
fold ep_read_events_proc() into the only caller
Al Viro
2020-10-25
take the common part of ep_eventpoll_poll() and ep_item_poll() into helper
Al Viro
2020-10-25
ep_insert(): we only need tep->mtx around the insertion itself
Al Viro
2020-10-25
ep_insert(): don't open-code ep_remove() on failure exits
Al Viro
2020-10-25
lift locking/unlocking ep->mtx out of ep_{start,done}_scan()
Al Viro
2020-10-25
ep_send_events_proc(): fold into the caller
Al Viro
2020-10-25
lift the calls of ep_send_events_proc() into the callers
Al Viro
2020-10-25
lift the calls of ep_read_events_proc() into the callers
Al Viro
2020-10-25
ep_scan_ready_list(): prepare to splitup
Al Viro
2020-10-25
ep_loop_check_proc(): saner calling conventions
Al Viro
2020-10-25
get rid of ep_push_nested()
Al Viro
2020-10-25
ep_loop_check_proc(): lift pushing the cookie into callers
Al Viro
2020-10-25
clean reverse_path_check_proc() a bit
Al Viro
2020-10-25
reverse_path_check_proc(): don't bother with cookies
Al Viro
2020-10-25
reverse_path_check_proc(): sane arguments
Al Viro
2020-10-25
untangling ep_call_nested(): and there was much rejoicing
Al Viro
2020-10-25
untangling ep_call_nested(): move push/pop of cookie into the callbacks
Al Viro
2020-10-25
untangling ep_call_nested(): take pushing cookie into a helper
Al Viro
2020-10-25
untangling ep_call_nested(): it's all serialized on epmutex.
Al Viro
2020-10-25
untangling ep_call_nested(): get rid of useless arguments
Al Viro
2020-10-25
epoll: get rid of epitem->nwait
Al Viro
2020-10-25
epoll: switch epitem->pwqlist to single-linked list
Al Viro
2020-09-24
ep_create_wakeup_source(): dentry name can change under you...
Al Viro
2020-09-10
epoll: EPOLL_CTL_ADD: close the race in decision to take fast path
Al Viro
2020-09-10
epoll: replace ->visited/visited_list with generation count
Al Viro
2020-09-09
epoll: do not insert into poll queues until all sanity checks are done
Al Viro
2020-09-02
fix regression in "epoll: Keep a reference on files added to the check list"
Al Viro
2020-08-22
do_epoll_ctl(): clean the failure exits up a bit
Al Viro
2020-08-22
epoll: Keep a reference on files added to the check list
Marc Zyngier
2020-05-14
epoll: call final ep_events_available() check under the lock
Roman Penyaev
2020-05-07
epoll: atomically remove wait entry on wake up
Roman Penyaev
2020-05-07
eventpoll: fix missing wakeup for ovflist in ep_poll_callback
Khazhismel Kumykov
2020-04-07
fs/epoll: make nesting accounting safe for -rt kernel
Jason Baron
2020-03-21
epoll: fix possible lost wakeup on epoll_ctl() path
Roman Penyaev
2020-01-29
eventpoll: support non-blocking do_epoll_ctl() calls
Jens Axboe
2020-01-29
eventpoll: abstract out epoll_ctl() handler
Jens Axboe
2019-12-04
fs/epoll: remove unnecessary wakeups of nested epoll
Heiher
2019-12-04
epoll: simplify ep_poll_safewake() for CONFIG_DEBUG_LOCK_ALLOC
Jason Baron
2019-08-21
PM / wakeup: Show wakeup sources stats in sysfs
Tri Vo
2019-07-18
proc/sysctl: add shared variables for range check
Matteo Croce
2019-07-16
signal: simplify set_user_sigmask/restore_user_sigmask
Oleg Nesterov
2019-06-29
signal: remove the wrong signal_pending() check in restore_user_sigmask()
Oleg Nesterov
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
Thomas Gleixner
2019-03-07
epoll: use rwlock in order to reduce ep_poll_callback() contention
Roman Penyaev
2019-03-07
epoll: unify awaking of wakeup source on ep_poll_callback() path
Roman Penyaev
2019-03-07
epoll: make sure all elements in ready list are in FIFO order
Roman Penyaev
2019-01-05
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
[prev]
[next]