summaryrefslogtreecommitdiffstats
path: root/fs/io_uring.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'io_uring-5.10-2020-10-12' of git://git.kernel.dk/linux-blockLinus Torvalds2020-10-131-786/+1395
|\
| * io_uring: keep a pointer ref_node in file_dataPavel Begunkov2020-10-101-8/+6
| * io_uring: refactor *files_register()'s error pathsPavel Begunkov2020-10-101-46/+32
| * io_uring: clean file_data access in files_registerPavel Begunkov2020-10-101-36/+33
| * io_uring: don't delay io_init_req() error checkPavel Begunkov2020-10-101-2/+1
| * io_uring: clean leftovers after splitting issuePavel Begunkov2020-10-101-8/+6
| * io_uring: remove timeout.list after hrtimer cancelPavel Begunkov2020-10-101-9/+2
| * io_uring: use a separate struct for timeout_removePavel Begunkov2020-10-101-9/+9
| * io_uring: improve submit_state.ios_left accountingPavel Begunkov2020-10-101-5/+5
| * io_uring: simplify io_file_get()Pavel Begunkov2020-10-101-16/+14
| * io_uring: kill extra check in fixed io_file_get()Pavel Begunkov2020-10-101-2/+1
| * io_uring: clean up ->files grabbingPavel Begunkov2020-10-101-39/+13
| * io_uring: don't io_prep_async_work() linked reqsPavel Begunkov2020-10-101-3/+0
| * io_uring: Convert advanced XArray uses to the normal APIMatthew Wilcox (Oracle)2020-10-091-12/+2
| * io_uring: Fix XArray usage in io_uring_add_task_fileMatthew Wilcox (Oracle)2020-10-091-12/+9
| * io_uring: Fix use of XArray in __io_uring_files_cancelMatthew Wilcox (Oracle)2020-10-091-14/+5
| * io_uring: fix break condition for __io_uring_register() waitingJens Axboe2020-10-091-3/+3
| * io_uring: no need to call xa_destroy() on empty xarrayJens Axboe2020-10-081-1/+0
| * io_uring: batch account ->req_issue and task struct referencesJens Axboe2020-10-071-2/+5
| * io_uring: kill callback_head argument for io_req_task_work_add()Jens Axboe2020-10-011-6/+5
| * io_uring: move req preps out of io_issue_sqe()Pavel Begunkov2020-10-011-17/+13
| * io_uring: decouple issuing and req preparationPavel Begunkov2020-10-011-206/+57
| * io_uring: remove nonblock arg from io_{rw}_prep()Pavel Begunkov2020-10-011-13/+10
| * io_uring: set/clear IOCB_NOWAIT into io_read/writePavel Begunkov2020-10-011-8/+9
| * io_uring: remove F_NEED_CLEANUP check in *prep()Pavel Begunkov2020-10-011-16/+2
| * io_uring: io_kiocb_ppos() style changePavel Begunkov2020-10-011-1/+1
| * io_uring: simplify io_alloc_req()Pavel Begunkov2020-10-011-9/+4
| * io_uring: show sqthread pid and cpu in fdinfoJoseph Qi2020-10-011-0/+6
| * io_uring: process task work in io_uring_register()Jens Axboe2020-10-011-12/+28
| * io_uring: add blkcg accounting to offloaded operationsDennis Zhou2020-10-011-0/+92
| * io_uring: improve registered buffer accounting for huge pagesJens Axboe2020-10-011-10/+80
| * io_uring: remove unneeded semicolonZheng Bin2020-10-011-1/+1
| * io_uring: cap SQ submit size for SQPOLL with multiple ringsJens Axboe2020-10-011-2/+9
| * io_uring: get rid of req->io/io_async_ctx unionJens Axboe2020-10-011-94/+117
| * io_uring: kill extra user_bufs checkPavel Begunkov2020-10-011-7/+1
| * io_uring: fix overlapped memcpy in io_req_map_rw()Pavel Begunkov2020-10-011-1/+4
| * io_uring: refactor io_req_map_rw()Pavel Begunkov2020-10-011-2/+1
| * io_uring: simplify io_rw_prep_async()Pavel Begunkov2020-10-011-4/+2
| * io_uring: provide IORING_ENTER_SQ_WAIT for SQPOLL SQ ring waitsJens Axboe2020-10-011-3/+37
| * io_uring: mark io_uring_fops/io_op_defs as __read_mostlyJens Axboe2020-10-011-2/+2
| * io_uring: enable IORING_SETUP_ATTACH_WQ to attach to SQPOLL thread tooJens Axboe2020-10-011-0/+33
| * io_uring: base SQPOLL handling off io_sq_dataJens Axboe2020-10-011-25/+101
| * io_uring: split SQPOLL data into separate structureJens Axboe2020-10-011-41/+86
| * io_uring: split work handling part of SQPOLL into helperJens Axboe2020-10-011-84/+93
| * io_uring: move SQPOLL post-wakeup ring need wakeup flag into wake handlerJens Axboe2020-10-011-1/+18
| * io_uring: use private ctx wait queue entries for SQPOLLJens Axboe2020-10-011-15/+18
| * io_uring: io_sq_thread() doesn't need to flush signalsJens Axboe2020-10-011-2/+0
| * io_uring: allow disabling rings during the creationStefano Garzarella2020-10-011-7/+54
| * io_uring: add IOURING_REGISTER_RESTRICTIONS opcodeStefano Garzarella2020-10-011-1/+123
| * io_uring: reference ->nsproxy for file table commandsJens Axboe2020-10-011-0/+3