summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add /dev/mapper to the list of possible sources for pool devices.Turbo Fredriksson2015-06-291-0/+9
* Remove l2ad_evict from zfs_l2arc_evict_classTim Chase2015-06-291-5/+2
* Add ziltest.shBrian Behlendorf2015-06-262-0/+302
* Fix for recent zdb -h | -i crashes (seg fault)Don Brady2015-06-262-7/+20
* zdb -d has false positive warning when feature@large_blocks=disabledDon Brady2015-06-261-11/+16
* Additional SYSV init script fixes (3).Turbo Fredriksson2015-06-252-54/+22
* Revert "Additional SYSV init script fixes."Turbo Fredriksson2015-06-251-10/+7
* Illumos 5368 - ARC should cache more metadataMatthew Ahrens2015-06-251-0/+6
* Illumos 5163 - arc should reap range_seg_cacheGeorge Wilson2015-06-254-2/+9
* Update all default taskq settingsBrian Behlendorf2015-06-2510-37/+12
* Account for ashift when gathering buffers to be written to l2arc deviceAndriy Gapon2015-06-251-13/+34
* Illumos 5701 - zpool list reports incorrect "alloc" value for cache devicesPrakash Surya2015-06-252-43/+140
* Add IMPLY() and EQUIV() macrosBrian Behlendorf2015-06-241-1/+17
* zfsdev_getminor() should check for invalid file handlesRichard Yao2015-06-224-9/+39
* Make metaslab_aliquot a module parameter.Etienne Dechamps2015-06-222-1/+18
* Document metaslab_aliquot.Etienne Dechamps2015-06-221-0/+7
* Allocate disk space fairly in the presence of vdevs of unequal size.Etienne Dechamps2015-06-221-11/+25
* Add zfs_sb_prune_aliases() functionBrian Behlendorf2015-06-223-11/+84
* Increase the number of iput taskq threadsBrian Behlendorf2015-06-221-2/+2
* Linux 4.1 compat: use read_iter() / write_iter()Matus Kral2015-06-183-8/+70
* Update dracut READMESören Tempel2015-06-181-5/+19
* Only source '/lib/dracut-lib.sh' if it wasn't so farSören Tempel2015-06-172-2/+1
* Force export if it failed the first timeSören Tempel2015-06-171-1/+1
* Refactor dracut moduleSören Tempel2015-06-178-100/+150
* Additional SYSV init script fixes.Turbo Fredriksson2015-06-171-7/+10
* Unify mount and share for 'zfs create/clone'Brian Behlendorf2015-06-171-52/+47
* 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