public inbox for [email protected]
 help / color / mirror / Atom feed
 messages from 2022-05-27 16:53:44 to 2022-06-08 11:33:57 UTC [more...]

[RFC 0/5] support nonblock submission for splice pipe to pipe
 2022-06-08 11:33 UTC  (12+ 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 v3] io_uring: switch cancel_hash to use per entry spinlock
 2022-06-08 11:27 UTC  (2+ messages)

[io_uring] 584b0180f0: phoronix-test-suite.fio.SequentialWrite.IO_uring.Yes.Yes.1MB.DefaultTestDirectory.mb_s -10.2% regression
 2022-06-08  8:00 UTC  (2+ messages)

[PATCH v7 00/15] io-uring/xfs: support async buffered writes
 2022-06-07 16:41 UTC  (42+ messages)
` [PATCH v7 01/15] mm: Move starting of background writeback into the main balancing loop
` [PATCH v7 02/15] mm: Move updates of dirty_exceeded into one place
` [PATCH v7 03/15] mm: Add balance_dirty_pages_ratelimited_flags() function
` [PATCH v7 04/15] iomap: Add flags parameter to iomap_page_create()
` [PATCH v7 05/15] iomap: Add async buffered write support
` [PATCH v7 06/15] iomap: Return error code from iomap_write_iter()
` [PATCH v7 07/15] fs: Add check for async buffered writes to generic_write_checks
` [PATCH v7 08/15] fs: add __remove_file_privs() with flags parameter
` [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 12/15] io_uring: Add support for async buffered writes
` [PATCH v7 13/15] io_uring: Add tracepoint for short writes
` [PATCH v7 14/15] xfs: Specify lockmode when calling xfs_ilock_for_iomap()
` [PATCH v7 15/15] xfs: Add async buffered write support

[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)

[PATCH] io_uring: Remove redundant NULL check before kfree
 2022-06-02  7:47 UTC  (2+ messages)

[PATCH] io_uring: reinstate the inflight tracking
 2022-06-02  7:45 UTC 

[GIT PULL] io_uring updates for 5.18-rc1
 2022-06-01 19:20 UTC  (20+ messages)

[PATCH v6 00/16] io-uring/xfs: support async buffered writes
 2022-06-01 17:56 UTC  (38+ messages)
` [PATCH v6 03/16] mm: Add balance_dirty_pages_ratelimited_flags() function
` [PATCH v6 04/16] iomap: Add flags parameter to iomap_page_create()
` [PATCH v6 05/16] iomap: Add async buffered write support
` [PATCH v6 06/16] fs: Add check for async buffered writes to generic_write_checks
` [PATCH v6 07/16] fs: add __remove_file_privs() with flags parameter
` [PATCH v6 08/16] fs: Split off inode_needs_update_time and __file_update_time
` [PATCH v6 09/16] fs: Add async write file modification handling
` [PATCH v6 13/16] xfs: Specify lockmode when calling xfs_ilock_for_iomap()
` [PATCH v6 14/16] xfs: Change function signature of xfs_ilock_iocb()
` [PATCH v6 15/16] xfs: Add async buffered write support
` [PATCH v6 16/16] xfs: Enable "

[RFC net-next v3 1/1] io_uring: fix deadlock on iowq file slot alloc
 2022-06-01 16:29 UTC  (2+ messages)

[RFC] coredump: Do not interrupt dump for TIF_NOTIFY_SIGNAL
 2022-06-01  3:15 UTC  (7+ messages)

[PATCH 0/5] io_uring: add opcodes for current working directory
 2022-06-01  2:57 UTC  (11+ messages)
` [PATCH 1/5] io_uring: add rename opcode "
` [PATCH 2/5] io_uring: add unlink "
` [PATCH 3/5] io_uring: add mkdir "
` [PATCH 4/5] io_uring: add symlink "
` [PATCH 5/5] io_uring: add link "
  ` [External] Re: [PATCH 0/5] io_uring: add opcodes "

[syzbot] UBSAN: array-index-out-of-bounds in io_submit_sqes
 2022-05-31  9:53 UTC  (10+ messages)

[PATCH v4 00/11] fixed worker
 2022-05-31  9:09 UTC  (6+ messages)

[LIBURING PATCH v2] Let IORING_OP_FILES_UPDATE support to choose fixed file slots
 2022-05-31  1:32 UTC  (3+ messages)

[PATCH v2] io_uring: let IORING_OP_FILES_UPDATE support to choose fixed file slots
 2022-05-30 16:34 UTC  (6+ messages)

[PATCH 0/2] cancel_hash per entry lock
 2022-05-30 13:33 UTC  (15+ messages)
` [PATCH 1/2] io_uring: add an argument for io_poll_disarm()
` [PATCH 2/2] io_uring: switch cancel_hash to use per list spinlock

[PATCH] io_uring: let IORING_OP_FILES_UPDATE support to choose fixed file slots
 2022-05-30 12:57 UTC  (5+ messages)

[LIBURING PATCH] Let IORING_OP_FILES_UPDATE support to choose fixed file slots
 2022-05-30 12:56 UTC  (2+ messages)

[RFC] io_uring: let IORING_OP_FILES_UPDATE support to choose fixed file slot
 2022-05-30  2:47 UTC  (7+ messages)

[PATCH 0/2] two bug fixes about direct fd install
 2022-05-28  2:14 UTC  (10+ messages)
` [PATCH 1/2] io_uring: fix file leaks around io_fixed_fd_install()
` [PATCH 2/2] io_uring: defer alloc_hint update to io_file_bitmap_set()
    ` [PATCH v2] "
        ` [PATCH v3] "

[PATCH] io_uring: ensure fput() called correspondingly when direct install fails
 2022-05-28  2:14 UTC  (2+ messages)

[PATCH RFC -next] io_uring: add support for level triggered poll
 2022-05-27 16:59 UTC 


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