Revision 0baca070068c58b95e342881d9da4840d5cf3bd1 authored by Linus Torvalds on 22 September 2020, 21:36:50 UTC, committed by Linus Torvalds on 22 September 2020, 21:36:50 UTC
Pull io_uring fixes from Jens Axboe:
 "A few fixes - most of them regression fixes from this cycle, but also
  a few stable heading fixes, and a build fix for the included demo tool
  since some systems now actually have gettid() available"

* tag 'io_uring-5.9-2020-09-22' of git://git.kernel.dk/linux-block:
  io_uring: fix openat/openat2 unified prep handling
  io_uring: mark statx/files_update/epoll_ctl as non-SQPOLL
  tools/io_uring: fix compile breakage
  io_uring: don't use retry based buffered reads for non-async bdev
  io_uring: don't re-setup vecs/iter in io_resumit_prep() is already there
  io_uring: don't run task work on an exiting task
  io_uring: drop 'ctx' ref on task work cancelation
  io_uring: grab any needed state during defer prep
2 parent s c37b718 + 4eb8dde
History
File Mode Size
.gitignore -rw-r--r-- 103 bytes
Kconfig -rw-r--r-- 14.1 KB
Makefile -rw-r--r-- 1016 bytes
adummy.c -rw-r--r-- 4.1 KB
ambassador.c -rw-r--r-- 65.1 KB
ambassador.h -rw-r--r-- 15.0 KB
atmtcp.c -rw-r--r-- 11.4 KB
eni.c -rw-r--r-- 61.0 KB
eni.h -rw-r--r-- 4.6 KB
firestream.c -rw-r--r-- 53.3 KB
firestream.h -rw-r--r-- 13.9 KB
fore200e.c -rw-r--r-- 82.8 KB
fore200e.h -rw-r--r-- 38.1 KB
he.c -rw-r--r-- 76.1 KB
he.h -rw-r--r-- 19.8 KB
horizon.c -rw-r--r-- 81.2 KB
horizon.h -rw-r--r-- 16.0 KB
idt77105.c -rw-r--r-- 11.2 KB
idt77105.h -rw-r--r-- 3.8 KB
idt77252.c -rw-r--r-- 89.4 KB
idt77252.h -rw-r--r-- 33.6 KB
idt77252_tables.h -rw-r--r-- 45.0 KB
iphase.c -rw-r--r-- 107.6 KB
iphase.h -rw-r--r-- 53.4 KB
lanai.c -rw-r--r-- 80.3 KB
midway.h -rw-r--r-- 7.6 KB
nicstar.c -rw-r--r-- 72.3 KB
nicstar.h -rw-r--r-- 22.9 KB
nicstarmac.c -rw-r--r-- 6.0 KB
nicstarmac.copyright -rw-r--r-- 2.7 KB
solos-attrlist.c -rw-r--r-- 2.3 KB
solos-pci.c -rw-r--r-- 38.8 KB
suni.c -rw-r--r-- 9.8 KB
suni.h -rw-r--r-- 9.8 KB
tonga.h -rw-r--r-- 733 bytes
uPD98401.h -rw-r--r-- 11.7 KB
uPD98402.c -rw-r--r-- 6.5 KB
uPD98402.h -rw-r--r-- 4.5 KB
zatm.c -rw-r--r-- 43.2 KB
zatm.h -rw-r--r-- 3.6 KB
zeprom.h -rw-r--r-- 983 bytes

back to top