summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-02-15io-wq: fix worker creationio_uring-workerJens Axboe
2021-02-15io_uring: fixup fallback work caseJens Axboe
2021-02-15Revert "proc: don't allow async path resolution of /proc/self components"Jens Axboe
2021-02-15Revert "proc: don't allow async path resolution of /proc/thread-self components"Jens Axboe
2021-02-15io_uring: remove io_identityJens Axboe
2021-02-15io_uring: remove any grabbing of contextJens Axboe
2021-02-15io-wq: worker idling always returns falseJens Axboe
2021-02-15io-wq: fork worker threads from original taskJens Axboe
2021-02-15io-wq: get rid of manager taskJens Axboe
2021-02-15Merge branch 'for-5.12/io_uring' into for-nextJens Axboe
2021-02-15Merge branch 'for-5.12/drivers' into for-nextJens Axboe
2021-02-15proc: don't allow async path resolution of /proc/thread-self componentsJens Axboe
2021-02-14lightnvm: pblk: Replace guid_copy() with export_guid()/import_guid()for-5.12/drivers-2021-02-17for-5.12/driversAndy Shevchenko
2021-02-14lightnvm: fix unnecessary NULL check warningsTian Tao
2021-02-13io_uring: kill cached requests from exiting task closing the ringJens Axboe
2021-02-13io_uring: add helper to free all request cachesJens Axboe
2021-02-13io_uring: allow task match to be passed to io_req_cache_free()Jens Axboe
2021-02-12io-wq: clear out worker ->fs and ->filesJens Axboe
2021-02-12Merge branch 'for-5.12/io_uring' into for-nextJens Axboe
2021-02-12io_uring: optimise io_init_req() flags settingPavel Begunkov
2021-02-12io_uring: clean io_req_find_next() fast checkPavel Begunkov
2021-02-12io_uring: don't check PF_EXITING from syscallPavel Begunkov
2021-02-12Merge branch 'for-5.12/block-ipi' into for-nextJens Axboe
2021-02-12Merge branch 'for-5.12/io_uring' into for-nextJens Axboe
2021-02-12Merge branch 'for-5.12/libata' into for-nextJens Axboe
2021-02-12Merge branch 'for-5.12/drivers' into for-nextJens Axboe
2021-02-12Merge branch 'for-5.12/block' into for-nextJens Axboe
2021-02-12blk-mq: Use llist_head for blk_cpu_donefor-5.12/block-ipi-2021-02-21for-5.12/block-ipiSebastian Andrzej Siewior
2021-02-12blk-mq: Always complete remote completions requests in softirqSebastian Andrzej Siewior
2021-02-12Merge branch 'sched/smp' of git://git.kernel.org/pub/scm/linux/kernel/git/tip...Jens Axboe
2021-02-12io_uring: don't split out consume out of SQE getPavel Begunkov
2021-02-12io_uring: save ctx put/get for task_work submitPavel Begunkov
2021-02-12io_uring: don't duplicate io_req_task_queue()Pavel Begunkov
2021-02-12io_uring: optimise SQPOLL mm/files grabbingPavel Begunkov
2021-02-12io_uring: optimise out unlikely link queuePavel Begunkov
2021-02-12io_uring: take compl state from submit statePavel Begunkov
2021-02-11io_uring: inline io_complete_rw_common()Pavel Begunkov
2021-02-11io_uring: move res check out of io_rw_reissue()Pavel Begunkov
2021-02-11io_uring: simplify iopoll reissuingPavel Begunkov
2021-02-11io_uring: clean up io_req_free_batch_finish()Pavel Begunkov
2021-02-11Merge tag 'nvme-5.12-2021-02-11' of git://git.infradead.org/nvme into for-5.1...Jens Axboe
2021-02-11io_uring: move submit side state closer in the ringJens Axboe
2021-02-11io_uring: assign file_slot prior to calling io_sqe_file_register()Jens Axboe
2021-02-11nvme-tcp: fix crash triggered with a dataless request submissionSagi Grimberg
2021-02-10block: Replace lkml.org links with loreKees Cook
2021-02-10io_uring: remove redundant initialization of variable retColin Ian King
2021-02-10io_uring: unpark SQPOLL thread for cancelationPavel Begunkov
2021-02-10nbd: Convert to DEFINE_SHOW_ATTRIBUTELiao Pingfang
2021-02-10nvme: add 48-bit DMA address quirk for Amazon NVMe controllersFilippo Sironi
2021-02-10nvme-hwmon: rework to avoid devm allocationHannes Reinecke