aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Illumos 5745 - zfs set allows only one dataset property to be set at a timeChris Williamson2015-12-291-1/+2
* 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-152-3/+2
* Use spa as key besides objsetid for snapentryChunwei Chen2015-12-081-1/+2
* Illumos 5959 - clean up per-dataset feature count codeMatthew Ahrens2015-12-042-10/+30
* 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
* Linux 4.4 compat: xattr operations takes xattr_handlerChunwei Chen2015-12-011-0/+28
* Illumos 6267 - dn_bonus evicted too earlyJustin T. Gibbs2015-10-132-2/+17
* Linux 4.3 compat: bio_end_io_t / BIO_UPTODATELukas Wunner2015-09-251-12/+9
* Add large block support to zpios(1) benchmarkDon Brady2015-09-222-0/+6
* Honor xattr=sa dataset propertyNed Bass2015-09-192-1/+3
* Illumos 6214 - zpools going southArne Jansen2015-09-112-14/+1
* Reintroduce IO accounting on zvols on Linux 3.19+Richard Yao2015-09-091-0/+5
* Add dbgmsg kstatBrian Behlendorf2015-09-042-34/+4
* Merge branch 'zvol'Brian Behlendorf2015-09-042-181/+23
|\
| * Remove blk_rq_bytes()/blk_rq_sectors autotools checksRichard Yao2015-09-041-23/+0
| * Remove blk_rq_pos() autotools checkRichard Yao2015-09-041-8/+0
| * Remove blk_fetch_request() autotools checkRichard Yao2015-09-041-14/+0
| * Remove blk_requeue_request() autotools checkRichard Yao2015-09-041-8/+0
| * Remove blk_end_request() autotools check.Richard Yao2015-09-041-74/+0
| * Remove rq_is_sync() autotools checkRichard Yao2015-09-041-8/+0
| * Remove rq_for_each_segment() autotools checkRichard Yao2015-09-041-42/+0
| * zvol processing should use struct bioRichard Yao2015-09-042-3/+22
| * VDEV_REQ_FUA should be mapped to REQ_FUARichard Yao2015-09-021-1/+1
* | 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
* Remove blk_queue_io_opt() autotools checkRichard Yao2015-09-011-9/+0
* Remove blk_queue_physical_block_size() autotools checkRichard Yao2015-09-011-10/+0
* Linux 3.18 compat: Snapshot auto-mountingBrian Behlendorf2015-08-313-21/+21
* Check large block feature flag on volumesBrian Behlendorf2015-08-281-1/+1
* Add compatibility layer for {kmap,kunmap}_atomicChunwei Chen2015-08-242-1/+42
* 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
* Linux 4.2 compat: bdi_setup_and_register()Brian Behlendorf2015-07-171-0/+1
* 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