summaryrefslogtreecommitdiffstats
path: root/module
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Use large stacks when availableBrian Behlendorf2015-12-072-17/+38
* Illumos 5959 - clean up per-dataset feature count codeMatthew Ahrens2015-12-046-141/+163
* Add zap_prefetch() interfaceBrian Behlendorf2015-12-041-0/+23
* Prevent rm modules.* when make installtuxoko2015-12-021-1/+1
* Linux 4.4 compat: xattr operations takes xattr_handlerChunwei Chen2015-12-011-2/+67
* Linux 4.4 compat: make_request_fn returns blk_qc_tChunwei Chen2015-12-011-0/+2
* Fix zfs_dirty_data_max overflow on 32-bittuxoko2015-11-191-2/+2
* Fix null pointer in arc_kmem_reap_now on 32-bittuxoko2015-11-191-0/+5
* Fix snapshot automount behavior when concurrent or failChunwei Chen2015-11-191-17/+32
* Follow 0/-E convention for module load errorsBrian Behlendorf2015-11-161-2/+2
* Obey arc_meta_limit default size when changing arc_maxAndCycle2015-11-131-1/+1