aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Fix BLAKE3 tuneable and module loading on Linux and FreeBSDTino Reichardt2022-09-162-17/+13
* Handle ECKSUM as new EZFS_CKSUM ‒ "insufficient replicas"наб2022-09-161-0/+1
* zfs recv hangs if max recordsize is less than received recordsizeAmeer Hamza2022-09-162-10/+10
* zfs_enter reworkChunwei Chen2022-09-163-49/+69
* Cleanup: Make memory barrier definitions consistent across kernelsRichard Yao2022-09-133-2/+4
* Cleanup dead spa_boot codeRichard Yao2022-09-132-43/+0
* Cleanup: Use OpenSolaris functions to call schedulerRichard Yao2022-09-125-7/+8
* Make zfs-share service resilient to stale exportsDon Brady2022-09-091-1/+2
* zed: Fix config_sync autoexpand floodTony Hutter2022-09-081-0/+3
* Improve too large physical ashift handlingAlexander Motin2022-09-081-0/+1
* make DMU_OT_IS_METADATA and DMU_OT_IS_ENCRYPTED return B_TRUE or B_FALSEChristian Schwarz2022-09-071-2/+2
* Add xattr_handler support for Android kernelsWalter Huf2022-09-061-0/+14
* FreeBSD: add knlist_init_sx() for exclusive locksRob Wing2022-09-061-0/+37
* Cleanup Raid-Z Typo fixesRichard Yao2022-09-061-1/+1
* Add DD_FIELD string for snapshots_changed propertyUmer Saleem2022-09-021-0/+1
* Add zfs.sync.snapshot_renameAndriy Gapon2022-09-021-0/+11
* FreeBSD: Organize sysctlsRyan Moeller2022-09-021-8/+14
* FreeBSD: Mark ZFS_MODULE_PARAM_CALL as MPSAFERyan Moeller2022-09-021-1/+1
* FreeBSD: Cleanup dead code from VFSRichard Yao2022-09-021-4/+0
* Revert "Avoid panic with recordsize > 128k, raw sending and no large_blocks"Brian Behlendorf2022-08-251-1/+0
* Fix zpool status in case of unloaded keysGeorge Amanakis2022-08-221-0/+1
* Linux 6.0 compat: register_shrinker() now var-argColeman Kane2022-08-081-0/+4
* libzfs: Remove unused zpool_get_physpath()Ryan Moeller2022-08-041-1/+0
* Add snapshots_changed as propertyUmer Saleem2022-08-022-1/+2
* Implement a new type of zfs receive: corrective receive (-c)Alek P2022-07-286-4/+17
* Add support for per dataset zil stats and use wmsum countersixhamza2022-07-203-8/+46
* Fix scrub resume from newly created holeAlexander Motin2022-07-201-0/+2
* Expose ZFS dataset case sensitivity setting via sb_optsixhamza2022-07-141-0/+3
* Replace dead opensolaris.org license linkTino Reichardt2022-07-11203-203/+203
* Remaining {=> const} char|void *tagнаб2022-06-2913-37/+40
* Enable -Wwrite-stringsнаб2022-06-2921-103/+111
* FreeBSD: only define B_FALSE/B_TRUE if NEED_SOLARIS_BOOLEAN is not setKristof Provost2022-06-281-4/+5
* Fix and disable blocks statistics during scrubAlexander Motin2022-06-281-1/+0
* Fix -Wattribute-warning in zfs_log_xvattr()Brian Behlendorf2022-06-271-1/+10
* Avoid panic with recordsize > 128k, raw sending and no large_blocksGeorge Amanakis2022-06-271-0/+1
* Several B-tree optimizationsAlexander Motin2022-06-241-2/+10
* Several sorted scrub optimizationsAlexander Motin2022-06-242-14/+3
* Fix memory allocation issue for BLAKE3 contextTino Reichardt2022-06-211-0/+5
* Add support for ARCH=um for x86 sub-architecturescrass2022-06-151-0/+5
* Replace ZPROP_INVAL with ZPROP_USERPROP where it means a user propertyAllan Jude2022-06-141-1/+2
* Add Linux namespace delegation supportWill Andrews2022-06-103-4/+40
* Revert parts of 938cfeb0f27303721081223816d4f251ffeb1767Allan Jude2022-06-101-16/+0
* zvol: Support blk-mq for better performanceTony Hutter2022-06-092-6/+144
* Introduce BLAKE3 checksums as an OpenZFS featureTino Reichardt2022-06-089-9/+214
* Linux 5.19 compat: asm/fpu/internal.hBrian Behlendorf2022-06-011-0/+2
* Linux 5.19 compat: zap_flags_t conflictBrian Behlendorf2022-05-311-0/+5
* Linux 5.19 compat: bdev_start_io_acct() / bdev_end_io_acct()Brian Behlendorf2022-05-311-2/+7
* Linux 5.19 compat: bdev_max_secure_erase_sectors()Brian Behlendorf2022-05-311-6/+11
* Linux 5.19 compat: bdev_max_discard_sectors()Brian Behlendorf2022-05-311-0/+19
* Fix inflated quiesce time caused by lwb_tx during zil_commit()Kevin Jin2022-05-261-1/+7