]> www.infradead.org Git - users/hch/nvme-cli.git/commit
Pre-fill user buffers on passthrough commands
authorKeith Busch <keith.busch@intel.com>
Sat, 14 May 2016 17:07:53 +0000 (13:07 -0400)
committerKeith Busch <keith.busch@intel.com>
Sat, 14 May 2016 17:07:53 +0000 (13:07 -0400)
commitc5418f070be300c4fe75d8fe038d36aa28d83ccd
tree8882020f068832fc9ff01b3fa515ca5bc4ef9856
parent5cb0521582504ebeec75ff74b57345773551f5ec
Pre-fill user buffers on passthrough commands

Reported that user data may be shorter than the buffer length, and need
to pad the data with a fixed byte value.

Also requested that we provied a way to prefill data in buffers so we
can know if a device is corrupting memory.

Signed-off-by: Keith Busch <keith.busch@intel.com>
45 files changed:
Documentation/nvme-admin-passthru.1
Documentation/nvme-admin-passthru.html
Documentation/nvme-admin-passthru.txt
Documentation/nvme-attach-ns.1
Documentation/nvme-compare.1
Documentation/nvme-create-ns.1
Documentation/nvme-delete-ns.1
Documentation/nvme-detach-ns.1
Documentation/nvme-dsm.1
Documentation/nvme-error-log.1
Documentation/nvme-flush.1
Documentation/nvme-format.1
Documentation/nvme-fw-activate.1
Documentation/nvme-fw-download.1
Documentation/nvme-fw-log.1
Documentation/nvme-get-feature.1
Documentation/nvme-get-log.1
Documentation/nvme-get-ns-id.1
Documentation/nvme-help.1
Documentation/nvme-id-ctrl.1
Documentation/nvme-id-ns.1
Documentation/nvme-io-passthru.1
Documentation/nvme-io-passthru.html
Documentation/nvme-io-passthru.txt
Documentation/nvme-list-ctrl.1
Documentation/nvme-list-ns.1
Documentation/nvme-list.1
Documentation/nvme-read.1
Documentation/nvme-reset.1
Documentation/nvme-resv-acquire.1
Documentation/nvme-resv-register.1
Documentation/nvme-resv-release.1
Documentation/nvme-resv-report.1
Documentation/nvme-security-recv.1
Documentation/nvme-security-recv.html
Documentation/nvme-security-send.1
Documentation/nvme-set-feature.1
Documentation/nvme-show-regs.1
Documentation/nvme-smart-log.1
Documentation/nvme-subsystem-reset.1
Documentation/nvme-write-uncor.1
Documentation/nvme-write-zeroes.1
Documentation/nvme-write.1
Documentation/nvme.1
nvme.c