aboutsummaryrefslogtreecommitdiffstats
path: root/module
Commit message (Expand)AuthorAgeFilesLines
* implicit conversion from 'boolean_t' to 'ds_hold_flags_t'Toomas Soome2020-12-273-17/+27
* Linux 5.11 compat: blk_{un}register_region()Brian Behlendorf2020-12-271-44/+0
* Linux 5.11 compat: revalidate_disk_size()Brian Behlendorf2020-12-271-2/+4
* Linux 5.11 compat: bdev_whole()Brian Behlendorf2020-12-271-4/+12
* Linux 5.11 compat: bio_start_io_acct() / bio_end_io_acct()Brian Behlendorf2020-12-271-16/+33
* Linux 5.11 compat: lookup_bdev()Brian Behlendorf2020-12-271-9/+4
* Remove unused check from dmu_tx_count_write()Brian Behlendorf2020-12-211-3/+0
* Dangling reference from dmu_objset_upgradeAndy Fiddaman2020-12-211-1/+8
* Fix maybe uninitialized variable warningBrian Behlendorf2020-12-201-1/+1
* Remove iov_iter_advance() from iter_readBrian Behlendorf2020-12-201-3/+0
* dsl_pool: extend comment on DSL Pool Configuration LockChristian Schwarz2020-12-191-2/+29
* Linux 5.10 compat: also zvol_revalidate_disk()Michael D Labriola2020-12-181-2/+3
* Linux 5.10 compat: use iov_iter in uio structureBrian Behlendorf2020-12-189-307/+300
* special device removal space accounting fixesMatthew Ahrens2020-12-172-31/+40
* Avoid extra work updating ARC kstats and tunablesRyan Moeller2020-12-171-16/+9
* Only examine best metaslabs on each vdev Matthew Ahrens2020-12-162-55/+60
* Make metaslab class rotor and aliquot per-allocator.Alexander Motin2020-12-154-76/+82
* lua: avoid gcc -Wreturn-local-addr bugRyan Libby2020-12-151-4/+6
* dmu_zfetch: fix memory leakMatthew Macy2020-12-121-4/+3
* Fix reporting of CKSUM errors in indirect vdevsGeorge Amanakis2020-12-111-9/+21
* FreeBSD: Implement sysctl for fletcher4 implRyan Moeller2020-12-111-8/+59
* Improve zfs receive performance with lightweight writeMatthew Ahrens2020-12-118-265/+512
* Fix kernel panic induced by redacted sendPaul Dagnelie2020-12-111-61/+53
* FreeBSD: Fix format of vfs.zfs.arc_no_grow_shiftRyan Moeller2020-12-101-6/+5
* Fix possibly uninitialized 'root_inode' variable warningBrian Behlendorf2020-12-101-1/+1
* Implement memory and CPU hotplugPaul Dagnelie2020-12-109-36/+254
* FreeBSD: Do zcommon_init sooner to avoid FPU panicRyan Moeller2020-12-091-1/+1
* Decouple arc_read_done callback from arc buf instantiationMatthew Macy2020-12-092-3/+5
* Fix optional "force" arg handing in zfs_ioc_pool_sync()Brian Behlendorf2020-12-091-4/+7
* Reduce fletcher4 and raidz benchmark timesBrian Behlendorf2020-12-062-3/+3
* Avoid some spa_has_pending_synctask() calls.Alexander Motin2020-12-061-4/+2
* Bring consistency to ABD chunk count types.Alexander Motin2020-12-062-19/+26
* Fix raw sends on encrypted datasets when copying back snapshotsGeorge Amanakis2020-12-043-10/+31
* Fix for "Reduce latency effects of non-interactive I/O"Alexander Motin2020-12-031-4/+4
* FreeBSD: notify userspace when a vdev is removedRyan Moeller2020-12-021-0/+3
* Avoid unneccessary zio allocation and waitFinix19792020-12-021-11/+14
* Remove incorrect assertionBrian Behlendorf2020-11-241-1/+0
* Reduce latency effects of non-interactive I/OAlexander Motin2020-11-241-16/+105
* FreeBSD: decouple ZFS_DEBUG from kernel debug settingsMatthew Macy2020-11-241-1/+7
* Update dRAID short feature descriptionBrian Behlendorf2020-11-231-1/+1
* Correct missing zil_claim() DTL updatesBrian Behlendorf2020-11-201-14/+18
* Reduce confusion in zfs_writeRyan Moeller2020-11-181-18/+24
* Fix problems in zvol_set_volmode_implMatthew Macy2020-11-173-31/+81
* Fix 'zfs userspace' for received datasets in encrypted rootloli10K2020-11-162-17/+64
* Fix ASSERT logic in l2arc_evict()George Amanakis2020-11-161-3/+10
* Linux: Fix ZFS_ENTER/ZFS_EXIT/ZFS_VERFY_ZP usageBrian Behlendorf2020-11-143-18/+18
* Assertion failure when logging large output of channel programMatthew Ahrens2020-11-141-2/+18
* Return EFAULT at the end of zfs_write() when setRyan Moeller2020-11-141-5/+7
* Distributed Spare (dRAID) FeatureBrian Behlendorf2020-11-1333-1388/+5357
* Channel program may spuriously fail with "memory limit exhausted"Matthew Ahrens2020-11-111-6/+1