]> www.infradead.org Git - users/sagi/libnvme.git/shortlog
users/sagi/libnvme.git
2023-08-31 Daniel Wagnerbuild: use latest container instead fixed version master
2023-08-31 Daniel Wagnerbuild: run tests before coverage tool
2023-08-31 Daniel Wagnerbuild: fix coverage report build
2023-08-31 Daniel Wagnerbuild: checkout repo in coverage build
2023-08-31 Daniel Wagnerbuild: use container for coverage build
2023-08-31 Daniel Wagnerbuild: use debian container for release-python build
2023-08-31 Daniel Wagnerbuild: use prebuild container images for cross builds
2023-08-30 Daniel Wagnertest: fix lookup test case
2023-08-30 Daniel Wagnertest: make all function static
2023-08-30 Martin Belangertest: add tests for new tcp controller matching algorithm
2023-08-30 Martin Belangertree: Improve TCP controller matching algorithm
2023-08-30 Martin Belangerutil: Add functions to parse the system's interfaces
2023-08-22 Tokunori Ikegamitypes: Add support for EGFEAT, Domain Identifier, TEGCA...
2023-08-19 Daniel Wagnermi: remove nsid from nvme_mi_admin_identify_secondary_c...
2023-08-17 Martin Belangertest: add tests for nvme_ctrl_get_src_addr()
2023-08-17 Martin Belangertree: Add nvme_ctrl_get_src_addr() to get the controlle...
2023-08-17 Martin Belangerutil: Split _nvme_ipaddrs_eq() from nvme_ipaddrs_eq()
2023-08-17 Caleb Sandertest: add tests for Identify functions
2023-08-17 Caleb Sanderioctl: use available Identify helper functions
2023-08-17 Caleb Sandertest: pass a large enough buffer to nvme_identify_ns_de...
2023-08-17 Caleb Sanderioctl: remove nsid from nvme_identify_secondary_ctrl_list()
2023-08-17 Caleb Sanderbuild: clean up version script
2023-08-16 Martin Belangermeson: Don't hard-code path to "internal/config.h"
2023-08-16 Daniel Wagnerfabrics: Do not pass disable_sqflow if not supported
2023-08-16 Daniel Wagnerfabrics: Read the supported options lazy
2023-08-11 Caleb Sandertest: add discovery log page tests
2023-08-11 Caleb Sandertest: add infra for mocking passthru ioctls
2023-08-09 Martin Georgetree: fix segfault in nvme_scan_subsystem()
2023-08-08 Hannes Reineckesrc/nvme/tree.c: make __nvme_scan_subsystem() returning...
2023-08-04 Christophe... doc: fix minor mistake in README.md about dependencies
2023-07-26 Martin Georgenvme-tree: avoid warning in 'list-subsys'
2023-07-26 Daniel Wagnertree: Add getter for subsystem iopolicy
2023-07-20 Daniel Wagnerfabrics: Consider also all hosts settings for context...
2023-07-20 Daniel Wagnertree: Scan all subsystems
2023-07-20 Brandodoc: Fixing compile instruction in README
2023-07-20 Jeremy Kerrmi: allow non-4-byte-aligned responses
2023-07-20 Jeremy Kerrmi-mctp: use a linear response buffer
2023-07-20 Jeremy Kerrmi: implement length and offset alignment checks in...
2023-07-10 Martin Belangertree: Don't open nvme devices until it's absolutely...
2023-07-05 Martin Belangertree: missing closedir() causes fd leak for "/sys/bus...
2023-07-03 Jeremy Kerrmi: don't return from mi_mctp_submit with a tag held
2023-06-30 Daniel Wagnerdoc: Regenerate all docs for v1.5 v1.5
2023-06-30 Daniel Wagnerbuild: Update version to v1.5
2023-06-30 Daniel Wagnerbuild: Update cross instruction and drop verbose test...
2023-06-28 Daniel Wagnerbuild: Use containers with matrix build
2023-06-28 Daniel Wagnerutil: Provide empty nvme_ipaddrs_eq for static builds
2023-06-23 Daniel Wagnerscripts: Use spaces instead of tabs
2023-06-23 Daniel Wagnerbuild: Move CI build steps into a scripts
2023-06-23 Daniel Wagnerscripts: Sync release script
2023-06-23 Daniel Wagnerscripts: Call update doc script from top level dir
2023-06-23 Daniel Wagnerscripts: Move helper scripts to a central place
2023-06-22 Daniel Wagnerfabrics: Relax match on well known disc ctrl lookup
2023-06-22 Daniel Wagnertree: Ignore NULL address pointer for phy slot lookup
2023-06-21 Daniel Wagnerfabrics: Filter discovery ctrls out during application...
2023-06-21 Daniel Wagnerutil: Add ignored error code
2023-06-20 Tokunori Ikegamijson: Use memory block allocated by realloc() instead...
2023-06-15 Tokunori Ikegamiutil: Use HAVE_NETDB instead of HAVE_LIBNSS
2023-06-14 Umer Saleemtree: Add PCI physical slot number for controller
2023-06-14 Martin Belangertree: Use nvme_ipaddrs_eq() to compare IP addresses
2023-06-14 Tokunori Ikegamifabrics: Add EADDRNOTAVAIL error mapping
2023-06-12 Hannes Reineckefabrics: filter out subsystems with non-matching applic...
2023-06-12 Hannes Reineckelibnvme: add 'application' setting to nvme_root
2023-06-12 Hannes Reineckelibnvme: add 'application' setting to the subsystem
2023-06-02 Martin Belangertest: Add more code coverage for nvme_ipaddrs_eq()
2023-06-02 Martin Belangerutil: rename ipaddrs_eq() to nvme_ipaddrs_eq() and...
2023-06-02 Martin Belangerutil: Add ipaddrs_eq() to check whether two IP addresse...
2023-05-24 Benjamin Drungexamples: Fix wrong indentation in discover-loop.py
2023-05-19 Daniel Wagnertest: Add unit test for ctrl lookups
2023-05-18 Daniel Wagnerbuild: Install missing s390 library
2023-05-15 Caleb Sanderioctl: fix RAE bit on last Get Log Page command
2023-05-15 Caleb Sanderfabrics: check genctr after getting discovery entries
2023-05-15 Caleb Sanderfabrics: handle /dev/nvme-fabrics read failure
2023-05-08 Maurizio Lombardifabrics: fix potential invalid memory access in __nvmf_...
2023-05-04 Martin BelangerPython: Fix crash during garbage collection
2023-04-28 Martin Belangerpython/swig: Check swig version to determine whether...
2023-04-27 Martin Belangerpython/swig: Wrap swig-sensitive struct inside #ifwdef...
2023-04-27 Jeremy Kerrmi: Add nvme_mi_ctrl_id to retrieve controller ID
2023-04-27 Martin BelangerPython: Suppress swig warnings about unnamed struct
2023-04-27 Lior Weintraubexamples: fix incorrect controller status in MI info...
2023-04-21 Daniel Wagnerioctl: Explicitly initialize all members of struct...
2023-04-18 Martin BelangerPython: make NBFT data more pythonic
2023-04-17 Steven Seungcheol Leeioctl: io management send, receive args fix
2023-04-17 Daniel Wagnerpython: Update test data
2023-04-17 Martin BelangerNBFT: Remove documentation from nbft.c since it's also...
2023-04-17 Martin BelangerPython: Add NBFT support
2023-04-17 Martin Belangernbft: Doc typo - Use nvme_nbft_free() instead of nbft_f...
2023-04-17 Tomas Bzateknbft: Parse the {HOSTID,HOSTNQN}_CONFIGURED flags
2023-04-17 Tomas Bzateknbft: Fix nbft_ssns_flags endianness test
2023-04-17 Tomas Bzateknbft: Add a simple unit test
2023-04-17 Daniel Wagnerdoc: Update README
2023-04-14 Daniel Wagnerbuild: Simple muon build configuration
2023-04-14 Daniel Wagnerbuild: Extend summary section
2023-04-14 Daniel Wagnerbuild: Make json-c dependency lookup not fail
2023-04-13 Tomas Bzateknbft: Move added symbols to LIBNVME_1_5
2023-04-13 Daniel Wagnerbuild: Update wrap mode defaults
2023-04-13 Daniel Wagnerbuild: Disable fallback on default
2023-04-12 Daniel Wagnertree: Fix offset argument check in nvme_bytes_to_lba
2023-04-12 Stuart Hayesnbft: add NBFT v1.0 table support
2023-04-12 Steven Seungcheol Leetypes: Add IO command set specific field on nsmgmt
2023-04-12 Daniel Wagnerfabrics: Do not pass unsupported options to kernel
next