io-uring.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-09-29 01:24:07 to 2020-10-10 22:55:38 UTC [more...]

[PATCH 00/12] bundled cleanups and improvements
 2020-10-10 18:48 UTC  (2+ messages)

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

[Question] testing results of support async buffered reads feature
 2020-10-10  9:39 UTC 

[PATCH RFC PKS/PMEM 00/58] PMEM: Introduce stray write protection for PMEM
 2020-10-10  3:43 UTC  (67+ messages)
` [PATCH RFC PKS/PMEM 01/58] x86/pks: Add a global pkrs option
` [PATCH RFC PKS/PMEM 02/58] x86/pks/test: Add testing for global option
` [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 06/58] kmap: Introduce k[un]map_thread debugging
` [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 15/58] fs/ecryptfs: "
` [PATCH RFC PKS/PMEM 16/58] fs/gfs2: "
` [PATCH RFC PKS/PMEM 17/58] fs/nilfs2: "
` [PATCH RFC PKS/PMEM 18/58] fs/hfs: "
` [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 39/58] fs/jffs2: "
` [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 46/58] drives/staging: "
` [PATCH RFC PKS/PMEM 47/58] drivers/mtd: "
` [PATCH RFC PKS/PMEM 48/58] drivers/md: "
` [PATCH RFC PKS/PMEM 49/58] drivers/misc: "
` [PATCH RFC PKS/PMEM 50/58] drivers/android: "
` [PATCH RFC PKS/PMEM 51/58] kernel: "
` [PATCH RFC PKS/PMEM 52/58] mm: "
` [PATCH RFC PKS/PMEM 53/58] lib: "
` [PATCH RFC PKS/PMEM 54/58] powerpc: "
` [PATCH RFC PKS/PMEM 55/58] samples: "
` [PATCH RFC PKS/PMEM 56/58] dax: Stray access protection for dax_direct_access()
` [PATCH RFC PKS/PMEM 57/58] nvdimm/pmem: Stray access protection for pmem->virt_addr
` [PATCH RFC PKS/PMEM 58/58] [dax|pmem]: Enable stray access protection

[PATCH 1/3] io_uring: Fix use of XArray in __io_uring_files_cancel
 2020-10-09 17:36 UTC  (6+ messages)
` [PATCH 2/3] io_uring: Fix XArray usage in io_uring_add_task_file
` [PATCH 3/3] io_uring: Convert advanced XArray uses to the normal API

[PATCHSET RFC v3 0/6] Add support for TIF_NOTIFY_SIGNAL
 2020-10-09 15:21 UTC  (25+ messages)
` [PATCH 1/6] tracehook: clear TIF_NOTIFY_RESUME in tracehook_notify_resume()
` [PATCH 2/6] kernel: add task_sigpending() helper
` [PATCH 3/6] kernel: split syscall restart from signal handling
` [PATCH 4/6] kernel: add support for TIF_NOTIFY_SIGNAL
` [PATCH 5/6] x86: define _TIF_NOTIFY_SIGNAL
` [PATCH 6/6] task_work: use TIF_NOTIFY_SIGNAL if available

[PATCHSET v4] Add support for TIF_NOTIFY_SIGNAL
 2020-10-09 15:16 UTC  (9+ messages)
` [PATCH 1/4] tracehook: clear TIF_NOTIFY_RESUME in tracehook_notify_resume()
` [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

inconsistent lock state in io_uring_add_task_file
 2020-10-09 15:06 UTC  (2+ messages)

KASAN: use-after-free Read in __io_uring_files_cancel
 2020-10-09 12:48 UTC  (6+ messages)

io_uring: process task work in io_uring_register()
 2020-10-09  1:09 UTC  (4+ messages)

inconsistent lock state in xa_destroy
 2020-10-09  0:55 UTC  (9+ messages)

[PATCH 0/3] xfstests: add IO_URING test cases
 2020-10-05 16:45 UTC  (8+ messages)
` [PATCH 1/3] src/feature: add IO_URING feature checking
` [PATCH 2/3] generic: fsx IO_URING soak tests
` [PATCH 3/3] generic: IO_URING direct IO fsx test

