index
:
samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
v4-1-stable
v4-1-test
v4-10-stable
v4-10-test
v4-11-stable
v4-11-test
v4-12-stable
v4-12-test
v4-13-stable
v4-13-test
v4-14-stable
v4-14-test
v4-15-stable
v4-15-test
v4-16-stable
v4-16-test
v4-17-stable
v4-17-test
v4-18-stable
v4-18-test
v4-19-stable
v4-19-test
v4-2-stable
v4-2-test
v4-20-stable
v4-20-test
v4-21-stable
v4-21-test
v4-22-stable
v4-22-test
v4-23-stable
v4-23-test
v4-24-stable
v4-24-test
v4-3-stable
v4-3-test
v4-4-stable
v4-4-test
v4-5-stable
v4-5-test
v4-6-stable
v4-6-test
v4-7-stable
v4-7-test
v4-8-stable
v4-8-test
v4-9-stable
v4-9-test
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source3
/
modules
/
vfs_io_uring.c
Age
Commit message (
Expand
)
Author
Files
Lines
2025-01-07
vfs_io_uring: implement POSIX append-IO
Ralph Boehme
1
-4
/
+36
2023-02-06
s4:modules: Move structs with dynamic arrays to end of struct
Andreas Schneider
1
-4
/
+4
2022-08-15
vfs_io_uring: hide a possible definition of struct open_how in liburing/compat.h
Stefan Metzmacher
1
-0
/
+18
2020-12-16
smbd: use fsp_get_io_fd() when accessing a file or it's associated metadata
Ralph Boehme
1
-3
/
+3
2020-05-12
vfs_io_uring: retry after a short writes in vfs_io_uring_pwrite_completion()
Stefan Metzmacher
1
-2
/
+22
2020-05-12
vfs_io_uring: retry after a short read in vfs_io_uring_pread_completion()
Stefan Metzmacher
1
-2
/
+22
2020-05-12
vfs_io_uring: protect vfs_io_uring_fsync_completion() against invalid results
Stefan Metzmacher
1
-0
/
+7
2020-05-12
vfs_io_uring: protect vfs_io_uring_pwrite_completion() against invalid results
Stefan Metzmacher
1
-0
/
+13
2020-05-12
vfs_io_uring: protect vfs_io_uring_pread_completion() against invalid results
Stefan Metzmacher
1
-0
/
+14
2020-05-12
vfs_io_uring: split out a vfs_io_uring_pwrite_submit() function
Stefan Metzmacher
1
-5
/
+15
2020-05-12
vfs_io_uring: split out a vfs_io_uring_pread_submit() function
Stefan Metzmacher
1
-5
/
+15
2020-05-12
vfs_io_uring: split out a vfs_io_uring_request_submit() function
Stefan Metzmacher
1
-15
/
+14
2020-05-12
vfs_io_uring: avoid stack recursion of vfs_io_uring_queue_run()
Stefan Metzmacher
1
-1
/
+92
2020-05-12
vfs_io_uring: make use of sys_valid_io_range() in vfs_io_uring_pwrite_send()
Stefan Metzmacher
1
-0
/
+7
2020-05-12
vfs_io_uring: make use of sys_valid_io_range() in vfs_io_uring_pread_send()
Stefan Metzmacher
1
-0
/
+8
2020-05-12
vfs_io_uring: move error handling out of vfs_io_uring_fsync_recv()
Stefan Metzmacher
1
-10
/
+11
2020-05-12
vfs_io_uring: move error handling out of vfs_io_uring_pwrite_recv()
Stefan Metzmacher
1
-9
/
+17
2020-05-12
vfs_io_uring: move error handling out of vfs_io_uring_pread_recv()
Stefan Metzmacher
1
-9
/
+17
2020-05-12
vfs_io_uring: introduce vfs_io_uring_request->completion_fn()
Stefan Metzmacher
1
-1
/
+48
2020-05-12
vfs_io_uring: replace vfs_io_uring_request->state with _tevent_req_data()
Stefan Metzmacher
1
-6
/
+4
2020-05-12
vfs_io_uring: fix the prefix for parametric options from 'vfs_io_uring' to 'i...
Stefan Metzmacher
1
-2
/
+2
2020-02-15
s3:modules: add vfs_io_uring module
Stefan Metzmacher
1
-0
/
+543