aboutsummaryrefslogtreecommitdiffstats
path: root/module/zfs/dmu.c
Commit message (Expand)AuthorAgeFilesLines
* Illumos 5820 - verify failed in zio_done(): BP_EQUAL(bp, io_bp_orig)Matthew Ahrens2015-05-041-11/+24
* dmu: fix integer overflowsJason Zaman2015-05-041-18/+22
* Illumos 5695 - dmu_sync'ed holes do not retain birth timePrakash Surya2015-03-271-1/+13
* Illumos 5047 - don't use atomic_*_nv if you discard the return valueJosef 'Jeff' Sipek2015-03-121-1/+1
* Change KM_PUSHPAGE -> KM_SLEEPBrian Behlendorf2015-01-161-6/+6
* Retire KM_NODEBUGBrian Behlendorf2015-01-161-2/+1
* Illumos 5162 - zfs recv should use loaned arc buffer to avoid copyMatthew Ahrens2014-10-211-1/+8
* Illumos 3693 - restore_object uses at least two transactions to restore an ob...Matthew Ahrens2014-10-211-0/+1
* Illumos 4924 - LZ4 Compression for metadataDaniil Lunev2014-10-201-2/+12
* Improve VERIFY() error in dmu_write()Brian Behlendorf2014-10-081-1/+1
* Illumos 4914 - zfs on-disk bookmark structure should be named *_phys_tMatthew Ahrens2014-08-061-3/+3
* Illumos 4757, 4913Matthew Ahrens2014-08-011-20/+65
* Illumos 3835 zfs need not store 2 copies of all metadataMatthew Ahrens2014-07-311-2/+15
* Illumos 4370, 4371Max Grossman2014-07-281-4/+2
* 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
* cstyle: Resolve C style issuesMichael Kjorling2013-12-181-11/+12
* Illumos #4045 write throttle & i/o scheduler performance workMatthew Ahrens2013-12-061-16/+21
* Illumos #4082Matthew Ahrens2013-11-051-0/+10
* Illumos #4047Matthew Ahrens2013-11-051-72/+63
* Illumos #3236George Wilson2013-11-051-38/+100
* Illumos #3741Will Andrews2013-11-041-1/+1
* Illumos #3598Matthew Ahrens2013-10-311-15/+16
* Illumos #3603, #3604: bobj improvementsMatthew Ahrens2013-10-311-1/+1
* Illumos #3522George Wilson2013-10-301-2/+1
* Add visibility in to cached dbufsBrian Behlendorf2013-10-251-7/+11
* Illumos #3464Matthew Ahrens2013-09-041-1/+1
* Illumos #3137 L2ARC compressionSaso Kiselkov2013-08-081-3/+4
* Export additional dmu symbolsBrian Behlendorf2013-08-011-0/+6
* Illumos #3086: unnecessarily setting DS_FLAG_INCONSISTENT on asyncMatthew Ahrens2013-01-081-2/+2
* Illumos #2619 and #2747Christopher Siden2013-01-081-56/+70
* Fix zvol+btrfs hangBrian Behlendorf2012-11-091-0/+77
* Add FASTWRITE algorithm for synchronous writes.Etienne Dechamps2012-10-171-2/+2
* Switch KM_SLEEP to KM_PUSHPAGERichard Yao2012-08-271-6/+6
* Add zfs_mdcomp_disable module optionBrian Behlendorf2012-04-271-0/+3
* Add 'dmu_tx' kstats entryBrian Behlendorf2012-02-271-0/+2
* Export symbols for zero-copyAlex Zhuravlev2012-02-171-0/+2
* Export symbols for zero-copyBrian Behlendorf2012-02-101-4/+4
* Suppress large kmem_alloc() warningBrian Behlendorf2011-02-101-1/+1
* Remove dmu_write_pages() supportBrian Behlendorf2011-02-101-57/+0
* Add initial rw_uio functions to the dmuBrian Behlendorf2011-02-041-3/+109
* Add linux kernel module supportBrian Behlendorf2010-08-311-0/+19
* Add linux kernel disk supportBrian Behlendorf2010-08-311-45/+86
* Fix kstat xuioBrian Behlendorf2010-08-311-0/+25
* Fix gcc uninitialized variable warningsBrian Behlendorf2010-08-311-1/+1
* Fix gcc c90 compliance warningsBrian Behlendorf2010-08-271-1/+2
* Update to onnv_147Brian Behlendorf2010-08-261-54/+157
* Update core ZFS code from build 121 to build 141.Brian Behlendorf2010-05-281-166/+551
* Rebase master to b121Brian Behlendorf2009-08-181-43/+36