summaryrefslogtreecommitdiffstats
path: root/module
Commit message (Expand)AuthorAgeFilesLines
* Reduce number of atomic_add() calls in aggsumAlexander Motin2020-02-061-32/+33
* Replace static per-cpu with dynamic per-cpu dataRomain Dolbeau2020-02-061-4/+14
* Few microoptimizations to dbuf layerAlexander Motin2020-02-051-22/+9
* Convert dbuf dirty record record list to a list_tMatthew Macy2020-02-055-87/+76
* Prepare ks_data before calling kstat_install()Alexander Motin2020-02-042-7/+5
* Restore aclmode and remove acltype on FreeBSDRyan Moeller2020-02-041-3/+26
* Fix const-correctness in raidz mathRyan Moeller2020-02-031-8/+8
* async zvol minor node creation interferes with receiveMatthew Ahrens2020-02-0310-59/+110
* Left-align index propsRyan Moeller2020-01-311-1/+1
* dsl_bookmark_create_check: fix NULL pointer deref if dbca_errors == NULLChristian Schwarz2020-01-231-2/+6
* entity_namecheck: doc comment: include space as allowed characterChristian Schwarz2020-01-231-1/+1
* Add AltiVec RAID-ZRomain Dolbeau2020-01-234-0/+5035
* dmu_send: redacted: fix memory leak on invalid redaction/from bookmarkChristian Schwarz2020-01-231-6/+6
* Simplify FreeBSD's locking requirements in zfs_replay.cMatthew Macy2020-01-221-24/+12
* Support inheriting properties in channel programsJason King2020-01-222-9/+89
* Update tunable macro usage for disable_ivset_guid_checkMatthew Macy2020-01-211-4/+1
* Re-consolidate zio_delay_interruptMatthew Macy2020-01-213-104/+71
* Unify target_cpu handlingBrian Behlendorf2020-01-174-32/+13
* 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