| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Illumos #3006 | Madhav Suresh | 2013-06-19 | 1 | -13/+13 |
* | Modified arcstat.py to run on linux | Christ Schlacta | 2013-06-18 | 3 | -20/+8 |
* | Added arcstat.py from FreeNAS | Christ Schlacta | 2013-06-18 | 1 | -0/+454 |
* | Don't leak mount flags into kernel | Ned Bass | 2013-06-18 | 1 | -9/+0 |
* | Illumos #3306, #3321 | George Wilson | 2013-05-03 | 2 | -35/+98 |
* | Fix zinject list handlers | Brian Behlendorf | 2013-05-01 | 1 | -10/+10 |
* | 3246 ZFS I/O deadman thread | George.Wilson | 2013-05-01 | 2 | -11/+41 |
* | Trivial spelling fix | Chris Dunlop | 2013-04-19 | 1 | -1/+1 |
* | Refresh links to web site | Ned Bass | 2013-03-06 | 3 | -3/+3 |
* | Constify structures containing function pointers | Richard Yao | 2013-03-04 | 1 | -6/+6 |
* | Fix hot spares | Brian Behlendorf | 2013-03-01 | 1 | -79/+101 |
* | -x shouldn't warn about old on-disk format or unavailable features | Tim Connors | 2013-02-28 | 1 | -1/+4 |