aboutsummaryrefslogtreecommitdiffstats
path: root/module/zfs/dbuf.c
Commit message (Expand)AuthorAgeFilesLines
* Fix spellingka72017-01-031-2/+2
* Fix typos in dbuf.cbunder20152016-12-131-5/+5
* Use cstyle -cpP in `make cstyle` checkBrian Behlendorf2016-12-121-13/+12
* OpenZFS 7143 - dbuf_read() creates unnecessary zio_root() for bonus bufBrian Behlendorf2016-12-011-3/+4
* Convert zio_buf_alloc() consumersBrian Behlendorf2016-11-301-5/+4
* DLPX-44812 integrate EP-220 large memory scalabilityDavid Quigley2016-11-291-1/+6
* Fix coverity defects: CID 150943, 150938cao2016-10-131-2/+2
* OpenZFS 4185 - add new cryptographic checksums to ZFS: SHA-512, Skein, Edon-RTony Hutter2016-10-031-1/+2
* fix: Shift exponent too largeGvozden Neskovic2016-09-291-3/+14
* Reduce noise in tracing logsIsaac Huang2016-09-211-1/+1
* DLPX-40252 integrate EP-476 compressed zfs send/receiveDan Kimmel2016-09-131-71/+102
* OpenZFS 6950 - ARC should cache compressed dataGeorge Wilson2016-09-131-206/+452
* OpenZFS 6322 - ZFS indirect block predictive prefetchAlexander Motin2016-08-301-3/+3
* OpenZFS 7086 - ztest attempts dva_get_dsize_sync on an embedded blockpointerMatthew Ahrens2016-08-301-6/+14
* OpenZFS 7004 - dmu_tx_hold_zap() does dnode_hold() 7x on same objectMatthew Ahrens2016-08-191-1/+16
* OpenZFS 7003 - zap_lockdir() should tag holdMatthew Ahrens2016-08-191-0/+7
* OpenZFS 7176 - Yet another hole birth issuePaul Dagnelie2016-08-181-6/+26
* It is not necessary to zero struct dbuf_hold_impl_dataMatthew Ahrens2016-08-161-1/+9
* Limit the amount of dnode metadata in the ARCTim Chase2016-07-251-7/+7
* Fix PANIC: metaslab_free_dva(): bad DVA X:Y:ZPeng2016-07-121-0/+16
* Implement large_dnode pool featureNed Bass2016-06-241-22/+38
* OpenZFS 6513 - partially filled holes lose birth timePaul Dagnelie2016-06-211-7/+118
* Illumos 6844 - dnode_next_offset can detect fictional holesAlex Reece2016-04-271-5/+20
* Illumos 5045 - use atomic_{inc,dec}_* instead of atomic_add_*Josef 'Jeff' Sipek2016-01-151-2/+2
* Illumos 6288 - dmu_buf_will_dirty could be fasterMatthew Ahrens2016-01-121-10/+52
* Illumos 5987 - zfs prefetch code needs workMatthew Ahrens2016-01-121-12/+9
* Illumos 5960, 5925Paul Dagnelie2016-01-081-44/+248
* Identify locks flagged by lockdepOlaf Faaland2015-12-221-1/+1
* Illumos 5959 - clean up per-dataset feature count codeMatthew Ahrens2015-12-041-0/+5
* Illumos 6267 - dn_bonus evicted too earlyJustin T. Gibbs2015-10-131-35/+12
* Dbuf hash table should be sized as is the arc hash tableTim Chase2015-09-021-3/+4
* Align thread priority with Linux defaultsBrian Behlendorf2015-07-281-1/+1
* Illumos 5911 - ZFS "hangs" while deleting fileMatthew Ahrens2015-07-061-14/+20
* Illumos 5369 - arc flags should be an enumGeorge Wilson2015-06-111-5/+6
* dbuf_try_add_ref minor bug fixesNed Bass2015-06-051-2/+2
* Illumos 5027 - zfs large block supportMatthew Ahrens2015-05-111-4/+2
* Illumos 5531 - NULL pointer dereference in dsl_prop_get_ds()Justin T. Gibbs2015-04-281-6/+46
* Illumos 5056 - ZFS deadlock on db_mtx and dn_holdsJustin T. Gibbs2015-04-281-52/+133
* Illumos 5314 - Remove "dbuf phys" db->db_data pointer aliases in ZFSJustin T. Gibbs2015-04-281-27/+5
* Illumos 5095 - panic when adding a duplicate dbuf to dn_dbufsAlex Reece2015-04-281-3/+1
* Illumos 4873 - zvol unmap calls can take a very long time for larger datasetsAlex Reece2015-04-281-27/+41
* Illumos 4975 - missing mutex_destroy() calls in zfsJorgen Lundman2015-04-281-0/+6
* Mark all ZPL and ioctl functions as PF_FSTRANSTim Chase2015-04-031-1/+1
* dbuf_free_range() overzealously frees dbufsNed Bass2015-03-251-1/+6
* Illumos 5630 - stale bonus buffer in recycled dnode_t leads to data corruptionJustin T. Gibbs2015-03-121-8/+47
* Illumos 5047 - don't use atomic_*_nv if you discard the return valueJosef 'Jeff' Sipek2015-03-121-4/+4
* Use MUTEX_FSTRANS mutex typeBrian Behlendorf2015-03-031-1/+1
* Change KM_PUSHPAGE -> KM_SLEEPBrian Behlendorf2015-01-161-5/+5
* Remove duplicate typedefs from trace.hNed Bass2015-01-061-0/+1
* Undirty freed spill blocks.Tim Chase2014-11-171-3/+6