aboutsummaryrefslogtreecommitdiffstats
path: root/module
Commit message (Expand)AuthorAgeFilesLines
* Fix errata #4 handling for resuming streamsTom Caputi2020-01-141-1/+13
* KMC_KVMEM disrupts kv_alloc() memory alignment expectationsloli10K2020-01-141-20/+2
* Change http://zfsonlinux.org links to https://zfsonlinux.orgBrian Behlendorf2020-01-131-1/+1
* Add 'zfs send --saved' flagTom Caputi2020-01-103-40/+159
* Fix "zpool add -n" for dedup, special and log devicesloli10K2020-01-062-3/+7
* Fix QAT allocation failure return valueBrian Behlendorf2020-01-061-15/+18
* Static symbols exported by ICPBrian Behlendorf2020-01-021-2/+0
* Avoid some crashes when importing a pool with corrupt metadataSteve Mokris2019-12-261-3/+11
* Cancel initialize and TRIM before vdev_metaslab_fini()Brian Behlendorf2019-12-261-6/+7
* cppcheck: (warning) Possible null pointer dereference: nvhBrian Behlendorf2019-12-181-1/+3
* cppcheck: (error) Address of local auto-variable assignedBrian Behlendorf2019-12-182-0/+2
* cppcheck: (warning) Possible null pointer dereference: dnpBrian Behlendorf2019-12-181-0/+1
* cppcheck: (error) Shifting signed 64-bit value by 63 bitsUbuntu2019-12-181-0/+2
* cppcheck: (error) Uninitialized variableUbuntu2019-12-188-22/+23
* cppcheck: (error) Uninitialized variableUbuntu2019-12-182-11/+6
* Minor performance fix for NEON RAID-ZRomain Dolbeau2019-12-171-4/+2
* 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-131-0/+6
* Allow empty ds_props_obj to be destroyedTom Caputi2019-12-131-2/+19
* Make zfs_replay.c work on FreeBSDMatthew Macy2019-12-133-11/+65
* 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-118-455/+503
* Add FreeBSD jail support hooksMatthew Macy2019-12-112-1/+8
* Eliminate Linux specific inode usage from common code Matthew Macy2019-12-1114-311/+321
* zio_decompress_data always ASSERTs successful decompressionPaul Zuchowski2019-12-101-1/+0
* Abstract away platform specific superblock referencesMatthew Macy2019-12-102-5/+17
* Exclude data from cores unconditionally and metadata conditionallyMatthew Macy2019-12-091-2/+11
* Mark dsl_dataset_deactivate_feature_impl staticMatthew Macy2019-12-091-1/+1
* ZTS: Fix zpool_reopen_001_posBrian Behlendorf2019-12-091-10/+25
* Disable sysfs feature checks on FreeBSDMatthew Macy2019-12-062-2/+8
* ICP: Fix out of bounds writeAttila Fülöp2019-12-061-1/+3
* Disable EDONR on FreeBSDMatthew Macy2019-12-053-3/+26
* Refactor deadman set failmode to be cross platformMatthew Macy2019-12-052-11/+22
* Replace ASSERTV macro with compiler annotationMatthew Macy2019-12-0523-55/+56
* ICP: Fix null pointer dereference and use after freeAttila Fülöp2019-12-032-4/+9
* Fix use-after-free in case of L2ARC prefetch failureAlexander Motin2019-12-031-3/+16
* Increase allowed 'special_small_blocks' maximum valueBrian Behlendorf2019-12-031-1/+1
* 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-032-7/+3
* Adapt gitignore for modulesMichael Niewöhner2019-12-021-0/+1
* Move zfs_cmd_t copyin/copyout to platform codeMatthew Macy2019-12-022-21/+24
* Restructure nvlist_nv_alloc to work on FreeBSDMatthew Macy2019-11-301-3/+3
* Mark Linux fallocate extensions as specific to LinuxMatthew Macy2019-11-301-3/+5
* Resolve ZoF differences in zfs_ioctl.hMatthew Macy2019-11-301-1/+0
* Remove zfs_vdev_elevator module optionBrian Behlendorf2019-11-271-111/+19
* Prevent unnecessary resilver restartsjwpoduska2019-11-273-83/+107
* Check for unlinked znodes after igrab()Mauricio Faria de Oliveira2019-11-211-5/+7
* Add zfs_file_* interface, remove vnodesMatthew Macy2019-11-2130-1027/+701
* Partially revert 5a6ac4cBrian Behlendorf2019-11-182-0/+45