summaryrefslogtreecommitdiffstats
path: root/fs/eventpoll.c
Commit message (Expand)AuthorAgeFilesLines
...
| * lift locking/unlocking ep->mtx out of ep_{start,done}_scan()Al Viro2020-10-251-31/+26
| * ep_send_events_proc(): fold into the callerAl Viro2020-10-251-40/+20
| * lift the calls of ep_send_events_proc() into the callersAl Viro2020-10-251-28/+5
| * lift the calls of ep_read_events_proc() into the callersAl Viro2020-10-251-10/+14
| * ep_scan_ready_list(): prepare to splitupAl Viro2020-10-251-27/+36
| * ep_loop_check_proc(): saner calling conventionsAl Viro2020-10-251-22/+16
| * get rid of ep_push_nested()Al Viro2020-10-251-25/+4
| * ep_loop_check_proc(): lift pushing the cookie into callersAl Viro2020-10-251-6/+12
| * clean reverse_path_check_proc() a bitAl Viro2020-10-251-17/+9
| * reverse_path_check_proc(): don't bother with cookiesAl Viro2020-10-251-2/+1
| * reverse_path_check_proc(): sane argumentsAl Viro2020-10-251-7/+5
| * untangling ep_call_nested(): and there was much rejoicingAl Viro2020-10-251-32/+11
| * untangling ep_call_nested(): move push/pop of cookie into the callbacksAl Viro2020-10-251-9/+9
| * untangling ep_call_nested(): take pushing cookie into a helperAl Viro2020-10-251-9/+17
| * untangling ep_call_nested(): it's all serialized on epmutex.Al Viro2020-10-251-69/+11
| * untangling ep_call_nested(): get rid of useless argumentsAl Viro2020-10-251-19/+12
| * epoll: get rid of epitem->nwaitAl Viro2020-10-251-26/+20
| * epoll: switch epitem->pwqlist to single-linked listAl Viro2020-10-251-26/+25
* | net: Remove the err argument from sock_from_fileFlorent Revest2020-12-041-2/+1
* | net: Add SO_BUSY_POLL_BUDGET socket optionBjörn Töpel2020-12-011-1/+2
* | net: Introduce preferred busy-pollingBjörn Töpel2020-12-011-1/+1
|/
* ep_create_wakeup_source(): dentry name can change under you...Al Viro2020-09-241-3/+4
* epoll: EPOLL_CTL_ADD: close the race in decision to take fast pathAl Viro2020-09-101-0/+1
* epoll: replace ->visited/visited_list with generation countAl Viro2020-09-101-19/+8
* epoll: do not insert into poll queues until all sanity checks are doneAl Viro2020-09-091-19/+18
* fix regression in "epoll: Keep a reference on files added to the check list"Al Viro2020-09-021-3/+3
* do_epoll_ctl(): clean the failure exits up a bitAl Viro2020-08-221-13/+6
* epoll: Keep a reference on files added to the check listMarc Zyngier2020-08-221-2/+9
* epoll: call final ep_events_available() check under the lockRoman Penyaev2020-05-141-20/+28
* epoll: atomically remove wait entry on wake upRoman Penyaev2020-05-071-19/+24
* eventpoll: fix missing wakeup for ovflist in ep_poll_callbackKhazhismel Kumykov2020-05-071-9/+9
* fs/epoll: make nesting accounting safe for -rt kernelJason Baron2020-04-071-21/+43
* epoll: fix possible lost wakeup on epoll_ctl() pathRoman Penyaev2020-03-211-4/+4
* eventpoll: support non-blocking do_epoll_ctl() callsJens Axboe2020-01-291-13/+33
* eventpoll: abstract out epoll_ctl() handlerJens Axboe2020-01-291-20/+25
* fs/epoll: remove unnecessary wakeups of nested epollHeiher2019-12-041-16/+0
* epoll: simplify ep_poll_safewake() for CONFIG_DEBUG_LOCK_ALLOCJason Baron2019-12-041-23/+13
* PM / wakeup: Show wakeup sources stats in sysfsTri Vo2019-08-211-2/+2
* proc/sysctl: add shared variables for range checkMatteo Croce2019-07-181-2/+2
* signal: simplify set_user_sigmask/restore_user_sigmaskOleg Nesterov2019-07-161-8/+4
* signal: remove the wrong signal_pending() check in restore_user_sigmask()Oleg Nesterov2019-06-291-2/+2
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-6/+1
* epoll: use rwlock in order to reduce ep_poll_callback() contentionRoman Penyaev2019-03-071-36/+122
* epoll: unify awaking of wakeup source on ep_poll_callback() pathRoman Penyaev2019-03-071-8/+1
* epoll: make sure all elements in ready list are in FIFO orderRoman Penyaev2019-03-071-1/+5
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2019-01-051-100/+118
|\
| * fs/epoll: deal with wait_queue only onceDavidlohr Bueso2019-01-041-11/+18
| * fs/epoll: rename check_events label to send_eventsDavidlohr Bueso2019-01-041-3/+3
| * fs/epoll: avoid barrier after an epoll_wait(2) timeoutDavidlohr Bueso2019-01-041-2/+6
| * fs/epoll: reduce the scope of wq lock in epoll_wait()Davidlohr Bueso2019-01-041-54/+60