aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* 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
* Linux 5.0 compat: SIMD compatibilityBrian Behlendorf2019-07-126-73/+183
* Decrease contention on dn_struct_rwlockPaul Dagnelie2019-07-082-5/+27
* 8659 static dtrace probes unavailable on non-GPL modulesBrad Lewis2019-07-0816-55/+298
* Fix zfs "redact" misc issuesloli10K2019-07-051-7/+7
* OpenZFS 9318 - vol_volsize_to_reservation does not account for raidz skip blocksMike Gerdts2019-07-051-2/+3
* Avoid extra taskq_dispatch() calls by DMUAlexander Motin2019-06-251-0/+2
* Fix bp_embedded_type enum definitionloli10K2019-06-241-2/+2
* Remove code for zfs remapMatthew Ahrens2019-06-249-17/+1
* OpenZFS 9425 - channel programs can be interruptedDon Brady2019-06-225-2/+43
* Fix comments on zfs_bookmark_physPaul Dagnelie2019-06-221-1/+3
* Allow unencrypted children of encrypted datasetsTom Caputi2019-06-201-1/+0
* Remove dedupditto functionalityMatthew Ahrens2019-06-193-6/+4
* Implement Redacted Send/ReceivePaul Dagnelie2019-06-1921-84/+373