aboutsummaryrefslogtreecommitdiffstats
path: root/module/zfs/dbuf.c
Commit message (Expand)AuthorAgeFilesLines
* dbuf_hold_impl() cleanup to improve cached read performanceTony Nguyen2019-10-031-154/+69
* OpenZFS restructuring - move linux tracing code to platform directoriesMatthew Macy2019-09-111-1/+1
* Make module tunables cross platformMatthew Macy2019-09-051-16/+8
* Fix typos in module/zfs/Andrea Gelmini2019-09-021-4/+4
* dmu_tx_wait() hang likely due to cv_signal() in dsl_pool_dirty_delta()Serapheim Dimitropoulos2019-08-151-5/+29
* Assert that a dnode's bonuslen never exceeds its recorded sizeSerapheim Dimitropoulos2019-08-151-0/+44
* Fast Clone DeletionSara Hartse2019-07-261-0/+30
* Fix lockdep recursive locking false positive in dbuf_destroyjdike2019-07-171-1/+2
* 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