aboutsummaryrefslogtreecommitdiffstats
path: root/module/zfs/sa.c
Commit message (Expand)AuthorAgeFilesLines
* OpenZFS 6676 - Race between unique_insert() and unique_remove() causes ZFS fs...George Melikov2017-01-261-4/+6
* OpenZFS 6529 - Properly handle updates of variably-sized SA entriesGeorge Melikov2017-01-191-15/+33
* Fix spellingka72017-01-031-1/+1
* Remove unused sa_update_from_cb()cao2016-12-011-21/+0
* Convert zio_buf_alloc() consumersBrian Behlendorf2016-11-301-2/+2
* Fix sa_legacy_attr_count to use ARRAY_SIZEcao2016-11-021-1/+1
* Performance optimization of AVL tree comparator functionsGvozden Neskovic2016-08-311-18/+10
* Implement large_dnode pool featureNed Bass2016-06-241-9/+12
* Prevent SA length overflowNed Bass2015-12-301-0/+6
* Illumos 5562 - ZFS sa_handle's violate kmem invariants, debug kernels panic o...Justin T. Gibbs2015-05-111-14/+6
* Illumos 5027 - zfs large block supportMatthew Ahrens2015-05-111-3/+3
* Illumos 5056 - ZFS deadlock on db_mtx and dn_holdsJustin T. Gibbs2015-04-281-21/+22
* Illumos 5314 - Remove "dbuf phys" db->db_data pointer aliases in ZFSJustin T. Gibbs2015-04-281-4/+3
* Illumos 4975 - missing mutex_destroy() calls in zfsJorgen Lundman2015-04-281-0/+4
* Fix SA header size accountingNed Bass2015-02-061-41/+44
* Fix removal of SA in sa_modify_attrs()Tim Chase2015-01-211-3/+1
* Revert "SA spill block cache"Brian Behlendorf2015-01-161-23/+4
* Change KM_PUSHPAGE -> KM_SLEEPBrian Behlendorf2015-01-161-13/+13
* Calculate header size correctly in sa_find_sizes()Tim Chase2014-05-191-6/+8
* Properly handle updates of variably-sized SA entries.Tim Chase2013-12-201-6/+11
* cstyle: Resolve C style issuesMichael Kjorling2013-12-181-4/+6
* sa_find_sizes() may compute wrong SA header sizeJames Pan2013-12-101-24/+21
* Illumos #3742Will Andrews2013-11-041-2/+1
* Illumos #3598Matthew Ahrens2013-10-311-8/+8
* Illumos #3522George Wilson2013-10-301-1/+2
* Illumos #3464Matthew Ahrens2013-09-041-3/+3
* Constify structures containing function pointersRichard Yao2013-03-041-1/+1
* Fix mismatch between SA header size and layoutNed Bass2013-01-311-0/+16
* Fix rounding discrepancy in sa_find_sizes()Ned Bass2013-01-311-0/+5
* Illumos #2619 and #2747Christopher Siden2013-01-081-8/+8
* Switch KM_SLEEP to KM_PUSHPAGERichard Yao2012-08-271-13/+13
* Drop spill buffer referenceJaven Wu2012-08-251-2/+22
* Add sa_spill_rele() interfaceBrian Behlendorf2012-03-071-0/+14
* Implement SA based xattrsBrian Behlendorf2011-11-281-4/+24
* Illumos #1661: Fix flaw in sa_find_sizes() calculationXin Li2011-10-241-2/+2
* Export symbols for the full SA APIBrian Behlendorf2011-10-051-0/+35
* Enable zfs_znode compilationBrian Behlendorf2011-02-101-4/+0
* Add linux user disk supportBrian Behlendorf2010-08-311-1/+4
* Fix gcc uninitialized variable warningsBrian Behlendorf2010-08-311-3/+3
* Fix gcc unused variable warningsBrian Behlendorf2010-08-311-4/+4
* Fix gcc missing parenthesis warningsBrian Behlendorf2010-08-311-4/+4
* Fix gcc missing case warningsBrian Behlendorf2010-08-271-0/+2
* Fix gcc cast warningsBrian Behlendorf2010-08-271-2/+2
* Fix gcc c90 compliance warningsBrian Behlendorf2010-08-271-2/+2
* Update to onnv_147Brian Behlendorf2010-08-261-67/+151
* Update core ZFS code from build 121 to build 141.Brian Behlendorf2010-05-281-0/+1886