s3:libsmb: allow store_cldap_reply() to work with a ipv6 response
[samba.git] / source3 / modules / vfs_io_uring.c
2023-02-06 Andreas Schneiders4:modules: Move structs with dynamic arrays to end...
2022-08-15 Stefan Metzmachervfs_io_uring: hide a possible definition of struct...
2020-12-16 Ralph Boehmesmbd: use fsp_get_io_fd() when accessing a file or...
2020-05-12 Stefan Metzmachervfs_io_uring: retry after a short writes in vfs_io_urin...
2020-05-12 Stefan Metzmachervfs_io_uring: retry after a short read in vfs_io_uring_...
2020-05-12 Stefan Metzmachervfs_io_uring: protect vfs_io_uring_fsync_completion...
2020-05-12 Stefan Metzmachervfs_io_uring: protect vfs_io_uring_pwrite_completion...
2020-05-12 Stefan Metzmachervfs_io_uring: protect vfs_io_uring_pread_completion...
2020-05-12 Stefan Metzmachervfs_io_uring: split out a vfs_io_uring_pwrite_submit...
2020-05-12 Stefan Metzmachervfs_io_uring: split out a vfs_io_uring_pread_submit...
2020-05-12 Stefan Metzmachervfs_io_uring: split out a vfs_io_uring_request_submit...
2020-05-12 Stefan Metzmachervfs_io_uring: avoid stack recursion of vfs_io_uring_que...
2020-05-12 Stefan Metzmachervfs_io_uring: make use of sys_valid_io_range() in vfs_i...
2020-05-12 Stefan Metzmachervfs_io_uring: make use of sys_valid_io_range() in vfs_i...
2020-05-12 Stefan Metzmachervfs_io_uring: move error handling out of vfs_io_uring_f...
2020-05-12 Stefan Metzmachervfs_io_uring: move error handling out of vfs_io_uring_p...
2020-05-12 Stefan Metzmachervfs_io_uring: move error handling out of vfs_io_uring_p...
2020-05-12 Stefan Metzmachervfs_io_uring: introduce vfs_io_uring_request->completio...
2020-05-12 Stefan Metzmachervfs_io_uring: replace vfs_io_uring_request->state with...
2020-05-12 Stefan Metzmachervfs_io_uring: fix the prefix for parametric options...
2020-02-15 Stefan Metzmachers3:modules: add vfs_io_uring module