aboutsummaryrefslogtreecommitdiffstats
path: root/module/zfs/dnode_sync.c
Commit message (Expand)AuthorAgeFilesLines
* For db_marker inherit the db pointer for AVL comparision.Chunwei Chen2023-12-111-1/+8
* Improve ZFS objset sync parallelismednadolski-ix2023-11-061-0/+1
* free_blocks(): Fix reports from 2016 PVS Studio FreeBSD reportRichard Yao2023-01-231-10/+17
* Cache dbuf_hash() calculationRichard Yao2022-12-131-2/+2
* Replace dead opensolaris.org license linkTino Reichardt2022-07-111-1/+1
* Remove bcopy(), bzero(), bcmp()наб2022-03-151-7/+7
* Report dnodes with faulty bonuslenGeorge Amanakis2022-02-031-0/+2
* Introduce a flag to skip comparing the local mac when raw sendingGeorge Amanakis2022-01-211-2/+7
* Annotated dprintf as printf-likeRich Ercolani2021-06-221-2/+3
* Improve zfs receive performance with lightweight writeMatthew Ahrens2020-12-111-2/+4
* dnode_sync is careless with range treePatrick Mooney2020-08-261-2/+12
* Make use of ZFS_DEBUG consistent within kmod sourcesMatthew Macy2020-07-251-2/+2
* Convert dbuf dirty record record list to a list_tMatthew Macy2020-02-051-7/+5
* Replace ASSERTV macro with compiler annotationMatthew Macy2019-12-051-4/+4
* Decrease contention on dn_struct_rwlockPaul Dagnelie2019-07-081-6/+29
* Reinstate raw receive check when truncatingTom Caputi2019-06-061-1/+15
* Fix handling of maxblkid for raw sendsTom Caputi2019-03-131-8/+5
* Add types to featureflags in zfsPaul Dagnelie2018-10-161-2/+2
* Refactor dmu_recv into its own filePaul Dagnelie2018-10-091-1/+1
* Prefix all refcount functions with zfs_Tim Schumacher2018-10-011-3/+3
* Fix OpenZFS 9337 mismergeGeorge Wilson2018-08-021-2/+2
* OpenZFS 9439 - ZFS double-free due to failure to dirty indirect blockMatthew Ahrens2018-07-301-0/+18
* OpenZFS 9438 - Holes can lose birth time info if a block has a mix of birth t...Paul Dagnelie2018-07-301-24/+30
* OpenZFS 9337 - zfs get all is slow due to uncached metadataMatthew Ahrens2018-07-121-2/+2
* Raw receive fix and encrypted objset security fixTom Caputi2018-06-281-1/+6
* OpenZFS 9166 - zfs storage pool checkpointSerapheim Dimitropoulos2018-06-261-1/+1
* OpenZFS 9577 - remove zfs_dbuf_evict_key tsdMatthew Ahrens2018-06-131-2/+15
* Raw sends must be able to decrease nlevelsTom Caputi2018-02-021-0/+2
* Encryption Stability and On-Disk Format FixesTom Caputi2018-02-021-0/+12
* Undo c89 workarounds to match with upstreamDon Brady2017-11-041-15/+9
* Native Encryption for ZFS on LinuxTom Caputi2017-08-141-3/+10
* OpenZFS 7968 - multi-threaded spa_sync()Matthew Ahrens2017-03-201-1/+1
* OpenZFS 7580 - ztest failure in dbuf_read_implGeorge Melikov2017-01-281-5/+13
* Fix spellingka72017-01-031-1/+1
* Fix coverity defects: CID 147575, 147577, 147578, 147579cao2016-11-071-1/+1
* Add support for user/group dnode accounting & quotaJinshan Xiong2016-10-071-0/+5
* OpenZFS 6950 - ARC should cache compressed dataGeorge Wilson2016-09-131-2/+2
* Implement large_dnode pool featureNed Bass2016-06-241-4/+16
* Backfill metadnode more intelligentlyNed Bass2016-06-241-0/+1
* OpenZFS 6513 - partially filled holes lose birth timePaul Dagnelie2016-06-211-15/+9
* Illumos 5960, 5925Paul Dagnelie2016-01-081-3/+3
* Illumos 6267 - dn_bonus evicted too earlyJustin T. Gibbs2015-10-131-5/+9
* Illumos 5911 - ZFS "hangs" while deleting fileMatthew Ahrens2015-07-061-2/+2
* Illumos 5350 - clean up code in dnode_sync()Matthew Ahrens2015-05-111-5/+4
* Illumos 5531 - NULL pointer dereference in dsl_prop_get_ds()Justin T. Gibbs2015-04-281-1/+2
* Illumos 5056 - ZFS deadlock on db_mtx and dn_holdsJustin T. Gibbs2015-04-281-41/+29
* Illumos 4873 - zvol unmap calls can take a very long time for larger datasetsAlex Reece2015-04-281-8/+4
* Illumos 4975 - missing mutex_destroy() calls in zfsJorgen Lundman2015-04-281-0/+3
* Illumos 5630 - stale bonus buffer in recycled dnode_t leads to data corruptionJustin T. Gibbs2015-03-121-0/+6
* Illumos 5117 - spacemap reallocation can cause corruptionGeorge Wilson2014-09-081-5/+5