ARM/ARM64: config: enable DM_INIT configuration
[platform/kernel/linux-rpi.git] / fs / io_uring.c
2022-10-31 Dom CobleyMerge remote-tracking branch 'stable/linux-5.15.y'...
2022-10-26 Pavel Begunkovio_uring/rw: fix unexpected link breakage
2022-10-26 Pavel Begunkovio_uring/rw: fix error'ed retry return values
2022-10-26 Pavel Begunkovio_uring/rw: fix short rw error handling
2022-10-26 Pavel Begunkovio_uring: correct pinned_vm accounting
2022-10-26 Pavel Begunkovio_uring/af_unix: defer registered files gc to io_uring...
2022-10-26 Pavel Begunkovio_uring/net: don't update msg_name if not provided
2022-09-05 Dom CobleyMerge tag 'v5.15.65' into rpi-5.15.y
2022-09-05 Dom CobleyMerge tag 'v5.15.64' into rpi-5.15.y
2022-09-05 Dom CobleyMerge tag 'v5.15.62' into rpi-5.15.y
2022-09-05 Pavel Begunkovio_uring: fix UAF due to missing POLLFREE handling
2022-09-05 Pavel Begunkovio_uring: fix wrong arm_poll error handling
2022-09-05 Pavel Begunkovio_uring: fail links when poll fails
2022-09-05 Jens Axboeio_uring: bump poll refs to full 31-bits
2022-09-05 Jens Axboeio_uring: remove poll entry from list when canceling all
2022-09-05 Jiapeng Chongio_uring: Remove unused function req_ref_put
2022-09-05 Pavel Begunkovio_uring: poll rework
2022-09-05 Pavel Begunkovio_uring: inline io_poll_complete
2022-09-05 Pavel Begunkovio_uring: kill poll linking optimisation
2022-09-05 Pavel Begunkovio_uring: move common poll bits
2022-09-05 Pavel Begunkovio_uring: refactor poll update
2022-09-05 Pavel Begunkovio_uring: clean cqe filling functions
2022-09-05 Pavel Begunkovio_uring: correct fill events helpers types
2022-08-31 Jens Axboeio_uring: fix issue with io_write() not always undoing...
2022-08-23 Dom CobleyMerge tag 'v5.15.61' into rpi-5.15.y
2022-08-21 Jens Axboeio_uring: use original request task for inflight tracking
2022-08-17 Pavel Begunkovio_uring: mem-account pbuf buckets
2022-07-18 Dom CobleyMerge remote-tracking branch 'stable/linux-5.15.y'...
2022-07-12 Pavel Begunkovio_uring: avoid io-wq -EAGAIN looping for !IOPOLL
2022-07-12 Jens Axboeio_uring: ensure that fsnotify is always called
2022-07-11 Dom CobleyMerge remote-tracking branch 'stable/linux-5.15.y'...
2022-07-07 Jens Axboeio_uring: ensure that send/sendmsg and recv/recvmsg...
2022-07-04 Dom CobleyMerge remote-tracking branch 'stable/linux-5.15.y'...
2022-07-02 Pavel Begunkovio_uring: fix not locked access to fixed buf table
2022-06-24 Dom CobleyMerge remote-tracking branch 'stable/linux-5.15.y'...
2022-06-22 Pavel Begunkovio_uring: fix races with buffer table unregister
2022-06-22 Pavel Begunkovio_uring: fix races with file table unregister
2022-05-26 Dom CobleyMerge remote-tracking branch 'stable/linux-5.15.y'...
2022-05-25 Pavel Begunkovio_uring: arm poll for non-nowait files
2022-05-09 Dom CobleyMerge remote-tracking branch 'stable/linux-5.15.y'...
2022-05-09 Jens Axboeio_uring: check reserved fields for recv/recvmsg
2022-05-09 Jens Axboeio_uring: check reserved fields for send/sendmsg
2022-04-26 Dom CobleyMerge remote-tracking branch 'stable/linux-5.15.y'...
2022-04-20 Pavel Begunkovio_uring: use nospec annotation for more indexes
2022-04-20 Pavel Begunkovio_uring: zero tag on rsrc removal
2022-04-20 Dylan Yudakenio_uring: verify pad field is 0 in io_get_ext_arg
2022-04-20 Dylan Yudakenio_uring: verify that resv2 is 0 in io_uring_rsrc_update2
2022-04-20 Dylan Yudakenio_uring: move io_uring_rsrc_update2 validation
2022-04-19 Dom CobleyMerge remote-tracking branch 'stable/linux-5.15.y'...
2022-04-13 Jens Axboeio_uring: fix race between timeout flush and removal
2022-04-13 Eugene Syromiatnikovio_uring: implement compat handling for IORING_REGISTER...
2022-04-13 Jens Axboeio_uring: defer splice/tee file validity check until...
2022-04-13 Jens Axboeio_uring: don't check req->file in io_fsync_prep()
2022-04-13 Pavel Begunkovio_uring: don't touch scm_fp_list after queueing skb
2022-04-13 Pavel Begunkovio_uring: nospec index for tags on files update
2022-04-11 Dom CobleyMerge remote-tracking branch 'stable/linux-5.15.y'...
2022-04-08 Pavel Begunkovio_uring: fix memory leak of uid in files registration
2022-04-08 Jens Axboeio_uring: terminate manual loop iterator loop correctly...
2022-04-08 Jens Axboeio_uring: don't check unrelated req->open.how in accept...
2022-03-08 Hao Xuio_uring: fix no lock protection for ctx->cq_extra
2022-03-02 Eric Dumazetio_uring: add a schedule point in io_add_buffers()
2022-03-02 Dylan Yudakenio_uring: disallow modification of rsrc_data during...
2022-03-02 Jens Axboeio_uring: don't convert to jiffies for waiting on timeouts
2022-02-23 Shakeel Buttmm: io_uring: allow oom-killer from io_uring_setup
2022-02-01 Dylan Yudakenio_uring: fix bug in slow unregistering of nodes
2022-01-29 Pavel Begunkovio_uring: fix not released cached task refs
2022-01-27 Pavel Begunkovio_uring: remove double poll on poll update
2021-12-29 Jens Axboeio_uring: zero iocb->ki_pos for stream file types
2021-12-14 Jens Axboeio_uring: ensure task_work gets run as part of cancelations
2021-12-01 Ye Binio_uring: fix soft lockup when call __io_remove_buffers
2021-12-01 Pavel Begunkovio_uring: fix link traversal locking
2021-12-01 Pavel Begunkovio_uring: fail cancellation for EXITING tasks
2021-12-01 Pavel Begunkovio_uring: correct link-list traversal locking
2021-11-18 Pavel Begunkovio_uring: honour zeroes as io-wq worker limits
2021-10-31 Linus TorvaldsMerge tag 'for-linus' of git://git./virt/kvm/kvm
2021-10-30 Linus TorvaldsMerge tag 'scsi-fixes' of git://git./linux/kernel/git...
2021-10-30 Linus TorvaldsMerge tag 'clk-fixes-for-linus' of git://git./linux...
2021-10-30 Linus TorvaldsMerge tag 'riscv-for-linus-5.15-rc8' of git://git....
2021-10-30 Linus TorvaldsMerge tag 'powerpc-5.15-6' of git://git./linux/kernel...
2021-10-30 Linus TorvaldsMerge tag 'gpio-fixes-for-v5.15' of git://git./linux...
2021-10-29 Linus TorvaldsMerge tag 'block-5.15-2021-10-29' of git://git.kernel...
2021-10-29 Linus TorvaldsMerge tag 'mmc-v5.15-rc5' of git://git./linux/kernel...
2021-10-29 Linus TorvaldsMerge tag 'for-5.15-rc7-tag' of git://git./linux/kernel...
2021-10-29 Linus TorvaldsMerge tag 'trace-v5.15-rc6-3' of git://git./linux/kerne...
2021-10-29 Linus TorvaldsMerge branch 'linus' of git://git./linux/kernel/git...
2021-10-28 Dave AirlieMerge tag 'drm-intel-fixes-2021-10-28' of git://anongit...
2021-10-28 Linus TorvaldsMerge tag 'net-5.15-rc8' of git://git./linux/kernel...
2021-10-28 Linus TorvaldsMerge tag 'spi-fix-v5.15-rc7' of git://git./linux/kerne...
2021-10-28 Linus TorvaldsMerge tag 'regmap-fix-v5.15-rc7' of git://git./linux...
2021-10-28 Linus TorvaldsMerge tag 'linux-watchdog-5.15-rc7' of git://linux...
2021-10-28 Linus TorvaldsMerge tag 'trace-v5.15-rc6-2' of git://git./linux/kerne...
2021-10-28 Dave AirlieMerge tag 'drm-misc-fixes-2021-10-28' of git://anongit...
2021-10-28 Dave AirlieMerge tag 'drm-misc-fixes-2021-10-26' of git://anongit...
2021-10-27 Linus TorvaldsMerge tag 'for_linus' of git://git./linux/kernel/git...
2021-10-27 Linus TorvaldsMerge tag 'trace-v5.15-rc6' of git://git./linux/kernel...
2021-10-27 Linus TorvaldsMerge tag 'for-linus' of git://git./linux/kernel/git...
2021-10-27 Dave AirlieMerge tag 'amd-drm-fixes-5.15-2021-10-21' of https...
2021-10-26 Linus TorvaldsMerge tag 'arm-soc-fixes-5.15-3' of git://git./linux...
2021-10-26 Jakub KicinskiMerge https://git./linux/kernel/git/bpf/bpf
2021-10-26 Arnd BergmannMerge tag 'qcom-arm64-fixes-for-5.15-2' of git://git...
next