aboutsummaryrefslogtreecommitdiffstats
path: root/lib/libzfs
Commit message (Expand)AuthorAgeFilesLines
* Linux 5.10 compat: use iov_iter in uio structureBrian Behlendorf2020-12-181-1/+0
* FreeBSD libzfs: gcc requires __thread after staticRyan Libby2020-12-141-1/+1
* zpool: Dryrun fails to list some devicesAttila Fülöp2020-12-041-1/+23
* Include the ABI with dist tarballBrian Behlendorf2020-11-211-1/+4
* Add ABI snapshotBrian Behlendorf2020-11-171-0/+4879
* Library ABI tracking with abigailAntonio Russo2020-11-172-0/+16
* zpool: correctly align columns with -pнаб2020-11-161-4/+4
* Distributed Spare (dRAID) FeatureBrian Behlendorf2020-11-133-27/+152
* Synchronize library ABI levelsAntonio Russo2020-11-031-3/+2
* Update references to nonexistent man pages in codeRyan Moeller2020-10-301-5/+5
* FreeBSD: Improve libzfs_error_init messagesRyan Moeller2020-10-132-7/+17
* libzfs_sendrecv: zfs_send: remove unused pipefd and tid variablesChristian Schwarz2020-10-081-18/+1
* Fix EIO after resuming receive of new dataset over an existing oneAlan Somers2020-10-021-2/+4
* libzfs: Don't leak buf if nvlist is too largeAllan Jude2020-09-182-0/+4
* pool may become suspended during device expansionGeorge Wilson2020-09-171-3/+0
* zfs label bootenv should store data as nvlistToomas Soome2020-09-151-14/+10
* Display pbkdf2iters property as plain numberFabio Buso2020-09-081-2/+3
* Spruce up pkg-config files for libzfs/libzfs_coreRyan Moeller2020-09-041-2/+2
* Add 'zfs rename -u' to rename without remountingRyan Moeller2020-09-012-11/+29
* zpool: Change base URL for ZFS messages to openzfs-docsRyan Moeller2020-08-261-1/+2
* Don't assert on nvlists larger than SPA_MAXBLOCKSIZEAllan Jude2020-08-252-2/+43
* Import vdev ashift optimization from FreeBSDRyan Moeller2020-08-211-35/+56
* Remove unused `zpool_is_bootable`George Melikov2020-08-181-11/+0
* Remove GRUB restrictionsRichard Laager2020-08-171-19/+1
* FreeBSD: Fix module autoloading when built in baseMatthew Macy2020-08-111-2/+12
* FreeBSD: Fix `zfs jail` and add a testRyan Moeller2020-08-011-1/+1
* Change the error handling for invalid property valuesAllan Jude2020-08-011-0/+14
* When encountering EZFS_UNKNOWN, print the error text buffer anywayAllan Jude2020-07-311-1/+2
* libzfs: const'ify path argument to zfs_path_to_zhandleKyle Evans2020-07-221-1/+1
* Disable -Wl,-z,defs for ASAN buildsJoao Carlos Mendes Luis2020-07-141-1/+5
* Remove dependency on sharetab file and refactor sharing logicGeorge Wilson2020-07-137-738/+170
* libzfs: Add error message for why creating mountpoint failedRyan Moeller2020-07-112-2/+5
* Use abs_top_builddir when referencing librariesArvind Sankar2020-07-101-4/+4
* Add -z defs to LDFLAGSArvind Sankar2020-07-101-1/+1
* Add config.rpath for AM_GNU_GETTEXTArvind Sankar2020-07-101-1/+1
* Clean up lib dependenciesArvind Sankar2020-07-104-23/+16
* libzfs: Make zfs_cmd_t initialization consistent, use zfs_ioctlRyan Moeller2020-07-092-4/+5
* Add zpool_nextboot, move zfs_jail to libzfs.hRyan Moeller2020-07-061-0/+23
* Add device rebuild featureBrian Behlendorf2020-07-033-7/+75
* Fixes for make distArvind Sankar2020-06-261-4/+4
* zfs -V: Print userland version even if kernel module not loadedPrawn2020-06-221-3/+4
* Add prototypesArvind Sankar2020-06-183-111/+108
* Add include files for prototypesArvind Sankar2020-06-181-0/+2
* Remove dead codeArvind Sankar2020-06-182-46/+0
* Mark functions as staticArvind Sankar2020-06-186-11/+11
* 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-062-2/+2
* Always use "%lld" for formatting time_tsнаб2020-05-281-2/+2