aboutsummaryrefslogtreecommitdiffstats
path: root/module
Commit message (Expand)AuthorAgeFilesLines
* 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
* Linux: Fix mount/unmount when dataset name has a spaceBrian Behlendorf2020-11-111-4/+17
* G/C data_alloc_arenaMateusz Guzik2020-11-111-3/+1
* Start snapdir_iterate traversals to begin wtih the value of zero.Tony Perkins2020-11-111-1/+2
* G/C struct znode -> z_movedMateusz Guzik2020-11-103-8/+0
* FreeBSD: Simplify zvol_geom_open and zvol_cdev_openRyan Moeller2020-11-101-36/+16
* FreeBSD: Avoid spurious EINTR in zvol_cdev_openRyan Moeller2020-11-101-1/+20
* Simplify offset and length limit in zfs_writeRyan Moeller2020-11-101-3/+3
* Const some unchanging variables in zfs_writeRyan Moeller2020-11-101-3/+3
* Remove redundant oid parameter to update_pagesRyan Moeller2020-11-103-9/+7
* Factor uid, gid, and projid out of loop in zfs_writeRyan Moeller2020-11-101-7/+8
* Fix dmu_tx_dirty_throttle after arc_c reductionAlexander Motin2020-11-101-5/+5
* Fix dnode refcount trackingMatthew Macy2020-11-102-3/+3
* FreeBSD: Prevent a NULL reference in zvol_cdev_openMariusz Zaborski2020-11-051-1/+2
* FreeBSD: Prevent NULL pointer dereference of residkhng3002020-11-041-1/+2
* FreeBSD: zvol_os: Use SET_ERROR more judiciouslyRyan Moeller2020-11-031-13/+13
* Linux 5.10 compat: revalidate_disk_size() addedColeman Kane2020-11-021-0/+4
* Linux 5.10 compat: check_disk_change() removedColeman Kane2020-11-022-2/+2
* Linux 5.10 compat: percpu_ref added data memberColeman Kane2020-11-021-0/+4
* Optimize locking checks in mempool allocatorSebastian Gottschall2020-11-021-19/+33
* zfs_vnops: make zfs_get_data OS-independentChristian Schwarz2020-11-024-314/+166
* Introduce CPU_SEQID_UNSTABLEMateusz Guzik2020-11-025-15/+5
* Consolidate zfs_holey and zfs_accessMatthew Macy2020-10-314-182/+98
* zvol_os: Fix handling of zvol private dataRyan Moeller2020-10-301-9/+18
* zvol_os: Don't leak doi in cdev error pathRyan Moeller2020-10-301-2/+1
* zvol_os: Properly ignore error in volmode lookupRyan Moeller2020-10-301-4/+5
* zvol_os: Code cleanup in zvol_create_minor_implRyan Moeller2020-10-301-7/+7