]> git.proxmox.com Git - mirror_zfs.git/history - module/zfs/dsl_scan.c
ddt: typedef ddt_type and ddt_class
[mirror_zfs.git] / module / zfs / dsl_scan.c
2024-02-15 Rob Norrisddt: typedef ddt_type and ddt_class
2023-11-28 Matthew Ahrensunnecessary alloc/free in dsl_scan_visitbp()
2023-11-08 Don BradyRAID-Z expansion feature
2023-07-20 Alexander MotinDo not request data L1 buffers on scan prefetch.
2023-07-13 Alexander MotinAdd missed DMU_PROJECTUSED_OBJECT prefetch.
2023-06-30 Alexander MotinDo not report bytes skipped by scan as issued.
2023-06-09 Alexander MotinUse list_remove_head() where possible.
2023-05-26 Richard Yaobtree: Implement faster binary search algorithm
2023-05-26 George AmanakisFix inconsistent definition of zfs_scrub_error_blocks_p...
2023-05-18 George AmanakisTeach zpool scrub to scrub only blocks in error log
2023-05-08 Matthew AhrensVerify block pointers before writing them out
2023-03-28 George AmanakisFixes in persistent error log
2023-03-10 Pawel Jakub DawidekImplementation of block cloning for ZFS
2023-02-21 George AmanakisPartially revert eee9362a7
2023-02-14 George AmanakisFix a race condition in dsl_dataset_sync() when activat...
2023-01-27 Brian BehlendorfIncrease default zfs_scan_vdev_limit to 16MB
2023-01-25 Brian BehlendorfImprove resilver ETAs
2023-01-12 Richard YaoCleanup: Use C99 flexible array members instead of...
2022-12-22 Matthew Ahrensdeadlock between spa_errlog_lock and dp_config_rwlock
2022-10-13 Richard YaoCleanup: 64-bit kernel module parameters should use...
2022-10-12 Richard YaoAdd defensive assertions
2022-09-27 Richard YaoCleanup: Specify unsignedness on things that should...
2022-09-22 Richard YaoCleanup: Change 1 used in bitshifts to 1ULL
2022-08-25 Brian BehlendorfRevert "Avoid panic with recordsize > 128k, raw sending...
2022-07-21 Alexander MotinFix scrub resume from newly created hole
2022-07-11 Tino ReichardtReplace dead opensolaris.org license link
2022-06-29 набRemaining {=> const} char|void *tag
2022-06-28 Alexander MotinFix and disable blocks statistics during scrub
2022-06-27 George AmanakisAvoid panic with recordsize > 128k, raw sending and...
2022-06-27 Alexander MotinAvoid two 64-bit divisions per scanned block
2022-06-24 Alexander MotinSeveral sorted scrub optimizations
2022-06-15 Alexander MotinReduce ZIO io_lock contention on sorted scrub
2022-06-10 Alexander MotinImprove sorted scan memory accounting
2022-05-20 Brian BehlendorfVerify BPs in spa_load_verify_cb() and dsl_scan_visitbp()
2022-03-15 набRemove bcopy(), bzero(), bcmp()
2022-02-03 George AmanakisReport dnodes with faulty bonuslen
2022-01-26 набClean up CSTYLEDs
2022-01-14 набmodule/*.ko: prune .data, global .rodata
2021-12-23 набmodule: zfs: fix unused, remove argsused
2021-10-26 Rich ErcolaniMake dsl_scan print the pool name in dbgmsg
2021-05-27 Alexander MotinImprove scrub maxinflight_bytes math.
2021-04-08 Brian BehlendorfUse dsl_scan_setup_check() to setup a scrub
2021-02-20 Don BradyChecksum errors may not be counted
2020-11-13 Brian BehlendorfDistributed Spare (dRAID) Feature
2020-10-30 Ryan MoellerUpdate references to nonexistent man pages in code
2020-10-09 Christian Schwarzzil_parse: make callback parameters const
2020-09-04 Brian BehlendorfSequential scrub and resilver updated comments
2020-07-03 Brian BehlendorfAdd device rebuild feature
2020-06-18 Arvind SankarMark functions as static
2020-06-07 Jorgen LundmanReplace sprintf()->snprintf() and strcpy()->strlcpy()
2020-05-13 John PoduskaResilver restarts unnecessarily when it encounters...
2020-03-12 Alexander MotinFix infinite scan on a pool with only special allocations
2020-02-27 Matthew MacyRefactor dnode dirty context from dbuf_dirty
2020-02-14 Matthew AhrensRemove limit on number of async zio_frees of non-dedup...
2019-11-27 jwpoduskaPrevent unnecessary resilver restarts
2019-10-14 Paul DagnelieDon't call sizeof on void
2019-10-11 Paul DagnelieFunction name and comment updates
2019-10-09 Paul DagnelieReduce loaded range tree memory usage
2019-09-22 Kody A KantorDisabled resilver_defer feature leads to looping resilvers
2019-09-18 Andriy GaponFix dsl_scan_ds_clone_swapped logic
2019-09-14 John GallagherAdd subcommand to wait for background zfs activity...
2019-09-12 Matthew MacyEnable compiler to typecheck logging
2019-09-11 Tom CaputiFix stalled txg with repeated noop scans
2019-09-05 Matthew MacyMake module tunables cross platform
2019-09-03 Andrea GelminiFix typos in module/zfs/
2019-07-26 Sara HartseFast Clone Deletion
2019-06-19 Paul DagnelieImplement Redacted Send/Receive
2019-06-03 TulsiJainMake zfs_async_block_max_blocks handle zero correctly
2019-05-25 Tom CaputiFix embedded bp accounting in count_block()
2019-03-15 Tom CaputiMultiple DVA Scrubbing Fix
2018-12-06 Tom CaputiEnsure dsl scan prefetch queue is emptied
2018-11-28 Tom CaputiRemove races from scrub / resilver tests
2018-10-24 Tom CaputiFix 2 small bugs with cached dsl_scan_phys_t
2018-10-24 Tom CaputiFix issue with scanning dedup blocks as scan ends
2018-10-19 Tom CaputiDefer new resilvers until the current one ends
2018-10-01 Tim SchumacherPrefix all refcount functions with zfs_
2018-09-26 Tim SchumacherLinux 4.19-rc3+ compat: Remove refcount_t compat
2018-07-24 Steven Noonandsl_scan_scrub_cb: don't double-account non-embedded...
2018-07-10 Matthew AhrensOpenZFS 9454 - ::zfs_blkstats should count embedded...
2018-06-26 Serapheim Dimitrop... OpenZFS 9166 - zfs storage pool checkpoint
2018-05-29 Brian BehlendorfUpdate build system and packaging
2018-05-29 Brian BehlendorfMerge branch 'zfsonlinux/merge-spl'
2018-05-04 Matthew AhrensOpenZFS 9443 - panic when scrub a v10 pool
2018-04-14 Matthew AhrensOpenZFS 9290 - device removal reduces redundancy of...
2018-04-14 Matthew AhrensOpenZFS 7614, 9064 - zfs device evacuation/removal
2018-04-04 Tony HutterFedora 28: Fix misc bounds check compiler warnings
2018-03-29 Tom CaputiFix ASSERT in dsl_scan_fini() and cleanup comments
2018-02-13 Nasf-FanProject Quota on ZFS
2018-01-31 Brian BehlendorfFix txg_sync_thread hang in scan_exec_io()
2018-01-29 LOLiFix style issues in man pages and commands help
2018-01-17 Sean Eric FaganOpenZFS 8959 - Add notifications when a scrub is paused...
2017-12-21 Tom CaputiSupport re-prioritizing asynchronous prefetches
2017-11-16 Tom CaputiSequential scrub and resilvers
2017-11-04 Don BradyUndo c89 workarounds to match with upstream
2017-08-24 Alek POpenZFS 8414 - Implemented zpool scrub pause/resume
2017-08-14 Tom CaputiNative Encryption for ZFS on Linux
2017-08-03 Ned BassUse SET_ERROR for constant non-zero return codes
2017-07-13 Dave EddyOpenZFS 6939 - add sysevents to zfs core for commands
2017-07-09 Yuri PankovOpenZFS 5428 - provide fts(), reallocarray(), and strto...
2017-07-07 Alek PImplemented zpool scrub pause/resume
next