summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* io_uring/net: support non-zerocopy sendtoPavel Begunkov2022-09-213-8/+35
* io_uring/net: refactor io_setup_async_addrPavel Begunkov2022-09-211-9/+9
* io_uring/net: don't lose partial send_zc on failPavel Begunkov2022-09-213-0/+18
* io_uring/net: don't lose partial send/recv on failPavel Begunkov2022-09-213-0/+16
* io_uring/rw: don't lose partial IO result on failPavel Begunkov2022-09-213-0/+15
* io_uring: add custom opcode hooks on failPavel Begunkov2022-09-212-0/+5
* io_uring/fdinfo: fix sqe dumping for IORING_SETUP_SQE128Jens Axboe2022-09-211-6/+26
* io_uring/fdinfo: get rid of unnecessary is_cqe32 variableJens Axboe2022-09-211-10/+6
* io_uring: remove unused return from io_disarm_nextPavel Begunkov2022-09-212-11/+4
* io_uring: add fast path for io_run_local_work()Pavel Begunkov2022-09-211-0/+3
* io_uring/iopoll: unify tw breaking logicPavel Begunkov2022-09-211-7/+7
* io_uring/iopoll: fix unexpected returnsPavel Begunkov2022-09-211-4/+1
* io_uring: disallow defer-tw run w/ no submittersPavel Begunkov2022-09-212-13/+3
* io_uring: further limit non-owner defer-tw cq waitingPavel Begunkov2022-09-212-0/+17
* io_uring/net: use io_sr_msg for sendzcPavel Begunkov2022-09-211-13/+5
* io_uring/net: refactor io_sr_msg typesPavel Begunkov2022-09-211-7/+7
* io_uring/net: add non-bvec sg chunking callbackPavel Begunkov2022-09-211-6/+11
* io_uring/net: io_async_msghdr caches for sendzcPavel Begunkov2022-09-211-5/+4
* io_uring/net: use async caches for async prepPavel Begunkov2022-09-212-3/+15
* io_uring/net: reshuffle error handlingPavel Begunkov2022-09-211-8/+8
* io_uring: use io_cq_lock consistentlyPavel Begunkov2022-09-211-1/+1
* io_uring: kill an outdated commentPavel Begunkov2022-09-211-4/+0
* io_uring: allow buffer recycling in READVDylan Yudaken2022-09-212-94/+52
* fs: add batch and poll flags to the uring_cmd_iopoll() handlerJens Axboe2022-09-214-8/+16
* io_uring: ensure iopoll runs local task work as wellJens Axboe2022-09-212-19/+26
* io_uring: add local task_work run helper that is entered lockedJens Axboe2022-09-212-7/+17
* io_uring: cleanly separate request types for iopollJens Axboe2022-09-211-6/+9
* nvme: wire up async polling for io passthrough commandsKanchan Joshi2022-09-214-5/+72
* block: export blk_rq_is_pollKanchan Joshi2022-09-212-1/+3
* io_uring: add iopoll infrastructure for io_uring_cmdKanchan Joshi2022-09-215-5/+29
* fs: add file_operations->uring_cmd_iopollKanchan Joshi2022-09-211-0/+1
* io_uring: trace local task work runDylan Yudaken2022-09-212-0/+32
* io_uring: signal registered eventfd to process deferred task workDylan Yudaken2022-09-212-23/+63
* io_uring: move io_eventfd_putDylan Yudaken2022-09-211-8/+8
* io_uring: add IORING_SETUP_DEFER_TASKRUNDylan Yudaken2022-09-216-21/+168
* io_uring: do not run task work at the start of io_uring_enterDylan Yudaken2022-09-211-2/+0
* io_uring: introduce io_has_workDylan Yudaken2022-09-211-4/+9
* io_uring: remove unnecessary variableDylan Yudaken2022-09-211-4/+1
* eventfd: guard wake_up in eventfd fs calls as wellDylan Yudaken2022-09-213-5/+9
* Linux 6.0-rc6v6.0-rc6Linus Torvalds2022-09-181-1/+1
* Merge tag 'parisc-for-6.0-3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-09-185-14/+16
|\
| * parisc: Allow CONFIG_64BIT with ARCH=pariscHelge Deller2022-09-151-1/+11
| * parisc: remove obsolete manual allocation aligning in iosapicRolf Eike Beer2022-09-151-10/+1
| * tools/include/uapi: Fix <asm/errno.h> for parisc and xtensaBen Hutchings2022-09-131-2/+2
| * Input: hp_sdc: fix spelling typo in commentJiangshan Yi2022-09-131-1/+1
| * parisc: ccio-dma: Add missing iounmap in error path in ccio_probe()Yang Yingliang2022-09-131-0/+1
* | Merge tag 'io_uring-6.0-2022-09-18' of git://git.kernel.dk/linuxLinus Torvalds2022-09-182-9/+9
|\ \
| * | io_uring/opdef: rename SENDZC_NOTIF to SEND_ZCStefan Metzmacher2022-09-181-1/+1
| * | io_uring/net: fix zc fixed buf lifetimePavel Begunkov2022-09-181-8/+8
* | | Merge tag 'gpio-fixes-for-v6.0-rc6' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2022-09-164-10/+31
|\ \ \