aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Relax error reporting in zpool import and zpool splitUmer Saleem2023-09-013-13/+26
* Linux 6.5 compat: safe cleanup in spl_proc_fini()Andrea Righi2023-09-011-18/+18
* ZIL: Change ZIOs issue order.Alexander Motin2023-09-011-2/+2
* ZIL: Revert zl_lock scope reduction.Alexander Motin2023-09-011-19/+11
* ZIL: Tune some assertions.Alexander Motin2023-09-011-6/+9
* dmu_buf_will_clone: change assertion to fix 32-bit compiler warningDimitry Andric2023-08-311-1/+1
* checkstyle: fix action failuresSerapheim Dimitropoulos2023-08-292-4/+5
* Increase limit of redaction list by using spill blockPaul Dagnelie2023-08-2613-34/+128
* Try to clarify wording to reduce zpool add incidentsPaul Dagnelie2023-08-261-25/+33
* Avoid save/restoring AMX registers to avoid a SPR erratumRich Ercolani2023-08-261-5/+14
* zed: update zed.d/statechange-slot_off.shBrian Behlendorf2023-08-262-8/+12
* Make zoned/jailed zfsprops(7) make more sense.наб2023-08-253-13/+21
* tests/block_cloning: rename and document get_same_blocks helperRob N2023-08-2510-25/+33
* 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