aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
...
* Fix zpool history unbounded memory usageChunwei Chen2019-10-281-1/+2
* Fix for ARC sysctls ignored at runtimeloli10K2019-10-263-9/+47
* Move platform dependent errno aliasesMatthew Macy2019-10-252-10/+10
* Remove sdt.hMatthew Macy2019-10-255-72/+11
* Linux 4.14, 4.19, 5.0+ compat: SIMD save/restoreBrian Behlendorf2019-10-244-59/+161
* Name anonymous enum of KMC_BIT constantsSerapheim Dimitropoulos2019-10-181-2/+2
* OpenZFS restructuring - ARC memory pressureMatthew Macy2019-10-181-0/+58
* Make zfsdev_getminor signature cross platformMatthew Macy2019-10-161-1/+1
* Don't call sizeof on voidPaul Dagnelie2019-10-131-6/+6
* Function name and comment updatesPaul Dagnelie2019-10-111-8/+13
* Expose dmu_buf_hold_array_by_dnode to platform codeMatthew Macy2019-10-111-1/+3
* Fix pool creation with feature@allocation_classes disabledloli10K2019-10-101-0/+1
* Move get_temporary_prop to platform codeMatthew Macy2019-10-101-0/+2
* Add kmem cache accessorsMatthew Macy2019-10-101-0/+2
* Make `zil_async_to_sync` visible to platform codeMatthew Macy2019-10-101-0/+1
* Fix strdup conflict on other platformsMatthew Macy2019-10-102-3/+4
* Reduce loaded range tree memory usagePaul Dagnelie2019-10-0911-82/+564
* Rename rangelock_ functions to zfs_rangelock_Matthew Macy2019-10-031-5/+5
* OpenZFS restructuring - libzfsMatthew Macy2019-10-031-0/+46
* OpenZFS restructuring - libzutilMatthew Macy2019-10-031-11/+2
* Add inode accessors to common codeMatthew Macy2019-10-021-1/+9
* OpenZFS restructuring - arc_statsMatthew Macy2019-10-011-0/+276
* OpenZFS restructuring - zpoolMatthew Macy2019-09-301-0/+2
* OpenZFS restructuring - zfs_ioctlMatthew Macy2019-09-275-2/+99
* Fix encryption hierarchy issues with zfs recv -dTom Caputi2019-09-251-0/+3
* OpenZFS restructuring - zvolMatthew Macy2019-09-254-6/+117
* Add subcommand to wait for background zfs activity to completeJohn Gallagher2019-09-136-0/+45
* QAT related bug fixesChengfei ZHu2019-09-121-5/+0
* Move objnode handling to common codeMatthew Macy2019-09-121-1/+0
* Enable compiler to typecheck loggingMatthew Macy2019-09-122-3/+5
* OpenZFS restructuring - move linux tracing code to platform directoriesMatthew Macy2019-09-1119-18/+71
* Fix /etc/hostid on root pool deadlockBrian Behlendorf2019-09-102-1/+2
* Enable SIMD for encryptionBrian Behlendorf2019-09-101-7/+7
* OpenZFS restructuring - move platform specific sourcesMatthew Macy2019-09-063-1/+205
* Make module tunables cross platformMatthew Macy2019-09-052-0/+84
* OpenZFS restructuring - move platform specific headersMatthew Macy2019-09-0589-440/+184
* Fix typos in include/Andrea Gelmini2019-08-3020-28/+28
* Keep more metaslabs loadedPaul Dagnelie2019-08-291-0/+1
* Fix zil replay panic when TX_REMOVE followed by TX_CREATEChunwei Chen2019-08-281-5/+2
* Fix deadlock in 'zfs rollback'Tom Caputi2019-08-271-0/+1
* Add fast path for zfs_ioc_space_snaps() handling of empty_bpobjMatthew Ahrens2019-08-201-1/+13
* Cap metaslab memory usagePaul Dagnelie2019-08-163-3/+16
* Prevent race in blkptr_verify against device removalPaul Dagnelie2019-08-132-12/+12
* Fix out-of-order ZIL txtype lost on hardlinked filesChunwei Chen2019-08-131-1/+1
* spa_load_verify() may consume too much memoryGeorge Wilson2019-08-131-1/+3
* Change boolean-like uint8_t fields in znode_t to boolean_tTomohiro Kusumi2019-08-131-8/+8
* Drop KMC_NOEMERGENCYRichard Yao2019-08-131-2/+0
* Metaslab max_size should be persisted while unloadedPaul Dagnelie2019-08-053-1/+10
* Fast Clone DeletionSara Hartse2019-07-2612-10/+82
* Replace zf_rwlock with a mutexMatthew Ahrens2019-07-251-1/+1