[PATCH AUTOSEL 5.8 07/12] io_uring: fix potential ABBA deadlock in ->show_fdinfo()
 2020-10-05 14:44 UTC 

KASAN: use-after-free Read in idr_for_each (2)
 2020-10-05  8:56 UTC 

[PATCHSET RFC 0/3] kernel: decouple TASK_WORK TWA_SIGNAL handling from signals
 2020-10-03 15:35 UTC  (15+ messages)
` [PATCH 1/3] kernel: add task_sigpending() helper
` [PATCH 2/3] kernel: decouple TASK_WORK TWA_SIGNAL handling from signals
` [PATCH 3/3] task_work: use TIF_TASKWORK if available

[GIT PULL] io_uring fixes for 5.9-rc
 2020-10-02 21:54 UTC  (2+ messages)

[PATCHSET 0/5] io_uring fixes for 5.9
 2020-10-02 17:14 UTC  (10+ messages)
` [PATCH 1/5] io_uring: grab any needed state during defer prep

[PATCH RFC v2] kernel: decouple TASK_WORK TWA_SIGNAL handling from signals
 2020-10-02 13:44 UTC  (4+ messages)

io_uring possibly the culprit for qemu hang (linux-5.4.y)
 2020-10-02  7:34 UTC  (6+ messages)

[PATCH RFC] kernel: decouple TASK_WORK TWA_SIGNAL handling from signals
 2020-10-01 17:17 UTC  (5+ messages)

[PATCH for-next 0/4] cleanups around request preps
 2020-10-01  3:01 UTC  (6+ messages)
` [PATCH 1/4] io_uring: set/clear IOCB_NOWAIT into io_read/write
` [PATCH 2/4] io_uring: remove nonblock arg from io_{rw}_prep()
` [PATCH 3/4] io_uring: decouple issuing and req preparation
` [PATCH 4/4] io_uring: move req preps out of io_issue_sqe()

[PATCH for-next] io_uring: kill callback_head argument for io_req_task_work_add()
 2020-10-01  3:01 UTC 

WARNING in kthread_park
 2020-09-30 22:29 UTC 

[PATCH for-next] io_uring: remove F_NEED_CLEANUP check in *prep()
 2020-09-30 19:57 UTC 

[PATCH for-next] io_uring: io_kiocb_ppos() style change
 2020-09-30 19:57 UTC 

[PATCH for-next] io_uring: simplify io_alloc_req()
 2020-09-30 19:57 UTC 

[PATCH v4 6/6] io_uring: add support for zone-append
 2020-09-29 18:49 UTC  (16+ messages)

possible deadlock in io_uring_show_fdinfo
 2020-09-29 14:08 UTC  (2+ messages)

[PATCH liburing v2 0/3] Add restrictions stuff in the man pages
 2020-09-29 14:02 UTC  (5+ messages)
` [PATCH liburing v2 1/3] man/io_uring_setup.2: add IORING_SETUP_R_DISABLED description
` [PATCH liburing v2 2/3] man/io_uring_register.2: add description of restrictions
` [PATCH liburing v2 3/3] man/io_uring_enter.2: add EACCES and EBADFD errors

[PATCH] io_uring: support async buffered reads when readahead is disabled
 2020-09-29 13:51 UTC  (2+ messages)

[PATCH liburing] man/io_uring_enter.2: split ERRORS section in two sections
 2020-09-29  8:05 UTC  (3+ messages)

possible deadlock in io_poll_double_wake (2)
 2020-09-29  2:28 UTC 

[PATCH AUTOSEL 5.8 22/29] io_uring: mark statx/files_update/epoll_ctl as non-SQPOLL
 2020-09-29  1:30 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).