public inbox for [email protected]
 help / color / mirror / Atom feed
 messages from 2022-05-20 18:24:20 to 2022-05-30 17:36:12 UTC [more...]

[LIBURING PATCH v2] Let IORING_OP_FILES_UPDATE support to choose fixed file slots
 2022-05-30 17:36 UTC 

[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 PATCH] ubd: add io_uring based userspace block driver
 2022-05-30  7:07 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  (4+ messages)

[PATCH v6 00/16] io-uring/xfs: support async buffered writes
 2022-05-27 22:52 UTC  (24+ messages)
` [PATCH v6 01/16] mm: Move starting of background writeback into the main balancing loop
` [PATCH v6 02/16] mm: Move updates of dirty_exceeded into one place
` [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 10/16] fs: Optimization for concurrent file time updates
` [PATCH v6 11/16] io_uring: Add support for async buffered writes
` [PATCH v6 12/16] io_uring: Add tracepoint for short writes
` [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 "

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

Erroneous socket connect pass?
 2022-05-27 14:47 UTC  (2+ messages)

[io_uring] 584b0180f0: phoronix-test-suite.fio.SequentialWrite.IO_uring.Yes.Yes.1MB.DefaultTestDirectory.mb_s -10.2% regression
 2022-05-27 13:50 UTC 

[PATCH] io_uring: wire up allocated direct descriptors for socket
 2022-05-27  5:56 UTC  (2+ messages)

RWF_NOWAIT does not work on socket
 2022-05-27  3:49 UTC 

[PATCH v5 00/16] io-uring/xfs: support async buffered writes
 2022-05-26 17:39 UTC  (20+ messages)
` [PATCH v5 01/16] mm: Move starting of background writeback into the main balancing loop
` [PATCH v5 02/16] mm: Move updates of dirty_exceeded into one place
` [PATCH v5 03/16] mm: Add balance_dirty_pages_ratelimited_flags() function
` [PATCH v5 04/16] iomap: Add flags parameter to iomap_page_create()
` [PATCH v5 05/16] iomap: Add async buffered write support
` [PATCH v5 06/16] fs: Add check for async buffered writes to generic_write_checks
` [PATCH v5 07/16] fs: add __remove_file_privs() with flags parameter
` [PATCH v5 08/16] fs: Split off inode_needs_update_time and __file_update_time
` [PATCH v5 09/16] fs: Add async write file modification handling
` [PATCH v5 10/16] fs: Optimization for concurrent file time updates
` [PATCH v5 11/16] io_uring: Add support for async buffered writes
` [PATCH v5 12/16] io_uring: Add tracepoint for short writes
` [PATCH v5 13/16] xfs: Specify lockmode when calling xfs_ilock_for_iomap()
` [PATCH v5 14/16] xfs: Change function signature of xfs_ilock_iocb()
` [PATCH v5 15/16] xfs: Add async buffered write support
` [PATCH v5 16/16] xfs: Enable "

[PATCH] io_uring: fix a memory leak of buffer group list on exit
 2022-05-26 17:36 UTC 

improve register file feature's usability
 2022-05-26  2:09 UTC  (2+ messages)

io uring support for character device
 2022-05-26  1:49 UTC  (3+ messages)

[RFC PATCH v4 00/17] io-uring/xfs: support async buffered writes
 2022-05-25 22:32 UTC  (39+ messages)
` [RFC PATCH v4 01/17] mm: Move starting of background writeback into the main balancing loop
` [RFC PATCH v4 02/17] mm: Move updates of dirty_exceeded into one place
` [RFC PATCH v4 03/17] mm: Prepare balance_dirty_pages() for async buffered writes
` [RFC PATCH v4 04/17] mm: Add balance_dirty_pages_ratelimited_flags() function
` [RFC PATCH v4 05/17] iomap: Add gfp parameter to iomap_page_create()
` [RFC PATCH v4 06/17] iomap: Add async buffered write support
` [RFC PATCH v4 07/17] iomap: Use balance_dirty_pages_ratelimited_flags in iomap_write_iter
` [RFC PATCH v4 08/17] fs: Add check for async buffered writes to generic_write_checks
` [RFC PATCH v4 09/17] fs: Split off remove_needs_file_privs() __remove_file_privs()
` [RFC PATCH v4 10/17] fs: Split off file_needs_update_time and __file_update_time
` [RFC PATCH v4 11/17] fs: Add async write file modification handling
` [RFC PATCH v4 12/17] fs: Optimization for concurrent file time updates
` [RFC PATCH v4 13/17] io_uring: Add support for async buffered writes
` [RFC PATCH v4 14/17] io_uring: Add tracepoint for short writes
` [RFC PATCH v4 15/17] xfs: Add iomap async buffered write support
` [RFC PATCH v4 16/17] xfs: Add "
` [RFC PATCH v4 17/17] xfs: Enable "

[GIT PULL] io_uring xattr support
 2022-05-25 18:04 UTC  (5+ messages)

[PATCHSET 0/6] Misc cleanups
 2022-05-25 11:37 UTC  (13+ messages)
` [PATCH 1/6] io_uring: make timeout prep handlers consistent with other prep handlers
` [PATCH 2/6] io_uring: make prep and issue side of req handlers named consistently
` [PATCH 3/6] io_uring: add io_op_defs 'def' pointer in req init and issue
` [PATCH 4/6] io_uring: unify calling convention for async prep handling
` [PATCH 5/6] io_uring: drop confusion between cleanup flags
` [PATCH 6/6] io_uring: move shutdown under the general net section

[PATCH] io_uring: add a schedule condition in io_submit_sqes
 2022-05-24  6:58 UTC  (5+ messages)

[GIT PULL] io_uring passthrough support
 2022-05-24  5:15 UTC  (5+ messages)

[PATCH V2 0/1] ubd: add io_uring based userspace block driver
 2022-05-24  2:59 UTC  (4+ messages)

[GIT PULL] io_uring 'more data in socket' support
 2022-05-23 20:42 UTC  (2+ messages)

[GIT PULL] io_uring socket(2) support
 2022-05-23 20:42 UTC  (2+ messages)

[GIT PULL] io_uring core updates for 5.19-rc1
 2022-05-23 20:42 UTC  (2+ messages)

[PATCH v2 00/13] rename & split tests
 2022-05-23 12:28 UTC  (8+ messages)

[PATCH] io_uring: cleanup handling of the two task_work lists
 2022-05-21 15:15 UTC 

[RFC PATCH v3 00/18] io-uring/xfs: support async buffered writes
 2022-05-20 18:32 UTC  (24+ messages)
` [RFC PATCH v3 01/18] block: Add check for async buffered writes to generic_write_checks
` [RFC PATCH v3 02/18] iomap: Add iomap_page_create_gfp to allocate iomap_pages
` [RFC PATCH v3 03/18] iomap: Use iomap_page_create_gfp() in __iomap_write_begin
` [RFC PATCH v3 04/18] iomap: Add async buffered write support
` [RFC PATCH v3 15/18] mm: Add balance_dirty_pages_ratelimited_async() function
` [RFC PATCH v3 16/18] iomap: Use balance_dirty_pages_ratelimited_flags in iomap_write_iter
` [RFC PATCH v3 18/18] xfs: Enable async buffered write support


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