summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 3.12 compat, NUMA-aware per-superblock shrinkerTim Chase2015-06-173-2/+34
* Add -y option to `zpool iostat`Hajo Möller2015-06-172-10/+36
* Wait interruptibly in prefetch threadBrian Behlendorf2015-06-161-3/+3
* Rename cv_wait_interruptible() to cv_wait_sig()Brian Behlendorf2015-06-114-8/+8
* Merge branch 'lock-contention-on-arcs_mtx-final'Brian Behlendorf2015-06-1133-1477/+3011
|\
| * Increase arc_c_min to allow safe operation of arc_adapt()Tim Chase2015-06-111-6/+8
| * Make arc_prune() asynchronousBrian Behlendorf2015-06-112-39/+118
| * Use taskq_wait_outstanding() functionBrian Behlendorf2015-06-113-6/+6
| * Add taskq_wait_outstanding() functionBrian Behlendorf2015-06-112-0/+7
| * Illumos 5497 - lock contention on arcs_mtxPrakash Surya2015-06-1117-680/+1862
| * Illumos 5408 - managing ZFS cache devices requires lots of RAMChris Williamson2015-06-115-632/+948
| * Illumos 5369 - arc flags should be an enumGeorge Wilson2015-06-1113-389/+398
| * Partially revert "Add ddt, ddt_entry, and l2arc_hdr caches"Tim Chase2015-06-111-10/+6
| * Revert "Allow arc_evict_ghost() to only evict meta data"Tim Chase2015-06-111-15/+11
| * Revert "fix l2arc compression buffers leak"Tim Chase2015-06-111-55/+10
| * Revert "arc_evict, arc_evict_ghost: reduce stack usage using kmem_zalloc"Tim Chase2015-06-111-20/+12
|/
* Remove unused variable in vdev_add_child()Brian Behlendorf2015-06-111-2/+1
* Illumos 5818 - zfs {ref}compressratio is incorrect with 4k sector sizeMatthew Ahrens2015-06-107-33/+45
* Illumos 5269 - zpool import slowArne Jansen2015-06-0910-60/+240
* Improve on the ZFS events documentationTurbo Fredriksson2015-06-093-12/+212
* dmu_objset_userquota_get_ids uses dn_bonus unsafelyNed Bass2015-06-051-3/+17
* dbuf_try_add_ref minor bug fixesNed Bass2015-06-051-2/+2
* SYSV init script fixes.Turbo Fredriksson2015-06-054-17/+35
* Base init scripts for SYSV systemsTurbo Fredriksson2015-05-2816-792/+1473
* Use ExecStartPre to load zfs modulesBrian Behlendorf2015-05-262-2/+4
* Add libzfs_error_init() functionBrian Behlendorf2015-05-227-22/+46
* Wait in libzfs_init() for the /dev/zfs deviceBrian Behlendorf2015-05-223-6/+67
* Style check shell scriptsTurbo Fredriksson2015-05-201-1/+13
* Change 3-digit octal escapes to 4-digit onesHajo Möller2015-05-181-2/+2
* The mount helper mount.zfs MUST be in /sbin (not '$sbindir').Turbo Fredriksson2015-05-181-1/+1
* Initialize dbu_tqent in dmu_buf_init_user()Tim Chase2015-05-181-0/+1
* Illumos 5847 - libzfs_diff should check zfs_prop_get() returnAlexander Eremin2015-05-151-3/+7
* Illumos 5243 - zdb -b could be much fasterMatthew Ahrens2015-05-152-21/+47
* Zdb should be able to open the root datasetTim Chase2015-05-152-1/+16
* Return -ESTALE to force lookup for missing NFS file handlesJan Sanislo2015-05-141-1/+14
* Relax restriction on zfs_ioc_next_obj() iterationAntonio Russo2015-05-141-2/+1
* Remove unused 'dsl_pool_t *dp' variableBrian Behlendorf2015-05-141-4/+2
* Illumos 5765 - add support for estimating send stream size with lzc_send_spac...Max Grossman2015-05-135-40/+147
* Illumos 5393 - spurious failures from dsl_dataset_hold_obj()Justin T. Gibbs2015-05-131-4/+5
* Illumos 5562 - ZFS sa_handle's violate kmem invariants, debug kernels panic o...Justin T. Gibbs2015-05-111-14/+6
* Illumos 5810 - zdb should print details of bpobjMatthew Ahrens2015-05-113-15/+92
* Illumos 5351, 5352 - scrub pausesMatthew Ahrens2015-05-111-2/+21
* Illumos 5350 - clean up code in dnode_sync()Matthew Ahrens2015-05-111-5/+4
* Illumos 5422 - preserve AVL invariants in dn_dbufsAlex Reece2015-05-111-6/+4
* Linux 2.6.36 compat, use REQ_FAILFAST_MASK and remove pre-2.6.36 supportTim Chase2015-05-113-29/+7
* Update ZED copyright boilerplateChris Dunlap2015-05-1116-322/+141
* Safely handle security / ACL failuresDavid Lamparter2015-05-111-7/+25
* ztest should randomly change recordsizeBrian Behlendorf2015-05-111-0/+3
* Illumos 5027 - zfs large block supportMatthew Ahrens2015-05-1155-155/+613
* Fix type mismatch on 32-bit systemsBrian Behlendorf2015-05-112-5/+6