aboutsummaryrefslogtreecommitdiffstats
path: root/module
Commit message (Expand)AuthorAgeFilesLines
...
* ZIO: Optimize zio_flush()Alexander Motin2024-04-192-22/+16
* ZIL: Detect single-threaded workloadsAlexander Motin2024-04-191-51/+40
* zvol_os: fix compile with blk-mq on Linux 4.xRob N2024-04-171-0/+5
* zvol_os: fix build on Linux <3.13Rob N2024-04-171-1/+2
* zvol: use multiple taskqAmeer Hamza2024-04-171-10/+92
* vdev_disk: fix alignment check when buffer has non-zero starting offsetRob Norris2024-04-121-1/+1
* vdev_disk: ensure trim errors are returned immediatelyRob N2024-04-111-45/+86
* vdev_disk: don't touch vbio after its handed off to the kernelRob Norris2024-04-081-5/+6
* Fix corruption caused by mmap flushing problemsRobert Evans2024-03-293-9/+10
* vdev_disk: default to classic submission for 2.2.xRob Norris2024-03-281-3/+5
* abd_iter_page: don't use compound heads on Linux <4.5Rob Norris2024-03-281-0/+14
* vdev_disk: use bio_chain() to submit multiple BIOsRob Norris2024-03-281-151/+80
* vdev_disk: add module parameter to select BIO submission methodRob Norris2024-03-281-2/+29
* vdev_disk: rewrite BIO filling machinery to avoid split pagesRob Norris2024-03-281-2/+437
* vdev_disk: make read/write IO function configurableRob Norris2024-03-281-2/+21
* vdev_disk: reorganise vdev_disk_io_startRob Norris2024-03-281-20/+31
* vdev_disk: rename existing functions to vdev_classic_*Rob Norris2024-03-282-102/+118
* abd: add page iteratorRob Norris2024-03-283-11/+139
* Linux 6.8 compat: use splice_copy_file_range() for fallbackRob N2024-03-211-2/+14
* dmu: Allow buffer fills to failAlexander Motin2024-02-204-24/+36
* BRT: Fix slop space calculation with block cloningBi112024-02-121-1/+2
* LUA: Backport CVE-2020-24370's patchthe-Chain-Warden-thresh2024-02-081-3/+4
* Improve performance for zpool trim on linuxUmer Saleem2024-02-061-14/+58
* BRT: Fix FICLONE/FICLONERANGE shortened copyTony Hutter2024-02-064-35/+65
* Linux 6.8 compat: replace MAX_ORDER defineRob Norris2024-01-291-9/+18
* Linux 6.8 compat: implement strlcpy fallbackRob Norris2024-01-294-0/+4
* Linux 6.8 compat: update for new bdev access functionsRob Norris2024-01-291-58/+79
* Don't assert mg_initialized due to device addition racePaul Dagnelie2024-01-291-3/+0
* Update vdev devid and physpath if changed between importsAmeer Hamza2024-01-291-13/+27
* linux spl: fix typo in top comment of spl-condvar.cTino Reichardt2024-01-291-1/+1
* Make spl_kmem_cache size check consistentyouzhongyang2024-01-291-2/+3
* Extend aux label to add path informationAmeer Hamza2024-01-291-23/+31
* fix: Uber block label not always found for aux vdevsAmeer Hamza2024-01-291-0/+31
* Fix a potential use-after-free in zfs_setsecattr()Mark Johnston2024-01-291-2/+2
* Linux: Defer loading the object set in zfs_setattr()Mark Johnston2024-01-291-1/+2
* Fix file descriptor leak on pool import.Pawel Jakub Dawidek2024-01-261-12/+51
* Fix cloning into mmaped and cached file.Pawel Jakub Dawidek2024-01-191-0/+4
* Autotrim High Load Average FixKevin Jin2024-01-181-1/+2
* Linux 6.7 compat: zfs_setattr fix atime updateRob N2024-01-171-2/+1
* spa: Let spa_taskq_param_get()'s addition of a newline be optionalMark Johnston2024-01-161-6/+7
* spa: Fix FreeBSD sysctl handlersMark Johnston2024-01-161-24/+6
* Fix livelist assertions for dedup and cloningAlexander Motin2024-01-121-17/+14
* Improve block sizes checks during cloningAlexander Motin2024-01-121-6/+25
* Don't panic on unencrypted block in encrypted datasetchrisperedun2024-01-082-4/+0
* dbuf: Set dr_data when unoverriding after cloneAlexander Motin2024-01-081-3/+5
* dbuf: Handle arcbuf assignment after block cloningAlexander Motin2024-01-081-1/+11
* DMU: Fix lock leak on dbuf_hold() errorAlexander Motin2024-01-081-1/+1
* BRT: Limit brt_vdev_dump() to only one vdevAlexander Motin2024-01-081-47/+33
* ZIL: Remove 128K into 2x68K LWB split optimizationAlexander Motin2024-01-081-2/+0
* Allow block cloning across encrypted datasetsoromenahar2024-01-083-18/+47