aboutsummaryrefslogtreecommitdiffstats
path: root/module
Commit message (Expand)AuthorAgeFilesLines
* Missed wakeup when growing kmem cacheMatthew Ahrens2020-02-131-3/+6
* Remove duplicate dbufs accountingAlexander Motin2020-02-132-4/+2
* zcp: add zfs.sync.bookmarkChristian Schwarz2020-02-112-15/+46
* Implement bookmark copyingChristian Schwarz2020-02-113-68/+318
* Address Coverity warnings in #9902Matthew Macy2020-02-111-4/+5
* Add missing dmu_buf_unlock_parent() calls to dbuf_read_impl()Brian Behlendorf2020-02-101-1/+3
* Fix zdb -R with 'b' flagPaul Zuchowski2020-02-101-20/+71
* Share some code for spa deadman tunablesRyan Moeller2020-02-102-19/+31
* ICP: Improve AES-GCM performanceAttila Fülöp2020-02-1010-20/+2590
* Factor out dbuf_sync_bonusMatthew Macy2020-02-071-31/+52
* Linux 5.6 compat: timestamp_truncate()Brian Behlendorf2020-02-072-8/+6
* Linux 5.6 compat: struct proc_opsBrian Behlendorf2020-02-073-11/+47
* 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