summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Illumos 6319 - assertion failed in zio_ddt_write: bp->blk_birth == txgMatthew Ahrens2016-01-122-2/+2
* Illumos 5987 - zfs prefetch code needs workMatthew Ahrens2016-01-1210-658/+280
* Illumos 6293 - ztest failure: error == 28 (0xc == 0x1c) in ztest_tx_assign()Brian Behlendorf2016-01-111-1/+11
* Illumos 5039 - ztest should default to larger device sizesBrian Behlendorf2016-01-111-1/+1
* Revert "Illumos 3749 - zfs event processing should work on R/O root filesystems"Brian Behlendorf2016-01-114-78/+20
* Fix vn_rdwr() compiler warningBrian Behlendorf2016-01-111-2/+2
* Fix 'prevsnap property' build failureBrian Behlendorf2016-01-111-1/+1
* Illumos 4929 - want prevsnap propertyMatthew Ahrens2016-01-113-0/+9
* Illumos 4891 - want zdb option to dump all metadataMatthew Ahrens2016-01-114-10/+62
* Illumos 4638 - Panic in ZFS via rfs3_setattr()/rfs3_write(): dirtying snapshot!Marcel Telka2016-01-111-0/+19
* Man page whitespacenathancheek2016-01-111-0/+2
* Illumos 3749 - zfs event processing should work on R/O root filesystemsWill Andrews2016-01-114-20/+78
* Allow 16M send/recv blocksBrian Behlendorf2016-01-081-1/+1
* Illumos 5960, 5925Paul Dagnelie2016-01-0840-389/+1418
* Add missing -V option to zdbBrian Behlendorf2016-01-081-2/+2
* Fix casesensitivity=insensitive deadlockRichard Sharpe2016-01-081-2/+30
* Make arc_summary.py and dbufstat.py compatible with python3Hajo Möller2016-01-072-6/+6
* Illumos 3604 - zdb should print bpobjs more verbosely (fix zdb hang)Matthew Ahrens2016-01-051-0/+1
* Illumos 3139 - zdb dies when it tries to determine path of unlinked fileJeremy Jones2016-01-051-4/+30
* Illumos 2077 - lots of unreachable breaks in illumos gateMilan Jurik2015-12-301-3/+3
* Illumos 5746 - more checksumming in zfs sendMatthew Ahrens2015-12-306-307/+445
* Prevent SA length overflowNed Bass2015-12-304-10/+27
* Illumos 5745 - zfs set allows only one dataset property to be set at a timeChris Williamson2015-12-295-87/+193
* Make xattr dir truncate and remove in one txChunwei Chen2015-12-281-8/+15
* Fix empty xattr dir causing lockupChunwei Chen2015-12-281-0/+10
* Fix z_xattr_lock/z_teardown_lock inversionBrian Behlendorf2015-12-221-0/+7
* Revert "Fix z_xattr_lock/z_teardown_lock lock inversion"Brian Behlendorf2015-12-221-10/+1
* Fix ztest truncated cache fileBrian Behlendorf2015-12-221-2/+3
* Identify locks flagged by lockdepOlaf Faaland2015-12-228-8/+8
* Add lock types RW_NOLOCKDEP and MUTEX_NOLOCKDEPOlaf Faaland2015-12-221-0/+2
* Skip GPL-only symbols test when cross-compilingKamil Domański2015-12-181-8/+10
* Make zio_taskq_batch_pct user configurableDHE2015-12-182-1/+23
* Activate LVM volume groups before looking for zpools.Benjamin Albrecht2015-12-182-2/+63
* Man page white space and spelling correctionsNed Bass2015-12-187-136/+136
* Fix zfs_vdev_aggregation_limit bounds checkingBrian Behlendorf2015-12-181-11/+8
* Fix vdev_queue_aggregate() deadlockBrian Behlendorf2015-12-183-1/+22
* Fix z_xattr_lock/z_teardown_lock lock inversionBrian Behlendorf2015-12-181-1/+10
* Use uio for zvol_{read,write}Chunwei Chen2015-12-154-172/+24
* Fix uio_prefaultpages for 0 length iovecChunwei Chen2015-12-151-5/+6
* Handle damaged blk_birth in dsl_deadlist_insert()Brian Behlendorf2015-12-151-0/+8
* Handle block pointers with a corrupt logical sizeBrian Behlendorf2015-12-151-9/+3
* Remove "index" column from dbufstat.pyOlaf Faaland2015-12-151-4/+3
* Revert "Switch ztest mmap(2) ASSERTs to VERIFYs"Richard Yao2015-12-141-3/+3
* Unconditionally build zdb and ztest with -DDEBUGRichard Yao2015-12-142-0/+3
* Hold the zfs_snapentry_t before dispatchBrian Behlendorf2015-12-141-1/+1
* Fix snapshot automount race cause EREMOTEChunwei Chen2015-12-141-1/+1
* Change zfs_snapshot_lock from mutex to rw lockBrian Behlendorf2015-12-141-26/+26
* Fix zfsctl_lookup_objset() deadlockBrian Behlendorf2015-12-141-1/+2
* Set 'zfs_expire_snapshot=0' to disable auto-unmountBrian Behlendorf2015-12-141-0/+8
* Either _ILP32 or _LP64 must be definedBrian Behlendorf2015-12-101-15/+27