summaryrefslogtreecommitdiffstats
path: root/module/zfs/dbuf.c
Commit message (Expand)AuthorAgeFilesLines
* Add dbuf hash and dbuf cache kstatsGiuseppe Di Natale2018-01-291-14/+180
* Fix ARC hit rateBrian Behlendorf2018-01-081-1/+3
* Sequential scrub and resilversTom Caputi2017-11-151-6/+16
* OpenZFS 7531 - Assign correct flags to prefetched buffersbenrubson2017-11-111-0/+12
* Handle compressed buffers in __dbuf_hold_impl()Tim Chase2017-11-081-12/+43
* Undo c89 workarounds to match with upstreamDon Brady2017-11-041-26/+16
* OpenZFS 8081 - Compiler warnings in zdbBrian Behlendorf2017-10-271-0/+1
* Fixes for #6639Tom Caputi2017-10-111-0/+9
* Encryption patch follow-upTom Caputi2017-10-111-2/+1
* Scale the dbuf cache with arc_cchrisrd2017-09-291-6/+17
* dbuf_cons: deduplicate multilist_link_init()chrisrd2017-08-241-1/+0
* Native Encryption for ZFS on LinuxTom Caputi2017-08-141-36/+173
* Simplify threads, mutexs, cvs and rwlocksBrian Behlendorf2017-08-111-1/+1
* 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