io-uring.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-10-09 19:58:31 to 2020-10-15 21:18:39 UTC [more...]

[PATCH for-next 0/4] singly linked list for chains
 2020-10-15 21:15 UTC  (6+ messages)
` [PATCH 1/4] io_uring: inline io_fail_links()
` [PATCH 2/4] io_uring: simplify linked timeout cancel
` [PATCH 3/4] io_uring: link requests with singly linked list
` [PATCH 4/4] io_uring: toss io_kiocb fields for better caching

[PATCHSET v5] Add support for TIF_NOTIFY_SIGNAL
 2020-10-15 18:39 UTC  (31+ messages)
` [PATCH 1/5] tracehook: clear TIF_NOTIFY_RESUME in tracehook_notify_resume()
` [PATCH 2/5] kernel: add task_sigpending() helper
` [PATCH 3/5] kernel: add support for TIF_NOTIFY_SIGNAL
` [PATCH 4/5] x86: wire up TIF_NOTIFY_SIGNAL
` [PATCH 5/5] task_work: use TIF_NOTIFY_SIGNAL if available

Samba with multichannel and io_uring
 2020-10-15 16:11 UTC  (4+ messages)

[PATCH][next] io_uring: fix flags check for the REQ_F_WORK_INITIALIZED setting
 2020-10-15 13:12 UTC  (2+ messages)

[PATCH 0/2] post F_COMP_LOCKED optimisations
 2020-10-15 13:09 UTC  (9+ messages)
` [PATCH 1/2] io_uring: optimise COMP_LOCK-less flush_completion
` [PATCH 2/2] io_uring: optimise io_fail_links()

Loophole in async page I/O
 2020-10-15 12:17 UTC  (14+ messages)

[PATCH] io_uring: fix possible use after free to sqd
 2020-10-15 11:24 UTC  (5+ messages)

[GIT PULL] io_uring updates for 5.10-rc1
 2020-10-14 17:43 UTC  (9+ messages)

general protection fault in __se_sys_io_uring_register
 2020-10-14 17:02 UTC  (2+ messages)

general protection fault in __do_sys_io_uring_register
 2020-10-14 16:03 UTC  (3+ messages)

[PATCHSET v4] Add support for TIF_NOTIFY_SIGNAL
 2020-10-13 23:55 UTC  (13+ messages)
` [PATCH 2/4] kernel: add task_sigpending() helper
` [PATCH 3/4] kernel: add support for TIF_NOTIFY_SIGNAL
` [PATCH 4/4] task_work: use TIF_NOTIFY_SIGNAL if available

[PATCH 1/4] tracehook: clear TIF_NOTIFY_RESUME in tracehook_notify_resume()
 2020-10-14  1:13 UTC  (3+ messages)

[PATCHSET RFC v3 0/6] Add support for TIF_NOTIFY_SIGNAL
 2020-10-13 23:37 UTC  (9+ messages)

[PATCH RFC PKS/PMEM 00/58] PMEM: Introduce stray write protection for PMEM
 2020-10-13 20:52 UTC  (73+ messages)
