summaryrefslogtreecommitdiff
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* convert ->f_ep_links/->fllink to hlistAl Viro2020-10-251-9/+9
* ep_insert(): move creation of wakeup source past the fl_ep_links insertionAl Viro2020-10-251-11/+9
* fold ep_read_events_proc() into the only callerAl Viro2020-10-251-29/+20
* take the common part of ep_eventpoll_poll() and ep_item_poll() into helperAl Viro2020-10-251-30/+27
* ep_insert(): we only need tep->mtx around the insertion itselfAl Viro2020-10-251-18/+10
* ep_insert(): don't open-code ep_remove() on failure exitsAl Viro2020-10-251-37/+14
* 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
* treewide: Convert macro and uses of __section(foo) to __section("foo")Joe Perches2020-10-251-1/+1
* Merge tag '5.10-rc-smb3-fixes-part2' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2020-10-258-15/+213
|\
| * cifs: update internal module version numberSteve French2020-10-231-1/+1
| * smb3: add some missing definitions from MS-FSCCSteve French2020-10-232-0/+28
| * smb3: remove two unused variablesSteve French2020-10-231-5/+0
| * smb3: add support for stat of WSL reparse points for special file typesSteve French2020-10-236-14/+189
* | Merge tag 'io_uring-5.10-2020-10-24' of git://git.kernel.dk/linux-blockLinus Torvalds2020-10-244-116/+189
|\ \
| * | splice: change exported internal do_splice() helper to take kernel offsetJens Axboe2020-10-221-13/+50
| * | io_uring: make loop_rw_iter() use original user supplied pointersJens Axboe2020-10-221-14/+12
| * | io_uring: remove req cancel in ->flush()Pavel Begunkov2020-10-221-23/+5
| * | io-wq: re-set NUMA node affinities if CPUs come onlineJens Axboe2020-10-221-4/+56
| * | io_uring: don't reuse linked_timeoutPavel Begunkov2020-10-211-1/+3
| * | io_uring: unify fsize with def->work_flagsJens Axboe2020-10-203-14/+18
| * | io_uring: fix racy REQ_F_LINK_TIMEOUT clearingPavel Begunkov2020-10-191-4/+13
| * | io_uring: do poll's hash_node init in common codePavel Begunkov2020-10-191-2/+1
| * | io_uring: inline io_poll_task_handler()Pavel Begunkov2020-10-191-19/+12
| * | io_uring: remove extra ->file check in poll prepPavel Begunkov2020-10-191-2/+0
| * | io_uring: make cached_cq_overflow non atomic_tPavel Begunkov2020-10-191-5/+6
| * | io_uring: inline io_fail_links()Pavel Begunkov2020-10-191-10/+3
| * | io_uring: kill ref get/drop in personality initPavel Begunkov2020-10-191-4/+9
| * | io_uring: flags-based creds init in queuePavel Begunkov2020-10-191-2/+2
* | | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2020-10-2436-106/+68
|\ \ \
| * | | fs: remove KSTAT_QUERY_FLAGSChristoph Hellwig2020-09-261-4/+4
| * | | fs: remove vfs_stat_set_lookup_flagsChristoph Hellwig2020-09-261-21/+12
| * | | fs: move vfs_fstatat out of lineChristoph Hellwig2020-09-261-2/+7
| * | | fs: remove vfs_statx_fdChristoph Hellwig2020-09-261-15/+7