summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [KERNEL] Deduplicate code, clean up, split into functionsSimon Rettberg2021-04-142-402/+339Star
* [KERNEL] Fix CMD name in debug messagesSimon Rettberg2021-04-141-3/+3
* [KERNEL] Improve socket connectSimon Rettberg2021-03-291-34/+59
* [KERNEL] Overhaul sysfs filesSimon Rettberg2021-03-262-40/+18Star
* [KERNEL] Implement best_count logic for load balancingSimon Rettberg2021-03-265-23/+49
* [KERNEL] Use sockaddr instead of dnbd3_host_t where possibleSimon Rettberg2021-03-246-241/+216Star
* [KERNEL] Set fake low RTT after manual server switchSimon Rettberg2021-03-232-0/+8
* [KERNEL] Synchronous add/remove of alt-servers via IOCTLSimon Rettberg2021-03-234-165/+229
* [SERVER] Fix compiler warningSimon Rettberg2021-03-221-1/+1
* [BUILD] Fix build issue if version information (Git tag) is missingManuel Bentele2021-03-174-18/+60
* [KERNEL] Enable assertions if CONFIG_DEBUG_DRIVER is setManuel Bentele2021-03-161-0/+6
* [KERNEL] Refactor code to satisfy Linux kernel code styleManuel Bentele2021-03-1211-621/+535Star
* [BUILD] Build picohttpparser as independent libraryManuel Bentele2021-03-113-15/+15
* [BUILD] Enable lint targets if lint programs are foundManuel Bentele2021-03-118-59/+663
* [BUILD] Add Github workflow to validate (lint) source codeManuel Bentele2021-03-051-0/+34
* [BUILD] Disable lint/formatting for non-kernel for nowSimon Rettberg2021-03-052-23/+43
* [BUILD] Make lint/format optionalSimon Rettberg2021-03-051-1/+13
* [BUILD] Add support in CMake to validate (lint) the source codeManuel Bentele2021-03-0413-33/+321
* [BUILD] Add build support for Github actionsManuel Bentele2021-03-022-1/+66
* [DOC] replace tabs with whitespacesManuel Bentele2021-02-101-16/+16
* [BUILD] add support for AlmaLinux 8Manuel Bentele2021-02-101-0/+18
* [BUILD] add support for FreeBSD 12.2 and upcoming 13.xManuel Bentele2020-12-141-3/+3
* [BUILD] add support for Linux LTS kernel 5.10.xManuel Bentele2020-12-141-2/+2
* [FUSE] Fix build: Add dnbd3-build to dependenciesSimon Rettberg2020-12-081-1/+1
* [BUILD] Fix dnbd3-client build, Fix source-only buildSimon Rettberg2020-12-022-2/+2
* [BUILD] Include branch and build timestamp in binariesSimon Rettberg2020-12-029-14/+29
* [CLIENT] print help and version number correctlyManuel Bentele2020-12-021-8/+5Star
* [SERVER] replaced non-existent FUSE define to match CMake's build definesManuel Bentele2020-11-271-3/+3
* [SERVER] Fix warningsSimon Rettberg2020-11-234-7/+9
* [BUILD] remove automatic search of includes for 'libatomic'Manuel Bentele2020-11-231-10/+2Star
* [BUILD] update search paths for 'libatomic' to support build on FreeBSDManuel Bentele2020-11-233-3/+11
* [BUILD] add CMake find package search to find 'libatomic' automaticallyManuel Bentele2020-11-232-0/+53
* [BUILD] increase minimum CMake version to be compliant with CMake 3.19.xManuel Bentele2020-11-231-1/+1
* [KERNEL] Fix race condition for request_queuereceive in receive threadSimon Rettberg2020-11-201-8/+7Star
* [KERNEL] Cleanup thread cleanup, fix closing of device when busySimon Rettberg2020-11-203-90/+124
* [BUILD] add support for atomic operations not supported by hardwareManuel Bentele2020-11-203-3/+17
* [KERNEL] Fix several connect/disconnect race conditionsSimon Rettberg2020-11-193-188/+193
* [KERNEL] add support for Linux kernel 4.19 on Ubuntu 18.04 (GCC 7.5)Manuel Bentele2020-11-162-8/+22
* cmake: Add default include dir for fuseSimon Rettberg2020-11-131-1/+1
* cmake: No sign conversion warningsSimon Rettberg2020-11-131-1/+1
* [SERVER] Fix log calls in thread debug codeSimon Rettberg2020-11-131-5/+7
* cmake: Fix passing -Defines to ccSimon Rettberg2020-11-131-3/+3
* [BUILD] add support to locate build directory out of Git directoryManuel Bentele2020-11-133-7/+11
* [BUILD] add CMake toolchain files to cross-compile for ppc and aarch64Manuel Bentele2020-11-113-0/+68
* [BUILD] build docker containers only if build of dnbd3-server is enabledManuel Bentele2020-11-102-4/+5
* [CLIENT] display proper connected server if multiple servers specifiedManuel Bentele2020-11-102-14/+20
* [KERNEL] add manual switching of dnbd3-server to specified serverManuel Bentele2020-11-104-56/+159
* [KERNEL] protect read-only access to server listManuel Bentele2020-11-091-6/+9
* [KERNEL] protect access to server list if alt server is added/removedManuel Bentele2020-11-091-0/+3
* [KERNEL]: change probing logic to select first available serverManuel Bentele2020-11-092-16/+25