| Commit message (Expand) | Author | Age | Files | Lines |
* | Illumos #3035 LZ4 compression support in ZFS and GRUB | Eric Dillmann | 2013-01-29 | 13 | -2/+1188 |
* | Quiet mkfs.ext2 output | Brian Behlendorf | 2013-01-28 | 1 | -1/+1 |
* | Linux 2.6.26 compat, lookup_bdev() | Brian Behlendorf | 2013-01-28 | 3 | -0/+27 |
* | Stop using /bin/ as a source in zconfig.sh | Brian Behlendorf | 2013-01-28 | 2 | -10/+33 |
* | Use strerror() not strerror_r() | Brian Behlendorf | 2013-01-28 | 1 | -1/+1 |
* | Avoid gcc -Werror=maybe-uninitialized warnings | Chris Wedgwood | 2013-01-28 | 1 | -2/+2 |
* | Use dsl_dataset_snap_lookup() | Brian Behlendorf | 2013-01-25 | 5 | -35/+8 |
* | vdev_id: improve keyword parsing flexibility | Ned Bass | 2013-01-25 | 1 | -9/+11 |
* | Fix zconfig.sh partitioning error | Brian Behlendorf | 2013-01-24 | 1 | -2/+2 |
* | Fix test script error codes | Brian Behlendorf | 2013-01-24 | 1 | -1/+1 |
* | Add d_clear_d_op() compatibility | Brian Behlendorf | 2013-01-23 | 2 | -0/+22 |
* | fzap_cursor_move_to_key() should drop l_rwlock | Ned Bass | 2013-01-23 | 1 | -6/+6 |
* | Fix zpl_revalidate() NULL deref | Brian Behlendorf | 2013-01-22 | 1 | -1/+1 |
* | Use sb->s_d_op default dentry operations | Brian Behlendorf | 2013-01-18 | 4 | -11/+29 |
* | Fix zpool on zvol deadlock | Massimo Maggi | 2013-01-18 | 1 | -13/+13 |
* | Revert "Revert "Fix unlink/xattr deadlock"" | Brian Behlendorf | 2013-01-17 | 2 | -55/+90 |
* | Fix 'zfs rollback' on mounted file systems | Brian Behlendorf | 2013-01-17 | 9 | -42/+144 |
* | Fix false ENOENT on snapshot control dentries | Ned Bass | 2013-01-16 | 4 | -58/+158 |
* | Fix quoting error in unmount command | Ned Bass | 2013-01-16 | 1 | -1/+1 |
* | Ensure that zfs diff prints unicode safely. | Darik Horn | 2013-01-16 | 1 | -1/+1 |
* | Illumos #3189 kernel panic in test hotspare_onoffline_004_neg | Christopher Siden | 2013-01-14 | 1 | -1/+1 |
* | Illumos #1862 incremental zfs receive fails for sparse file > 8PB | Arne Jansen | 2013-01-14 | 1 | -15/+27 |
* | Illumos #3208 cross-endian incorrect user/group accounting | Matthew Ahrens | 2013-01-14 | 2 | -10/+27 |
* | Illumos #3397, #3398 | Christopher Siden | 2013-01-11 | 1 | -9/+17 |
* | Illumos #1884, #3028, #3048, #3049, #3060, #3061, #3093 | Yuri Pankov | 2013-01-11 | 2 | -425/+430 |
* | Illumos #1377 `zpool status -D' should tell if there are no DDT entries | Yuri Pankov | 2013-01-11 | 1 | -2/+8 |
* | Illumos #1557 assertion failed in userland taskq_destroy() | Garrett D'Amore | 2013-01-11 | 1 | -3/+2 |
* | Illumos #2618 arc.c mistypes in the comments | Bart Coddens | 2013-01-11 | 1 | -4/+4 |
* | Only use gcc -Wunused-but-set-variable when available | Brian Behlendorf | 2013-01-10 | 20 | -20/+20 |
* | 'zfs send' man page sync'ed with Illumos | Steven Burgess | 2013-01-10 | 1 | -14/+34 |
* | 'zfs receive' man page sync'ed with Illumos | Steven Burgess | 2013-01-10 | 1 | -61/+0 |
* | Add /sbin/fsck.zfs helper | Brian Behlendorf | 2013-01-09 | 4 | -2/+13 |
* | Report realpath() canonicalization error | Brian Behlendorf | 2013-01-09 | 1 | -1/+2 |
* | call_usermodehelper() should wait for process | Ned Bass | 2013-01-09 | 3 | -4/+4 |
* | Revert "Avoid ELOOP on auto-mounted snapshots" | Brian Behlendorf | 2013-01-09 | 1 | -7/+0 |
* | Only reduce __zio_execute() stack usage in kernel space | Brian Behlendorf | 2013-01-09 | 1 | -0/+2 |
* | Merge branch 'feature-flags' | Brian Behlendorf | 2013-01-08 | 78 | -768/+5413 |
|\ |
|
| * | Illumos #3145, #3212 | George Wilson | 2013-01-08 | 4 | -2/+113 |
| * | Illumos #3104: eliminate empty bpobjs | Matthew Ahrens | 2013-01-08 | 12 | -11/+166 |
| * | Fix __zio_execute() asynchronous dispatch | Brian Behlendorf | 2013-01-08 | 1 | -9/+17 |
| * | Illumos #3349: zpool upgrade -V bumps the on disk version number | George Wilson | 2013-01-08 | 2 | -21/+127 |
| * | Illumos #3086: unnecessarily setting DS_FLAG_INCONSISTENT on async | Matthew Ahrens | 2013-01-08 | 12 | -115/+209 |
| * | Illumos #2762: zpool command should have better support for feature flags | Christopher Siden | 2013-01-08 | 9 | -99/+388 |
| * | Illumos #3090 and #3102 | George Wilson | 2013-01-08 | 9 | -100/+188 |
| * | Revert "Temporarily disable the reguid test." | Brian Behlendorf | 2013-01-08 | 1 | -6/+0 |
| * | Illumos #2619 and #2747 | Christopher Siden | 2013-01-08 | 67 | -462/+4262 |
|/ |
|
* | Fix duplicate words in zpool.8 | Dominik Honnef | 2013-01-07 | 1 | -1/+1 |
* | Allow fake mounts to succeed on non-legacy filesystems. | Will Rouesnel | 2013-01-07 | 1 | -1/+2 |
* | Fix gcc array subscript above bounds warning | Ned Bass | 2013-01-07 | 1 | -3/+4 |
* | Merge branch 'io_schedule' | Brian Behlendorf | 2013-01-07 | 2 | -22/+11 |
|\ |
|