summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * Initial implementation of zed (ZFS Event Daemon)Chris Dunlap2014-04-0234-1/+3715
| * Replace zpool_events_next() "block" parm w/ "flags"Chris Dunlap2014-03-314-6/+10
| * Add defs for makefile installation dir varsChris Dunlap2014-03-313-0/+11
| * Clarify zpool_events_next() commentBrian Behlendorf2014-03-313-16/+16
| * Add zpool_events_seek() functionalityBrian Behlendorf2014-03-317-1/+128
| * Add a unique "eid" value to all zeventsBrian Behlendorf2014-03-313-0/+18
|/
* Remount datasets for "zfs inherit".Gunnar Beutner2014-03-241-0/+9
* Linux 3.13 compat: Handle __must_check bdi_setup_and_registerRichard Yao2014-03-241-2/+3
* Revert "Properly ignore bdi_setup_and_register return value"Richard Yao2014-03-241-4/+1
* Illumos #4089 NULL pointer dereference in arc_read()Boris Protopopov2014-03-241-9/+11
* Illumos #3120 zinject hangs in zfsdev_ioctl() due to uninitialized zcYuri Pankov2014-03-241-7/+5
* config: compile test rather than run testChunwei Chen2014-03-203-3/+3
* Implement -t option to zpool import for temporary pool namesRichard Yao2014-03-204-5/+45
* Assert alignment in umem_alloc_alignedRichard Yao2014-03-201-0/+2
* sighandler() should take 2 argumentsIsaac Huang2014-03-201-6/+2
* Revert "sighandler() should take 2 arguments"Brian Behlendorf2014-03-201-1/+1
* Fix regression introduced in port of Illumos #3744Andrey Vesnovaty2014-03-201-2/+4
* Remove unused option -r from 'zpool import'Richard Yao2014-03-121-1/+1
* Switch ztest mmap(2) ASSERTs to VERIFYsRichard Yao2014-03-121-3/+3
* Free props in ztest_init()Richard Yao2014-03-121-0/+1
* sighandler() should take 2 argumentsIsaac Huang2014-03-121-1/+1
* Make arcstat.py default to one header per screenIsaac Huang2014-03-121-0/+13
* Fix NAME section of manpages zhack and fsck.zfs.Turbo Fredriksson2014-03-102-2/+3
* Illumos #4088 use after free in arc_release()Boris Protopopov2014-03-101-1/+1
* Use KM_PUSHPAGE in spa_add() for spa_label_features.Tim Chase2014-03-101-1/+1
* Export symbols dsl_sync_task{_nowait}Brian Behlendorf2014-03-071-0/+2
* Improve reporting of tx assignment wait timesNed Bass2014-03-041-5/+5
* replace nreserved with ndirty in txgs kstatNed Bass2014-03-043-7/+9
* dmu_tx kstat cleanupNed Bass2014-03-043-4/+2
* Invalidate Linux buffer cache on vdevs upon each flushRichard Yao2014-03-041-0/+1
* Inform OpenRC that ZFS uses mtabRichard Yao2014-03-041-0/+1
* Illumos #4574 get_clones_stat does not call zap_count in non-debug kernelAlexander Stetsenko2014-03-041-1/+2
* Fix zap_lookup() in feature_is_supported().Tim Chase2014-03-041-1/+1
* Include l2asize in arcstatcburroughs2014-03-041-0/+2
* Remove recursion from dsl_dir_willuse_space()Andrew Barnes2014-03-041-11/+17
* Merge branch 'arc-changes'Brian Behlendorf2014-02-214-83/+165
|\
| * Set "arc_meta_limit" to 3/4 arc_c_max by defaultPrakash Surya2014-02-211-2/+2
| * Split "data_size" into "meta" and "data"Prakash Surya2014-02-212-14/+25
| * Prioritize "metadata" in arc_get_data_bufPrakash Surya2014-02-211-22/+40
| * Remove "arc_meta_used" from arc_adjust calculationPrakash Surya2014-02-211-2/+1
| * Prune metadata from ghost lists in arc_adjust_metaPrakash Surya2014-02-213-21/+49
| * Revert "Return -1 from arc_shrinker_func()"Prakash Surya2014-02-211-1/+3
| * Disable arc_p adapt dampener by defaultPrakash Surya2014-02-212-2/+23
| * Allow "arc_p" to drop to zero or grow to "arc_c"Prakash Surya2014-02-212-24/+4
| * Disable aggressive arc_p growth by defaultPrakash Surya2014-02-212-1/+19
| * Adjust arc_p based on "bytes" in arc_shrinkPrakash Surya2014-02-211-1/+9
| * Set zfs_arc_min to 4MBBrian Behlendorf2014-02-211-6/+3
|/
* Merge branch 'issue-2094'Brian Behlendorf2014-02-2115-14/+640
|\
| * Add erratum for issue #2094Richard Yao2014-02-214-0/+65
| * Add generic errata infrastructureBrian Behlendorf2014-02-217-9/+73