Merge branch 'sprandom-log-fix' of https://github.com/tomas-winkler-sndk/fio
[fio.git] / engines / nvme.c
2025-08-25 Vincent FuMerge branch 'fix_mandoc_warnings' of https://github...
2025-08-22 Vincent FuMerge branch 'sprandom' of https://github.com/tomas...
2025-08-20 Tomas Winklerengines: make engines static-correct
2025-08-18 Vincent FuMerge branch 'http-range-header' of https://github...
2025-08-05 Jens AxboeMerge branch 'verify_inflight' of https://github.com...
2025-08-02 Vincent Fuengines/nvme: refactor filling protection information
2025-08-02 Vincent Fuengines/nvme: move inline functions from .c to .h file
2024-11-05 Jens AxboeMerge branch 'io_uring-depth'
2024-10-28 Vincent Fuengines/io_uring_cmd: do not send data buffer for write...
2024-09-26 Vincent FuMerge branch 'master' of https://github.com/HuangShumin/fio
2024-09-26 Minwoo Imio_uring: Support Compare command for verification
2024-07-11 Vincent FuMerge branch 'io-uring-cmd/nvme/add-flush' of https...
2024-07-09 Minwoo Imio_uring: Add support FLUSH command
2024-06-03 Vincent FuMerge branch 'io_uring_cmd/support-write-family' of...
2024-05-31 Minwoo Imio_uring: Add 'write_mode' option for optional cmds
2024-05-28 Vincent FuMerge branch 'enable-dataplacement-while-replaying...
2024-05-28 Jens AxboeMerge branch 'io_uring/fix-negative-cqe-status' of...
2024-05-24 Vincent FuMerge branch 'nvme/support-sync-fua-for-iouring-v2...
2024-05-23 Minwoo Imio_uring: Add 'readfua' and 'writefua' options
2024-03-22 Vincent FuMerge branch 'issue-1735' of https://github.com/yygcode/fio
2024-02-15 Ankit Kumarengines/io_uring: add multi range dsm support
2024-02-15 Ankit Kumarengines/nvme: pass offset and len instead of io_u
2023-09-11 Ankit Kumarengines:nvme: fill command fields as per pi check bits
2023-08-14 Ankit Kumarengines:io_uring: generate and verify pi for 64b guard
2023-08-14 Ankit Kumarengines:nvme: pull required 48 bit accessors from linux...
2023-08-14 Ankit Kumarengines:io_uring: generate and verify pi for 16b guard
2023-08-14 Ankit Kumarengines:io_uring: uring_cmd add support for protection...
2023-08-14 Ankit Kumarengines:io_uring: enable support for separate metadata...
2023-08-14 Ankit Kumarengines:io_uring: update arguments to fetch nvme data
2023-07-05 Vincent Fuengines/io_uring: remove dead code related to trim
2023-07-05 Vincent Fuengines/io_uring_cmd: make trims async
2023-07-03 Jens AxboeMerge branch 'improvement/fix-warnings-if-NDEBUG-enable...
2023-07-03 Jens AxboeMerge branch 'libaio/actual_min_algo_update' of https...
2023-05-15 Ankit Kumarengines/io_uring_cmd: add extended LBA support
2023-05-15 Ankit Kumarengines/nvme: support for 64 LBA formats
2023-04-04 Jens Axboeengines/nvme: cache errno value
2023-03-27 Jens AxboeMerge branch 'trim-support' of https://github.com/ankit...
2023-03-24 Ankit Kumario_uring_cmd: suppport for trim operation
2023-03-21 Jens Axboeengines/nvme: cast __u64 to unsigned long long for...
2023-03-03 Vincent FuMerge branch 'fiologparser-fix' of https://github.com...
2023-02-28 Jens AxboeMerge branch 'doc-Clarify_Runtime_Param' of https:...
2023-02-28 Keith Buschfio: add fdp support for io_uring_cmd nvme engine
2022-06-02 Jens Axboeengines/nvme: ioctl return value is an int
2022-06-02 Jens Axboeengines/nvme: fix 'fd' leak in error handling
2022-06-02 Ankit Kumarengines/io_uring: Enable zone device support for io_uri...
2022-06-02 Ankit Kumarnvme: add nvme opcodes, structures and helper functions