aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2022-07-24io_uring: ensure REQ_F_ISREG is set async offloadfor-5.20/io_uring-2022-07-29for-5.20/io_uringJens Axboe3-5/+8
2022-07-24net: fix compat pointer in get_compat_msghdr()Jens Axboe2-2/+2
2022-07-24io_uring: Don't require reinitable percpu_refMichal Koutný1-1/+1
2022-07-24io_uring: fix types in io_recvmsg_multishot_overflowDylan Yudaken1-5/+5
2022-07-24io_uring: Use atomic_long_try_cmpxchg in __io_account_memUros Bizjak1-4/+3
2022-07-24io_uring: support multishot in recvmsgDylan Yudaken3-19/+174
2022-07-24net: copy from user before calling __get_compat_msghdrDylan Yudaken3-33/+28
2022-07-24net: copy from user before calling __copy_msghdrDylan Yudaken3-33/+28
2022-07-24io_uring: support 0 length iov in buffer select in compatDylan Yudaken1-9/+14
2022-07-24io_uring: fix multishot ending when not polledDylan Yudaken1-0/+2
2022-07-24io_uring: add netmsg cacheJens Axboe4-12/+73
2022-07-24io_uring: impose max limit on apoll cacheJens Axboe3-3/+17
2022-07-24io_uring: add abstraction around apoll cacheJens Axboe5-20/+62
2022-07-24io_uring: move apoll cache to poll.cJens Axboe3-12/+14
2022-07-24io_uring: consolidate hash_locked io-wq handlingPavel Begunkov1-5/+7
2022-07-24io_uring: clear REQ_F_HASH_LOCKED on hash removalPavel Begunkov1-5/+2
2022-07-24io_uring: don't race double poll setting REQ_F_ASYNC_DATAPavel Begunkov1-3/+3
2022-07-24io_uring: don't miss setting REQ_F_DOUBLE_POLLPavel Begunkov1-8/+10
2022-07-24io_uring: disable multishot recvmsgDylan Yudaken1-19/+10
2022-07-24io_uring: only trace one of complete or overflowDylan Yudaken2-5/+8
2022-07-24io_uring: fix io_uring_cqe_overflow trace formatDylan Yudaken1-1/+1
2022-07-24io_uring: multishot recvDylan Yudaken2-13/+94
2022-07-24io_uring: fix multishot accept orderingDylan Yudaken1-4/+7
2022-07-24io_uring: fix multishot poll on overflowDylan Yudaken1-2/+4
2022-07-24io_uring: add allow_overflow to io_post_aux_cqeDylan Yudaken6-11/+18
2022-07-24io_uring: add IOU_STOP_MULTISHOT return codeDylan Yudaken2-2/+16
2022-07-24io_uring: clean up io_poll_check_events return valuesDylan Yudaken1-11/+16
2022-07-24io_uring: recycle buffers on errorDylan Yudaken1-2/+8
2022-07-24io_uring: allow iov_len = 0 for recvmsg and buffer selectDylan Yudaken1-5/+11
2022-07-24io_uring: restore bgid in io_put_kbufDylan Yudaken1-2/+7
2022-07-24io_uring: allow 0 length for buffer selectDylan Yudaken1-2/+2
2022-07-24io_uring: let to set a range for file slot allocationPavel Begunkov6-7/+61
2022-07-24io_uring: add support for passing fixed file descriptorsJens Axboe2-7/+140
2022-07-24io_uring: split out fixed file installation and removalJens Axboe5-48/+60
2022-07-24io_uring: replace zero-length array with flexible-array memberGustavo A. R. Silva1-1/+1
2022-07-24io_uring: remove ctx->refs pinning on enterPavel Begunkov1-12/+4
2022-07-24io_uring: don't check file ops of registered ringsPavel Begunkov1-8/+8
2022-07-24io_uring: remove extra TIF_NOTIFY_SIGNAL checkPavel Begunkov1-2/+0
2022-07-24io_uring: fuse fallback_node and normal tw nodePavel Begunkov2-7/+3
2022-07-24io_uring: improve io_fail_links()Pavel Begunkov1-12/+24
2022-07-24io_uring: move POLLFREE handling to separate functionJens Axboe1-23/+27
2022-07-24io_uring: kbuf: inline io_kbuf_recycle_ring()Hao Xu2-29/+27
2022-07-24io_uring: optimise submission side poll_refsPavel Begunkov1-21/+67
2022-07-24io_uring: refactor poll arm error handlingPavel Begunkov1-23/+21
2022-07-24io_uring: change arm poll return valuesPavel Begunkov1-2/+5
2022-07-24io_uring: add a helper for apoll allocPavel Begunkov1-16/+28
2022-07-24io_uring: remove events caching atavismsPavel Begunkov1-10/+8
2022-07-24io_uring: clean poll ->private flaggingPavel Begunkov1-3/+17
2022-07-24io_uring: add sync cancelation API through io_uring_register()Jens Axboe4-0/+130
2022-07-24io_uring: add IORING_ASYNC_CANCEL_FD_FIXED cancel flagJens Axboe2-3/+8
2022-07-24io_uring: have cancelation API accept io_uring_task directlyJens Axboe3-10/+11
2022-07-24io_uring: kbuf: kill __io_kbuf_recycle()Hao Xu2-43/+49
2022-07-24io_uring: trace task_work_runDylan Yudaken1-5/+14
2022-07-24io_uring: add trace event for running task workDylan Yudaken1-0/+30
2022-07-24io_uring: batch task_workDylan Yudaken1-9/+13
2022-07-24io_uring: introduce llist helpersDylan Yudaken1-0/+30
2022-07-24io_uring: lockless task listDylan Yudaken4-35/+14
2022-07-24io_uring: remove __io_req_task_work_addDylan Yudaken1-9/+2
2022-07-24io_uring: remove priority tw list optimisationDylan Yudaken5-70/+12
2022-07-24io_uring: dedup io_run_task_workPavel Begunkov2-14/+5
2022-07-24io_uring: move list helpers to a separate filePavel Begunkov4-131/+140
2022-07-24io_uring: improve io_run_task_work()Pavel Begunkov1-1/+1
2022-07-24io_uring: optimize io_uring_task layoutPavel Begunkov1-16/+18
2022-07-24io_uring: add a warn_once for poll_findPavel Begunkov1-0/+5
2022-07-24io_uring: consistent naming for inline completionPavel Begunkov2-3/+11
2022-07-24io_uring: move io_import_fixed()Pavel Begunkov3-60/+63
2022-07-24io_uring: opcode independent fixed buf importPavel Begunkov1-14/+7
2022-07-24io_uring: add io_commit_cqring_flush()Pavel Begunkov3-8/+8
2022-07-24io_uring: introduce locking helpers for CQE postingPavel Begunkov3-36/+36
2022-07-24io_uring: hide eventfd assumptions in eventfd pathsPavel Begunkov3-20/+29
2022-07-24io_uring: fix io_poll_remove_all clang warningsPavel Begunkov1-2/+5
2022-07-24io_uring: improve task exit timeout cancellationsPavel Begunkov1-4/+5
2022-07-24io_uring: fix multi ctx cancellationPavel Begunkov1-41/+46
2022-07-24io_uring: remove ->flush_cqes optimisationPavel Begunkov3-16/+10
2022-07-24io_uring: move io_eventfd_signal()Pavel Begunkov1-16/+14
2022-07-24io_uring: reshuffle io_uring/io_uring.hPavel Begunkov1-48/+47
2022-07-24io_uring: remove extra io_commit_cqring()Pavel Begunkov1-1/+0
2022-07-24io_uring: move a few private types to local headersJens Axboe6-18/+24
2022-07-24io_uring: clean up tracing eventsPavel Begunkov4-100/+66
2022-07-24io_uring: make io_uring_types.h publicPavel Begunkov5-31/+31
2022-07-24io_uring: kill extra io_uring_types.h includesPavel Begunkov24-24/+0
2022-07-24io_uring: change ->cqe_cached invariant for CQE32Pavel Begunkov2-11/+12
2022-07-24io_uring: deduplicate io_get_cqe() callsPavel Begunkov1-25/+13
2022-07-24io_uring: deduplicate __io_fill_cqe_req tracingPavel Begunkov1-6/+5
2022-07-24io_uring: introduce io_req_cqe_overflow()Pavel Begunkov2-12/+15
2022-07-24io_uring: don't inline __io_get_cqe()Pavel Begunkov2-35/+36
2022-07-24io_uring: don't expose io_fill_cqe_aux()Pavel Begunkov6-54/+36
2022-07-24io_uring: kbuf: add comments for some tricky codeHao Xu1-6/+14
2022-07-24io_uring: mutex locked poll hashingPavel Begunkov3-22/+108
2022-07-24io_uring: propagate locking state to poll cancelPavel Begunkov5-7/+12
2022-07-24io_uring: introduce a struct for hash tablePavel Begunkov6-43/+56
2022-07-24io_uring: pass hash table into poll_findPavel Begunkov1-6/+14
2022-07-24io_uring: add IORING_SETUP_SINGLE_ISSUERPavel Begunkov5-8/+36
2022-07-24io_uring: use state completion infra for poll reqsPavel Begunkov1-6/+2
2022-07-24io_uring: clean up io_ring_ctx_allocPavel Begunkov1-4/+6
2022-07-24io_uring: limit the number of cancellation bucketsPavel Begunkov1-5/+5
2022-07-24io_uring: clean up io_try_cancelPavel Begunkov1-2/+2
2022-07-24io_uring: pass poll_find lock backPavel Begunkov1-20/+26
2022-07-24io_uring: switch cancel_hash to use per entry spinlockHao Xu6-40/+80
2022-07-24io_uring: poll: remove unnecessary req->ref setHao Xu1-1/+0
2022-07-24io_uring: don't inline io_put_kbufPavel Begunkov2-32/+39
2022-07-24io_uring: refactor io_req_task_complete()Pavel Begunkov1-6/+10
2022-07-24io_uring: kill REQ_F_COMPLETE_INLINEPavel Begunkov3-19/+7
2022-07-24io_uring: rw: delegate sync completions to core io_uringPavel Begunkov1-22/+19
2022-07-24io_uring: remove unused IO_REQ_CACHE_SIZE definedJens Axboe1-1/+0
2022-07-24io_uring: don't set REQ_F_COMPLETE_INLINE in twPavel Begunkov1-1/+0
2022-07-24io_uring: remove check_cq checking from hot pathsPavel Begunkov1-15/+19
2022-07-24io_uring: never defer-complete multi-apollPavel Begunkov1-1/+1
2022-07-24io_uring: inline ->registered_ringsPavel Begunkov2-11/+2
2022-07-24io_uring: explain io_wq_work::cancel_seq placementPavel Begunkov1-0/+1
2022-07-24io_uring: move small helpers to headersPavel Begunkov2-17/+22
2022-07-24io_uring: refactor ctx slow data placementPavel Begunkov1-42/+39
2022-07-24io_uring: better caching for ctx timeout fieldsPavel Begunkov1-6/+9
2022-07-24io_uring: move defer_list to slow dataPavel Begunkov1-1/+4
2022-07-24io_uring: make reg buf init consistentPavel Begunkov1-6/+3
2022-07-24io_uring: deprecate epoll_ctl supportJens Axboe1-0/+4
2022-07-24io_uring: add support for level triggered pollJens Axboe2-5/+13
2022-07-24io_uring: move opcode table to opdef.cJens Axboe5-469/+501
2022-07-24io_uring: move read/write related opcodes to its own fileJens Axboe5-1231/+1263
2022-07-24io_uring: move remaining file table manipulation to filetable.cJens Axboe4-88/+90
2022-07-24io_uring: move rsrc related data, core, and commandsJens Axboe6-1418/+1480
2022-07-24io_uring: split provided buffers handling into its own fileJens Axboe7-636/+672
2022-07-24io_uring: move cancelation into its own fileJens Axboe6-178/+204
2022-07-24io_uring: move poll handling into its own fileJens Axboe6-827/+879
2022-07-24io_uring: add opcode name to io_op_defsJens Axboe1-98/+52
2022-07-24io_uring: include and forward-declaration sanitationJens Axboe1-12/+5
2022-07-24io_uring: move io_uring_task (tctx) helpers into its own fileJens Axboe5-365/+396
2022-07-24io_uring: move fdinfo helpers to its own fileJens Axboe6-208/+230
2022-07-24io_uring: use io_is_uring_fops() consistentlyJens Axboe1-8/+8
2022-07-24io_uring: move SQPOLL related handling into its own fileJens Axboe5-462/+497
2022-07-24io_uring: move timeout opcodes and handling into its own fileJens Axboe6-660/+701
2022-07-24io_uring: move our reference counting into a headerJens Axboe2-42/+49
2022-07-24io_uring: move msg_ring into its own fileJens Axboe4-55/+71
2022-07-24io_uring: split network related opcodes into its own fileJens Axboe5-835/+884
2022-07-24io_uring: move statx handling to its own fileJens Axboe4-62/+82
2022-07-24io_uring: move epoll handler to its own fileJens Axboe4-50/+70
2022-07-24io_uring: add a dummy -EOPNOTSUPP prep handlerJens Axboe1-9/+14
2022-07-24io_uring: move uring_cmd handling to its own fileJens Axboe5-124/+142
2022-07-24io_uring: split out open/close operationsJens Axboe5-298/+345
2022-07-24io_uring: separate out file table handling codeJens Axboe5-93/+117
2022-07-24io_uring: split out fadvise/madvise operationsJens Axboe4-85/+109
2022-07-24io_uring: split out fs related sync/fallocate functionsJens Axboe4-97/+124
2022-07-24io_uring: split out splice related operationsJens Axboe5-130/+154
2022-07-24io_uring: split out filesystem related operationsJens Axboe4-283/+316
2022-07-24io_uring: move nop into its own fileJens Axboe4-15/+32
2022-07-24io_uring: move xattr related opcodes to its own fileJens Axboe4-247/+277
2022-07-24io_uring: handle completions in the coreJens Axboe2-134/+142
2022-07-24io_uring: set completion results upfrontJens Axboe2-12/+22
2022-07-24io_uring: add io_uring_types.hJens Axboe2-488/+499
2022-07-24io_uring: define a request type cleanup handlerJens Axboe1-69/+86
2022-07-24io_uring: unify struct io_symlink and io_hardlinkJens Axboe1-20/+7
2022-07-24io_uring: convert iouring_cmd to io_cmd_typeJens Axboe1-8/+10
2022-07-24io_uring: convert xattr to use io_cmd_typeJens Axboe1-10/+9
2022-07-24io_uring: convert rsrc_update to io_cmd_typeJens Axboe1-16/+19
2022-07-24io_uring: convert msg and nop to io_cmd_typeJens Axboe1-9/+9
2022-07-24io_uring: convert splice to use io_cmd_typeJens Axboe1-5/+4
2022-07-24io_uring: convert epoll to io_cmd_typeJens Axboe1-7/+8
2022-07-24io_uring: convert file system request types to use io_cmd_typeJens Axboe1-45/+57
2022-07-24io_uring: convert madvise/fadvise to use io_cmd_typeJens Axboe1-10/+12
2022-07-24io_uring: convert open/close path to use io_cmd_typeJens Axboe1-32/+40
2022-07-24io_uring: convert timeout path to use io_cmd_typeJens Axboe1-49/+68
2022-07-24io_uring: convert cancel path to use io_cmd_typeJens Axboe1-11/+13
2022-07-24io_uring: convert the sync and fallocate paths to use io_cmd_typeJens Axboe1-19/+24
2022-07-24io_uring: convert net related opcodes to use io_cmd_typeJens Axboe1-26/+27
2022-07-24io_uring: remove recvmsg knowledge from io_arm_poll_handler()Jens Axboe1-2/+6
2022-07-24io_uring: convert poll_update path to use io_cmd_typeJens Axboe1-8/+8
2022-07-24io_uring: convert poll path to use io_cmd_typeJens Axboe1-25/+28
2022-07-24io_uring: convert read/write path to use io_cmd_typeJens Axboe1-88/+106
2022-07-24io_uring: add generic command payload type to struct io_kiocbJens Axboe1-4/+17
2022-07-24io_uring: move req async preparation into opcode handlerJens Axboe1-28/+10
2022-07-24io_uring: move to separate directoryJens Axboe8-10/+10
2022-07-24io_uring: define a 'prep' and 'issue' handler for each opcodeJens Axboe1-458/+350
2022-07-24Linux 5.19-rc8Linus Torvalds1-1/+1
2022-07-24certs: make system keyring depend on x509 parserAdam Borowski1-0/+1
2022-07-24Merge tag 'perf_urgent_for_v5.19_rc8' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-9/+10
2022-07-24Merge tag 'sched_urgent_for_v5.19_rc8' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+4
2022-07-24Merge tag 'x86_urgent_for_v5.19_rc8' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds8-12/+36
2022-07-24Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+1
2022-07-23Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds5-6/+16
2022-07-23x86/speculation: Make all RETbleed mitigations 64-bit onlyBen Hutchings1-4/+4
2022-07-22Merge tag 'spi-fix-v5.19-rc7' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds3-5/+13
2022-07-22Merge tag 'riscv-for-linus-5.19-rc8' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds8-9/+10
2022-07-22Merge tag 'acpi-5.19-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds1-2/+4
2022-07-22Merge tag 'io_uring-5.19-2022-07-21' of git://git.kernel.dk/linux-blockLinus Torvalds1-3/+11
2022-07-22Merge tag 'block-5.19-2022-07-21' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+3
2022-07-22Merge tag 'i2c-for-5.19-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds3-27/+7
2022-07-22Merge tag 'gpio-fixes-for-v5.19-rc8' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds3-10/+16
2022-07-22Merge tag 'pinctrl-v5.19-3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds6-104/+184
2022-07-22Merge tag 'sound-5.19-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-129/+31
2022-07-22Merge tag 'mmc-v5.19-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/ul...Linus Torvalds1-6/+8
2022-07-22Merge tag 'drm-fixes-2022-07-22' of git://anongit.freedesktop.org/drm/drmLinus Torvalds19-98/+505
2022-07-22Merge tag 'rcu-urgent.2022.07.21a' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2-24/+92
2022-07-22mmu_gather: fix the CONFIG_MMU_GATHER_NO_RANGE caseLinus Torvalds1-3/+0
2022-07-22gpio: gpio-xilinx: Fix integer overflowSrinivas Neeli1-1/+1
2022-07-22Merge tag 'drm-misc-fixes-2022-07-21' of git://anongit.freedesktop.org/drm/dr...Dave Airlie5-7/+17
2022-07-21riscv: add as-options for modules with assembly compontentsBen Dooks1-0/+1
2022-07-21Merge tag 'mtd/fixes-for-5.19-final' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-2/+4
2022-07-21Merge tag 'net-5.19-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds93-592/+1117
2022-07-21mmu_gather: Force tlb-flush VM_PFNMAP vmasPeter Zijlstra1-16/+17
2022-07-21mmu_gather: Let there be one tlb_{start,end}_vma() implementationPeter Zijlstra1-13/+2