index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
io_uring.c
Age
Commit message (
Expand
)
Author
2020-11-26
io_uring: fix files grab/cancel race
Pavel Begunkov
2020-11-24
io_uring: fix ITER_BVEC check
Pavel Begunkov
2020-11-24
io_uring: fix shift-out-of-bounds when round up cq size
Joseph Qi
2020-11-20
Merge tag 'io_uring-5.10-2020-11-20' of git://git.kernel.dk/linux-block
Linus Torvalds
2020-11-18
io_uring: order refnode recycling
Pavel Begunkov
2020-11-18
io_uring: get an active ref_node from files_data
Pavel Begunkov
2020-11-17
io_uring: don't double complete failed reissue request
Jens Axboe
2020-11-14
io_uring: handle -EOPNOTSUPP on path resolution
Jens Axboe
2020-11-13
Merge tag 'vfs-5.10-fixes-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
2020-11-11
io_uring: round-up cq size before comparing with rounded sq size
Jens Axboe
2020-11-10
vfs: separate __sb_start_write into blocking and non-blocking helpers
Darrick J. Wong
2020-11-05
io_uring: fix link lookup racing with link timeout
Pavel Begunkov
2020-11-05
io_uring: use correct pointer for io_uring_show_cred()
Jens Axboe
2020-11-05
io_uring: don't forget to task-cancel drained reqs
Pavel Begunkov
2020-11-04
io_uring: fix overflowed cancel w/ linked ->files
Pavel Begunkov
2020-11-04
io_uring: drop req/tctx io_identity separately
Jens Axboe
2020-11-04
io_uring: ensure consistent view of original task ->mm from SQPOLL
Jens Axboe
2020-11-04
io_uring: properly handle SQPOLL request cancelations
Jens Axboe
2020-10-30
Merge tag 'io_uring-5.10-2020-10-30' of git://git.kernel.dk/linux-block
Linus Torvalds
2020-10-25
io_uring: use type appropriate io_kiocb handler for double poll
Jens Axboe
2020-10-24
Merge tag 'io_uring-5.10-2020-10-24' of git://git.kernel.dk/linux-block
Linus Torvalds
2020-10-23
io_uring: simplify __io_queue_sqe()
Pavel Begunkov
2020-10-23
io_uring: simplify nxt propagation in io_queue_sqe
Pavel Begunkov
2020-10-23
io_uring: don't miss setting IO_WQ_WORK_CONCURRENT
Pavel Begunkov
2020-10-23
io_uring: don't defer put of cancelled ltimeout
Pavel Begunkov
2020-10-23
io_uring: always clear LINK_TIMEOUT after cancel
Pavel Begunkov
2020-10-23
io_uring: don't adjust LINK_HEAD in cancel ltimeout
Pavel Begunkov
2020-10-23
io_uring: remove opcode check on ltimeout kill
Pavel Begunkov
2020-10-23
Merge tag 'arch-cleanup-2020-10-22' of git://git.kernel.dk/linux-block
Linus Torvalds
2020-10-22
io_uring: make loop_rw_iter() use original user supplied pointers
Jens Axboe
2020-10-22
io_uring: remove req cancel in ->flush()
Pavel Begunkov
2020-10-21
io_uring: don't reuse linked_timeout
Pavel Begunkov
2020-10-20
io_uring: unify fsize with def->work_flags
Jens Axboe
2020-10-20
Merge tag 'io_uring-5.10-2020-10-20' of git://git.kernel.dk/linux-block
Linus Torvalds
2020-10-19
io_uring: fix racy REQ_F_LINK_TIMEOUT clearing
Pavel Begunkov
2020-10-19
io_uring: do poll's hash_node init in common code
Pavel Begunkov
2020-10-19
io_uring: inline io_poll_task_handler()
Pavel Begunkov
2020-10-19
io_uring: remove extra ->file check in poll prep
Pavel Begunkov
2020-10-19
io_uring: make cached_cq_overflow non atomic_t
Pavel Begunkov
2020-10-19
io_uring: inline io_fail_links()
Pavel Begunkov
2020-10-19
io_uring: kill ref get/drop in personality init
Pavel Begunkov
2020-10-19
io_uring: flags-based creds init in queue
Pavel Begunkov
2020-10-19
io_uring: use blk_queue_nowait() to check if NOWAIT supported
Jeffle Xu
2020-10-18
mm/madvise: pass mm to do_madvise
Minchan Kim
2020-10-17
task_work: cleanup notification modes
Jens Axboe
2020-10-17
io_uring: fix double poll mask init
Pavel Begunkov
2020-10-17
io-wq: inherit audit loginuid and sessionid
Jens Axboe
2020-10-17
io_uring: use percpu counters to track inflight requests
Jens Axboe
2020-10-17
io_uring: assign new io_identity for task if members have changed
Jens Axboe
2020-10-17
io_uring: store io_identity in io_uring_task
Jens Axboe
[next]