public inbox for [email protected]
 help / color / mirror / Atom feed
 messages from 2022-06-02 12:38:39 to 2022-06-14 14:37:48 UTC [more...]

[PATCH for-next v2 00/25] 5.20 cleanups and poll optimisations
 2022-06-14 14:36 UTC  (5+ messages)
` [PATCH for-next v2 01/25] io_uring: make reg buf init consistent
` [PATCH for-next v2 02/25] io_uring: move defer_list to slow data
` [PATCH for-next v2 03/25] io_uring: better caching for ctx timeout fields
` [PATCH for-next v2 04/25] io_uring: refactor ctx slow data placement

[PATCH liburing 0/3] single-issuer and poll benchmark
 2022-06-14 14:36 UTC  (4+ messages)
` [PATCH liburing 1/3] io_uring: update headers with IORING_SETUP_SINGLE_ISSUER
` [PATCH liburing 2/3] examples: add a simple single-shot poll benchmark
` [PATCH liburing 3/3] tests: test IORING_SETUP_SINGLE_ISSUER

[RFC 0/5] support nonblock submission for splice pipe to pipe
 2022-06-14 13:23 UTC  (15+ messages)
` [PATCH 1/5] io_uring: move sp->len check up for splice and tee
` [PATCH 2/5] pipe: add trylock helpers for pipe lock
` [PATCH 3/5] splice: support nonblock for splice from pipe to pipe
` [PATCH 4/5] io_uring: support nonblock try for splicing "
` [PATCH 5/5] io_uring: add file_in in io_splice{} to avoid duplicate calculation

[PATCH for-next 00/25] 5.20 cleanups and poll optimisations
 2022-06-14 13:10 UTC  (30+ messages)
` [PATCH for-next 01/25] io_uring: make reg buf init consistent
` [PATCH for-next 02/25] io_uring: move defer_list to slow data
` [PATCH for-next 03/25] io_uring: better caching for ctx timeout fields
` [PATCH for-next 04/25] io_uring: refactor ctx slow data placement
` [PATCH for-next 05/25] io_uring: move cancel_seq out of io-wq
` [PATCH for-next 06/25] io_uring: move small helpers to headers
` [PATCH for-next 07/25] io_uring: inline ->registered_rings
` [PATCH for-next 08/25] io_uring: don't set REQ_F_COMPLETE_INLINE in tw
` [PATCH for-next 09/25] io_uring: never defer-complete multi-apoll
` [PATCH for-next 10/25] io_uring: kill REQ_F_COMPLETE_INLINE
` [PATCH for-next 11/25] io_uring: refactor io_req_task_complete()
` [PATCH for-next 12/25] io_uring: don't inline io_put_kbuf
` [PATCH for-next 13/25] io_uring: remove check_cq checking from hot paths
` [PATCH for-next 14/25] io_uring: poll: remove unnecessary req->ref set
` [PATCH for-next 15/25] io_uring: switch cancel_hash to use per entry spinlock
` [PATCH for-next 16/25] io_uring: pass poll_find lock back
` [PATCH for-next 17/25] io_uring: clean up io_try_cancel
` [PATCH for-next 18/25] io_uring: limit number hash buckets
` [PATCH for-next 19/25] io_uring: clean up io_ring_ctx_alloc
` [PATCH for-next 20/25] io_uring: use state completion infra for poll reqs
` [PATCH for-next 21/25] io_uring: add IORING_SETUP_SINGLE_ISSUER
` [PATCH for-next 22/25] io_uring: pass hash table into poll_find
` [PATCH for-next 23/25] io_uring: introduce a struct for hash table
` [PATCH for-next 24/25] io_uring: propagate locking state to poll cancel
` [PATCH for-next 25/25] io_uring: mutex locked poll hashing

[PATCH 2/2] io_uring: kbuf: add comments for some tricky code
 2022-06-14 12:01 UTC 

[RFC] support memory recycle for ring-mapped provided buffer
 2022-06-14  9:52 UTC  (5+ messages)

[PATCH] fs: io_uring: remove NULL check before kfree
 2022-06-14  9:29 UTC  (3+ messages)

[PATCH 0/3] io_uring: fixes for provided buffer ring
 2022-06-14  3:47 UTC  (10+ messages)
` [PATCH 1/3] io_uring: fix index calculation
` [PATCH 2/3] io_uring: fix types in provided buffer ring
` [PATCH 3/3] io_uring: limit size of "

[io_uring] 584b0180f0: phoronix-test-suite.fio.SequentialWrite.IO_uring.Yes.Yes.1MB.DefaultTestDirectory.mb_s -10.2% regression
 2022-06-14  1:54 UTC  (3+ messages)
  ` [LKP] "

[PATCH] io_uring: remove duplicate cqe skip check
 2022-06-13 21:23 UTC  (2+ messages)

[RFC 0/3] io_uring: add support for IORING_OP_MSGSND/IORING_OP_MSGRCV
 2022-06-13 19:26 UTC  (4+ messages)
` [RFC 1/3] ipc/msg: split do_msgsnd into functions
` [RFC 2/3] io_uring: add support for IORING_OP_MSGSND
` [RFC 3/3] io_uring: add support for IORING_OP_MSGRCV

[PATCH liburing 0/4] Buffer ring API fixes
 2022-06-13 13:12 UTC  (5+ messages)
` [PATCH liburing 1/4] remove non-existent manpage reference
` [PATCH liburing 2/4] add mask parameter to io_uring_buf_ring_add
` [PATCH liburing 3/4] add io_uring_buf_ring_init
` [PATCH liburing 4/4] buf-ring: add tests that cycle through the provided buffer ring

