aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Use a helper function to clarify gang block sizeMatthew Ahrens2021-03-262-0/+15
* Removed duplicated includesAndrea Gelmini2021-03-222-2/+0
* Split dmu_zfetch() speculation and execution partsAlexander Motin2021-03-191-7/+16
* Fix zfs_get_data access to files with wrong generationChunwei Chen2021-03-192-3/+4
* Removing old code for k(un)map_atomicBrian Atkinson2021-03-191-2/+2
* Linux 5.12 compat: idmapped mountsColeman Kane2021-03-194-3/+59
* Clean up RAIDZ/DRAID ereport codeMatthew Ahrens2021-03-193-12/+6
* Remove unused rr_codeMatthew Ahrens2021-03-171-1/+0
* Linux: always check or verify return of igrab()Adam D. Moss2021-03-161-1/+7
* FreeBSD: Clean up zfsdev_close to match LinuxRyan Moeller2021-03-121-1/+0
* FreeBSD: switch teardown lock to rmsMateusz Guzik2021-03-121-0/+43
* Macroify teardown lock handlingMateusz Guzik2021-03-124-10/+78
* FreeBSD: rename teardown inactive macros to mimick rrm conventionMateusz Guzik2021-03-121-16/+16
* Add branch prediction to ZFS_ENTER and ZFS_VERIFY_ZP macrosMateusz Guzik2021-03-122-4/+4
* Microoptimizations for VERIFY() and friendsAdam D. Moss2021-03-112-79/+79
* Add missing files to MakefileAllan Jude2021-03-111-0/+3
* Suppress cppcheck invalidSyntax warninigsBrian Behlendorf2021-03-051-0/+2
* Linux 5.12 compat: replace bio_*_io_acct with disk_*_io_acctColeman Kane2021-02-241-2/+6
* Add upper bound for slop space calculationPrakash Surya2021-02-241-4/+5
* Cleaning up uio headersBrian Atkinson2021-02-205-59/+29
* libzpool: set_global_var: refactor to not modify 'arg'Christian Schwarz2021-02-191-1/+1
* Restore FreeBSD resource usage accountingRyan Moeller2021-02-192-0/+38
* Checksum errors may not be countedDon Brady2021-02-191-1/+2
* Add "compatibility" property for zpool feature setsColm2021-02-173-2/+35
* FreeBSD: disable edonr in zfs_mod_supported_feature()Brian Behlendorf2021-02-171-2/+0
* Make inline ABD predicates compatible with C++Ryan Moeller2021-02-151-3/+3
* Rename zfs_inode_update to zfs_znode_update_vfskhng3002021-02-093-2/+2
* Remove unused iov_iter_init_compat() wrapperBrian Behlendorf2021-01-301-13/+0
* The abd child/parent relationship does not need to be trackedMatthew Ahrens2021-01-301-0/+2
* Parallelize vdev_validateAlan Somers2021-01-261-0/+2
* Parallelize vdev_loadAlan Somers2021-01-261-0/+1
* FreeBSD: fix HEAD build, conditionally remove FDSYNC definesMatt Macy2021-01-234-4/+41
* Set aside a metaslab for ZIL blocksMatthew Ahrens2021-01-216-3/+9
* Extending FreeBSD UIO StructBrian Atkinson2021-01-2012-78/+107
* allow callers to allocate and provide the abd_t structMatthew Ahrens2021-01-203-51/+71
* record ioctl elapsed time in zpool historyMatthew Ahrens2021-01-111-0/+1
* FreeBSD: minor_t needs to be signed so that -1 is recognized as suchMatthew Macy2021-01-071-1/+1
* implicit conversion from 'boolean_t' to 'ds_hold_flags_t'Toomas Soome2020-12-271-0/+1
* Linux 5.11 compat: blk_{un}register_region()Brian Behlendorf2020-12-271-8/+0
* Linux 5.11 compat: bio_start_io_acct() / bio_end_io_acct()Brian Behlendorf2020-12-271-11/+24
* Linux 5.11 compat: lookup_bdev()Brian Behlendorf2020-12-271-7/+29
* Linux 4.18.0-257.el8 compat: blk_alloc_queue()Brian Behlendorf2020-12-211-0/+2
* Linux 5.10 compat: use iov_iter in uio structureBrian Behlendorf2020-12-182-11/+68
* Only examine best metaslabs on each vdev Matthew Ahrens2020-12-161-0/+1
* Make metaslab class rotor and aliquot per-allocator.Alexander Motin2020-12-151-21/+31
* spa: avoid type narrowing warningRyan Libby2020-12-151-1/+1
* dmu_zfetch: fix memory leakMatthew Macy2020-12-121-0/+1
* FreeBSD: Implement sysctl for fletcher4 implRyan Moeller2020-12-112-0/+16
* Improve zfs receive performance with lightweight writeMatthew Ahrens2020-12-112-2/+28
* Implement memory and CPU hotplugPaul Dagnelie2020-12-103-0/+8