aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/perf/scripts/python/exported-sql-viewer.py (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2020-06-30io_uring: clean up io_kill_linked_timeout() lockingJens Axboe1-11/+21
2020-06-30io_uring: do grab_env() just before puntingPavel Begunkov1-24/+29
2020-06-30io_uring: factor out grab_env() from defer_prep()Pavel Begunkov1-8/+7
2020-06-30io_uring: do init work in grab_env()Pavel Begunkov1-5/+3
2020-06-30io_uring: don't pass def into io_req_work_grab_envPavel Begunkov1-4/+5
2020-06-30io_uring: fix potential use after free on fallback request freePavel Begunkov1-2/+5
2020-06-30io_uring: kill REQ_F_TIMEOUT_NOSEQPavel Begunkov1-7/+8
2020-06-30io_uring: kill REQ_F_TIMEOUTPavel Begunkov1-4/+0
2020-06-30io_uring: replace find_next() out param with retPavel Begunkov1-18/+18
2020-06-30io_uring: deduplicate freeing linked timeoutsPavel Begunkov1-49/+58
2020-06-29io_uring: fix missing wake_up io_rw_reissue()Pavel Begunkov1-1/+3
2020-06-28io_uring: fix iopoll -EAGAIN handlingPavel Begunkov1-7/+4
2020-06-28io_uring: do task_work_run() during iopollPavel Begunkov1-0/+2
2020-06-28io_uring: clean up req->result setting by rwPavel Begunkov1-7/+2
2020-06-28io_uring: kill REQ_F_LINK_NEXTPavel Begunkov1-8/+1
2020-06-28io_uring: cosmetic changes for batch freePavel Begunkov1-32/+37
2020-06-28io_uring: batch-free linked requests as wellPavel Begunkov1-10/+16
2020-06-28io_uring: dismantle req early and remove need_iterPavel Begunkov1-11/+3
2020-06-28io_uring: remove inflight batching in free_many()Pavel Begunkov1-33/+8
2020-06-28io_uring: fix refs underflow in io_iopoll_queue()Pavel Begunkov1-1/+0
2020-06-28io_uring: fix missing io_grab_files()Pavel Begunkov1-7/+7
2020-06-28io_uring: don't mark link's head for_asyncPavel Begunkov1-1/+1
2020-06-28io_uring: fix feeding io-wq with uninit reqsPavel Begunkov1-5/+10
2020-06-28io_uring: fix punting req w/o grabbed envPavel Begunkov1-6/+2
2020-06-28io_uring: fix req->work corruptionPavel Begunkov1-1/+1
2020-06-26io_uring: fix function args for !CONFIG_NETRandy Dunlap1-6/+12
2020-06-26io-wq: return next work from ->do_work() directlyPavel Begunkov3-38/+25
2020-06-26io-wq: compact io-wq flags numbersPavel Begunkov1-4/+4
2020-06-26io_uring: use task_work for links if possibleJens Axboe1-74/+117
2020-06-25io_uring: enable READ/WRITE to use deferred completionsJens Axboe1-15/+23
2020-06-25io_uring: pass in completion state to appropriate issue side handlersJens Axboe1-67/+86
2020-06-25io_uring: pass down completion state on the issue sideJens Axboe1-17/+50
2020-06-25io_uring: add 'io_comp_state' to struct io_submit_stateJens Axboe1-2/+16
2020-06-25io_uring: provide generic io_req_complete() helperJens Axboe1-63/+43
2020-06-25io_uring: fix NULL-mm for linked reqsPavel Begunkov1-4/+11
2020-06-25io_uring: fix current->mm NULL dereference on exitPavel Begunkov1-0/+9
2020-06-25io_uring: fix hanging iopoll in case of -EAGAINPavel Begunkov1-7/+2
2020-06-23io_uring: fix io_sq_thread no schedule when busyXuan Zhuo1-2/+2
2020-06-21io_uring: kill NULL checks for submit statePavel Begunkov1-5/+1
2020-06-21io_uring: set @poll->file after @poll initPavel Begunkov1-1/+1
2020-06-21io_uring: remove REQ_F_MUST_PUNTPavel Begunkov1-15/+7
2020-06-21io_uring: remove setting REQ_F_MUST_PUNT in rwPavel Begunkov1-8/+0
2020-06-21io_uring: support true async buffered reads, if file provides itJens Axboe1-4/+135
2020-06-21mm: add kiocb_wait_page_queue_init() helperJens Axboe1-0/+21
2020-06-21btrfs: flag files as supporting buffered async readsJens Axboe1-1/+1
2020-06-21xfs: flag files as supporting buffered async readsJens Axboe1-1/+1
2020-06-21block: flag block devices as supporting IOCB_WAITQJens Axboe1-1/+1
2020-06-21fs: add FMODE_BUF_RASYNCJens Axboe1-0/+3
2020-06-21mm: support async buffered reads in generic_file_buffered_read()Jens Axboe1-11/+27
2020-06-21mm: add support for async page lockingJens Axboe3-2/+67