summaryrefslogtreecommitdiffstats
path: root/module
Commit message (Expand)AuthorAgeFilesLines
* Illumos 4039 - zfs_rename()/zfs_link() needs stronger test for XDEVMarcel Telka2016-01-151-5/+14
* Illumos 3557, 3558, 3559, 3560George Wilson2016-01-151-10/+0
* Prevent duplicated xattr between SA and dirChunwei Chen2016-01-151-5/+68
* Remove fastwrite mutexRichard Yao2016-01-151-9/+0
* Fix zsb->z_hold_mtx deadlockBrian Behlendorf2016-01-152-47/+205
* Add zfs_object_mutex_size module optionBrian Behlendorf2016-01-152-9/+17
* Increase default user space stack sizeBrian Behlendorf2016-01-131-1/+1
* Illumos 3749 - zfs event processing should work on R/O root filesystemsWill Andrews2016-01-122-20/+75
* Illumos 5438 - zfs_blkptr_verify should continue after zfs_panic_recoverJustin Gibbs2016-01-121-1/+3
* Illumos 5515 - dataset user hold doesn't reject empty tagsJosef 'Jeff' Sipek2016-01-121-2/+15
* Illumos 6281 - prefetching should apply to 1MB readsGeorge Wilson2016-01-122-3/+3
* Illumos 6367 - spa_config_tryenter incorrectly handles the multiple-lock caseSaso Kiselkov2016-01-121-3/+5
* Illumos 6295 - metaslab_condense's dbgmsg should include vdev idJoe Stein2016-01-121-5/+6
* Illumos 6171 - dsl_prop_unregister() slows down dataset eviction.Justin T. Gibbs2016-01-125-187/+170
* Illumos 6288 - dmu_buf_will_dirty could be fasterMatthew Ahrens2016-01-121-10/+52
* Illumos 6292 - exporting a pool while an async destroyGeorge Wilson2016-01-121-2/+15
* Illumos 6319 - assertion failed in zio_ddt_write: bp->blk_birth == txgMatthew Ahrens2016-01-121-0/+2
* Illumos 5987 - zfs prefetch code needs workMatthew Ahrens2016-01-125-619/+238
* Illumos 6293 - ztest failure: error == 28 (0xc == 0x1c) in ztest_tx_assign()Brian Behlendorf2016-01-111-1/+11
* Revert "Illumos 3749 - zfs event processing should work on R/O root filesystems"Brian Behlendorf2016-01-112-76/+20
* Fix 'prevsnap property' build failureBrian Behlendorf2016-01-111-1/+1
* Illumos 4929 - want prevsnap propertyMatthew Ahrens2016-01-112-0/+8
* Illumos 4638 - Panic in ZFS via rfs3_setattr()/rfs3_write(): dirtying snapshot!Marcel Telka2016-01-111-0/+19
* Illumos 3749 - zfs event processing should work on R/O root filesystemsWill Andrews2016-01-112-20/+76
* Allow 16M send/recv blocksBrian Behlendorf2016-01-081-1/+1
* Illumos 5960, 5925Paul Dagnelie2016-01-0823-331/+1201
* Fix casesensitivity=insensitive deadlockRichard Sharpe2016-01-081-2/+30
* Illumos 3139 - zdb dies when it tries to determine path of unlinked fileJeremy Jones2016-01-051-4/+30
* Illumos 5746 - more checksumming in zfs sendMatthew Ahrens2015-12-301-219/+290
* Prevent SA length overflowNed Bass2015-12-303-10/+22
* 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
* Make zio_taskq_batch_pct user configurableDHE2015-12-181-1/+6
* Fix zfs_vdev_aggregation_limit bounds checkingBrian Behlendorf2015-12-181-11/+8
* Fix vdev_queue_aggregate() deadlockBrian Behlendorf2015-12-182-1/+21
* Fix z_xattr_lock/z_teardown_lock lock inversionBrian Behlendorf2015-12-181-1/+10
* Use uio for zvol_{read,write}Chunwei Chen2015-12-152-169/+22
* 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
* 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
* Use spa as key besides objsetid for snapentryChunwei Chen2015-12-082-11/+24