aboutsummaryrefslogtreecommitdiffstats
path: root/module/zfs/sa.c
Commit message (Expand)AuthorAgeFilesLines
* Remove bcopy(), bzero(), bcmp()наб2022-03-151-8/+9
* module/*.ko: prune .data, global .rodataнаб2022-01-141-12/+11
* module: zfs: fix unused, remove argsusedнаб2021-12-231-4/+4
* Annotated dprintf as printf-likeRich Ercolani2021-06-221-1/+1
* Extending FreeBSD UIO StructBrian Atkinson2021-01-201-3/+3
* Remove duplicate dnode.h includeBrian Behlendorf2020-08-261-1/+0
* Mark functions as staticArvind Sankar2020-06-181-6/+6
* Add convenience wrappers for common uio usageJorgen Lundman2020-06-141-1/+1
* Replace ASSERTV macro with compiler annotationMatthew Macy2019-12-051-2/+2
* Reduce loaded range tree memory usagePaul Dagnelie2019-10-091-3/+3
* Add inode accessors to common codeMatthew Macy2019-10-021-3/+3
* Fix typos in module/zfs/Andrea Gelmini2019-09-021-2/+2
* Fix lockdep circular locking false positive involving sa_lockjdike2019-08-191-1/+1
* Improve performance by using dmu_tx_hold_*_by_dnode()Matthew Ahrens2019-07-301-5/+5
* Prefix all refcount functions with zfs_Tim Schumacher2018-10-011-4/+4
* Linux 4.19-rc3+ compat: Remove refcount_t compatTim Schumacher2018-09-261-1/+1
* Fix kernel unaligned access on sparc64Brian Behlendorf2018-07-111-15/+20
* Don't panic on bad SA_MAGIC in sa_build_indexNathaniel Clark2018-06-071-1/+7
* Raw receive functions must not decrypt dataTom Caputi2018-06-061-1/+1
* Update build system and packagingBrian Behlendorf2018-05-291-1/+0
* Project Quota on ZFSNasf-Fan2018-02-131-3/+186
* Fix coverity defects: CID 147474Tobin Harding2017-10-101-1/+2
* OpenZFS 8061 - sa_find_idx_tab can be declared more type-safelyMatthew Ahrens2017-04-141-6/+5
* 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