aboutsummaryrefslogtreecommitdiffstats
path: root/module/zfs/dbuf.c
Commit message (Expand)AuthorAgeFilesLines
...
* Add ASSERT to debug encryption key mapping issuesTom Caputi2018-06-181-0/+14
* OpenZFS 9577 - remove zfs_dbuf_evict_key tsdMatthew Ahrens2018-06-131-46/+23
* OpenZFS 8484 - Implement aggregate sum and use for arc countersPaul Dagnelie2018-06-061-14/+6
* Update build system and packagingBrian Behlendorf2018-05-291-3/+3
* assertion in arc_release() during encrypted receiveMatthew Ahrens2018-04-171-21/+38
* OpenZFS 7614, 9064 - zfs device evacuation/removalMatthew Ahrens2018-04-141-0/+139
* Fix race in dnode_check_slots_free()Tom Caputi2018-04-101-0/+3
* Decryption error handling improvementsTom Caputi2018-03-311-6/+14
* Encrypted dnode blocks should be prefetched rawTom Caputi2018-03-311-2/+7
* OpenZFS 9188 - increase size of dbuf cache to reduce indirect block decompres...Brian Behlendorf2018-03-131-11/+15
* Raw DRR_OBJECT records must write raw dataTom Caputi2018-02-271-2/+1
* Raw receives must compress metadnode blocksTom Caputi2018-02-211-1/+2
* Project Quota on ZFSNasf-Fan2018-02-131-1/+1
* Change os->os_next_write_raw to work per txgTom Caputi2018-02-021-0/+1
* 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