| Commit message (Expand) | Author | Age | Files | Lines |
* | OpenZFS 4185 - add new cryptographic checksums to ZFS: SHA-512, Skein, Edon-R | Tony Hutter | 2016-10-03 | 2 | -1/+9 |
* | Correct zpool_vdev_remove() error message | Richard Laager | 2016-10-02 | 1 | -3/+3 |
* | Fix coverity defects: CID 147448, 147449, 147450, 147453, 147454 | luozhengzheng | 2016-10-02 | 1 | -1/+1 |
* | Fix coverity defects: CID 147563, 147560 | cao | 2016-09-30 | 1 | -0/+5 |
* | Fix coverity defects: CID 147443, 147656, 147655, 147441, 147653 | BearBabyLiu | 2016-09-29 | 3 | -4/+5 |
* | Fix coverity defects: 147658, 147652, 147651 | cao | 2016-09-29 | 1 | -1/+2 |
* | OpenZFS 6111 - zfs send should ignore datasets created after the ending snapshot | kernelOfTruth aka. kOT, Gentoo user | 2016-09-22 | 1 | -6/+108 |
* | Change /etc/mtab to /proc/self/mounts | slashdd | 2016-09-20 | 3 | -12/+13 |
* | DLPX-40252 integrate EP-476 compressed zfs send/receive | Dan Kimmel | 2016-09-13 | 1 | -17/+34 |
* | Bring over illumos ZFS FMA logic -- phase 1 | Don Brady | 2016-09-01 | 2 | -12/+14 |
* | Fix zfs_unmount() and zfs_unshare_proto() leaks | cao | 2016-09-01 | 1 | -3/+5 |
* | Performance optimization of AVL tree comparator functions | Gvozden Neskovic | 2016-08-31 | 3 | -19/+7 |
* | Fix: Build warnings with different gcc optimization levels in debug mode | GeLiXin | 2016-08-29 | 1 | -2/+1 |
* | Fix: Array bounds read in zprop_print_one_property() | GeLiXin | 2016-08-22 | 1 | -1/+2 |
* | Rework of fletcher_4 module | Gvozden Neskovic | 2016-08-16 | 1 | -1/+1 |
* | Fix indefinite article | GeLiXin | 2016-08-11 | 1 | -1/+1 |
* | Build user-space with different gcc optimization levels | Gvozden Neskovic | 2016-08-09 | 2 | -3/+3 |
* | Fix call zfs_get_name() with invalid parameter | GeLiXin | 2016-08-08 | 1 | -1/+1 |
* | Fix memory leak in function add_config() | liaoyuxiangqin | 2016-08-01 | 1 | -1/+5 |
* | libzfs_import.c: Uninitialized pointer read | Gvozden Neskovic | 2016-07-29 | 1 | -0/+1 |
* | libzfs: Fix missing va_end call on ENOSPC and EDQUOT cases | Colin Ian King | 2016-07-29 | 1 | -1/+1 |
* | Multi-thread 'zpool import' for blkid | Brian Behlendorf | 2016-07-27 | 1 | -414/+326 |
* | Fixes for issues found with cppcheck tool | Gvozden Neskovic | 2016-07-27 | 2 | -2/+4 |
* | OpenZFS 6876 - Stack corruption after importing a pool with a too-long name | Paul Dagnelie | 2016-06-28 | 1 | -1/+6 |
* | OpenZFS 6314 - buffer overflow in dsl_dataset_name | Igor Kozhukhov | 2016-06-28 | 7 | -48/+51 |
* | Implement zfs_ioc_recv_new() for OpenZFS 2605 | Brian Behlendorf | 2016-06-28 | 1 | -126/+126 |
* | OpenZFS 4986 - receiving replication stream fails if any snapshot exceeds ref... | Dan McDonald | 2016-06-28 | 1 | -9/+34 |
* | OpenZFS 2605, 6980, 6902 | Matthew Ahrens | 2016-06-28 | 3 | -87/+400 |
* | Implement large_dnode pool feature | Ned Bass | 2016-06-24 | 1 | -0/+1 |
* | Remove libzfs_graph.c | Brian Behlendorf | 2016-06-16 | 2 | -654/+0 |
* | Add `zfs allow` and `zfs unallow` support | Brian Behlendorf | 2016-06-07 | 1 | -1/+0 |
* | Make zpool list -vp print individual vdev sizes parsable. | Christer Ekholm | 2016-05-18 | 1 | -3/+11 |
* | Add -lhHpw options to "zpool iostat" for avg latency, histograms, & queues | Tony Hutter | 2016-05-12 | 2 | -14/+82 |
* | Fixes bug in fix_paths() | Marcel Huber | 2016-05-12 | 1 | -1/+1 |
* | OpenZFS 3993, 4700 | Adam Stevko | 2016-05-11 | 2 | -20/+13 |
* | OpenZFS 6873 - zfs_destroy_snaps_nvl leaks errlist | Chris Williamson | 2016-05-09 | 1 | -2/+5 |
* | OpenZFS 6879 - Incorrect endianness swap | Denys Rtveliashvili | 2016-05-09 | 1 | -1/+1 |
* | Illumos 6659 - nvlist_free(NULL) is a no-op | Josef 'Jeff' Sipek | 2016-04-27 | 5 | -24/+12 |
* | Fix 'zpool import' blkid device names | Brian Behlendorf | 2016-04-25 | 1 | -19/+123 |
* | Use udev for partition detection | Brian Behlendorf | 2016-04-25 | 2 | -27/+118 |
* | Create unique partition labels | Brian Behlendorf | 2016-04-25 | 1 | -1/+27 |
* | Rework zpool import excluded devices check | Nikolay Borisov | 2016-04-18 | 1 | -26/+16 |
* | Make zfs mount according to relatime config in dataset | Chunwei Chen | 2016-04-05 | 1 | -0/+8 |
* | Add support for devid and phys_path keys in vdev disk labels | Don Brady | 2016-03-31 | 3 | -30/+336 |
* | Fix zdb -e and zhack thread_init() | Brian Behlendorf | 2016-03-21 | 1 | -2/+1 |
* | Cleanup linking | Richard Yao | 2016-03-18 | 1 | -1/+1 |
* | Add the ZFS Test Suite | Brian Behlendorf | 2016-03-16 | 1 | -1/+2 |
* | Updated paths to scan when importing zpool(s) | Thijs Cramer | 2016-03-09 | 1 | -1/+3 |
* | Require libblkid | Brian Behlendorf | 2016-03-09 | 1 | -16/+6 |
* | Fix zpool iostat bandwidth/ops calculation | Tony Hutter | 2016-03-08 | 1 | -13/+1 |