aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Tricky semantics of ms_max_size in metaslab_should_allocate()Serapheim Dimitropoulos2019-07-191-7/+10
* Race condition between spa async threads and exportSerapheim Dimitropoulos2019-07-186-2/+42
* hdr_recl calls zthr_wakeup() on destroyed zthrSerapheim Dimitropoulos2019-07-181-4/+16
* zdb: don't print log spacemap stats in pools without the featureSerapheim Dimitropoulos2019-07-181-0/+6
* Fix wrong comment on zcr_blksz_{min,max}Tomohiro Kusumi2019-07-181-5/+6
* New service that waits on zvol links to be createdPavel Zakharov2019-07-1711-3/+145
* Retire unused spl_{mutex,rwlock}_{init_fini}Brian Behlendorf2019-07-176-92/+13
* Linux 5.3 compat: retire rw_tryupgrade()Brian Behlendorf2019-07-172-154/+7
* Linux 5.3 compat: rw_semaphore ownerBrian Behlendorf2019-07-172-66/+5
* Fix lockdep recursive locking false positive in dbuf_destroyjdike2019-07-173-1/+6
* Fix CONFIG_X86_DEBUG_FPU build failureBrian Behlendorf2019-07-171-0/+9
* Add missing __GFP_HIGHMEM flag to vmallocMichael Niewöhner2019-07-171-1/+2
* Use zfsctl_snapshot_hold() wrapperTomohiro Kusumi2019-07-171-3/+3
* Minor style cleanupBrian Behlendorf2019-07-169-42/+57
* Fix get_special_prop() build failureBrian Behlendorf2019-07-161-4/+2
* Add zfs create dryrunMike Gerdts2019-07-166-29/+523
* Log Spacemap ProjectSerapheim Dimitropoulos2019-07-1641-331/+3194
* Enable zfs-mount-generator by defaultAntonio Russo2019-07-151-0/+1
* systemd encryption key supportAntonio Russo2019-07-153-5/+55
* Drop redundant POSIX ACL check in zpl_init_acl()Tomohiro Kusumi2019-07-151-7/+4
* Export dnode symbolsBrian Behlendorf2019-07-151-0/+10
* Ensure dsl_destroy_head() decrypts objsetsTom Caputi2019-07-151-3/+4
* Disable unused pathname::pn_path* (unneeded in Linux)Tomohiro Kusumi2019-07-152-4/+13
* Linux 5.0 compat: SIMD compatibilityBrian Behlendorf2019-07-1230-204/+454
* Fixes: #8934 Large kmem_allocNick Mattis2019-07-101-4/+4
* Fix ZTS killed processes detectionAttila Fülöp2019-07-101-4/+4
* pkg-utils python sitelib for SLES15Shaun Tancheff2019-07-091-2/+3
* Fix race in parallel mount's thread dispatching algorithmTomohiro Kusumi2019-07-094-3/+123
* Fix dracut Debian/Ubuntu packagingloli10K2019-07-091-4/+4
* zfs send does not handle invalid input gracefullyloli10K2019-07-082-1/+11
* Decrease contention on dn_struct_rwlockPaul Dagnelie2019-07-087-120/+247
* 8659 static dtrace probes unavailable on non-GPL modulesBrad Lewis2019-07-0818-57/+303
* Revert "Fail early on bio corruption confirmed on 5.2-rc1"Brian Behlendorf2019-07-051-6/+4
* Remove VERIFY from dsl_dataset_crypt_stats()Tom Caputi2019-07-051-5/+7
* Don't activate metaslabs with weight 0Paul Dagnelie2019-07-051-2/+14
* Fix zfs "redact" misc issuesloli10K2019-07-053-18/+18
* OpenZFS 9318 - vol_volsize_to_reservation does not account for raidz skip blocksMike Gerdts2019-07-057-14/+520
* Improve "Unable to automount" error message.Paul Zuchowski2019-07-031-2/+3
* Fail early on bio corruption confirmed on 5.2-rc1Tomohiro Kusumi2019-07-031-4/+6
* Check b_freeze_cksum under ZFS_DEBUG_MODIFY conditionalBrian Behlendorf2019-07-031-2/+2
* Fix typo in zpool-features.5, section bookmark_writtenMatthew Ahrens2019-07-031-1/+1
* Fix error text for EINVAL in zfs_receive_one()Tom Caputi2019-07-021-2/+3
* Don't use d_path() for automount mount point for chroot'd processTomohiro Kusumi2019-07-021-34/+7
* Fix zfs(8) mandoc errorsloli10K2019-07-021-1/+0
* nopwrites on dmu_sync-ed blocks can result in a panicGeorge Wilson2019-06-284-2/+103
* Add 'zfs umount -u' for encrypted datasetsTom Caputi2019-06-286-13/+125
* Concurrent small allocation defeats large allocationPaul Dagnelie2019-06-261-49/+231
* zdb -vvvvv on ztest pool dies with "out of memory"Paul Dagnelie2019-06-251-6/+20
* Avoid extra taskq_dispatch() calls by DMUAlexander Motin2019-06-253-5/+38
* Redacted Send/Receive causes zdb to dump coreloli10K2019-06-241-1/+1