| Commit message (Expand) | Author | Age | Files | Lines |
* | Performance optimization of AVL tree comparator functions | Gvozden Neskovic | 2016-08-31 | 1 | -5/+3 |
* | Fix: Build warnings with different gcc optimization levels in debug mode | GeLiXin | 2016-08-29 | 1 | -2/+1 |
* | Build user-space with different gcc optimization levels | Gvozden Neskovic | 2016-08-09 | 1 | -1/+1 |
* | OpenZFS 6314 - buffer overflow in dsl_dataset_name | Igor Kozhukhov | 2016-06-28 | 1 | -16/+16 |
* | OpenZFS 2605, 6980, 6902 | Matthew Ahrens | 2016-06-28 | 1 | -15/+12 |
* | Implement large_dnode pool feature | Ned Bass | 2016-06-24 | 1 | -0/+1 |
* | Add `zfs allow` and `zfs unallow` support | Brian Behlendorf | 2016-06-07 | 1 | -1/+0 |
* | OpenZFS 3993, 4700 | Adam Stevko | 2016-05-11 | 1 | -2/+2 |
* | OpenZFS 6873 - zfs_destroy_snaps_nvl leaks errlist | Chris Williamson | 2016-05-09 | 1 | -2/+5 |
* | Illumos 6659 - nvlist_free(NULL) is a no-op | Josef 'Jeff' Sipek | 2016-04-27 | 1 | -4/+2 |
* | Illumos 4953, 4954, 4955 | Matthew Ahrens | 2016-01-15 | 1 | -8/+6 |
* | Illumos 6298 - zfs_create_008_neg and zpool_create_023_neg | Joe Stein | 2016-01-15 | 1 | -18/+36 |
* | Illumos 3557, 3558, 3559, 3560 | George Wilson | 2016-01-15 | 1 | -6/+16 |
* | Illumos 5745 - zfs set allows only one dataset property to be set at a time | Chris Williamson | 2015-12-29 | 1 | -43/+119 |
* | Add temporary mount options | Brian Behlendorf | 2015-09-03 | 1 | -2/+2 |
* | Check large block feature flag on volumes | Brian Behlendorf | 2015-08-28 | 1 | -2/+8 |
* | Illumos 5813 - zfs_setprop_error(): Handle errno value E2BIG. | Will Andrews | 2015-07-10 | 1 | -0/+6 |
* | Illumos 5027 - zfs large block support | Matthew Ahrens | 2015-05-11 | 1 | -12/+18 |
* | Illumos 3897 - zfs filesystem and snapshot limits | Jerry Jelinek | 2015-04-28 | 1 | -0/+29 |
* | Support the "version" property on volumes via the zfs_prop_get_int() API | Tim Chase | 2015-04-24 | 1 | -0/+3 |
* | Illumos 4368, 4369. | Matthew Ahrens | 2014-07-29 | 1 | -33/+113 |
* | Return default value on numeric properties failing the "head check. | Tim Chase | 2014-07-01 | 1 | -1/+3 |
* | Check the dataset type more rigorously when fetching properties. | Tim Chase | 2014-05-06 | 1 | -6/+13 |
* | Report atime and relatime as the property's actual value. | Tim Chase | 2014-04-16 | 1 | -2/+2 |
* | Remount datasets for "zfs inherit". | Gunnar Beutner | 2014-03-24 | 1 | -0/+9 |
* | Implement relatime. | Tim Chase | 2014-01-29 | 1 | -0/+7 |
* | Prevent duplicate mnttab cache entries | Brian Behlendorf | 2014-01-14 | 1 | -0/+13 |
* | Remove ZFC_IOC_*_MINOR ioctl()s | Brian Behlendorf | 2013-12-16 | 1 | -341/+10 |
* | Illumos #2583 | Yuri Pankov | 2013-11-21 | 1 | -6/+7 |
* | Illumos #3996 | Matthew Ahrens | 2013-11-05 | 1 | -10/+2 |
* | Illumos #3894 | Keith M Wesolowski | 2013-11-04 | 1 | -4/+11 |
* | Illumos #3829 | Matthew Ahrens | 2013-11-04 | 1 | -8/+19 |
* | Illumos #3740 | Steven Hartland | 2013-11-04 | 1 | -47/+44 |
* | Illumos #3741 | Will Andrews | 2013-11-04 | 1 | -0/+5 |
* | Illumos #3699, #3739 | Martin Matuska | 2013-11-04 | 1 | -4/+28 |
* | Increase default udev wait time | Brian Behlendorf | 2013-10-22 | 1 | -2/+2 |
* | Illumos #3464 | Matthew Ahrens | 2013-09-04 | 1 | -141/+213 |
* | Illumos #2882, #2883, #2900 | Matthew Ahrens | 2013-09-04 | 1 | -174/+198 |
* | Fix for re-reading /etc/mtab in zfs_is_mounted() | John Layman | 2013-08-14 | 1 | -4/+15 |
* | Illumos #3098 zfs userspace/groupspace fail | Yuri Pankov | 2013-08-14 | 1 | -12/+17 |
* | Add snapdev=[hidden|visible] dataset property | Eric Dillmann | 2013-03-05 | 1 | -0/+8 |
* | Fix get/set users/groups in quota props via numeric id | Massimo Maggi | 2012-12-17 | 1 | -7/+7 |
* | Illumos #3100: zvol rename fails with EBUSY when dirty. | Matthew Ahrens | 2012-10-03 | 1 | -1/+1 |
* | Illumos #2803: zfs get guid pretty-prints the output | Garrett D'Amore | 2012-08-23 | 1 | -0/+12 |
* | Illumos #1796, #2871, #2903, #2957 | Christopher Siden | 2012-08-23 | 1 | -2/+4 |
* | Illumos #2635: 'zfs rename -f' to perform force unmount | Eric Schrock | 2012-08-23 | 1 | -2/+4 |
* | Properly initialize and free destroydata | Martin Matuska | 2012-08-23 | 1 | -0/+2 |
* | Illumos #1644, #1645, #1646, #1647, #1708 | Matthew Ahrens | 2012-07-31 | 1 | -186/+277 |
* | Illumos #1949, #1953 | George Wilson | 2012-07-11 | 1 | -2/+2 |
* | Speed up 'zfs list -t snapshot -o name -s name' | Pawel Jakub Dawidek | 2012-06-14 | 1 | -8/+33 |