Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Illumos #2583 | Yuri Pankov | 2013-11-21 | 1 | -6/+7 |
* | Remove the slog restriction on bootfs pools | Brian Behlendorf | 2013-11-14 | 1 | -7/+0 |
* | Handle concurrent snapshot automounts failing due to EBUSY. | Tim Chase | 2013-11-08 | 2 | -0/+3 |
* | Illumos #4061 | Marcel Telka | 2013-11-05 | 1 | -1/+5 |
* | Illumos #3996 | Matthew Ahrens | 2013-11-05 | 2 | -11/+27 |
* | Illumos #3909 | Steven Hartland | 2013-11-05 | 1 | -2/+2 |
* | Illumos #3894 | Keith M Wesolowski | 2013-11-04 | 1 | -4/+11 |
* | Illumos #3829 | Matthew Ahrens | 2013-11-04 | 2 | -25/+25 |
* | Illumos #3818 | Steven Hartland | 2013-11-04 | 1 | -0/+11 |
* | Illumos #3740 | Steven Hartland | 2013-11-04 | 3 | -133/+153 |
* | Illumos #3745, #3811 | Will Andrews | 2013-11-04 | 1 | -16/+0 |
* | Illumos #3741 | Will Andrews | 2013-11-04 | 1 | -0/+5 |
* | Illumos #3699, #3739 | Martin Matuska | 2013-11-04 | 1 | -4/+28 |
* | Illumos #3582, #3584 | Adam Leventhal | 2013-11-04 | 2 | -0/+43 |
* | Illumos #3537 | Matthew Ahrens | 2013-10-31 | 1 | -2/+31 |
* | Introduce zpool_get_prop_literal interface | Ralf Ertzinger | 2013-10-28 | 1 | -3/+17 |
* | Add visibility in to cached dbufs | Brian Behlendorf | 2013-10-25 | 1 | -0/+1 |
* | Add visibility in to arc_read | Prakash Surya | 2013-10-25 | 2 | -0/+9 |
* | Revert "Add txgs-<pool> kstat file" | Brian Behlendorf | 2013-10-25 | 1 | -26/+1 |
* | Increase default udev wait time | Brian Behlendorf | 2013-10-22 | 1 | -2/+2 |
* | Fix libzfs_core changes to follow GNU libtool guidelines | Richard Yao | 2013-10-10 | 3 | -3/+3 |
* | Generate libraries with correct DT_NEEDED entries | Richard Yao | 2013-10-10 | 5 | -4/+8 |
* | Fix libblkid support | Richard Yao | 2013-10-10 | 1 | -1/+1 |
* | Illumos #3464 | Matthew Ahrens | 2013-09-04 | 12 | -206/+375 |
* | Illumos #2882, #2883, #2900 | Matthew Ahrens | 2013-09-04 | 15 | -273/+790 |
* | No point in rewind() mtab in zfs_unshare_proto(). We're not really | Turbo Fredriksson | 2013-08-15 | 1 | -1/+0 |
* | 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 |
* | Fix zpool_read_label() | Brian Behlendorf | 2013-07-09 | 1 | -1/+1 |
* | Add FreeBSD 'zpool labelclear' command | Dmitry Khasanov | 2013-07-09 | 2 | -2/+32 |
* | Readd zpool_clear_label() from OpenSolaris | Dmitry Khasanov | 2013-07-09 | 1 | -0/+30 |
* | Add error message for missing /etc/mtab | Aaron Fineman | 2013-06-27 | 1 | -0/+2 |
* | Illumos #3006 | Madhav Suresh | 2013-06-19 | 1 | -0/+3 |
* | Don't leak mount flags into kernel | Ned Bass | 2013-06-18 | 1 | -4/+4 |
* | Use taskq for dump_bytes() | Brian Behlendorf | 2013-05-06 | 1 | -0/+6 |
* | Silence 'old_umask' uninit variable warning | Brian Behlendorf | 2013-05-01 | 1 | -1/+1 |
* | 3246 ZFS I/O deadman thread | George.Wilson | 2013-05-01 | 1 | -0/+13 |
* | Illumos #3422, #3425 | George Wilson | 2013-04-12 | 1 | -7/+1 |
* | build: resolve orthographic and other grammatical errors | Jan Engelhardt | 2013-04-02 | 1 | -3/+3 |
* | Add smb_available() sanity checks | Turbo Fredriksson | 2013-04-02 | 1 | -1/+9 |
* | Add snapdev=[hidden|visible] dataset property | Eric Dillmann | 2013-03-05 | 1 | -0/+8 |
* | Remove unused machelf.h header | Brian Behlendorf | 2013-02-05 | 2 | -181/+0 |
* | Fix function relocations in libzpool | Richard Yao | 2013-02-05 | 1 | -1/+2 |
* | Retire zpool_id infrastructure | Brian Behlendorf | 2013-01-29 | 1 | -1/+0 |
* | Remove NPTL_GUARD_WITHIN_STACK | Brian Behlendorf | 2013-01-29 | 1 | -2/+1 |
* | Illumos #3035 LZ4 compression support in ZFS and GRUB | Eric Dillmann | 2013-01-29 | 1 | -0/+1 |
* | Use strerror() not strerror_r() | Brian Behlendorf | 2013-01-28 | 1 | -1/+1 |
* | Ensure that zfs diff prints unicode safely. | Darik Horn | 2013-01-16 | 1 | -1/+1 |
* | Illumos #1557 assertion failed in userland taskq_destroy() | Garrett D'Amore | 2013-01-11 | 1 | -3/+2 |
* | Illumos #2762: zpool command should have better support for feature flags | Christopher Siden | 2013-01-08 | 1 | -0/+25 |