` [PATCH RFC PKS/PMEM 03/58] memremap: Add zone device access protection
` [PATCH RFC PKS/PMEM 04/58] kmap: Add stray access protection for device pages
` [PATCH RFC PKS/PMEM 05/58] kmap: Introduce k[un]map_thread
` [PATCH RFC PKS/PMEM 07/58] drivers/drbd: Utilize new kmap_thread()
` [PATCH RFC PKS/PMEM 08/58] drivers/firmware_loader: "
` [PATCH RFC PKS/PMEM 09/58] drivers/gpu: "
` [PATCH RFC PKS/PMEM 10/58] drivers/rdma: "
` [PATCH RFC PKS/PMEM 11/58] drivers/net: "
` [PATCH RFC PKS/PMEM 12/58] fs/afs: "
` [PATCH RFC PKS/PMEM 13/58] fs/btrfs: "
` [PATCH RFC PKS/PMEM 14/58] fs/cifs: "
` [PATCH RFC PKS/PMEM 17/58] fs/nilfs2: "
` [PATCH RFC PKS/PMEM 19/58] fs/hfsplus: "
` [PATCH RFC PKS/PMEM 20/58] fs/jffs2: "
` [PATCH RFC PKS/PMEM 21/58] fs/nfs: "
` [PATCH RFC PKS/PMEM 22/58] fs/f2fs: "
` [PATCH RFC PKS/PMEM 23/58] fs/fuse: "
` [PATCH RFC PKS/PMEM 24/58] fs/freevxfs: "
` [PATCH RFC PKS/PMEM 25/58] fs/reiserfs: "
` [PATCH RFC PKS/PMEM 26/58] fs/zonefs: "
` [PATCH RFC PKS/PMEM 27/58] fs/ubifs: "
` [PATCH RFC PKS/PMEM 28/58] fs/cachefiles: "
` [PATCH RFC PKS/PMEM 29/58] fs/ntfs: "
` [PATCH RFC PKS/PMEM 30/58] fs/romfs: "
` [PATCH RFC PKS/PMEM 31/58] fs/vboxsf: "
` [PATCH RFC PKS/PMEM 32/58] fs/hostfs: "
` [PATCH RFC PKS/PMEM 33/58] fs/cramfs: "
` [PATCH RFC PKS/PMEM 34/58] fs/erofs: "
` [PATCH RFC PKS/PMEM 35/58] fs: "
` [PATCH RFC PKS/PMEM 36/58] fs/ext2: Use ext2_put_page
` [PATCH RFC PKS/PMEM 37/58] fs/ext2: Utilize new kmap_thread()
` [PATCH RFC PKS/PMEM 38/58] fs/isofs: "
` [PATCH RFC PKS/PMEM 40/58] net: "
` [PATCH RFC PKS/PMEM 41/58] drivers/target: "
` [PATCH RFC PKS/PMEM 42/58] drivers/scsi: "
` [PATCH RFC PKS/PMEM 43/58] drivers/mmc: "
` [PATCH RFC PKS/PMEM 44/58] drivers/xen: "
` [PATCH RFC PKS/PMEM 45/58] drivers/firmware: "
` [PATCH RFC PKS/PMEM 48/58] drivers/md: "
` [PATCH RFC PKS/PMEM 51/58] kernel: "
` [PATCH RFC PKS/PMEM 57/58] nvdimm/pmem: Stray access protection for pmem->virt_addr

[PATCH 0/5] fixes for REQ_F_COMP_LOCKED
 2020-10-13 17:02 UTC  (11+ messages)
` [PATCH 1/5] io_uring: don't set COMP_LOCKED if won't put
` [PATCH 2/5] io_uring: don't unnecessarily clear F_LINK_TIMEOUT
` [PATCH 3/5] io_uring: don't put a poll req under spinlock
` [PATCH 4/5] io_uring: dig out COMP_LOCK from deep call chain
` [PATCH 5/5] io_uring: fix REQ_F_COMP_LOCKED by killing it

[PATCH][next] io_uring: Fix sizeof() mismatch
 2020-10-12 14:24 UTC  (2+ messages)

[PATCH 00/12] bundled cleanups and improvements
 2020-10-10 18:55 UTC  (17+ messages)
` [PATCH 01/12] io_uring: don't io_prep_async_work() linked reqs
` [PATCH 02/12] io_uring: clean up ->files grabbing
` [PATCH 03/12] io_uring: kill extra check in fixed io_file_get()
` [PATCH 04/12] io_uring: simplify io_file_get()
` [PATCH 05/12] io_uring: improve submit_state.ios_left accounting
` [PATCH 06/12] io_uring: use a separate struct for timeout_remove
` [PATCH 07/12] io_uring: remove timeout.list after hrtimer cancel
` [PATCH 08/12] io_uring: clean leftovers after splitting issue
` [PATCH 09/12] io_uring: don't delay io_init_req() error check
` [PATCH 10/12] io_uring: clean file_data access in files_register
` [PATCH 11/12] io_uring: refactor *files_register()'s error paths
` [PATCH 12/12] io_uring: keep a pointer ref_node in file_data

[Question] testing results of support async buffered reads feature
 2020-10-10 19:17 UTC  (2+ messages)

[io_uring] b166b25674: BUG:KASAN:null-ptr-deref_in_i
 2020-10-10 10:07 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).