pub/scm/linux/kernel/git/axboe/liburing.git  about / heads / tags
io_uring library
# heads (aka `branches'):
$ git for-each-ref --sort=-creatordate refs/heads \
	--format='%(HEAD) %(refname:short) %(subject) (%(creatordate:short))'
* master       Merge branch 'recvsend-bundle' (2024-05-17)
  recvsend-bundle test/recvsend_bundle: add UDP tests as well (2024-03-11)
  send-mshot   Add man page references to provided buffers (2024-02-26)
  proxy        Add example proxy (2024-02-16)
  min-wait     test/min-timeout-wait: 2nd min time tester (2024-02-13)
  napi         examples/napi-busy-poll-{client,server}: cleanups and doc (2024-02-02)
  pbuf-status  Add support for IORING_REGISTER_PBUF_STATUS (2023-12-21)
  next         test/socket-getsetsock-cmd: return T_EXIT_SKIP if argument passed (2023-10-20)
  futex        futex man: add note on using linked timeouts (2023-10-18)
  waitid       waitid: add io_uring flags parameter (2023-10-18)
  read-mshot   test/read-mshot: add test cases for overflow handling (2023-10-18)
  cancel-op    man/io_uring_prep_cancel.3: add IORING_ASYNC_CANCEL_OP description (2023-07-10)
  huge.2       setup: unify queue exit path (2023-06-09)
  off_t        Update io_uring_prep_fallocate() to use 64-bit length/offset (2023-03-20)
  ring-buf-alloc Update CHANGELOG for buffer ring setup/teardown helpers (2023-03-16)
  submit-and-wait-ts Add io_uring_submit_and_wait_timeout() test (2022-10-22)
  sq-khead     test (2022-09-14)
  buf-ring     man/io_uring_register_buffers.3: add reference to buffer rings (2022-05-18)
  huge         expose required memory for the ring (2022-05-16)
  big-sqe      test/nop: make less verbose and don't fail on older kernels (2022-05-16)
  accept-multi open/openat2: update man page to include IORING_FILE_INDEX_ALLOC (2022-05-14)
  no-ipi       queue: include IORING_SQ_TW flag in checking if we need to enter the kernel (2022-04-21)
  cancel-fd-all test/poll-cancel-all: add async read test case (2022-04-16)
  xattr        32-bit build warning cleanups (2022-03-30)
  wakeup-ring  test/msg-ring: add test cases for IORING_OP_MSG_RING (2022-03-10)
  registered-ring test/sq-poll-dup: modify ring fd hack to work with enter_ring_fd (2022-03-08)
  arch         Change all syscall function name prefix to __sys (2022-02-11)
  xattr-getdents64 src/include/liburing.h: style cleanups (2021-12-20)
  issue448     test: Add kworker-hang test (2021-11-09)
  mlock-size   setup: provide helpers to inquire about necessary mlock sizes (2021-04-10)
  libaio-wrapper src/compat_libaio: silence fallthrough cases (2020-07-07)
  fd-select    test/orc: soft fail if filename isn't given (2020-03-04)
  v0.5         Update versions to 0.5 (2020-02-25)
  issue25      Add test case for commit 7ad0e4b2f83c (2019-12-01)
  cqring-nodrop Add test case for IORING_SETUP_CQ_NODROP (2019-11-06)
  link-timeout Add IORING_OP_LINK_TIMEOUT test cases (2019-11-05)
  timeout      Test support for timed wait (2019-09-20)

git clone https://yhbt.net/pub/scm/linux/kernel/git/axboe/liburing.git