summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Clean up lib dependenciesArvind Sankar2020-07-1015-45/+62
* Move libspl_assertf into .c fileArvind Sankar2020-07-104-30/+61
* libzfs: Make zfs_cmd_t initialization consistent, use zfs_ioctlRyan Moeller2020-07-093-6/+8
* Add zpool_nextboot, move zfs_jail to libzfs.hRyan Moeller2020-07-062-6/+23
* Fix atomic_clear_long_excl wrong returnwinglq2020-07-061-1/+1
* Add device rebuild featureBrian Behlendorf2020-07-034-7/+76
* Clean up OS-specific ARC and kmem codeMatthew Ahrens2020-06-291-1/+0
* Fixes for make distArvind Sankar2020-06-2616-93/+17
* Drop unnecessary srcdir pathsArvind Sankar2020-06-248-82/+82
* Fix libspl/asm-generic/atomic for VPATH buildArvind Sankar2020-06-244-29/+8
* zfs -V: Print userland version even if kernel module not loadedPrawn2020-06-221-3/+4
* Add prototypesArvind Sankar2020-06-184-111/+113
* Add include files for prototypesArvind Sankar2020-06-184-7/+12
* Remove dead codeArvind Sankar2020-06-185-157/+0
* Mark functions as staticArvind Sankar2020-06-186-11/+11
* Cleanup libzpool/kernel.cArvind Sankar2020-06-181-29/+12
* Disambiguate condvar API contractMatthew Macy2020-06-181-2/+2
* Remove refences to blacklist/whitelistMatthew Ahrens2020-06-161-10/+10
* Add convenience wrappers for common uio usageJorgen Lundman2020-06-145-102/+45
* Remove unnecessary references to slaveryMatthew Ahrens2020-06-102-2/+5
* Fix VPATH builds for user configArvind Sankar2020-06-101-1/+1
* Fix typosAndrea Gelmini2020-06-093-4/+4
* File incorrectly zeroed when receiving incremental stream that toggles -LMatthew Ahrens2020-06-091-0/+6
* Don't erase final byte of envblockPaul Dagnelie2020-06-081-1/+1
* Improve compatibility with C++ consumersRyan Moeller2020-06-064-4/+5
* Always use "%lld" for formatting time_tsнаб2020-05-282-3/+3
* Correctly handle the x32 ABIнаб2020-05-281-1/+5
* Rework error handling in zpool_trim()John Gallagher2020-05-271-43/+78
* mount: use the mount syscall directlyfelixdoerre2020-05-203-38/+314
* Small program that converts a dataset id and an object id to a pathPaul Dagnelie2020-05-201-4/+18
* Combine OS-independent ABD Code into Common Source FileBrian Atkinson2020-05-101-0/+1
* Add support for boot environment data to be stored in the labelPaul Dagnelie2020-05-072-2/+60
* Enable splitting mirrors with indirect vdevsGeorge Amanakis2020-05-061-1/+7
* Fix regression caused by c14ca14Adam D. Moss2020-04-291-1/+1
* Support custom URI schemes for the keylocation propertyJason King2020-04-282-194/+349
* change libspl list member names to match kernelMatthew Ahrens2020-04-232-41/+40
* Remove deduplicated send/receive codeMatthew Ahrens2020-04-232-533/+34
* Fix more leaks detected by ASANJoao Carlos Mendes Luis2020-04-221-2/+7
* sys/mnttab.h: include sys/stat.h for stat64alaviss2020-04-141-1/+1
* Add FreeBSD support to OpenZFSMatthew Macy2020-04-1434-5/+3132
* Add `zstream redup` command to convert deduplicated send streamsMatthew Ahrens2020-04-101-3/+2
* Persistent L2ARCGeorge Amanakis2020-04-101-2/+29
* libzfs_pool: Remove unused check for ENOTBLKalex2020-04-071-11/+0
* Add 'zfs wait' commandPaul Dagnelie2020-04-012-0/+48
* Compile cityhash code into libzfsMatthew Ahrens2020-03-271-0/+1
* Deprecate deduplicated send streamsMatthew Ahrens2020-03-181-0/+20
* Avoid core dump on invalid redaction bookmarkRyan Moeller2020-03-181-4/+44
* Separate warning for incomplete and corrupt streamsPaul Dagnelie2020-03-171-4/+6
* Add option for forcible unmounting dataset while receiving snapshot.Mariusz Zaborski2020-03-171-3/+6
* libzfs: Fix bounds checks for float parsingRyan Moeller2020-03-161-1/+6