aboutsummaryrefslogtreecommitdiffstats
path: root/include/sys
Commit message (Expand)AuthorAgeFilesLines
* Illumos 5960, 5925Paul Dagnelie2016-01-089-22/+126
* Illumos 5746 - more checksumming in zfs sendMatthew Ahrens2015-12-303-4/+34
* Prevent SA length overflowNed Bass2015-12-301-0/+5
* Add lock types RW_NOLOCKDEP and MUTEX_NOLOCKDEPOlaf Faaland2015-12-221-0/+2
* Fix vdev_queue_aggregate() deadlockBrian Behlendorf2015-12-181-0/+1
* Use uio for zvol_{read,write}Chunwei Chen2015-12-151-3/+0
* Use spa as key besides objsetid for snapentryChunwei Chen2015-12-081-1/+2
* Illumos 5959 - clean up per-dataset feature count codeMatthew Ahrens2015-12-041-5/+17
* Add zap_prefetch() interfaceBrian Behlendorf2015-12-041-0/+1
* Ext4's typical GPT partition type not recognizedilovezfs2015-12-041-0/+126
* Illumos 934 - FreeBSD's GPT not recognizedYuri Pankov2015-12-041-48/+59
* Only trigger SET_ERROR tracepoint event on errorRichard Yao2015-12-021-0/+9
* Illumos 6267 - dn_bonus evicted too earlyJustin T. Gibbs2015-10-132-2/+17
* Honor xattr=sa dataset propertyNed Bass2015-09-192-1/+3
* Illumos 6214 - zpools going southArne Jansen2015-09-112-14/+1
* Add dbgmsg kstatBrian Behlendorf2015-09-042-34/+4
* Merge branch 'zvol'Brian Behlendorf2015-09-041-2/+2
|\
| * zvol processing should use struct bioRichard Yao2015-09-041-2/+2
* | Add temporary mount optionsBrian Behlendorf2015-09-034-8/+131
|/
* Dbuf hash table should be sized as is the arc hash tableTim Chase2015-09-021-0/+3
* Disable LBA weighting on files and SSDsRichard Yao2015-09-011-0/+1
* Linux 3.18 compat: Snapshot auto-mountingBrian Behlendorf2015-08-312-21/+10
* Check large block feature flag on volumesBrian Behlendorf2015-08-281-1/+1
* Fix build failure with Linux 4.1 and FTRACEChris Dunlop2015-08-181-0/+3
* Fix build failure with Linux 4.1 and FTRACEFrédéric VANNIÈRE2015-07-298-0/+24
* Align thread priority with Linux defaultsBrian Behlendorf2015-07-281-2/+7
* Illumos 5817 - change type of arcs_size from uint64_t to refcount_tPrakash Surya2015-07-231-1/+1
* Illumos 5376 - arc_kmem_reap_now() should not result in clearing arc_no_growMatthew Ahrens2015-07-231-1/+4
* Illumos 5347 - idle pool may run itself out of spaceMatthew Ahrens2015-07-141-2/+5
* Illumos 5661 - ZFS: "compression = on" should use lz4 if feature is enabledJustin T. Gibbs2015-07-101-6/+11
* Illumos 4745 - fix AVL code misspellingsJosef 'Jeff' Sipek2015-07-101-2/+2
* Illumos 5008 - lock contention (rrw_exit) while running a read only loadAlexander Motin2015-07-063-3/+28
* Illumos 5911 - ZFS "hangs" while deleting fileMatthew Ahrens2015-07-061-2/+2
* Illumos 5981 - Deadlock in dmu_objset_find_dpArne Jansen2015-07-062-0/+2
* Illumos 5175 - implement dmu_read_uio_dbuf() to improve cached read performanceMatthew Ahrens2015-06-291-0/+1
* Remove l2ad_evict from zfs_l2arc_evict_classTim Chase2015-06-291-5/+2
* Illumos 5163 - arc should reap range_seg_cacheGeorge Wilson2015-06-251-1/+1
* Update all default taskq settingsBrian Behlendorf2015-06-251-5/+0
* Illumos 5701 - zpool list reports incorrect "alloc" value for cache devicesPrakash Surya2015-06-251-1/+1
* zfsdev_getminor() should check for invalid file handlesRichard Yao2015-06-221-1/+1
* Rename cv_wait_interruptible() to cv_wait_sig()Brian Behlendorf2015-06-111-2/+2
* Make arc_prune() asynchronousBrian Behlendorf2015-06-111-0/+6
* Add taskq_wait_outstanding() functionBrian Behlendorf2015-06-111-0/+1
* Illumos 5497 - lock contention on arcs_mtxPrakash Surya2015-06-116-7/+208
* Illumos 5408 - managing ZFS cache devices requires lots of RAMChris Williamson2015-06-113-55/+121
* Illumos 5369 - arc flags should be an enumGeorge Wilson2015-06-112-11/+32
* Illumos 5818 - zfs {ref}compressratio is incorrect with 4k sector sizeMatthew Ahrens2015-06-102-3/+5
* Illumos 5269 - zpool import slowArne Jansen2015-06-095-2/+12
* Improve on the ZFS events documentationTurbo Fredriksson2015-06-091-1/+0
* Initialize dbu_tqent in dmu_buf_init_user()Tim Chase2015-05-181-0/+1