summaryrefslogtreecommitdiffstats
path: root/module/zfs
Commit message (Expand)AuthorAgeFilesLines
* Implement -t option to zpool import for temporary pool namesRichard Yao2014-03-201-2/+26
* Fix regression introduced in port of Illumos #3744Andrey Vesnovaty2014-03-201-2/+4
* 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-042-6/+8
* dmu_tx kstat cleanupNed Bass2014-03-042-2/+2
* Invalidate Linux buffer cache on vdevs upon each flushRichard 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
* Remove recursion from dsl_dir_willuse_space()Andrew Barnes2014-03-041-11/+17
* 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-211-14/+24
* 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-212-20/+49
* Revert "Return -1 from arc_shrinker_func()"Prakash Surya2014-02-211-1/+3
* Disable arc_p adapt dampener by defaultPrakash Surya2014-02-211-2/+12
* Allow "arc_p" to drop to zero or grow to "arc_c"Prakash Surya2014-02-211-13/+4
* Disable aggressive arc_p growth by defaultPrakash Surya2014-02-211-1/+8
* 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
* Add erratum for issue #2094Richard Yao2014-02-211-0/+39
* Add generic errata infrastructureBrian Behlendorf2014-02-212-0/+4
* Revert changes to zbookmark_tRichard Yao2014-02-211-1/+0
* Propagate errors when registering "relatime" property callback.Tim Chase2014-02-121-1/+1
* Fix corrupted l2_asize in arcstatsBrian Behlendorf2014-02-051-1/+1
* 4188 assertion failed in dmu_tx_hold_free(): dn_datablkshift != 0Matthew Ahrens2014-01-311-1/+8
* Illumos 4504 traverse_visitbp: visit group before userMatthew Ahrens2014-01-291-6/+6
* Implement relatime.Tim Chase2014-01-292-9/+86
* Call gethrtime() only once per new txg creationCyril Plisko2014-01-232-4/+4
* Add additional state TXG_STATE_WAIT_FOR_SYNC for txg.Igor Lvovsky2014-01-232-6/+15
* Use enum type(zfetch_dirn_t) insteadShen Yan2014-01-231-2/+4
* Allow chown/chgrp when no ACL SAs exist.Tim Chase2014-01-231-0/+11
* vdev_file_io_start() to use taskq_dispatch(TQ_PUSHPAGE)Ned Bass2014-01-231-1/+1
* Use long holds in zvol_set_volsize()Brian Behlendorf2014-01-141-55/+67
* Drain iput taskq outside z_teardown_lockBrian Behlendorf2014-01-091-8/+8
* Force LZ4_FORCE_SW_BITCOUNT for SparcBrian Behlendorf2014-01-091-0/+3
* Fix zfs_getattr_fast typesBrian Behlendorf2014-01-091-1/+6
* Use local variable to read zp->z_modeBrian Behlendorf2014-01-091-1/+4
* Add ddt, ddt_entry, and l2arc_hdr cachesJohn Layman2014-01-073-16/+40
* Fix the creation of ZPOOL_HIST_CMD pool history entries.Tim Chase2014-01-071-8/+9
* Properly handle updates of variably-sized SA entries.Tim Chase2013-12-201-6/+11
* cstyle: Resolve C style issuesMichael Kjorling2013-12-1848-458/+497
* Add zfs_send_corrupt_data module optionTurbo Fredriksson2013-12-181-0/+5
* Fix z_sync_cnt decrement in zfs_closeChunwei Chen2013-12-172-10/+7
* cstyle: zvol.cBrian Behlendorf2013-12-161-109/+113
* Sync /dev/zfs ioctl orderingBrian Behlendorf2013-12-161-0/+7
* Remove ZFC_IOC_*_MINOR ioctl()sBrian Behlendorf2013-12-164-82/+142