summaryrefslogtreecommitdiff
path: root/source3/modules/vfs_io_uring.c
AgeCommit message (Expand)AuthorFilesLines
2025-01-07vfs_io_uring: implement POSIX append-IORalph Boehme1-4/+36
2023-02-06s4:modules: Move structs with dynamic arrays to end of structAndreas Schneider1-4/+4
2022-08-15vfs_io_uring: hide a possible definition of struct open_how in liburing/compat.hStefan Metzmacher1-0/+18
2020-12-16smbd: use fsp_get_io_fd() when accessing a file or it's associated metadataRalph Boehme1-3/+3
2020-05-12vfs_io_uring: retry after a short writes in vfs_io_uring_pwrite_completion()Stefan Metzmacher1-2/+22
2020-05-12vfs_io_uring: retry after a short read in vfs_io_uring_pread_completion()Stefan Metzmacher1-2/+22
2020-05-12vfs_io_uring: protect vfs_io_uring_fsync_completion() against invalid resultsStefan Metzmacher1-0/+7
2020-05-12vfs_io_uring: protect vfs_io_uring_pwrite_completion() against invalid resultsStefan Metzmacher1-0/+13
2020-05-12vfs_io_uring: protect vfs_io_uring_pread_completion() against invalid resultsStefan Metzmacher1-0/+14
2020-05-12vfs_io_uring: split out a vfs_io_uring_pwrite_submit() functionStefan Metzmacher1-5/+15
2020-05-12vfs_io_uring: split out a vfs_io_uring_pread_submit() functionStefan Metzmacher1-5/+15
2020-05-12vfs_io_uring: split out a vfs_io_uring_request_submit() functionStefan Metzmacher1-15/+14
2020-05-12vfs_io_uring: avoid stack recursion of vfs_io_uring_queue_run()Stefan Metzmacher1-1/+92
2020-05-12vfs_io_uring: make use of sys_valid_io_range() in vfs_io_uring_pwrite_send()Stefan Metzmacher1-0/+7
2020-05-12vfs_io_uring: make use of sys_valid_io_range() in vfs_io_uring_pread_send()Stefan Metzmacher1-0/+8
2020-05-12vfs_io_uring: move error handling out of vfs_io_uring_fsync_recv()Stefan Metzmacher1-10/+11
2020-05-12vfs_io_uring: move error handling out of vfs_io_uring_pwrite_recv()Stefan Metzmacher1-9/+17
2020-05-12vfs_io_uring: move error handling out of vfs_io_uring_pread_recv()Stefan Metzmacher1-9/+17
2020-05-12vfs_io_uring: introduce vfs_io_uring_request->completion_fn()Stefan Metzmacher1-1/+48
2020-05-12vfs_io_uring: replace vfs_io_uring_request->state with _tevent_req_data()Stefan Metzmacher1-6/+4
2020-05-12vfs_io_uring: fix the prefix for parametric options from 'vfs_io_uring' to 'i...Stefan Metzmacher1-2/+2
2020-02-15s3:modules: add vfs_io_uring moduleStefan Metzmacher1-0/+543