aboutsummaryrefslogtreecommitdiffstats
path: root/module
Commit message (Expand)AuthorAgeFilesLines
* Illumos #4101, #4102, #4103, #4105, #4106George Wilson2014-07-2212-1164/+1916
* Move metaslab_group_alloc_update() callPrakash Surya2014-07-221-2/+2
* Fix zil_commit() NULL dereferenceBrian Behlendorf2014-07-174-6/+23
* Illumos 4168, 4169, 4170: ztest, zdb and zhack fixesGeorge Wilson2014-07-172-10/+0
* Convert zfs_mg_noalloc_threshold to a module parameter and documentTim Chase2014-07-161-0/+4
* Preserve asize when last mirror child promoted to top-level vdevAndrew Barnes2014-07-021-0/+11
* Illumos #4936 fix potential overflow in lz4Dan McDonald2014-07-011-0/+3
* Comment the lack of real_LZ4_uncompress()Tim Chase2014-07-011-0/+5
* Revert "Fix __zio_execute() asynchronous dispatch"Brian Behlendorf2014-06-111-2/+0
* Use default slab typesBrian Behlendorf2014-05-222-15/+4
* Honor zfs_nocacheflush for file vdevsHC2014-05-191-0/+4
* Calculate header size correctly in sa_find_sizes()Tim Chase2014-05-191-6/+8
* Allow for lock-free reading zfsdev_state_list.Tim Chase2014-05-191-17/+44
* Use a dedicated taskq for vdev_fileChunwei Chen2014-05-142-1/+21
* Handle vdev_lookup_top() failure in dva_get_dsize_sync()Brian Behlendorf2014-05-061-1/+3
* Check the dataset type more rigorously when fetching properties.Tim Chase2014-05-063-5/+11
* Fix styleBrian Behlendorf2014-05-061-1/+2
* Illumos #4101 finer-grained control of metaslab_debugGeorge Wilson2014-05-061-6/+14
* Treat spill block dbufs as meta dataBrian Behlendorf2014-05-051-1/+4
* dmu_tx_assign() should not return ENOMEMBrian Behlendorf2014-05-011-1/+6
* Implement File Attribute SupportRichard Yao2014-05-012-3/+114
* Add assertion to catch 0-count pageChunwei Chen2014-04-251-0/+7
* Fix LZ4 endianness autodetectionNed Bass2014-04-201-8/+3
* Fix zfsdev_ioctl() kmem leak warningBrian Behlendorf2014-04-181-5/+9
* Uninitialized variable spa_autoreplace usedDHE2014-04-161-1/+1
* Use ddi_time_after and friends to compare timeChunwei Chen2014-04-144-9/+11
* Linux 3.14 compat: rq_for_each_segment in dmu_req_copyChunwei Chen2014-04-101-7/+7
* Revert "Fix zvol+btrfs hang"Chunwei Chen2014-04-101-77/+0
* Refactor dmu_req_copy for immutable biovec changesChunwei Chen2014-04-101-28/+39
* Linux 3.14 compat: Immutable biovec changes in vdev_disk.cChunwei Chen2014-04-101-5/+5
* Linux 3.14 compat: posix_acl_{create,chmod}Chunwei Chen2014-04-101-2/+2
* Fix locking order in zfs_zget()Richard Yao2014-04-041-1/+1
* Fix deadlock in zfs_zget()Richard Yao2014-04-041-1/+21
* Revert "Fixed a use-after-free bug in zfs_zget()."Brian Behlendorf2014-04-031-23/+1
* Add automatic hot spare functionalityBrian Behlendorf2014-04-022-9/+49
* Clarify zpool_events_next() commentBrian Behlendorf2014-03-311-1/+1
* Add zpool_events_seek() functionalityBrian Behlendorf2014-03-312-0/+85
* Add a unique "eid" value to all zeventsBrian Behlendorf2014-03-311-0/+16
* Illumos #4089 NULL pointer dereference in arc_read()Boris Protopopov2014-03-241-9/+11
* 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