aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Fix zfs_xattr_owner_unlinked on FreeBSD and commentMatthew Macy2019-12-162-0/+18
* Don't fail to apply umask for O_TMPFILE filesTomohiro Kusumi2019-12-135-2/+132
* Allow empty ds_props_obj to be destroyedTom Caputi2019-12-131-2/+19
* Make zfs_replay.c work on FreeBSDMatthew Macy2019-12-134-11/+67
* Fix use-after-free of vd_path in spa_vdev_remove()Matthew Ahrens2019-12-111-11/+11
* Relocate common quota functions to shared codeRyan Moeller2019-12-1112-467/+552
* Add FreeBSD jail support hooksMatthew Macy2019-12-1111-9/+254
* Eliminate Linux specific inode usage from common code Matthew Macy2019-12-1118-333/+346
* zio_decompress_data always ASSERTs successful decompressionPaul Zuchowski2019-12-106-59/+205
* SIMD: Use alloc_pages_node to force alignmentFabian-Gruenbichler2019-12-101-6/+17
* Abstract away platform specific superblock referencesMatthew Macy2019-12-103-5/+19
* ZTS: Fixes for spurious failures of resilver_restart_001 testJohn Poduska2019-12-101-12/+18
* Exclude data from cores unconditionally and metadata conditionallyMatthew Macy2019-12-092-2/+12
* Mark dsl_dataset_deactivate_feature_impl staticMatthew Macy2019-12-091-1/+1
* ZTS: Fix zpool_reopen_001_posBrian Behlendorf2019-12-091-10/+25
* Fixes typo from #9681Kjeld Schouten2019-12-091-1/+1
* Disable sysfs feature checks on FreeBSDMatthew Macy2019-12-062-2/+8
* Set send_realloc_files.ksh to use properties.shlibKjeld Schouten2019-12-061-1/+2
* ICP: Fix out of bounds writeAttila Fülöp2019-12-061-1/+3
* Fix codecov ignore, wrong syntaxKjeld Schouten2019-12-061-1/+1
* Remove stale ASSERTV commentMatthew Macy2019-12-061-1/+0
* Disable EDONR on FreeBSDMatthew Macy2019-12-0510-7/+45
* Add ZFS_IOC offsets for FreeBSDMatthew Macy2019-12-052-21/+31
* Refactor deadman set failmode to be cross platformMatthew Macy2019-12-054-12/+25
* Replace ASSERTV macro with compiler annotationMatthew Macy2019-12-0528-61/+66
* Fix reporting of L2ARC hits/misses in arc_summary3George Amanakis2019-12-041-2/+2
* Refactor zfs_context.h to build on FreeBSDMatthew Macy2019-12-046-26/+38
* Refactor compression algorithm selection for testsKjeld Schouten2019-12-0413-91/+50
* Fix zdb_read_block using zio after it is destroyedPaul Zuchowski2019-12-031-1/+6
* ICP: Fix null pointer dereference and use after freeAttila Fülöp2019-12-032-4/+9
* Codecov tweaksKjeld Schouten2019-12-031-1/+5
* Fix use-after-free in case of L2ARC prefetch failureAlexander Motin2019-12-031-3/+16
* Increase allowed 'special_small_blocks' maximum valueBrian Behlendorf2019-12-034-7/+17
* Wrap module_param_call() routines under __linux__Matthew Macy2019-12-032-2/+2
* Mark write_record staticMatthew Macy2019-12-031-1/+1
* Move linux qsort def to platform headerMatthew Macy2019-12-033-8/+8
* Adapt gitignore for modulesMichael Niewöhner2019-12-022-12/+1
* Move zfs_cmd_t copyin/copyout to platform codeMatthew Macy2019-12-023-22/+25
* Add FreeBSD required defines to mntent.hMatthew Macy2019-11-301-0/+9
* Restructure nvlist_nv_alloc to work on FreeBSDMatthew Macy2019-11-301-3/+3
* Add FreeBSD code to arc_summary and arcstatRyan Moeller2019-11-303-6/+77
* Make asm-x86_64/atomic.S build on FreeBSDMatthew Macy2019-11-301-1/+5
* Mark Linux fallocate extensions as specific to LinuxMatthew Macy2019-11-302-3/+9
* Add FreeBSD support to zio_crypto.hMatthew Macy2019-11-301-1/+17
* Resolve ZoF differences in zfs_ioctl.hMatthew Macy2019-11-302-2/+1
* ZTS: Fix attach-o_ashift.ksh for multiple platformsIgor K2019-11-271-1/+1
* Minor diff reduction with ZoF in include/sysMatthew Macy2019-11-275-6/+11
* Fix encryption logic in systemd mount generatorInsanePrawn2019-11-271-50/+57
* Fix non-absolute path in systemd mount generatorInsanePrawn2019-11-271-1/+1
* Fix small typo in systemd mount generatorInsanePrawn2019-11-271-1/+1