aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Illumos 5008 - lock contention (rrw_exit) while running a read only loadAlexander Motin2015-07-066-13/+126
* Illumos 5911 - ZFS "hangs" while deleting fileMatthew Ahrens2015-07-065-34/+91
* Illumos 5981 - Deadlock in dmu_objset_find_dpArne Jansen2015-07-065-4/+40
* Illumos 5946, 5945Andriy Gapon2015-07-062-0/+12
* Illumos 5870 - dmu_recv_end_check() leaks origin_head hold if error happens i...Andriy Gapon2015-07-061-2/+6
* Illumos 5909 - ensure that shared snap names don't become too long after prom...Andriy Gapon2015-07-061-0/+6
* Illumos 5912 - full stream can not be force-received into a dataset if it has...Andriy Gapon2015-07-061-4/+6
* Illumos 6033 - arc_adjust() should search MFU listsAlek Pinchuk2015-07-011-1/+1
* man: fix spelling mistakes in manualColin Ian King2015-07-014-6/+6
* Illumos 5175 - implement dmu_read_uio_dbuf() to improve cached read performanceMatthew Ahrens2015-06-293-11/+78
* 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