messages from 2020-10-09 20:05:33 to 2020-10-16 15:05:15 UTC [more...]
WARNING: suspicious RCU usage in io_init_identity
2020-10-16 15:05 UTC (3+ messages)
[PATCHSET v5] Add support for TIF_NOTIFY_SIGNAL
2020-10-16 14:53 UTC (43+ 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
Question about patch "io_uring: add submission polling"
2020-10-16 13:27 UTC (2+ messages)
Samba with multichannel and io_uring
2020-10-16 12:40 UTC (7+ messages)
[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
[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 (55+ 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 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 33/58] fs/cramfs: "
` [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
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox