| Commit message (Expand) | Author | Age | Files | Lines |
* | Properly link zpool command to libblkid | Richard Yao | 2014-01-14 | 1 | -1/+2 |
* | Enable /etc/mtab cache to improve performance | Brian Behlendorf | 2014-01-07 | 1 | -1/+1 |
* | Fix the creation of ZPOOL_HIST_CMD pool history entries. | Tim Chase | 2014-01-07 | 1 | -1/+12 |
* | Add full SELinux support | Matthew Thode | 2013-12-19 | 2 | -32/+58 |
* | cstyle: Resolve C style issues | Michael Kjorling | 2013-12-18 | 12 | -409/+436 |
* | Illumos #4208 | John Wren Kennedy | 2013-12-18 | 1 | -2/+2 |
* | Handle acl flags from util-linux mount command | renelson | 2013-12-18 | 1 | -0/+4 |
* | Fix grammar in parse_options() error message | renelson | 2013-12-17 | 1 | -1/+1 |
* | Fix multipath bug in vdev_id caused by inconsistent field numbering | Simon Guest | 2013-12-10 | 1 | -2/+4 |
* | Drive database update | Richard Yao | 2013-12-02 | 1 | -0/+29 |
* | Illumos #2583 | Yuri Pankov | 2013-11-21 | 3 | -36/+43 |
* | Add missing libzfs_core to Makefiles | Maximilian Mehnert | 2013-11-20 | 7 | -7/+14 |
* | Python 3 fixes | Matthew Thode | 2013-11-08 | 2 | -14/+19 |
* | pep8 code readability changes | Matthew Thode | 2013-11-08 | 2 | -85/+126 |
* | Handle concurrent snapshot automounts failing due to EBUSY. | Tim Chase | 2013-11-08 | 1 | -1/+1 |
* | Illumos #3956, #3957, #3958, #3959, #3960, #3961, #3962 | George Wilson | 2013-11-05 | 1 | -5/+20 |
* | Illumos #3949, #3950, #3952, #3953 | George Wilson | 2013-11-05 | 1 | -2/+19 |
* | Illumos #3955 | Matthew Ahrens | 2013-11-05 | 1 | -0/+3 |
* | Illumos #3112, #3113, #3114 | Matthew Ahrens | 2013-11-05 | 1 | -1/+2 |
* | Illumos #3236 | George Wilson | 2013-11-05 | 1 | -2/+39 |
* | Illumos #3894 | Keith M Wesolowski | 2013-11-04 | 1 | -0/+6 |
* | Illumos #3740 | Steven Hartland | 2013-11-04 | 3 | -4/+6 |
* | Illumos #3745, #3811 | Will Andrews | 2013-11-04 | 1 | -8/+29 |
* | Illumos #3603, #3604: bobj improvements | Matthew Ahrens | 2013-10-31 | 1 | -17/+54 |
* | Add -p switch to "zpool get" | Ralf Ertzinger | 2013-10-28 | 1 | -8/+27 |
* | Corrected "zfs list -t <type>" syntax | Steven Hartland | 2013-10-25 | 1 | -1/+1 |
* | Add dbufstat.py command | Brian Behlendorf | 2013-10-25 | 4 | -6/+543 |
* | Increase default udev wait time | Brian Behlendorf | 2013-10-22 | 1 | -1/+1 |
* | Dedup-related documentation additions for zpool and zdb. | Tim Chase | 2013-10-22 | 1 | -1/+1 |
* | Generate libraries with correct DT_NEEDED entries | Richard Yao | 2013-10-10 | 8 | -11/+7 |
* | Update drive database | Richard Yao | 2013-10-09 | 1 | -0/+34 |
* | Illumos #3464 | Matthew Ahrens | 2013-09-04 | 4 | -152/+198 |
* | Illumos #2882, #2883, #2900 | Matthew Ahrens | 2013-09-04 | 6 | -124/+235 |
* | Implement database to workaround misreported physical sector sizes | Richard Yao | 2013-08-22 | 1 | -4/+129 |
* | Don't specifically open /etc/mtab - it is done in libzfs_init() | Turbo Fredriksson | 2013-08-15 | 1 | -8/+3 |
* | Use setmntent() OR fopen() | Turbo Fredriksson | 2013-08-15 | 1 | -0/+4 |
* | Illumos #3098 zfs userspace/groupspace fail | Yuri Pankov | 2013-08-14 | 1 | -10/+9 |
* | Fix 'zpool list -H' error code | Brian Behlendorf | 2013-07-23 | 1 | -1/+1 |
* | Add missing -v to usage help for zpool list. | Christer Ekholm | 2013-07-22 | 1 | -1/+1 |
* | Add FreeBSD 'zpool labelclear' command | Dmitry Khasanov | 2013-07-09 | 1 | -0/+127 |
* | zdb: enhancement - Display SA xattrs. | Tim Chase | 2013-07-09 | 1 | -0/+56 |
* | Avoid abort() in vn_rdwr(): libzpool/kernel.c | Mike Leddy | 2013-07-09 | 1 | -1/+1 |
* | Explicitly flush output at end of each zevent | Craig Loomis | 2013-07-08 | 1 | -0/+1 |
* | Fix parse_dataset error handling | Brian Behlendorf | 2013-07-03 | 1 | -4/+6 |
* | Illumos #3498 panic in arc_read() | George Wilson | 2013-07-02 | 1 | -4/+3 |
* | Use MAXPATHLEN instead of sizeof in snprintf | Richard Yao | 2013-07-02 | 1 | -1/+1 |
* | Override default SPA config location via environment | Cyril Plisko | 2013-07-01 | 1 | -0/+10 |
* | Add absent \n at the end of the help text line | Cyril Plisko | 2013-06-28 | 1 | -1/+1 |
* | Allow fetching the pool from the device at mount | Brian Behlendorf | 2013-06-26 | 1 | -4/+42 |
* | Illumos #3552, #3564 | George Wilson | 2013-06-19 | 1 | -6/+6 |