summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Reduced IOPS when all vdevs are in the zfs_mg_fragmentation_thresholdSerapheim Dimitropoulos2019-06-062-6/+21
* If $ZFS_BOOTFS contains guid, replace the guid portion with $poolGarrett Fields2019-06-061-1/+3
* Fix integer overflow of ZTOI(zp)->i_generationTom Caputi2019-06-061-1/+1
* hkdf_test binary should only have one icp instanceDon Brady2019-06-051-2/+1
* Drop objid argument in zfs_znode_alloc() (sync with OpenZFS)Tomohiro Kusumi2019-06-051-5/+4
* Fixed a small typo in man/man1/raidz_test.1Peter Wirdemo2019-06-051-1/+1
* Allow TRIM_UNUSED_KSYM when build as a builtin-moduleTorsten Wörtwein2019-06-041-2/+3
* Make Python detection optional and more portableRyan Moeller2019-06-043-24/+39
* Wait in 'S' state when send/recv pipe is blockingDeHackEd2019-06-031-2/+2
* Make zfs_async_block_max_blocks handle zero correctlyTulsiJain2019-06-031-1/+3
* Revert "Report holes when there are only metadata changes"Brian Behlendorf2019-05-301-28/+3
* Add link count test for root inodeTomohiro Kusumi2019-05-293-2/+122
* Remove vn_set_fs_pwd()/vn_set_pwd() (no need to be at / during insmod)Tomohiro Kusumi2019-05-296-93/+1
* Exclude log device ashift from normal classBrian Behlendorf2019-05-291-4/+1
* Fix integer overflow in get_next_chunk()madz2019-05-291-2/+2
* grammar: it is / plural agreementJosh Soref2019-05-281-2/+2
* Refactor parent dataset handling in libzfs zfs_rename()Tomohiro Kusumi2019-05-281-9/+4
* Double-free of encryption wrapping key due to invalid pool propertiesloli10K2019-05-282-12/+14
* Update comments to match codeRyan Moeller2019-05-281-6/+6
* tests: fix cosmetic permission issues during `make install`Stoiko Ivanov2019-05-286-8/+12
* test-runner.py: change shebang to python3Stoiko Ivanov2019-05-281-1/+1
* Endless loop in zpool_do_remove() on platforms with unsigned charloli10K2019-05-283-4/+4
* Update descriptions for vnopsTomohiro Kusumi2019-05-252-13/+14
* Fix embedded bp accounting in count_block()Tom Caputi2019-05-251-0/+7
* Disable parallel processing for 'zfs mount -l'Tom Caputi2019-05-251-2/+5
* Linux 5.2 compat: Directly call wait_on_page_bit()Tomohiro Kusumi2019-05-251-2/+4
* Linux 5.2 compat: Fix config/kernel-shrink.m4 test failureTomohiro Kusumi2019-05-251-7/+15
* Linux 5.2 compat: Remove config/kernel-set-fs-pwd.m4Tomohiro Kusumi2019-05-253-44/+0
* Drop local definition of MOUNT_BUSYTomohiro Kusumi2019-05-241-2/+1
* zpool: status -t is not documented in help messageloli10K2019-05-241-1/+1
* zfs-tests: fix warnings when packaging some .shlib filesloli10K2019-05-243-1/+2
* VERIFY3P() message is missing a space characterloli10K2019-05-241-1/+1
* zfs-tests: verify zfs(8) and zpool(8) help message is under 80 columnsloli10K2019-05-242-8/+16
* zfs: don't pretty-print objsetid propertyloli10K2019-05-241-1/+4
* zfs: missing newline character in zfs_do_channel_program() error messageloli10K2019-05-241-1/+2
* Fix ksh-path for random_readwrite_fixed.kshsiv02019-05-241-1/+1
* Linux 2.6.39 compat: Test if kstrtoul() existsTomohiro Kusumi2019-05-243-0/+26
* Device removal panics on 32-bit systemsloli10K2019-05-241-1/+2
* zpool: trim -p is not a valid optionloli10K2019-05-241-1/+2
* Fix coverity defects: CID 186143loli10K2019-05-231-1/+1
* Rename reservation tests from *.sh to *.kshIgor K2019-05-2323-22/+22
* kernel timer API reworkRafael Kitover2019-05-235-40/+103
* Fix kstat state update during pool transitionRichard Elling2019-05-231-2/+12
* Linux 5.2 compat: rw_tryupgrade()Brian Behlendorf2019-05-233-5/+20
* Tag 0.8.0zfs-0.8.0Brian Behlendorf2019-05-211-1/+1
* Fix wrong assertion in libzfs diff error handlingRyan Moeller2019-05-191-1/+1
* Fix incorrect assertion in dnode_dirty_l1rangePaul Dagnelie2019-05-191-1/+2
* Tag 0.8.0-rc5zfs-0.8.0-rc5Brian Behlendorf2019-05-091-2/+2
* zpool import progress kstatOlaf Faaland2019-05-093-2/+242
* Add missing trailing '\n' in printk() messagesTomohiro Kusumi2019-05-082-2/+3