| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | Fix mmap() usage in ztest. | Christopher Siden | 2012-10-04 | 1 | -6/+21 |
* | Illumos #1950: ztest backwards compatibility testing option. | Chris Siden | 2012-10-04 | 1 | -376/+699 |
* | Temporarily disable the reguid test. | Etienne Dechamps | 2012-10-03 | 1 | -0/+6 |
* | Fix ztest vdev file paths. | Etienne Dechamps | 2012-10-03 | 1 | -4/+4 |
* | Create threads in detached state in userspace. | Etienne Dechamps | 2012-10-03 | 1 | -4/+7 |
* | Illumos #2703: add mechanism to report ZFS send progress | Bill Pijewski | 2012-09-19 | 1 | -0/+2 |
* | Illumos #1948: zpool list should show more detailed pool info | Chris Siden | 2012-09-19 | 1 | -35/+207 |
* | Illumos #2088 zdb could use a reasonable manual page | Richard Lowe | 2012-09-18 | 1 | -8/+11 |
* | Improve `zpool import` search behavior | Brian Behlendorf | 2012-09-17 | 1 | -0/+29 |
* | Fix zdb printf format string for ZIL data blocks | Cyril Plisko | 2012-09-13 | 1 | -1/+2 |
* | Illumos #3064: usr/src/cmd/zpool/zpool_main.c misspells "successful" | Cyril Plisko | 2012-09-11 | 1 | -1/+1 |
* | Silence "setting dataset to sync always" message in ztest. | Etienne Dechamps | 2012-09-10 | 1 | -1/+2 |
* | Add zstreamdump .gitignore | Brian Behlendorf | 2012-09-06 | 1 | -0/+1 |
* | Add libnvpair to mount_zfs dependencies | Etienne Dechamps | 2012-09-02 | 1 | -0/+1 |
* | Add zstreamdump(8) command to examine ZFS send streams. | Martin Matuska | 2012-09-02 | 3 | -1/+458 |
* | Fix mount_zfs dependency on libzpool. | Etienne Dechamps | 2012-08-30 | 1 | -0/+1 |
* | Remove autotools products | Brian Behlendorf | 2012-08-27 | 12 | -7993/+0 |
* | Illumos #1796, #2871, #2903, #2957 | Christopher Siden | 2012-08-23 | 1 | -1/+1 |
* | Illumos #2635: 'zfs rename -f' to perform force unmount | Eric Schrock | 2012-08-23 | 1 | -7/+11 |