Show patches with: Submitter = Ammar Faizi       |    Archived = No       |   193 patches
« 1 2 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
[RESEND,liburing,v1,04/12] t/socket-rw-eagain: Don't brute force the port number Introducing t_bind_ephemeral_port() function - 1 - --- 2022-09-02 Ammar Faizi New
[RESEND,liburing,v1,03/12] t/socket-rw: Don't brute force the port number Introducing t_bind_ephemeral_port() function - 1 - --- 2022-09-02 Ammar Faizi New
[RESEND,liburing,v1,02/12] t/poll-link: Don't brute force the port number Introducing t_bind_ephemeral_port() function - 1 - --- 2022-09-02 Ammar Faizi New
[RESEND,liburing,v1,01/12] test/helpers: Add `t_bind_ephemeral_port()` function Introducing t_bind_ephemeral_port() function - 1 - --- 2022-09-02 Ammar Faizi New
[liburing,v1,3/3] queue: Remove unnecessary goto and label liburing updates - - - --- 2022-08-31 Ammar Faizi New
[liburing,v1,2/3] CHANGELOG: Note about `io_uring_{enter,enter2,register,setup}` liburing updates - - - --- 2022-08-31 Ammar Faizi New
[liburing,v1,1/3] github bot: Upgrade clang version to 16 liburing updates - - - --- 2022-08-31 Ammar Faizi New
[liburing,v2,7/7] man/io_uring_enter.2: Fix typo "which is behaves" -> "which behaves" Export io_uring syscall functions - - - --- 2022-08-30 Ammar Faizi New
[liburing,v2,6/7] test/io_uring_{enter,setup,register}: Use the exported syscall functions Export io_uring syscall functions - 1 - --- 2022-08-30 Ammar Faizi New
[liburing,v2,5/7] man: Alias `io_uring_enter2()` to `io_uring_enter()` Export io_uring syscall functions - - - --- 2022-08-30 Ammar Faizi New
[liburing,v2,4/7] man: Add `io_uring_enter2()` function signature Export io_uring syscall functions - - - --- 2022-08-30 Ammar Faizi New
[liburing,v2,3/7] man: Clarify "man 2" entry for io_uring syscalls Export io_uring syscall functions - - - --- 2022-08-30 Ammar Faizi New
[liburing,v2,2/7] syscall: Add io_uring syscall functions Export io_uring syscall functions - 1 - --- 2022-08-30 Ammar Faizi New
[liburing,v2,1/7] syscall: Make io_uring syscall arguments consistent Export io_uring syscall functions - - - --- 2022-08-30 Ammar Faizi New
[RFC,liburing,v1,4/4] test/io_uring_{enter,setup,register}: Use the exported syscall functions Export io_uring syscall functions - 1 - --- 2022-08-29 Ammar Faizi New
[RFC,liburing,v1,3/4] man: Alias `io_uring_enter2()` to `io_uring_enter()` Export io_uring syscall functions - - - --- 2022-08-29 Ammar Faizi New
[RFC,liburing,v1,2/4] man: Clarify "man 2" entry for io_uring syscalls Export io_uring syscall functions - - - --- 2022-08-29 Ammar Faizi New
[RFC,liburing,v1,1/4] syscall: Add io_uring syscall functions Export io_uring syscall functions - 1 - --- 2022-08-29 Ammar Faizi New
[2/2] io_uring: uapi: Sync with the kernel liburing uapi and manpage update - - - --- 2022-08-23 Ammar Faizi New
[1/2] liburing: Change the type of `flags` in `io_uring_prep_renameat()` to `unsigned int` liburing uapi and manpage update - - - --- 2022-08-23 Ammar Faizi New
[2/2] io_uring: uapi: Add `extern "C"` in io_uring.h for liburing Maintainer and uapi header update - - - --- 2022-08-23 Ammar Faizi New
[1/2] MAINTAINERS: Add `include/linux/io_uring_types.h` Maintainer and uapi header update - - - --- 2022-08-23 Ammar Faizi New
[GIT,PULL] GitHub bot update [GIT,PULL] GitHub bot update - - - --- 2022-08-10 Ammar Faizi New
[liburing,v1,10/10] test/file-register: Fix reading from uninitialized buffer liburing test fixes - - - --- 2022-08-10 Ammar Faizi New
[liburing,v1,09/10] test/eventfd-disable: Fix reading uninitialized variable liburing test fixes - - - --- 2022-08-10 Ammar Faizi New
[liburing,v1,08/10] test/232c93d07b74: Fix reading from uninitialized buffer liburing test fixes - - - --- 2022-08-10 Ammar Faizi New
[liburing,v1,07/10] test/submit-link-fail: Initialize the buffer before `write()` liburing test fixes - - - --- 2022-08-10 Ammar Faizi New
[liburing,v1,06/10] test/statx: Fix reading from uninitialized buffer liburing test fixes - - - --- 2022-08-10 Ammar Faizi New
[liburing,v1,05/10] test/fpos: Fix reading from uninitialized buffer liburing test fixes - - - --- 2022-08-10 Ammar Faizi New
[liburing,v1,04/10] test/fixed-reuse: Fix reading from uninitialized array liburing test fixes - - - --- 2022-08-10 Ammar Faizi New
[liburing,v1,03/10] test/file-verify: Fix reading from uninitialized buffer liburing test fixes - - - --- 2022-08-10 Ammar Faizi New
[liburing,v1,02/10] test/eeed8b54e0df: Initialize the `malloc()`ed buffer before `write()` liburing test fixes - - - --- 2022-08-10 Ammar Faizi New
[liburing,v1,01/10] test/cq-overflow: Don't call `io_uring_queue_exit()` if the ring is not initial… liburing test fixes - - - --- 2022-08-10 Ammar Faizi New
[liburing] examples/io_uring-udp: Use a proper cast for `(struct sockaddr *)` argument [liburing] examples/io_uring-udp: Use a proper cast for `(struct sockaddr *)` argument - - - --- 2022-07-26 Ammar Faizi New
[liburing] .gitignore: Add poll-bench and send-zerocopy examples [liburing] .gitignore: Add poll-bench and send-zerocopy examples - - - --- 2022-07-26 Ammar Faizi New
arch/generic: Rename `____sys_io_uring*` to `__sys_io_uring*` arch/generic: Rename `____sys_io_uring*` to `__sys_io_uring*` - - - --- 2022-07-21 Ammar Faizi New
[liburing] Delete `src/syscall.c` and get back to use `__sys_io_uring*` functions [liburing] Delete `src/syscall.c` and get back to use `__sys_io_uring*` functions - - - --- 2022-07-21 Ammar Faizi New
[GIT,PULL,liburing] GitHub bot updates 2022-07-11 [GIT,PULL,liburing] GitHub bot updates 2022-07-11 - - - --- 2022-07-11 Ammar Faizi New
[liburing,v5,10/10] CHANGELOG: Note about aarch64 support aarch64 support - - - --- 2022-07-05 Ammar Faizi New
[liburing,v5,09/10] .github: Enable aarch64 nolibc build for GitHub bot aarch64 support - - - --- 2022-07-05 Ammar Faizi New
[liburing,v5,08/10] test: Add nolibc test aarch64 support - 1 - --- 2022-07-05 Ammar Faizi New
[liburing,v5,07/10] lib: Enable nolibc support for aarch64 aarch64 support - - - --- 2022-07-05 Ammar Faizi New
[liburing,v5,06/10] lib: Style fixup for #if / #elif / #else / #endif aarch64 support - - - --- 2022-07-05 Ammar Faizi New
[liburing,v5,05/10] arch/aarch64: lib: Add `get_page_size()` function aarch64 support - 1 - --- 2022-07-05 Ammar Faizi New
[liburing,v5,04/10] arch: Remove `__INTERNAL__LIBURING_LIB_H` checks aarch64 support - 1 - --- 2022-07-05 Ammar Faizi New
[liburing,v5,03/10] arch: syscall: Add `__sys_read()` syscall aarch64 support - 1 - --- 2022-07-05 Ammar Faizi New
[liburing,v5,02/10] arch: syscall: Add `__sys_open()` syscall aarch64 support - 1 - --- 2022-07-05 Ammar Faizi New
[liburing,v5,01/10] CHANGELOG: Fixup missing space aarch64 support - - - --- 2022-07-05 Ammar Faizi New
[liburing,v4,10/10] CHANGELOG: Note about aarch64 support aarch64 support - - - --- 2022-07-04 Ammar Faizi New
[liburing,v4,09/10] .github: Enable aarch64 nolibc build for GitHub bot aarch64 support - - - --- 2022-07-04 Ammar Faizi New
[liburing,v4,08/10] test: Add nolibc test aarch64 support - 1 - --- 2022-07-04 Ammar Faizi New
[liburing,v4,07/10] lib: Enable nolibc support for aarch64 aarch64 support - - - --- 2022-07-04 Ammar Faizi New
[liburing,v4,06/10] lib: Style fixup for #if / #elif / #else / #endif aarch64 support - - - --- 2022-07-04 Ammar Faizi New
[liburing,v4,05/10] arch/aarch64: lib: Add `get_page_size()` function aarch64 support - 1 - --- 2022-07-04 Ammar Faizi New
[liburing,v4,04/10] arch: Remove `__INTERNAL__LIBURING_LIB_H` checks aarch64 support - 1 - --- 2022-07-04 Ammar Faizi New
[liburing,v4,03/10] arch: syscall: Add `__sys_read()` syscall aarch64 support - 1 - --- 2022-07-04 Ammar Faizi New
[liburing,v4,02/10] arch: syscall: Add `__sys_open()` syscall aarch64 support - 1 - --- 2022-07-04 Ammar Faizi New
[liburing,v4,01/10] CHANGELOG: Fixup missing space aarch64 support - - - --- 2022-07-04 Ammar Faizi New
[liburing,v3,10/10] CHANGELOG: Note about aarch64 support aarch64 support - - - --- 2022-07-04 Ammar Faizi New
[liburing,v3,09/10] .github: Enable aarch64 nolibc build for GitHub bot aarch64 support - - - --- 2022-07-04 Ammar Faizi New
[liburing,v3,08/10] test: Add nolibc test aarch64 support - - - --- 2022-07-04 Ammar Faizi New
[liburing,v3,07/10] lib: Enable nolibc support for aarch64 aarch64 support - - - --- 2022-07-04 Ammar Faizi New
[liburing,v3,06/10] lib: Style fixup for #if / #elif / #else / #endif aarch64 support - - - --- 2022-07-04 Ammar Faizi New
[liburing,v3,05/10] arch/aarch64: lib: Add `get_page_size()` function aarch64 support - 1 - --- 2022-07-04 Ammar Faizi New
[liburing,v3,04/10] arch: Remove `__INTERNAL__LIBURING_LIB_H` checks aarch64 support - - - --- 2022-07-04 Ammar Faizi New
[liburing,v3,03/10] arch: syscall: Add `__sys_read()` syscall aarch64 support - 1 - --- 2022-07-04 Ammar Faizi New
[liburing,v3,02/10] arch: syscall: Add `__sys_open()` syscall aarch64 support - 1 - --- 2022-07-04 Ammar Faizi New
[liburing,v3,01/10] CHANGELOG: Fixup missing space aarch64 support - - - --- 2022-07-04 Ammar Faizi New
[liburing,v1,2/2] setup: Mark the exported functions as __cold __hot and __cold - 1 - --- 2022-07-03 Ammar Faizi New
[liburing,v1,1/2] lib: Add __hot and __cold macros __hot and __cold - 1 - --- 2022-07-03 Ammar Faizi New
[liburing] test/helpers: Use a proper cast for `(struct sockaddr *)` argument [liburing] test/helpers: Use a proper cast for `(struct sockaddr *)` argument - - - --- 2022-07-03 Ammar Faizi New
[liburing,v2,8/8] CHANGELOG: Note about aarch64 support aarch64 support - - - --- 2022-06-29 Ammar Faizi New
[liburing,v2,7/8] .github: Enable aarch64 nolibc build for GitHub bot aarch64 support - - - --- 2022-06-29 Ammar Faizi New
[liburing,v2,6/8] arch: Enable nolibc support for aarch64 aarch64 support - - - --- 2022-06-29 Ammar Faizi New
[liburing,v2,5/8] arch/aarch64: lib: Add `get_page_size()` function aarch64 support - - - --- 2022-06-29 Ammar Faizi New
[liburing,v2,4/8] arch: Remove `__INTERNAL__LIBURING_LIB_H` checks aarch64 support - - - --- 2022-06-29 Ammar Faizi New
[liburing,v2,3/8] arch: syscall: Add `__sys_read()` syscall aarch64 support - - - --- 2022-06-29 Ammar Faizi New
[liburing,v2,2/8] arch: syscall: Add `__sys_open()` syscall aarch64 support - - - --- 2022-06-29 Ammar Faizi New
[liburing,v2,1/8] CHANGELOG: Fixup missing space aarch64 support - - - --- 2022-06-29 Ammar Faizi New
[liburing,v1,9/9] .github: Enable aarch64 nolibc build for GitHub bot aarch64 nolibc support - - - --- 2022-06-29 Ammar Faizi New
[liburing,v1,8/9] arch: Enable nolibc support for arm64 aarch64 nolibc support - - - --- 2022-06-29 Ammar Faizi New
[liburing,v1,7/9] arch/arm64: Add `get_page_size()` function aarch64 nolibc support - - - --- 2022-06-29 Ammar Faizi New
[liburing,v1,6/9] arch: syscall: Remove `__INTERNAL__LIBURING_SYSCALL_H` checks aarch64 nolibc support - - - --- 2022-06-29 Ammar Faizi New
[liburing,v1,5/9] arch/arm64: Rename aarch64 directory to arm64 aarch64 nolibc support - - - --- 2022-06-29 Ammar Faizi New
[liburing,v1,4/9] arch: syscall: Add `__sys_read()` syscall aarch64 nolibc support - - - --- 2022-06-29 Ammar Faizi New
[liburing,v1,3/9] arch: syscall: Add `__sys_open()` syscall aarch64 nolibc support - - - --- 2022-06-29 Ammar Faizi New
[liburing,v1,2/9] setup: Handle `get_page_size()` failure (for aarch64 nolibc support) aarch64 nolibc support - - - --- 2022-06-29 Ammar Faizi New
[liburing,v1,1/9] CHANGELOG: Fixup missing space aarch64 nolibc support - - - --- 2022-06-29 Ammar Faizi New
[RFC,v1,5/5] Add io_uring data structure build assertion Ensure io_uring data structure consistentcy in liburing - - - --- 2022-06-06 Ammar Faizi New
[RFC,v1,4/5] Avoid macro redefinition warnings Ensure io_uring data structure consistentcy in liburing - - - --- 2022-06-06 Ammar Faizi New
[RFC,v1,3/5] lib: Add `sizeof_field()` macro Ensure io_uring data structure consistentcy in liburing - - - --- 2022-06-06 Ammar Faizi New
[RFC,v1,2/5] lib: Add `BUILD_BUG_ON()` macro Ensure io_uring data structure consistentcy in liburing - - - --- 2022-06-06 Ammar Faizi New
[RFC,v1,1/5] lib: Don't indent in `#ifdef -> #define -> #endif` block Ensure io_uring data structure consistentcy in liburing - - - --- 2022-06-06 Ammar Faizi New
« 1 2 »