aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Update outdated assertion from zio_write_compressSerapheim Dimitropoulos2023-08-251-2/+3
* ZIL: Second attempt to reduce scope of zl_issuer_lock.Alexander Motin2023-08-246-381/+355
* zed: Add zedlet to power off slot when drive is faultedTony Hutter2023-08-242-0/+66
* copy_file_range: fix fallback when source create on same txgRob N2023-08-147-8/+81
* ZIL: Replay blocks without next block pointer.Alexander Motin2023-08-111-2/+2
* ZIL: Avoid dbuf_read() before dmu_sync(). Alexander Motin2023-08-115-7/+16
* Linux 6.5 compat: Use copy_splice_read instead of filemap_splice_readColeman Kane2023-08-083-13/+13
* Move zinject from openzfs-zfs-test to openzfs-zfsutilsUmer Saleem2023-08-082-2/+2
* dracut: support mountpoint=legacy for root datasetRafael Kitover2023-08-081-5/+6
* zfs_clone_range should return a descriptive error codesoromenahar2023-08-084-12/+13
* libzfs: sendrecv: send_progress_thread: handle SIGINFO/SIGUSR1наб2023-08-083-19/+96
* Linux 6.5 compat: replace generic_file_splice_read with filemap_splice_readColeman Kane2023-08-074-2/+32
* linux/spl/kmem_cache: undefine `kmem_cache_alloc` before defining itRyan Lahfa2023-08-071-0/+8
* Refactor dmu_prefetch().Alexander Motin2023-08-077-57/+72
* Fix some typosMateusz Piotrowski2023-08-072-4/+4
* Linux 6.5 compat: register_sysctl_table removedColeman Kane2023-08-023-3/+52
* Revert "Linux 6.5 compat: register_sysctl_table removed"Brian Atkinson2023-08-013-52/+3
* zpool_vdev_remove() should handle EALREADY error returnSerapheim Dimitropoulos2023-08-011-0/+6
* linux/copy_file_range: properly request a fallback copy on Linux <5.3Rob N2023-08-015-0/+97
* readmmap.c: fix building with MUSL libcZach Dykstra2023-08-011-0/+1
* zdb: include cloned blocks in block statisticsRob N2023-08-013-1/+108
* linux: zfs: ctldir: set [amc]time to snapshot's creation propertyнаб2023-08-011-5/+21
* Linux 4.20 compat: wrapper function for iov_iter type accessColeman Kane2023-08-012-5/+8
* Linux 6.4 compat: iter_iov() function now used to get old iov memberColeman Kane2023-08-013-5/+32
* Linux 6.5 compat: blkdev changesColeman Kane2023-08-017-19/+203
* Linux 6.5 compat: use disk_check_media_change when it existsColeman Kane2023-08-011-0/+1
* Linux 6.5 compat: register_sysctl_table removedColeman Kane2023-08-013-3/+52
* Check the return value in clonefile testoromenahar2023-08-011-1/+1
* Remove fastwrite mechanism.Alexander Motin2023-07-288-123/+8
* BRT should return EOPNOTSUPPoromenahar2023-07-272-7/+11
* Avoid waiting in dmu_sync_late_arrival().Alexander Motin2023-07-271-1/+7
* zed: Reduce log noise for large JBODsBrian Behlendorf2023-07-251-2/+0
* Remove zl_issuer_lock from zil_suspend().Alexander Motin2023-07-251-4/+0
* zts: block cloning testsRob Norris2023-07-2419-0/+1016
* linux: implement filesystem-side copy/clone functions for EL7Rob Norris2023-07-247-8/+90
* linux: implement filesystem-side clone ioctlsRob Norris2023-07-243-0/+120
* linux: implement filesystem-side copy/clone functionsRob Norris2023-07-246-1/+384
* dbuf_sync_leaf: check DB_READ in state assertionsRob Norris2023-07-241-0/+9
* dmu_buf_will_clone: only check that current txg is cleanRob Norris2023-07-241-1/+1
* brt_vdev_realloc: use vmem_alloc for large allocationRob Norris2023-07-241-3/+3
* zfs_clone_range: use vmem_malloc for large allocationRob Norris2023-07-241-2/+2
* ZIL: Fix config lock deadlock.Alexander Motin2023-07-241-7/+27
* Linux 6.4 compat: METABrian Behlendorf2023-07-241-1/+1
* shellcheck: disable "unreachable command" check [SC2317]Rob N2023-07-211-1/+2
* metaslab: tuneable to better control force gangingRob N2023-07-212-3/+18
* Adjust prefetch parameters.Alexander Motin2023-07-214-12/+12
* Add explicit prefetches to bpobj_iterate().Alexander Motin2023-07-212-13/+38
* Don't emit cksum_{actual_expected} in ereport.fs.zfs.checksum eventsAlan Somers2023-07-217-20/+2
* Don't emit checksum histograms in ereport.fs.zfs.checksum eventsAlan Somers2023-07-213-41/+5
* zed: Fix zed ASSERT on slot power cycleTony Hutter2023-07-211-0/+5