aboutsummaryrefslogtreecommitdiffstats
path: root/module/zfs/dnode.c
Commit message (Expand)AuthorAgeFilesLines
* Raw sends must be able to decrease nlevelsTom Caputi2018-02-021-6/+78
* Encryption Stability and On-Disk Format FixesTom Caputi2018-02-021-0/+6
* Undo c89 workarounds to match with upstreamDon Brady2017-11-041-6/+5
* Improved dnode allocation and dmu_hold_impl()Olaf Faaland2017-09-051-216/+306
* Enhance comments for large dnode projectMatthew Ahrens2017-08-291-0/+12
* Native Encryption for ZFS on LinuxTom Caputi2017-08-141-38/+73
* Fix dnode allocation raceBrian Behlendorf2017-08-081-57/+62
* Use SET_ERROR for constant non-zero return codesNed Bass2017-08-021-3/+3
* Clean up large dnode codeMatthew Ahrens2017-06-291-1/+2
* OpenZFS 7968 - multi-threaded spa_sync()Matthew Ahrens2017-03-201-29/+7
* OpenZFS 7793 - ztest fails assertion in dmu_tx_willuse_spaceBrian Behlendorf2017-03-071-19/+0
* OpenZFS 7500 - Simplify dbuf_free_range by removing dn_unlisted_l0_blkidGeorge Melikov2017-01-261-6/+1
* OpenZFS 6676 - Race between unique_insert() and unique_remove() causes ZFS fs...George Melikov2017-01-261-3/+3
* Fix unallocated object detection for large_dnode datasetsLOLi2017-01-131-0/+1
* Use cstyle -cpP in `make cstyle` checkBrian Behlendorf2016-12-121-1/+1
* OpenZFS 6988 spa_sync() spends half its time in dmu_objset_do_userquota_updatesJinshan Xiong2016-10-071-3/+0
* fix: Shift exponent too largeGvozden Neskovic2016-09-291-2/+17
* OpenZFS 6950 - ARC should cache compressed dataGeorge Wilson2016-09-131-1/+1
* Performance optimization of AVL tree comparator functionsGvozden Neskovic2016-08-311-19/+7
* Limit the amount of dnode metadata in the ARCTim Chase2016-07-251-2/+2
* Implement large_dnode pool featureNed Bass2016-06-241-42/+196
* Illumos 5987 - zfs prefetch code needs workMatthew Ahrens2016-01-121-3/+1
* Illumos 5960, 5925Paul Dagnelie2016-01-081-9/+9
* Identify locks flagged by lockdepOlaf Faaland2015-12-221-1/+1
* Illumos 5911 - ZFS "hangs" while deleting fileMatthew Ahrens2015-07-061-14/+65
* Illumos 5422 - preserve AVL invariants in dn_dbufsAlex Reece2015-05-111-6/+4
* Illumos 5027 - zfs large block supportMatthew Ahrens2015-05-111-5/+5
* Illumos 5056 - ZFS deadlock on db_mtx and dn_holdsJustin T. Gibbs2015-04-281-30/+53
* Illumos 5314 - Remove "dbuf phys" db->db_data pointer aliases in ZFSJustin T. Gibbs2015-04-281-1/+1
* Illumos 5095 - panic when adding a duplicate dbuf to dn_dbufsAlex Reece2015-04-281-16/+18
* Illumos 5038 - Remove "old-style" flexible array usage in ZFS.Justin T. Gibbs2015-04-281-3/+3
* Illumos 4873 - zvol unmap calls can take a very long time for larger datasetsAlex Reece2015-04-281-11/+48
* Illumos 4975 - missing mutex_destroy() calls in zfsJorgen Lundman2015-04-281-0/+5
* Illumos 5630 - stale bonus buffer in recycled dnode_t leads to data corruptionJustin T. Gibbs2015-03-121-1/+7
* Change KM_PUSHPAGE -> KM_SLEEPBrian Behlendorf2015-01-161-2/+2
* Retire KM_NODEBUGBrian Behlendorf2015-01-161-2/+1
* Remove duplicate typedefs from trace.hNed Bass2015-01-061-0/+1
* Illumos 5139 - SEEK_HOLE failed to report a hole at end of fileMatthew Ahrens2014-09-231-0/+9
* Illumos 4757, 4913Matthew Ahrens2014-08-011-2/+2
* Illumos #4374Matthew Ahrens2014-07-301-105/+20
* Illumos 4370, 4371Max Grossman2014-07-281-31/+22
* Illumos #4101, #4102, #4103, #4105, #4106George Wilson2014-07-221-1/+1
* Use default slab typesBrian Behlendorf2014-05-221-1/+1
* Illumos #4045 write throttle & i/o scheduler performance workMatthew Ahrens2013-12-061-9/+8
* Illumos #4047Matthew Ahrens2013-11-051-1/+6
* Illumos #3742Will Andrews2013-11-041-8/+10
* Illumos #3598Matthew Ahrens2013-10-311-14/+14
* Illumos #3464Matthew Ahrens2013-09-041-1/+5
* Illumos #3006Madhav Suresh2013-06-191-38/+38
* Illumos #2619 and #2747Christopher Siden2013-01-081-8/+11