summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2021-04-12io_uring: set proper FFS* flags on reg file updatePavel Begunkov1-11/+15
2021-04-12io_uring: deduplicate NOSIGNAL settingPavel Begunkov1-22/+14
2021-04-12io_uring: put link timeout req consistentlyPavel Begunkov1-7/+3
2021-04-12io_uring: simplify overflow handlingPavel Begunkov1-5/+3
2021-04-12io_uring: lock annotate timeouts and pollPavel Begunkov1-0/+10
2021-04-12io_uring: kill unused forward declsPavel Begunkov1-4/+2
2021-04-12io_uring: store reg buffer end instead of lengthPavel Begunkov1-5/+5
2021-04-12io_uring: improve import_fixed overflow checksPavel Begunkov1-4/+3
2021-04-12io_uring: refactor io_async_cancel()Pavel Begunkov1-2/+0
2021-04-12io_uring: remove unused hash_waitPavel Begunkov1-2/+0
2021-04-12io_uring: better ref handling in poll_remove_onePavel Begunkov1-1/+1
2021-04-12io_uring: combine lock/unlock sections on exitPavel Begunkov1-10/+8
2021-04-12io_uring: remove useless is_dying check on quiescePavel Begunkov1-6/+2
2021-04-12io_uring: reuse io_rsrc_node_destroy()Pavel Begunkov1-9/+7
2021-04-12io_uring: ctx-wide rsrc nodesPavel Begunkov1-36/+37
2021-04-12io_uring: refactor io_queue_rsrc_removal()Pavel Begunkov1-11/+4
2021-04-12io_uring: move rsrc_put callback into io_rsrc_dataPavel Begunkov1-17/+14
2021-04-12io_uring: encapsulate rsrc node manipulationsPavel Begunkov1-26/+13
2021-04-12io_uring: use rsrc prealloc infra for files regPavel Begunkov1-15/+6
2021-04-12io_uring: simplify io_rsrc_node_ref_zeroPavel Begunkov1-8/+4
2021-04-12io_uring: name rsrc bits consistentlyPavel Begunkov1-79/+71
2021-04-12io-wq: cancel task_work on exit only targeting the current 'wq'Jens Axboe1-1/+11
2021-04-12io_uring: fix race around poll update and poll triggeringJens Axboe1-8/+10
2021-04-12io_uring: reg buffer overflow checks hardeningPavel Begunkov1-0/+5
2021-04-12io_uring: allow SQPOLL without CAP_SYS_ADMIN or CAP_SYS_NICEJens Axboe1-4/+0
2021-04-12io-wq: eliminate the need for a manager threadJens Axboe3-159/+120
2021-04-12io_uring: allow events and user_data update of running poll requestsJens Axboe1-8/+87
2021-04-12io_uring: abstract out a io_poll_find_helper()Jens Axboe1-5/+16
2021-04-12io_uring: terminate multishot poll for CQ ring overflowJens Axboe1-8/+12
2021-04-12io_uring: abstract out helper for removing poll waitqs/hashesJens Axboe1-1/+9
2021-04-12io_uring: add multishot mode for IORING_OP_POLL_ADDJens Axboe1-18/+46
2021-04-12io_uring: include cflags in completion trace eventJens Axboe1-1/+1
2021-04-12io_uring: allocate memory for overflowed CQEsPavel Begunkov1-55/+46
2021-04-12io_uring: mask in error/nval/hangup consistently for pollJens Axboe1-3/+4
2021-04-12io_uring: optimise rw complete error handlingPavel Begunkov1-15/+18
2021-04-12io_uring: hide iter revert in resubmit_prepPavel Begunkov1-9/+8
2021-04-12io_uring: don't alter iopoll reissue fail ret codePavel Begunkov1-25/+16
2021-04-12io_uring: optimise kiocb_end_write for !ISREGPavel Begunkov1-3/+3
2021-04-12io_uring: kill unused REQ_F_NO_FILE_TABLEPavel Begunkov1-8/+1
2021-04-12io_uring: don't init req->work fully in advancePavel Begunkov1-11/+14
2021-04-12io-wq: refactor *_get_acct()Pavel Begunkov1-10/+7
2021-04-12io_uring: remove tctx->sqpollPavel Begunkov1-1/+0
2021-04-12io_uring: don't do extra EXITING cancellationsPavel Begunkov1-5/+1
2021-04-12io_uring: don't clear REQ_F_LINK_TIMEOUTPavel Begunkov1-4/+2
2021-04-12io_uring: optimise io_req_task_work_add()Pavel Begunkov1-32/+18
2021-04-12io_uring: abolish old io_put_file()Pavel Begunkov1-9/+10
2021-04-12io_uring: optimise io_dismantle_req() fast pathPavel Begunkov1-15/+19
2021-04-12io_uring: inline io_clean_op()'s fast pathPavel Begunkov1-12/+9
2021-04-12io_uring: remove __io_req_task_cancel()Pavel Begunkov1-25/+3
2021-04-12io_uring: add helper flushing locked_free_listPavel Begunkov1-12/+12