aboutsummaryrefslogtreecommitdiffstats
path: root/lib/libzfs
Commit message (Expand)AuthorAgeFilesLines
* OpenZFS 4185 - add new cryptographic checksums to ZFS: SHA-512, Skein, Edon-RTony Hutter2016-10-032-1/+9
* Correct zpool_vdev_remove() error messageRichard Laager2016-10-021-3/+3
* Fix coverity defects: CID 147448, 147449, 147450, 147453, 147454luozhengzheng2016-10-021-1/+1
* Fix coverity defects: CID 147563, 147560cao2016-09-301-0/+5
* Fix coverity defects: CID 147443, 147656, 147655, 147441, 147653BearBabyLiu2016-09-293-4/+5
* Fix coverity defects: 147658, 147652, 147651cao2016-09-291-1/+2
* OpenZFS 6111 - zfs send should ignore datasets created after the ending snapshotkernelOfTruth aka. kOT, Gentoo user2016-09-221-6/+108
* Change /etc/mtab to /proc/self/mountsslashdd2016-09-203-12/+13
* DLPX-40252 integrate EP-476 compressed zfs send/receiveDan Kimmel2016-09-131-17/+34
* Bring over illumos ZFS FMA logic -- phase 1Don Brady2016-09-012-12/+14
* Fix zfs_unmount() and zfs_unshare_proto() leakscao2016-09-011-3/+5
* Performance optimization of AVL tree comparator functionsGvozden Neskovic2016-08-313-19/+7
* Fix: Build warnings with different gcc optimization levels in debug modeGeLiXin2016-08-291-2/+1
* Fix: Array bounds read in zprop_print_one_property()GeLiXin2016-08-221-1/+2
* Rework of fletcher_4 moduleGvozden Neskovic2016-08-161-1/+1
* Fix indefinite articleGeLiXin2016-08-111-1/+1
* Build user-space with different gcc optimization levelsGvozden Neskovic2016-08-092-3/+3
* Fix call zfs_get_name() with invalid parameterGeLiXin2016-08-081-1/+1
* Fix memory leak in function add_config()liaoyuxiangqin2016-08-011-1/+5
* libzfs_import.c: Uninitialized pointer readGvozden Neskovic2016-07-291-0/+1
* libzfs: Fix missing va_end call on ENOSPC and EDQUOT casesColin Ian King2016-07-291-1/+1
* Multi-thread 'zpool import' for blkidBrian Behlendorf2016-07-271-414/+326
* Fixes for issues found with cppcheck toolGvozden Neskovic2016-07-272-2/+4
* OpenZFS 6876 - Stack corruption after importing a pool with a too-long namePaul Dagnelie2016-06-281-1/+6
* OpenZFS 6314 - buffer overflow in dsl_dataset_nameIgor Kozhukhov2016-06-287-48/+51
* Implement zfs_ioc_recv_new() for OpenZFS 2605Brian Behlendorf2016-06-281-126/+126
* OpenZFS 4986 - receiving replication stream fails if any snapshot exceeds ref...Dan McDonald2016-06-281-9/+34
* OpenZFS 2605, 6980, 6902Matthew Ahrens2016-06-283-87/+400
* Implement large_dnode pool featureNed Bass2016-06-241-0/+1
* Remove libzfs_graph.cBrian Behlendorf2016-06-162-654/+0
* Add `zfs allow` and `zfs unallow` supportBrian Behlendorf2016-06-071-1/+0
* Make zpool list -vp print individual vdev sizes parsable.Christer Ekholm2016-05-181-3/+11
* Add -lhHpw options to "zpool iostat" for avg latency, histograms, & queuesTony Hutter2016-05-122-14/+82
* Fixes bug in fix_paths()Marcel Huber2016-05-121-1/+1
* OpenZFS 3993, 4700Adam Stevko2016-05-112-20/+13
* OpenZFS 6873 - zfs_destroy_snaps_nvl leaks errlistChris Williamson2016-05-091-2/+5
* OpenZFS 6879 - Incorrect endianness swapDenys Rtveliashvili2016-05-091-1/+1
* Illumos 6659 - nvlist_free(NULL) is a no-opJosef 'Jeff' Sipek2016-04-275-24/+12
* Fix 'zpool import' blkid device namesBrian Behlendorf2016-04-251-19/+123
* Use udev for partition detectionBrian Behlendorf2016-04-252-27/+118
* Create unique partition labelsBrian Behlendorf2016-04-251-1/+27
* Rework zpool import excluded devices checkNikolay Borisov2016-04-181-26/+16
* Make zfs mount according to relatime config in datasetChunwei Chen2016-04-051-0/+8
* Add support for devid and phys_path keys in vdev disk labelsDon Brady2016-03-313-30/+336
* Fix zdb -e and zhack thread_init()Brian Behlendorf2016-03-211-2/+1
* Cleanup linkingRichard Yao2016-03-181-1/+1
* Add the ZFS Test SuiteBrian Behlendorf2016-03-161-1/+2
* Updated paths to scan when importing zpool(s)Thijs Cramer2016-03-091-1/+3
* Require libblkidBrian Behlendorf2016-03-091-16/+6
* Fix zpool iostat bandwidth/ops calculationTony Hutter2016-03-081-13/+1