aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Illumos 5150 - zfs clone of a defer_destroy snapshot causes strangenessMatthew Ahrens2014-10-211-1/+7
* Illumos 3693 - restore_object uses at least two transactions to restore an ob...Matthew Ahrens2014-10-214-63/+60
* Don't perform ACL-to-mode translation on empty ACLTim Chase2014-10-211-1/+2
* Illumos 4924 - LZ4 Compression for metadataDaniil Lunev2014-10-205-92/+40
* Suppress AIO kmem warningsBrian Behlendorf2014-10-201-2/+2
* Let `zpool import` ignore a missing hostid record.Darik Horn2014-10-171-31/+24
* Handle NULL mirror child vdevBrian Behlendorf2014-10-171-1/+1
* Update utsname supportBrian Behlendorf2014-10-177-29/+31
* Remove shrink_dcache_memory() and shrink_icache_memory()Brian Behlendorf2014-10-171-19/+3
* Update code to use misc_register()/misc_deregister()Brian Behlendorf2014-10-172-67/+28
* Make license compatibility checks consistentBrian Behlendorf2014-10-176-13/+19
* ztest: print backtrace on SIGSEGV and SIGABRTNed Bass2014-10-131-0/+44
* Fix source_tree variable in dkms buildBrian Behlendorf2014-10-131-1/+1
* Point dkms build at installed source tree, rather than build directory.Tom Prince2014-10-091-1/+1
* Install header during post-build rather than post-install.Tom Prince2014-10-093-2/+2
* Add a stern warning about dedupTurbo Fredriksson2014-10-081-0/+12
* Improve VERIFY() error in dmu_write()Brian Behlendorf2014-10-081-1/+1
* Fix CPU_SEQID use in preemptible contextBrian Behlendorf2014-10-071-1/+6
* Add an example for 'zfs bookmark' to the Example section.Turbo Fredriksson2014-10-071-0/+15
* Illumos 5176 - lock contention on godfather zioMatthew Ahrens2014-10-074-14/+29
* Amend Dracut module to export ZFS root on shutdownLukas Wunner2014-10-076-0/+60
* Cleanup struct zed_conf vars in zed_conf_destroyChris Dunlap2014-10-061-10/+16
* Obtain advisory lock on ZED PID fileChris Dunlap2014-10-063-33/+78
* zfs send -p send properties only for snapshots that are actually sentAndriy Gapon2014-10-021-4/+25
* FreeBSD PR kern/172259: Fixes zfs receive errorssmh2014-10-021-2/+29
* Implement -t option to zpool create for temporary pool namesRichard Yao2014-09-306-5/+62
* zpool import -t should not update cachefileRichard Yao2014-09-302-1/+4
* Add add_prop_list_default helperRichard Yao2014-09-301-10/+17
* Make user stack limit configurableBrian Behlendorf2014-09-303-30/+47
* Perform whole-page page truncation for hole-punching under a range lockTim Chase2014-09-291-22/+8
* Refer to ZED's scripts as ZEDLETsChris Dunlap2014-09-2514-92/+93
* Replace zed's use of malloc with callocChris Dunlap2014-09-253-8/+4
* Fix zed io-spare.sh dash incompatibilityChris Dunlap2014-09-231-3/+4
* Illumos 5138 - add tunable for maximum number of blocks freed in one txgMax Grossman2014-09-232-0/+19
* Illumos 4753 - increase number of outstanding async writes when sync task is ...Alex Reece2014-09-235-6/+46
* Illumos 5116 - zpool history -i goes into infinite loopMatthew Ahrens2014-09-231-4/+19
* Illumos 5135 - zpool_find_import_cached() can use fnvlist_*Matthew Ahrens2014-09-231-11/+5
* Illumos 5139 - SEEK_HOLE failed to report a hole at end of fileMatthew Ahrens2014-09-232-9/+21
* lib/libzpool/kernel.c: Assert no owners in rw_destroy()Richard Yao2014-09-231-1/+1
* Fix function call with uninitialized value in vdev_inuseRichard Yao2014-09-231-1/+2
* Properly NULL terminate string in zfs_strcmp_pathnameRichard Yao2014-09-231-1/+1
* Illumos 5147 - zpool list -v should show individual disk capacityGeorge Wilson2014-09-232-34/+63
* Illumos 5161 - add tunable for number of metaslabs per vdevMatthew Ahrens2014-09-232-2/+24
* Illumos 5177 - remove dead code from dsl_scan.cMatthew Ahrens2014-09-221-46/+36
* Illumos 5174 - add sdt probe for blocked read in dbuf_read()Adam Leventhal2014-09-221-0/+2
* Remove obsolete comment about guard pagesNed Bass2014-09-221-6/+0
* Remove reverse indentation from zed comments.Chris Dunlap2014-09-227-61/+83
* Illumos 5140 - message about "%recv could not be opened" is printed when boot...Matthew Ahrens2014-09-181-1/+9
* Document environment variables for zdb, zfs, zinject and zpool.Turbo Fredriksson2014-09-184-0/+24
* Fix z_teardown_inactive_lock deadlockBrian Behlendorf2014-09-111-1/+1