]> git.infradead.org Git - users/sagi/libnvme.git/shortlog
users/sagi/libnvme.git
2023-12-19 Daniel Wagnerdoc: Regenerate all docs for v1.7 v1.7
2023-12-19 Daniel Wagnerbuild: Update version to v1.7
2023-12-19 Daniel Wagnerbuild: update json-c and openssl wrap
2023-12-19 Daniel Wagnerbuild: construct path to config.h manually
2023-12-19 Daniel Wagnertree: do not open blk device on default
2023-12-19 Daniel Wagnertree: read all attributes from sysfs when available
2023-12-18 dependabot... build(deps): bump actions/download-artifact from 3...
2023-12-18 dependabot... build(deps): bump actions/upload-artifact from 3 to 4
2023-12-13 Daniel Wagnerbuild: add codecov configuration
2023-12-13 Daniel Wagnerbuild: ignore external code for code coverage check
2023-12-11 Nate Thorntonioctl: set data length when retrieving LBA status
2023-12-05 Daniel Wagnerbuild: add CFLAGS back when building with muon
2023-12-01 Chris Pattersontypes: fix regression for vendor-specific field in...
2023-12-01 Caleb Sanderutil: use cleanup functions
2023-12-01 Caleb Sanderlinux: use cleanup functions
2023-12-01 Caleb Sanderjson: use cleanup functions
2023-12-01 Caleb Sanderfabrics: use cleanup functions
2023-12-01 Caleb Sandertree: use cleanup functions
2023-12-01 Caleb Sandercleanup: add cleanup functions
2023-12-01 Caleb Sandertree: fix incorrect return value
2023-11-27 Tomas Bzatektree: Fix clearing application strings
2023-11-20 Hannes ReineckeMerge pull request #749 from hreinecke/TP8018-fixes
2023-11-20 Hannes Reineckelibnvme: reshuffle nvme_generate_tls_key_identity()
2023-11-20 Hannes Reineckelibnvme: fixup error codes
2023-11-20 Hannes ReineckeMerge pull request #748 from hreinecke/TP8018
2023-11-17 Daniel Wagnerdoc: mention build helper script for muon build instruction
2023-11-17 Hannes Reineckelibnvme: Implement 'nvme_generate_tls_key_identity()'
2023-11-17 Hannes Reineckelibnvme: support NVMe TLS identities version 1
2023-11-17 Hannes Reineckelibnvme: Add base64 functions
2023-11-17 Hannes Reineckelibnvme: separate out 'gen_tls_identity' and reshuffle...
2023-11-16 Tokunori Ikegamibuild: Add -std=c99 for bootstrapping muon
2023-11-16 Daniel Wagnerbuild: remove the wrap feature dependency for muon
2023-11-16 Daniel Wagnerbuild: pass the linker argument via muon argument
2023-11-16 Daniel Wagnerbuild: do not rebuild muon/samu every time
2023-11-16 Hannes Reineckelibnvme: separate out a function 'select_hmac'
2023-11-15 Hannes ReineckeMerge pull request #737 from prashanth-nayak/hkdf_expan...
2023-11-08 Maurizio Lombardilibnvme: fix a memory leak when calling read_ssns()
2023-11-08 Maurizio Lombardilibnvme: fix a memory leak in read_discovery()
2023-11-07 Caleb Sanderfabrics: avoid redundant args in nvme_discovery_log()
2023-11-07 Caleb Sanderfabrics: have nvmf_get_discovery_log() call nvmf_get_di...
2023-11-07 Caleb Sanderfabrics: fetch smaller Discovery Log Page header
2023-11-07 Caleb Sanderfabrics: avoid redundant Get Log Page on retry
2023-11-07 Caleb Sanderfabrics: clear RAE for discovery log page commands
2023-11-02 Martin Belangerbuild, CI: Add a GitHub Action to run the checkpatch...
2023-11-02 Martin Georgejson-schema: add keyring and tls_key details
2023-11-02 Caleb Sandertypes: add Host Behavior Support field definitions
2023-11-02 Caleb Sandertest: Cast values to u32 if shift overflows int
2023-11-02 Caleb Sandermi: Cast values to u32 if shift overflows int
2023-11-02 Caleb Sandertypes: Cast values to u32 if shift overflows int
2023-11-02 Caleb Sandertest: Avoid unaligned pointer dereferences
2023-11-02 Caleb Sandernbft: Avoid unaligned pointer dereferences
2023-11-02 Caleb Sandertest: don't pass NULL to memcmp() or memset()
2023-11-02 Caleb Sandertest: make LD_PRELOAD tests work with ASAN
2023-11-02 Caleb Sanderreadme: add instructions for enabling UBSAN
2023-11-02 Caleb Sanderreadme: clarify that LD_PRELOAD is not needed for ASAN
2023-11-02 Joy Gutypes: add cross-namespace copy formats, status codes...
2023-11-01 Prashanth Nayaknvme: Add length field to Hkdf-Expand-Label computation
2023-10-31 Daniel Wagnerioctl: use lsp arg in nvme_get_log_boot_partition
2023-10-31 Daniel Wagnerbuild: do not setup python
2023-10-31 Caleb Sanderfabrics: use SECTYPE to determine whether to use TLS
2023-10-12 Tomas Bzatekfabrics: Allocate aligned payloads for id_ctrl and...
2023-10-12 Tomas Bzateklinux: Allocate aligned payloads for id_ctrl and id_ns...
2023-10-12 Brandon Pauporeioctl: MSB variable-size storage/reference tags
2023-10-11 Daniel Wagnerbuild: upload artifacts only for upstream repo
2023-10-10 Tomas Bzatektree: Allocate aligned payloads for ns scan
2023-10-10 Tomas Bzatekutil: Introduce alloc helper with alignment support
2023-10-10 Alfred Wingatebuild: remove symbol which doesn't exist in libnvme...
2023-09-30 Sam Jamesmeson: make building tests conditional
2023-09-30 Sam Jamestest: handle POSIX ioctl prototype
2023-09-29 Daniel Wagnerdoc: Regenerate all docs for v1.6 v1.6
2023-09-29 Daniel Wagnerbuild: Update version to v1.6
2023-09-27 Martin Belangerdocs: Fix Read-the-Docs configuration (deprecated confi...
2023-09-27 Martin BelangerREADME: Fix meson/python build badges
2023-09-25 Jeremy Kerrmi-mctp: Fix free() in error path of mi_open_mctp
2023-09-22 Tokunori Ikegamitypes: Use NVME_SET for status type mask to get status...
2023-09-22 Tokunori Ikegamitypes: Define FLBAS MASK and SHIFT to use NVME_GET
2023-09-21 Daniel Wagnerbuild: abort CI builds on first error
2023-09-20 Brandon Pauporetypes: Support Phy Rx Eye Opening Measurement Log
2023-09-20 Tokunori Ikegamilog: Add nvme root global variable to set for default...
2023-09-20 Brandon Pauporetypes: Add support for the OAQD ID controller field
2023-09-20 Daniel Wagnertest: use non deprecated API
2023-09-20 Caleb Sandertest: add tests for Get/Set Features functions
2023-09-20 Caleb Sanderioctl: implement nvme_set_features_lba_range()
2023-09-20 Caleb Sanderioctl: pass NSID in Get/Set Features commands that...
2023-09-20 Caleb Sanderioctl: fix swapped parameters in nvme_set_features_host...
2023-09-20 Caleb Sanderioctl: export nvme_{g,s}et_features_iocs_profile()
2023-09-20 Caleb Sanderioctl: pass ENDGID in nvme_get_features_endurance_event...
2023-09-20 Caleb Sanderioctl: don't set SAVE bit on unsaveable features
2023-09-20 Caleb Sanderioctl: avoid sending uninitialized timestamp
2023-09-20 Caleb Sanderioctl: pass data for Get/Set Features commands
2023-09-20 Caleb Sanderioctl: set correct bits in Set Features commands
2023-09-20 Caleb Sanderioctl: correct feature IDs in Get/Set Features commands
2023-09-13 Martin Belangertree: Add 2 new public functions to lookup existing...
2023-09-13 Tokunori Ikegamiioctl: Add debugging feature to show command outputs
2023-09-13 Tokunori IkegamiFix incorrect article 'an' as 'a' to use for a description
2023-09-12 da Cunha, Leonardolinux: Added functions to enable faster telemetry data...
2023-09-11 dependabot... build(deps): bump actions/checkout from 3 to 4
2023-09-04 Caleb Sandertest: account for discovery log page entry stripping
2023-09-04 Caleb Sanderfabrics: unconditionally strip discovery entry strings
2023-09-04 Caleb Sanderfabrics: only look for spaces in strchomp()
next