ARM: tizen_bcm2711_defconfig: Enable security labels for f2fs
[platform/kernel/linux-rpi.git] / fs / io_uring.c
2021-03-11 popcornmixMerge remote-tracking branch 'stable/linux-5.10.y'...
2021-03-09 Jens Axboeio_uring: ignore double poll add on the same waitqueue...
2021-03-04 popcornmixMerge remote-tracking branch 'stable/linux-5.10.y'...
2021-03-04 Hao Xuio_uring: fix possible deadlock in io_uring_poll
2021-02-16 popcornmixMerge remote-tracking branch 'stable/linux-5.10.y'...
2021-02-13 Pavel Begunkovio_uring: drop mm/files between task_work_submit
2021-02-13 Pavel Begunkovio_uring: reinforce cancel on flush during exit
2021-02-13 Pavel Begunkovio_uring: fix sqo ownership false positive warning
2021-02-13 Pavel Begunkovio_uring: fix list corruption for splice file_get
2021-02-13 Hao Xuio_uring: fix flush cqring overflow list while TASK_INT...
2021-02-13 Pavel Begunkovio_uring: fix cancellation taking mutex while TASK_UNIN...
2021-02-13 Pavel Begunkovio_uring: replace inflight_wait with tctx->wait
2021-02-13 Pavel Begunkovio_uring: fix __io_uring_files_cancel() with TASK_UNINT...
2021-02-13 Jens Axboeio_uring: if we see flush on exit, cancel related tasks
2021-02-13 Jens Axboeio_uring: account io_uring internal files as REQ_F_INFLIGHT
2021-02-13 Pavel Begunkovio_uring: fix files cancellation
2021-02-13 Pavel Begunkovio_uring: always batch cancel in *cancel_files()
2021-02-13 Pavel Begunkovio_uring: pass files into kill timeouts/poll
2021-02-13 Pavel Begunkovio_uring: don't iterate io_uring_cancel_files()
2021-02-13 Pavel Begunkovio_uring: add a {task,files} pair matching helper
2021-02-13 Pavel Begunkovio_uring: simplify io_task_match()
2021-02-10 Xiaoguang Wangio_uring: don't modify identity's files uncess identity...
2021-02-04 popcornmixMerge remote-tracking branch 'stable/linux-5.10.y'...
2021-02-03 Pavel Begunkovio_uring: fix wqe->lock/completion_lock deadlock
2021-01-30 Pavel Begunkovio_uring: fix sleeping under spin in __io_clean_op
2021-01-30 Pavel Begunkovio_uring: dont kill fasync under completion_lock
2021-01-30 Pavel Begunkovio_uring: fix skipping disabling sqo on exec
2021-01-30 Pavel Begunkovio_uring: fix uring_flush in exit_files() warning
2021-01-30 Pavel Begunkovio_uring: fix false positive sqo warning on flush
2021-01-30 Pavel Begunkovio_uring: do sqo disable on install_fd error
2021-01-30 Pavel Begunkovio_uring: fix null-deref in io_disable_sqo_submit
2021-01-30 Pavel Begunkovio_uring: stop SQPOLL submit on creator's death
2021-01-30 Pavel Begunkovio_uring: add warn_once for io_uring_flush()
2021-01-30 Pavel Begunkovio_uring: inline io_uring_attempt_task_drop()
2021-01-27 Pavel Begunkovio_uring: fix short read retries for non-reg files
2021-01-27 Jens Axboeio_uring: fix SQPOLL IORING_OP_CLOSE cancelation state
2021-01-27 Jens Axboeio_uring: iopoll requests should also wake task ->in_id...
2021-01-27 Marcelo Diop-Gonzalezio_uring: flush timeouts that should already have expired
2021-01-19 Pavel Begunkovio_uring: drop file refs after task cancel
2021-01-19 Pavel Begunkovio_uring: drop mm and files after task_work_run
2021-01-19 Pavel Begunkovio_uring: don't take files/mm for a dead task
2021-01-17 Matthew Wilcox ... io_uring: Fix return value from alloc_fixed_file_ref_node
2021-01-17 Pavel Begunkovio_uring: patch up IOPOLL overflow_flush sync
2021-01-17 Pavel Begunkovio_uring: limit {io|sq}poll submit locking scope
2021-01-17 Pavel Begunkovio_uring: synchronise IOPOLL on task_submit fail
2021-01-06 Pavel Begunkovio_uring: remove racy overflow list fast checks
2021-01-06 Xiaoguang Wangio_uring: check kthread stopped flag when sq thread...
2021-01-06 Pavel Begunkovio_uring: fix io_sqe_files_unregister() hangs
2021-01-06 Pavel Begunkovio_uring: add a helper for setting a ref node
2021-01-06 Jens Axboeio_uring: use bottom half safe lock for fixed file...
2021-01-06 Jens Axboeio_uring: don't assume mm is constant across submits
2021-01-06 Pavel Begunkovio_uring: close a small race gap for files cancel
2020-12-30 Jens Axboeio_uring: make ctx cancel on exit targeted to actual ctx
2020-12-30 Pavel Begunkovio_uring: fix double io_uring free
2020-12-30 Pavel Begunkovio_uring: fix ignoring xa_store errors
2020-12-30 Xiaoguang Wangio_uring: hold uring_lock while completing failed polle...
2020-12-30 Pavel Begunkovio_uring: fix 0-iov read buffer select
2020-12-30 Xiaoguang Wangio_uring: always let io_iopoll_complete() complete...
2020-12-30 Pavel Begunkovio_uring: fix racy IOPOLL completions
2020-12-30 Pavel Begunkovio_uring: fix io_cqring_events()'s noflush
2020-12-30 Pavel Begunkovio_uring: cancel reqs shouldn't kill overflow list
2020-12-30 Pavel Begunkovio_uring: fix racy IOPOLL flush overflow
2020-12-30 Pavel Begunkovio_uring: cancel only requests of current task
2020-12-13 Linus TorvaldsMerge tag 'x86-urgent-2020-12-13' of git://git./linux...
2020-12-13 Linus TorvaldsMerge tag 'block-5.10-2020-12-12' of git://git.kernel...
2020-12-12 Linus TorvaldsMerge tag 'scsi-fixes' of git://git./linux/kernel/git...
2020-12-12 Linus TorvaldsMerge branch 'i2c/for-current' of git://git./linux...
2020-12-12 Linus TorvaldsMerge tag 'for-linus' of git://git./virt/kvm/kvm
2020-12-12 Linus TorvaldsMerge tag 'for-linus-5.10c-rc8-tag' of git://git./linux...
2020-12-12 Linus TorvaldsMerge tag 'riscv-for-linus-5.10-rc8' of git://git....
2020-12-12 Linus TorvaldsMerge tag 'io_uring-5.10-2020-12-11' of git://git.kerne...
2020-12-12 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2020-12-11 Linus TorvaldsMerge tag 'mtd/fixes-for-5.10-rc8' of git://git./linux...
2020-12-11 Linus TorvaldsMerge tag 'mmc-v5.10-rc4-2' of git://git./linux/kernel...
2020-12-11 Wolfram SangMerge tag 'at24-fixes-for-v5.10' of git://git./linux...
2020-12-11 Linus TorvaldsMerge tag 'pinctrl-v5.10-3' of git://git./linux/kernel...
2020-12-11 Linus TorvaldsMerge tag 'v5.10-3' of git://git./linux/kernel/git...
2020-12-11 Linus TorvaldsMerge tag 'clk-fixes-for-linus' of git://git./linux...
2020-12-11 Linus TorvaldsMerge tag 'ktest-v5.10-rc6' of git://git./linux/kernel...
2020-12-11 Linus TorvaldsMerge tag 'powerpc-5.10-6' of git://git./linux/kernel...
2020-12-11 Linus TorvaldsMerge tag 'fixes-v5.10a' of git://git./linux/kernel...
2020-12-10 Linus TorvaldsMerge tag 'nfs-for-5.10-3' of git://git.linux-nfs.org...
2020-12-10 Linus TorvaldsMerge git://git./linux/kernel/git/netdev/net
2020-12-10 Linus TorvaldsMerge tag 'for-linus' of git://git./linux/kernel/git...
2020-12-10 Linus TorvaldsMerge tag 'media/v5.10-4' of git://git./linux/kernel...
2020-12-10 Paolo BonziniMerge tag 'kvmarm-fixes-5.10-5' of git://git./linux...
2020-12-09 Linus TorvaldsMerge tag 'iommu-fixes' of git://git./linux/kernel...
2020-12-08 Arnd BergmannMerge tag 'sunxi-fixes-for-5.10-3' of git://git./linux...
2020-12-08 Linus TorvaldsMerge branch 'fixes' of git://git./linux/kernel/git...
2020-12-08 Linus TorvaldsMerge branch 'fixes' of git://git./linux/kernel/git...
2020-12-08 Hillf Dantonio_uring: fix file leak on error path of io ctx creation
2020-12-08 Jakub KicinskiMerge branch 'master' of git://git./linux/kernel/git...
2020-12-07 Linus TorvaldsMerge tag 'trace-v5.10-rc7' of git://git./linux/kernel...
2020-12-07 Pavel Begunkovio_uring: fix mis-seting personality's creds
2020-12-07 Arnd BergmannMerge tag 'imx-fixes-5.10-5' of git://git./linux/kernel...
2020-12-07 Arnd BergmannMerge tag 'sunxi-fixes-for-5.10-2' of git://git./linux...
2020-12-06 Linus TorvaldsMerge tag 'char-misc-5.10-rc7' of git://git./linux...
2020-12-06 Linus TorvaldsMerge tag 'tty-5.10-rc7' of git://git./linux/kernel...
2020-12-06 Linus TorvaldsMerge tag 'usb-5.10-rc7' of git://git./linux/kernel...
2020-12-06 Linus TorvaldsMerge tag 'x86-urgent-2020-12-06' of git://git./linux...
next