summaryrefslogtreecommitdiffstats
path: root/module/zfs/dbuf.c
Commit message (Expand)AuthorAgeFilesLines
* OpenZFS 9577 - remove zfs_dbuf_evict_key tsdMatthew Ahrens2019-02-221-46/+23
* Prefix all refcount functions with zfs_Tim Schumacher2018-11-081-33/+33
* Linux 4.19-rc3+ compat: Remove refcount_t compatTim Schumacher2018-11-081-5/+5
* Fix race in dnode_check_slots_free()Tom Caputi2018-11-081-0/+3
* Fix ARC hit rateBrian Behlendorf2018-01-301-1/+3
* OpenZFS 7531 - Assign correct flags to prefetched buffersbenrubson2017-11-211-0/+12
* Handle compressed buffers in __dbuf_hold_impl()Tim Chase2017-11-211-12/+32
* Scale the dbuf cache with arc_cchrisrd2017-10-161-6/+17
* OpenZFS 8126 - ztest assertion failed in dbuf_dirty due to dn_nlevels changingMatthew Ahrens2017-07-071-5/+10
* Clean up large dnode codeMatthew Ahrens2017-06-291-1/+2
* OpenZFS 8156 - dbuf_evict_notify() does not need dbuf_evict_lockMatthew Ahrens2017-06-091-11/+7
* OpenZFS 8155 - simplify dmu_write_policy handling of pre-compressed buffersMatthew Ahrens2017-06-071-3/+1
* OpenZFS 8070 - Add some ZFS commentsAlan Somers2017-05-251-0/+5
* OpenZFS 7252 - compressed zfs send / receiveDan Kimmel2017-04-261-3/+2
* OpenZFS 8025 - dbuf_read() creates unnecessary zio_root() for bonus bufMatthew Ahrens2017-04-241-5/+5
* OpenZFS 8023 - Panic destroying a metaslab deferred range treeGeorge Wilson2017-04-091-0/+1
* OpenZFS 7968 - multi-threaded spa_sync()Matthew Ahrens2017-03-201-9/+9
* 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