aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Illumos #3035 LZ4 compression support in ZFS and GRUBEric Dillmann2013-01-2913-2/+1188
* Quiet mkfs.ext2 outputBrian Behlendorf2013-01-281-1/+1
* Linux 2.6.26 compat, lookup_bdev()Brian Behlendorf2013-01-283-0/+27
* Stop using /bin/ as a source in zconfig.shBrian Behlendorf2013-01-282-10/+33
* Use strerror() not strerror_r()Brian Behlendorf2013-01-281-1/+1
* Avoid gcc -Werror=maybe-uninitialized warningsChris Wedgwood2013-01-281-2/+2
* Use dsl_dataset_snap_lookup()Brian Behlendorf2013-01-255-35/+8
* vdev_id: improve keyword parsing flexibilityNed Bass2013-01-251-9/+11
* Fix zconfig.sh partitioning errorBrian Behlendorf2013-01-241-2/+2
* Fix test script error codesBrian Behlendorf2013-01-241-1/+1
* Add d_clear_d_op() compatibilityBrian Behlendorf2013-01-232-0/+22
* fzap_cursor_move_to_key() should drop l_rwlockNed Bass2013-01-231-6/+6
* Fix zpl_revalidate() NULL derefBrian Behlendorf2013-01-221-1/+1
* Use sb->s_d_op default dentry operationsBrian Behlendorf2013-01-184-11/+29
* Fix zpool on zvol deadlockMassimo Maggi2013-01-181-13/+13
* Revert "Revert "Fix unlink/xattr deadlock""Brian Behlendorf2013-01-172-55/+90
* Fix 'zfs rollback' on mounted file systemsBrian Behlendorf2013-01-179-42/+144
* Fix false ENOENT on snapshot control dentriesNed Bass2013-01-164-58/+158
* Fix quoting error in unmount commandNed Bass2013-01-161-1/+1
* Ensure that zfs diff prints unicode safely.Darik Horn2013-01-161-1/+1
* Illumos #3189 kernel panic in test hotspare_onoffline_004_negChristopher Siden2013-01-141-1/+1
* Illumos #1862 incremental zfs receive fails for sparse file > 8PBArne Jansen2013-01-141-15/+27
* Illumos #3208 cross-endian incorrect user/group accountingMatthew Ahrens2013-01-142-10/+27
* Illumos #3397, #3398Christopher Siden2013-01-111-9/+17
* Illumos #1884, #3028, #3048, #3049, #3060, #3061, #3093Yuri Pankov2013-01-112-425/+430
* Illumos #1377 `zpool status -D' should tell if there are no DDT entriesYuri Pankov2013-01-111-2/+8
* Illumos #1557 assertion failed in userland taskq_destroy()Garrett D'Amore2013-01-111-3/+2
* Illumos #2618 arc.c mistypes in the commentsBart Coddens2013-01-111-4/+4
* Only use gcc -Wunused-but-set-variable when availableBrian Behlendorf2013-01-1020-20/+20
* 'zfs send' man page sync'ed with IllumosSteven Burgess2013-01-101-14/+34
* 'zfs receive' man page sync'ed with IllumosSteven Burgess2013-01-101-61/+0
* Add /sbin/fsck.zfs helperBrian Behlendorf2013-01-094-2/+13
* Report realpath() canonicalization errorBrian Behlendorf2013-01-091-1/+2
* call_usermodehelper() should wait for processNed Bass2013-01-093-4/+4
* Revert "Avoid ELOOP on auto-mounted snapshots"Brian Behlendorf2013-01-091-7/+0
* Only reduce __zio_execute() stack usage in kernel spaceBrian Behlendorf2013-01-091-0/+2
* Merge branch 'feature-flags'Brian Behlendorf2013-01-0878-768/+5413
|\
| * Illumos #3145, #3212George Wilson2013-01-084-2/+113
| * Illumos #3104: eliminate empty bpobjsMatthew Ahrens2013-01-0812-11/+166
| * Fix __zio_execute() asynchronous dispatchBrian Behlendorf2013-01-081-9/+17
| * Illumos #3349: zpool upgrade -V bumps the on disk version numberGeorge Wilson2013-01-082-21/+127
| * Illumos #3086: unnecessarily setting DS_FLAG_INCONSISTENT on asyncMatthew Ahrens2013-01-0812-115/+209
| * Illumos #2762: zpool command should have better support for feature flagsChristopher Siden2013-01-089-99/+388
| * Illumos #3090 and #3102George Wilson2013-01-089-100/+188
| * Revert "Temporarily disable the reguid test."Brian Behlendorf2013-01-081-6/+0
| * Illumos #2619 and #2747Christopher Siden2013-01-0867-462/+4262
|/
* Fix duplicate words in zpool.8Dominik Honnef2013-01-071-1/+1
* Allow fake mounts to succeed on non-legacy filesystems.Will Rouesnel2013-01-071-1/+2
* Fix gcc array subscript above bounds warningNed Bass2013-01-071-3/+4
* Merge branch 'io_schedule'Brian Behlendorf2013-01-072-22/+11
|\