| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Honor 80 character limit in 'zpool status' | Brian Behlendorf | 2013-01-31 | 1 | -2/+2 |
* | Retire zpool_id infrastructure | Brian Behlendorf | 2013-01-29 | 5 | -370/+1 |
* | vdev_id: improve keyword parsing flexibility | Ned Bass | 2013-01-25 | 1 | -9/+11 |
* | Illumos #3397, #3398 | Christopher Siden | 2013-01-11 | 1 | -9/+17 |
* | Illumos #1884, #3028, #3048, #3049, #3060, #3061, #3093 | Yuri Pankov | 2013-01-11 | 1 | -391/+363 |
* | Illumos #1377 `zpool status -D' should tell if there are no DDT entries | Yuri Pankov | 2013-01-11 | 1 | -2/+8 |
* | Add /sbin/fsck.zfs helper | Brian Behlendorf | 2013-01-09 | 3 | -2/+12 |
* | Report realpath() canonicalization error | Brian Behlendorf | 2013-01-09 | 1 | -1/+2 |
* | Illumos #3145, #3212 | George Wilson | 2013-01-08 | 1 | -0/+11 |
* | Illumos #3349: zpool upgrade -V bumps the on disk version number | George Wilson | 2013-01-08 | 1 | -21/+119 |
* | Illumos #3086: unnecessarily setting DS_FLAG_INCONSISTENT on async | Matthew Ahrens | 2013-01-08 | 1 | -0/+3 |
* | Illumos #2762: zpool command should have better support for feature flags | Christopher Siden | 2013-01-08 | 1 | -78/+329 |
* | Illumos #3090 and #3102 | George Wilson | 2013-01-08 | 1 | -2/+21 |
* | Revert "Temporarily disable the reguid test." | Brian Behlendorf | 2013-01-08 | 1 | -6/+0 |
* | Illumos #2619 and #2747 | Christopher Siden | 2013-01-08 | 7 | -41/+803 |
* | Allow fake mounts to succeed on non-legacy filesystems. | Will Rouesnel | 2013-01-07 | 1 | -1/+2 |
* | vdev_id support for device link aliases | Ned Bass | 2012-12-03 | 1 | -142/+215 |
* | Make zpool attach -o ashift=... actually work | Cyril Plisko | 2012-11-30 | 1 | -1/+1 |
* | vdev_id fails to handle complex device topologies | Cyril Plisko | 2012-11-29 | 1 | -4/+4 |
* | Make vdev_id POSIX sh compatible | Ned Bass | 2012-11-27 | 1 | -16/+23 |
* | mount.zfs: canonicalize mount point for mtab | nordaux | 2012-11-15 | 1 | -2/+9 |
* | Add "-o ashift" to zpool add and zpool attach | Cyril Plisko | 2012-11-15 | 1 | -8/+43 |
* | Illumos #2671: zpool import should not fail if vdev ashift has increased | George Wilson | 2012-11-15 | 1 | -1/+1 |
* | Add ddt_object_count() error handling | Brian Behlendorf | 2012-10-29 | 1 | -1/+3 |
* | Allow 'zpool replace' to use short device names | Brian Behlendorf | 2012-10-22 | 1 | -12/+16 |
* | Disable ztest deadman timer | Brian Behlendorf | 2012-10-14 | 1 | -0/+4 |
* | Realpath arg 2 must be a minimum of PATH_MAX | Brian Behlendorf | 2012-10-04 | 1 | -2/+8 |
* | Verify the return value for warn_unused_result functions | Brian Behlendorf | 2012-10-04 | 1 | -3/+3 |
* | Replace tempnam() with mkstemp() | Brian Behlendorf | 2012-10-04 | 1 | -4/+4 |
* | Minimize ztest stack frame size | Brian Behlendorf | 2012-10-04 | 1 | -4/+13 |
* | Use dynamic file descriptor numbers in ztest. | Etienne Dechamps | 2012-10-04 | 1 | -31/+28 |