Merge branch 'master' of https://github.com/celestinechen/fio
[fio.git] / engines / nvme.c
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