summaryrefslogtreecommitdiffstats
path: root/module/zfs/dbuf.c
Commit message (Expand)AuthorAgeFilesLines
* OpenZFS 7793 - ztest fails assertion in dmu_tx_willuse_spaceBrian Behlendorf2017-03-071-75/+9
* zfs_arc_num_sublists_per_state should be common to all multilistsMatthew Ahrens2017-02-151-1/+0
* Remove lint ifdef checks in zdb and dbufGiuseppe Di Natale2017-02-011-2/+0
* OpenZFS 7580 - ztest failure in dbuf_read_implGeorge Melikov2017-01-281-3/+9
* OpenZFS 7254 - ztest failed assertion in ztest_dataset_dirobj_verify: dirobjs...George Melikov2017-01-271-6/+29
* OpenZFS 7500 - Simplify dbuf_free_range by removing dn_unlisted_l0_blkidGeorge Melikov2017-01-261-35/+4
* OpenZFS 6676 - Race between unique_insert() and unique_remove() causes ZFS fs...George Melikov2017-01-261-5/+21
* codebase style improvements for OpenZFS 6459 portGeorge Melikov2017-01-221-2/+2
* 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