aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* 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
* Race condition between spa async threads and exportSerapheim Dimitropoulos2019-07-183-0/+3
* Retire unused spl_{mutex,rwlock}_{init_fini}Brian Behlendorf2019-07-172-7/+0
* Linux 5.3 compat: retire rw_tryupgrade()Brian Behlendorf2019-07-171-53/+7
* Linux 5.3 compat: rw_semaphore ownerBrian Behlendorf2019-07-171-63/+5
* Fix lockdep recursive locking false positive in dbuf_destroyjdike2019-07-172-0/+4
* Fix CONFIG_X86_DEBUG_FPU build failureBrian Behlendorf2019-07-171-0/+9
* Minor style cleanupBrian Behlendorf2019-07-162-25/+29
* Log Spacemap ProjectSerapheim Dimitropoulos2019-07-1613-11/+156
* Disable unused pathname::pn_path* (unneeded in Linux)Tomohiro Kusumi2019-07-151-0/+2