[PATCH for-5.20 1/6] io_uring: poll: remove unnecessary req->ref set
 2022-06-13  3:45 UTC  (10+ messages)
` [PATCH 5.19 2/6] io_uring: openclose: fix bug of closing wrong fixed file
` [PATCH 5.19 3/6] io_uring: openclose: fix bug of unexpected return value in IORING_CLOSE_FD_AND_FILE_SLOT mode
` [PATCH for-5.20 4/6] io_uring: openclose: support separate return value for IORING_CLOSE_FD_AND_FILE_SLOT
` [PATCH for-5.20 5/6] io_uring: remove duplicate kbuf release
` [PATCH 5.19 6/6] io_uring: kbuf: fix bug of not consuming ring buffer in partial io case

[PATCH v2] io_uring: let IORING_OP_FILES_UPDATE support to choose fixed file slots
 2022-06-13  3:35 UTC  (3+ messages)

[PATCH v4] io_uring: switch cancel_hash to use per entry spinlock
 2022-06-12 12:20 UTC  (2+ messages)

[PATCH v3] io_uring: switch cancel_hash to use per entry spinlock
 2022-06-11 13:18 UTC  (9+ messages)

[PATCHSET 0/4] Allow allocated direct descriptors
 2022-06-10 13:41 UTC  (6+ messages)

[PATCHSET v2 0/6] Allow allocated direct descriptors
 2022-06-10 13:04 UTC  (5+ messages)

[PATCH v8 00/14] io-uring/xfs: support async buffered writes
 2022-06-10 12:38 UTC  (23+ messages)
` [PATCH v8 01/14] mm: Move starting of background writeback into the main balancing loop
` [PATCH v8 02/14] mm: Move updates of dirty_exceeded into one place
` [PATCH v8 03/14] mm: Add balance_dirty_pages_ratelimited_flags() function
` [PATCH v8 04/14] iomap: Add flags parameter to iomap_page_create()
` [PATCH v8 05/14] iomap: Add async buffered write support
` [PATCH v8 06/14] iomap: Return -EAGAIN from iomap_write_iter()
` [PATCH v8 07/14] fs: Add check for async buffered writes to generic_write_checks
` [PATCH v8 08/14] fs: add __remove_file_privs() with flags parameter
` [PATCH v8 09/14] fs: Split off inode_needs_update_time and __file_update_time
` [PATCH v8 10/14] fs: Add async write file modification handling
` [PATCH v8 11/14] io_uring: Add support for async buffered writes
` [PATCH v8 12/14] io_uring: Add tracepoint for short writes
` [PATCH v8 13/14] xfs: Specify lockmode when calling xfs_ilock_for_iomap()
` [PATCH v8 14/14] xfs: Add async buffered write support

[PATCH 0/5] misc update for openclose and provided buffer
 2022-06-10 10:34 UTC  (8+ messages)
` [PATCH 1/5] io_uring: openclose: fix bug of closing wrong fixed file
` [PATCH 2/5] io_uring: openclose: fix bug of unexpected return value in IORING_CLOSE_FD_AND_FILE_SLOT mode
` [PATCH 3/5] io_uring: openclose: support separate return value for IORING_CLOSE_FD_AND_FILE_SLOT
` [PATCH 4/5] io_uring: remove duplicate kbuf release
` [PATCH 5/5] io_uring: kbuf: fix bug of not consuming ring buffer in partial io case

Possible bug for ring-mapped provided buffer
 2022-06-09 16:08 UTC  (9+ messages)

[PATCH v7 00/15] io-uring/xfs: support async buffered writes
 2022-06-07 16:41 UTC  (30+ messages)
` [PATCH v7 04/15] iomap: Add flags parameter to iomap_page_create()
` [PATCH v7 06/15] iomap: Return error code from iomap_write_iter()
` [PATCH v7 09/15] fs: Split off inode_needs_update_time and __file_update_time
` [PATCH v7 10/15] fs: Add async write file modification handling
` [PATCH v7 11/15] fs: Optimization for concurrent file time updates
` [PATCH v7 14/15] xfs: Specify lockmode when calling xfs_ilock_for_iomap()

[PATCH v2 0/3] cancel_hash per entry lock
 2022-06-06 13:47 UTC  (11+ messages)
` [PATCH 1/3] io_uring: add hash_index and its logic to track req in cancel_hash
` [PATCH 2/3] io_uring: add an io_hash_bucket structure for smaller granularity lock
` [PATCH 3/3] io_uring: switch cancel_hash to use per list spinlock

[RFC PATCH v1 0/5] Ensure io_uring data structure consistentcy in liburing
 2022-06-06 11:51 UTC  (8+ messages)
` [RFC PATCH v1 1/5] lib: Don't indent in `#ifdef -> #define -> #endif` block
` [RFC PATCH v1 2/5] lib: Add `BUILD_BUG_ON()` macro
` [RFC PATCH v1 3/5] lib: Add `sizeof_field()` macro
` [RFC PATCH v1 4/5] Avoid macro redefinition warnings
` [RFC PATCH v1 5/5] Add io_uring data structure build assertion

[RFC PATCH] ubd: add io_uring based userspace block driver
 2022-06-06  2:15 UTC  (4+ messages)

[syzbot] KASAN: use-after-free Read in filp_close
 2022-06-05 18:29 UTC  (4+ messages)

[GIT PULL] Followup io_uring changes and fixes
 2022-06-03 18:50 UTC  (2+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox