messages from 2020-10-10 23:12:11 to 2020-10-18 09:20:48 UTC [more...]
[PATCH for-5.10 0/7] another pack of random cleanups
2020-10-18 9:17 UTC (3+ messages)
` [PATCH 1/7] io_uring: flags-based creds init in queue
` [PATCH 2/7] io_uring: kill ref get/drop in personality init
io_uring possibly the culprit for qemu hang (linux-5.4.y)
2020-10-17 15:02 UTC (8+ messages)
[PATCH 5.10] io_uring: fix double poll mask init
2020-10-16 19:55 UTC
Samba with multichannel and io_uring
2020-10-16 18:56 UTC (11+ messages)
[PATCHSET v5] Add support for TIF_NOTIFY_SIGNAL
2020-10-16 18:05 UTC (45+ 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
[PATCHES 0/10] Fixes queued up for 5.10
2020-10-16 16:02 UTC (19+ messages)
` [PATCH 01/18] io_uring: Fix sizeof() mismatch
` [PATCH 02/18] readahead: use limited read-ahead to satisfy read
` [PATCH 03/18] io_uring: don't clear IOCB_NOWAIT for async buffered retry
` [PATCH 04/18] io_uring: don't set COMP_LOCKED if won't put
` [PATCH 05/18] io_uring: don't unnecessarily clear F_LINK_TIMEOUT
` [PATCH 06/18] io_uring: don't put a poll req under spinlock
` [PATCH 07/18] io_uring: dig out COMP_LOCK from deep call chain
` [PATCH 08/18] io_uring: fix REQ_F_COMP_LOCKED by killing it
` [PATCH 09/18] Revert "io_uring: mark io_uring_fops/io_op_defs as __read_mostly"
` [PATCH 10/18] io_uring: fix error path cleanup in io_sqe_files_register()
` [PATCH 11/18] io-wq: assign NUMA node locality if appropriate
` [PATCH 12/18] io_uring: pass required context in as flags
` [PATCH 13/18] io_uring: rely solely on work flags to determine personality
` [PATCH 14/18] io_uring: move io identity items into separate struct
` [PATCH 15/18] io_uring: COW io_identity on mismatch
` [PATCH 16/18] io_uring: store io_identity in io_uring_task
` [PATCH 17/18] io_uring: assign new io_identity for task if members have changed
` [PATCH 18/18] io_uring: use percpu counters to track inflight requests
[PATCHSET v6] Add support for TIF_NOTIFY_SIGNAL
2020-10-16 15:45 UTC (5+ messages)
` [PATCH 1/4] kernel: add task_sigpending() helper
` [PATCH 2/4] kernel: add support for TIF_NOTIFY_SIGNAL
` [PATCH 3/4] x86: wire up TIF_NOTIFY_SIGNAL
` [PATCH 4/4] task_work: use TIF_NOTIFY_SIGNAL if available
WARNING: suspicious RCU usage in io_init_identity
2020-10-16 15:05 UTC (3+ messages)
Question about patch "io_uring: add submission polling"
2020-10-16 13:27 UTC (2+ 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 10/58] drivers/rdma: Utilize new kmap_thread()
2020-10-13 20:52 UTC (35+ messages)
` [PATCH RFC PKS/PMEM 00/58] PMEM: Introduce stray write protection for PMEM
` [PATCH RFC PKS/PMEM 22/58] fs/f2fs: Utilize new kmap_thread()
` [PATCH RFC PKS/PMEM 24/58] fs/freevxfs: "
` [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 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 (10+ messages)
` [PATCH 01/12] io_uring: don't io_prep_async_work() linked reqs
` [PATCH 04/12] io_uring: simplify io_file_get()
` [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
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