]> www.infradead.org Git - users/sagi/nvme-cli.git/shortlog
users/sagi/nvme-cli.git
2015-07-06 Michal Humpulaprepare Makefile for easier packaging
2015-07-02 Stephen BatesFixed data-size type and bug in return value for submit_io
2015-06-26 Keith BuschExit on bogus data
2015-06-25 Keith BuschSet nvme bar to mapped address
2015-06-23 Keith BuschFix parameter size
2015-06-09 Keith BuschMakefile: install documentation without building
2015-06-09 Keith BuschDocumenation: fix heading on nvme-read
2015-06-09 Keith BuschUpdate man pages
2015-06-08 Keith BuschSupport for controller list namespace modes
2015-06-08 Keith BuschFix namespace id usage in attach namespace
2015-06-08 Keith BuschAdd namespace attach/detach subcommands
2015-06-08 Keith BuschAdd delete namespace sub command
2015-06-08 Keith BuschAdd create namespace sub command
2015-06-08 Keith BuschAdd nvme identify list controller sub command
2015-06-04 Keith BuschConsistent error reporting
2015-06-04 Keith BuschWhite space fixing
2015-06-03 Keith BuschPrintf platform fixes
2015-06-03 Keith BuschRemove html install target
2015-06-02 Stephen BatesMerge branch 'master' of https://github.com/linux-nvme...
2015-06-02 Stephen BatesReverted to GPL licensing
2015-05-29 Keith BuschMerge branch 'master' of https://github.com/linux-nvme...
2015-05-29 Keith BuschRemove build artifact
2015-05-29 Keith BuschAdd html documentation
2015-05-28 keithbuschMerge pull request #13 from stevegalbraith/master
2015-05-27 stevegalbraithFound another instance of flbas being used as an index.
2015-05-27 keithbuschMerge pull request #12 from stevegalbraith/master
2015-05-27 stevegalbraithFix to determine initial value for lba in print_list_item
2015-05-20 Stephen BatesUpdated licensing
2015-05-12 keithbuschMerge pull request #11 from jderrick/master
2015-05-12 Jon DerrickAdded a human-readable format option to id-ctrl and...
2015-05-11 Keith BuschFix f/w download
2015-05-08 Stephen BatesMinor typos in two man pages
2015-05-01 Stephen BatesCut and paste fix
2015-05-01 Keith BuschSwitch license from GPLv2 to Apache
2015-04-24 keithbuschMerge pull request #8 from zevweiss/master
2015-04-24 Zev WeissCompile with -std=gnu99.
2015-04-24 keithbuschMerge pull request #7 from zevweiss/master
2015-04-24 Zev WeissFix over-long loop in show_fw_log().
2015-04-06 Keith BuschRegister read fix for kernel 4.0
2015-03-20 Keith BuschAdd data input option for set features
2015-03-15 Stephen BatesImproved Makefile to use kernel uapi header.
2015-03-13 Stephen BatesFixed versioning for pre 1.2 devices
2015-03-13 Stephen BatesImproved text display for nvme list command.
2015-03-11 Stephen BatesFixed whitespace damage.
2015-02-27 Stephen BatesFixed formatting
2015-02-27 Stephen BatesMajor improvements in list output
2015-02-26 Stephen BatesBug fix for command line processing
2015-02-26 Keith BuschFix format command required arguments
2015-02-26 keithbuschMerge pull request #6 from davidsariel/master
2015-02-26 David Sarielaccording to chapter 5.10.1.3 of the nvme v 1.2 the...
2015-02-20 Stephen BatesFix for latency test
2015-02-18 Stephen BatesImproved command line support
2015-02-11 keithbuschUpdate README.md
2015-02-10 Stephen BatesAdded a latency capture tool
2015-02-09 Stephen BatesImproved regression script
2015-02-09 Stephen BatesAdded metadata buffer to submit_io
2015-02-09 Stephen BatesFixed indentation
2015-02-09 Stephen BatesAdded latency measurements to submit_io commands
2015-02-09 Keith BuschPoint man page to the new official repo.
2015-02-09 keithbuschMerge pull request #1 from MatiasBjorling/master
2015-02-09 Matias BjørlingNVMe: Fix compile errors
2015-02-09 Matias BjørlingNVMe: Pass linker flags at the end
2015-02-09 Matias BjørlingNVMe: -m64 is not a linker command
2015-02-09 Stephen BatesAdded nvme-list command.
2015-02-07 Stephen BatesRegression and improvements to nvme-read and nvme-write
2015-02-07 Stephen BatesAdded dry-run (-d) option to nvme-io-passthru
2015-02-05 keithbuschCreate LICENSE
2015-02-05 keithbuschCreate README.md
2015-02-05 Keith BuschAdd 1.2 features to identify and show results
2015-02-05 Keith BuschFix identifier collision on macro expansion
2015-02-04 Keith Buschgit add missing files
2015-02-04 Keith BuschNVMe: Provide easy read and write commands
2015-02-03 Keith BuschNVMe: Add top level man page
2015-02-02 Keith BuschNVMe: Add install target and man pages
2015-02-02 Keith BuschNVMe: Add show registers command
2015-01-30 Keith BuschNVMe: Format handling
2014-12-06 Keith BuschNVMe: Add compare command support
2014-12-03 Keith BuschNVMe: Add io-passthru support
2014-12-02 Keith BuschNVMe: Add support for Flush command
2014-12-01 Keith BuschNVMe: Add support for get feature's SEL field.
2014-12-01 Keith BuschNVMe: Fixing typos
2014-12-01 Keith BuschNVMe: Add support for identify namespace list
2014-12-01 Keith BuschNVMe: Add reservation support
2014-12-01 Keith BuschNVMe: Add security send/receive support
2014-12-01 Keith BuschNVMe: Add additional help documentation
2014-12-01 Keith Buschadd: .gitignore
2014-11-26 Keith BuschNVMe: Initial commit for cli program