summaryrefslogtreecommitdiffstats
path: root/module/zfs
Commit message (Expand)AuthorAgeFilesLines
* dmu: Allow buffer fills to failAlexander Motin2024-02-203-22/+34
* BRT: Fix slop space calculation with block cloningBi112024-02-121-1/+2
* BRT: Fix FICLONE/FICLONERANGE shortened copyTony Hutter2024-02-061-5/+38
* 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
* 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
* Fix cloning into mmaped and cached file.Pawel Jakub Dawidek2024-01-191-0/+4
* Autotrim High Load Average FixKevin Jin2024-01-181-1/+2
* 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
* ZIL: Do not clone blocks from the futureAlexander Motin2024-01-082-10/+43
* ZIL: Remove TX_CLONE_RANGE replay for ZVOLs.Alexander Motin2024-01-081-59/+1
* ZIO: Add overflow checks for linear buffersAlexander Motin2024-01-081-2/+55
* ZIL: Assert record sizes in different placesAlexander Motin2024-01-084-33/+101
* L2ARC: Restrict write size to 1/4 of the deviceAlexander Motin2024-01-081-26/+4
* Update the kstat dataset_name when renaming a zvolAlan Somers2024-01-081-0/+12
* ABD: Be more assertive in iteratorsAlexander Motin2024-01-081-78/+26
* spa: make read/write queues configurableRob Norris2023-12-221-1/+296
* ZIL: Call brt_pending_add() replaying TX_CLONE_RANGEAlexander Motin2023-11-293-13/+11
* dmu_buf_will_clone: fix race in transition back to NOFILLRob N2023-11-281-1/+9
* brt: lift internal definitions into _impl headerRob Norris2023-11-281-163/+1
* dnode_is_dirty: check dnode and its data for dirtinessRob N2023-11-281-2/+10
* Revert "Tune zio buffer caches and their alignments"Brian Behlendorf2023-11-281-39/+50
* Fix accounting error for pending sync IO ops in zpool iostatMigeljanImeri2023-11-161-2/+5
* Unify arc_prune_async() codeAlexander Motin2023-11-081-0/+52
* Tune zio buffer caches and their alignmentsAlexander Motin2023-11-081-50/+39
* DMU: Do not pre-read holes during writeAlexander Motin2023-11-081-3/+5
* Read prefetched buffers from L2ARCshodanshok2023-11-061-4/+1
* Add mutex_enter_interruptible() for interruptible sleeping IOCTLsThomas Bertschinger2023-11-062-10/+12
* Trust ARC_BUF_SHARED() moreAlexander Motin2023-11-061-17/+24
* Remove lock from dsl_pool_need_dirty_delay()Alexander Motin2023-11-061-7/+7
* Set spa_ccw_fail_time=0 when expanding a vdev.Colin Percival2023-11-061-0/+1
* Large sync writes perform worse with slogJohn Wren Kennedy2023-11-061-1/+1
* Fix block cloning between unencrypted and encrypted datasetsMartin Matuška2023-11-061-0/+9
* Zpool can start allocating from metaslab before TRIMs have completedJason King2023-10-121-9/+19
* ZIL: Reduce maximum size of WR_COPIED to 7.5KAlexander Motin2023-10-071-6/+11
* import: require force when cachefile hostid doesn't match on-diskRob Norris2023-10-071-0/+18
* Reduce number of metaslab preload taskq threads.Alexander Motin2023-10-072-22/+29
* ARC: Drop different size headers for cryptoAlexander Motin2023-10-071-175/+8