aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix boot from ZFS issuesaun2017-10-112-3/+3
* Fix chattr/cleanup failureBrian Behlendorf2017-10-111-1/+1
* Fix coverity defects: CID 147474Tobin Harding2017-10-101-1/+2
* Skip FREEOBJECTS for objects which can't existFabian Grünbichler2017-10-101-0/+16
* Free objects when receiving full stream as cloneFabian Grünbichler2017-10-102-1/+55
* Fix intra-pool resumable 'zfs send -t <token>'LOLi2017-10-109-17/+18
* Fix ARC behavior on 32-bit systemsBrian Behlendorf2017-10-105-45/+73
* Fix inclusion of libgcc_s.so on Voidprivb0x232017-10-091-0/+3
* Fix abdstats kstat on 32-bit systemsBrian Behlendorf2017-10-061-2/+2
* Use bitwise '&' instead of logical '&&'Tobin Harding2017-10-051-2/+2
* Remove unnecessary equality checkTobin Harding2017-10-051-1/+1
* Use linear abd in vdev_copy_uberblocks()Isaac Huang2017-10-051-1/+1
* Remove dead code from AVL treeBrian Behlendorf2017-10-052-82/+4
* receive_freeobjects() skips freeing some objectsNed Bass2017-10-024-6/+86
* Update the default for zfs_txg_historyAlek P2017-09-292-4/+4
* Scale the dbuf cache with arc_cchrisrd2017-09-293-9/+20
* Add 'zfs diff' coverage to the ZFS Test SuiteLOLi2017-09-2812-0/+518
* vdev_id: extension for new scsi topologySimon Guest2017-09-273-3/+127
* Run ztest for longer on "Coverage" buildersPrakash Surya2017-09-261-0/+14
* Fix printk() calls missing log levelDeHackEd2017-09-251-3/+4
* Fix some ZFS Test Suite issuesLOLi2017-09-2544-143/+479
* Fix ZTS MMP tests and ztest -M behaviorOlaf Faaland2017-09-234-12/+14
* Fix "--enable-code-coverage" debug buildBrian Behlendorf2017-09-221-1/+1
* Update codecov.ymlBrian Behlendorf2017-09-222-11/+32
* Add support for "--enable-code-coverage" optionPrakash Surya2017-09-225-32/+269
* Reimplement vdev_random_leaf and rename itOlaf Faaland2017-09-221-36/+26
* Cleanup zloop working directory after each passDon Brady2017-09-211-2/+9
* Increase default arc_c_minBrian Behlendorf2017-09-201-3/+4
* Export symbol dmu_tx_mark_netfree()Brian Behlendorf2017-09-201-0/+1
* misc: fix meaningless valuesFeng Sun2017-09-192-2/+3
* Correct cppcheck errorsGiuseppe Di Natale2017-09-196-311/+9
* ZTS fix slog_replay_volume.ksh failureBrian Behlendorf2017-09-191-2/+2
* Remove FRU and LIBTOPO SupportDavid Quigley2017-09-187-711/+10
* Correct shellcheck errorsGiuseppe Di Natale2017-09-183-23/+23
* ZTS fix events_002_pos.sh failureBrian Behlendorf2017-09-161-1/+1
* Linux 3.14 compat: IO acct, global_page_state, etcGiuseppe Di Natale2017-09-167-19/+112
* Add mdoc style checkerLOLi2017-09-164-26/+31
* ZTEST: Always enable assertsDavid Quigley2017-09-151-1/+1
* OpenZFS 8435 - zpool.1m and zfs.1m: minor cleanupGeorge Melikov2017-09-151-6/+6
* Make "-fno-inline" compile option more accessiblePrakash Surya2017-09-151-1/+2
* Add configure option to enable gcov analysisBrian Behlendorf2017-09-157-2/+46
* Modifying XATTRs doesnt change the ctimeGaurav Kumar2017-09-135-6/+84
* Fix bug in distclean which removes needed filesDavid Quigley2017-09-131-1/+1
* Relax (ref)reservation constraints on ZVOLsLOLi2017-09-124-51/+24
* Fix false config_cache_write eventsArkadiusz Bubała2017-09-111-0/+5
* Add -vnP support to 'zfs send' for bookmarksLOLi2017-09-085-53/+90
* Recommend compression=on in zfs(8) dedup sectionMike Swanson2017-09-081-1/+1
* Fix volume WR_INDIRECT log replayBrian Behlendorf2017-09-0813-43/+223
* Revert "Handle new dnode size in incremental..."Brian Behlendorf2017-09-074-73/+4
* Improved dnode allocation and dmu_hold_impl()Olaf Faaland2017-09-059-251/+609