aboutsummaryrefslogtreecommitdiffstats
path: root/module/zfs/dbuf.c
Commit message (Expand)AuthorAgeFilesLines
* Decrease contention on dn_struct_rwlockPaul Dagnelie2019-07-081-75/+126
* Remove code for zfs remapMatthew Ahrens2019-06-241-54/+0
* Implement Redacted Send/ReceivePaul Dagnelie2019-06-191-5/+98
* Fix send/recv lost spill blockBrian Behlendorf2019-05-071-1/+1
* Fix TXG_MASK cstyleBrian Behlendorf2019-04-121-1/+1
* Fix handling of maxblkid for raw sendsTom Caputi2019-03-131-1/+2
* Stack overflow in recursive bpobj_iterate_implPaul Zuchowski2019-03-061-0/+18
* Fix error handling incallers of dbuf_hold_level()Tom Caputi2019-01-171-0/+6
* Fix zio leak in dbuf_read()Tom Caputi2019-01-151-2/+11
* Prefix all refcount functions with zfs_Tim Schumacher2018-10-011-43/+45
* Linux 4.19-rc3+ compat: Remove refcount_t compatTim Schumacher2018-09-261-5/+5
* clean up __dbuf_hold_implMatthew Ahrens2018-08-311-43/+37
* OpenZFS 9403 - assertion failed in arc_buf_destroy()Tom Caputi2018-08-291-17/+20
* Fix issues with raw receive_write_byref()Tom Caputi2018-08-201-1/+0
* Fix comment on calculating blkidTomohiro Kusumi2018-08-131-1/+1
* Fix OpenZFS 9337 mismergeGeorge Wilson2018-08-021-8/+9
* OpenZFS 9337 - zfs get all is slow due to uncached metadataMatthew Ahrens2018-07-121-60/+211
* Fix coverity defects: CID 176037Tom Caputi2018-07-021-3/+4
* Raw receive fix and encrypted objset security fixTom Caputi2018-06-281-34/+103
* 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