summary refs log tree commit diff
AgeCommit message (Expand)Author
2021-03-12io_uring: prevent racy sqd->thread checksPavel Begunkov
2021-03-12io_uring: remove useless ->startup completionPavel Begunkov
2021-03-12io_uring: cancel deferred requests in try_cancelPavel Begunkov
2021-03-11io_uring: perform IOPOLL reaping if canceler is thread itselfJens Axboe
2021-03-11io_uring: force creation of separate context for ATTACH_WQ and non-threadsJens Axboe
2021-03-10io_uring: remove indirect ctx into sqo injectionPavel Begunkov
2021-03-10io_uring: fix invalid ctx->sq_thread_idlePavel Begunkov
2021-03-10kernel: make IO threads unfreezable by defaultJens Axboe
2021-03-10io_uring: always wait for sqd exited when stopping SQPOLL threadJens Axboe
2021-03-10io_uring: remove unneeded variable 'ret'Yang Li
2021-03-10io_uring: move all io_kiocb init early in io_init_req()Jens Axboe
2021-03-10io-wq: fix ref leak for req in case of exit cancelationsyangerkun
2021-03-10io_uring: fix complete_post races for linked reqPavel Begunkov
2021-03-10io_uring: add io_disarm_next() helperPavel Begunkov
2021-03-10io_uring: fix io_sq_offload_create error handlingPavel Begunkov
2021-03-10io-wq: remove unused 'user' member of io_wqJens Axboe
2021-03-10io_uring: Convert personality_idr to XArrayMatthew Wilcox (Oracle)
2021-03-10io_uring: clean R_DISABLED startup messPavel Begunkov
2021-03-10io_uring: fix unrelated ctx reqs cancellationPavel Begunkov
2021-03-10io_uring: SQPOLL parking fixesJens Axboe
2021-03-07io_uring: kill io_sq_thread_fork() and return -EOWNERDEAD if the sq_thread is...Stefan Metzmacher
2021-03-07io_uring: run __io_sq_thread() with the initial creds from io_uring_setup()Stefan Metzmacher
2021-03-07io-wq: warn on creating manager while exitingPavel Begunkov
2021-03-07io_uring: cancel reqs of all iowq's on ring exitPavel Begunkov
2021-03-07io_uring: warn when ring exit takes too longPavel Begunkov
2021-03-07io_uring: index io_uring->xa by ctx not filePavel Begunkov
2021-03-07io_uring: don't take task ring-file notesPavel Begunkov
2021-03-07io_uring: do ctx initiated file note removalPavel Begunkov
2021-03-07io_uring: introduce ctx to tctx back mapPavel Begunkov
2021-03-07io_uring: make del_task_file more forgivingPavel Begunkov
2021-03-06io-wq: always track creds for async issueJens Axboe
2021-03-06io-wq: fix race in freeing 'wq' and worker accessJens Axboe
2021-03-05Linux 5.12-rc2Linus Torvalds
2021-03-05Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds
2021-03-05Merge tag 'gcc-plugins-v5.12-rc2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2021-03-05Merge tag 'pstore-v5.12-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2021-03-05Merge tag 'for-5.12/dm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2021-03-05Merge tag 'block-5.12-2021-03-05' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-03-05Merge tag 'io_uring-5.12-2021-03-05' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-03-05Merge tag 'pm-5.12-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds
2021-03-05Merge tag 'acpi-5.12-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds
2021-03-05Merge tag 'iommu-fixes-v5.12-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2021-03-05Merge tag 'for-5.12-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2021-03-05Merge tag 'devicetree-fixes-for-5.12-1' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2021-03-05Merge tag 'trace-v5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2021-03-05RDMA/rxe: Fix errant WARN_ONCE in rxe_completer()Bob Pearson
2021-03-05RDMA/rxe: Fix extra deref in rxe_rcv_mcast_pkt()Bob Pearson
2021-03-05RDMA/rxe: Fix missed IB reference counting in loopbackBob Pearson
2021-03-05io_uring: don't restrict issue_flags for io_openatPavel Begunkov
2021-03-05Merge tag 'nvme-5.12-2021-03-05' of git://git.infradead.org/nvme into block-5.12Jens Axboe