]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - module/zfs/dmu.c
Speculative prefetch for reordered requests
[FreeBSD/FreeBSD.git] / module / zfs / dmu.c
2024-04-08 Alexander MotinSpeculative prefetch for reordered requests
2024-03-27 Alexander MotinBRT: Fix holes cloning.
2024-03-25 George WilsonProvide macros for setting and getting blkptr birth...
2024-03-25 Alexander MotinZAP: Massively switch to _by_dnode() interfaces
2023-12-15 Alexander Motindmu: Allow buffer fills to fail
2023-12-09 Alexander MotinDMU: Fix lock leak on dbuf_hold() error
2023-12-05 Alexander MotinZIL: Do not clone blocks from the future
2023-11-29 Alexander MotinZIL: Call brt_pending_add() replaying TX_CLONE_RANGE
2023-08-11 Alexander MotinZIL: Avoid dbuf_read() before dmu_sync().
2023-08-07 Alexander MotinRefactor dmu_prefetch().
2023-07-27 Alexander MotinAvoid waiting in dmu_sync_late_arrival().
2023-07-21 Alexander MotinAdjust prefetch parameters.
2023-06-15 Alexander MotinRemove ARC/ZIO physdone callbacks.
2023-05-11 Pawel Jakub DawidekMake sure we are not trying to clone a spill block.
2023-05-11 Pawel Jakub DawidekCorrect comment.
2023-05-11 Pawel Jakub DawidekRemove badly placed comment.
2023-05-11 Pawel Jakub DawidekDon't use dmu_buf_is_dirty() for unassigned transaction.
2023-05-11 Pawel Jakub DawidekDeny block cloning is dbuf size doesn't match BP size.
2023-05-11 Pawel Jakub DawidekAdditional block cloning fixes.
2023-04-12 Pawel Jakub DawidekFix data corruption when cloning embedded blocks
2023-03-28 Brian BehlendorfAdditional limits on hole reporting
2023-03-24 Pawel Jakub DawidekFix cloning into already dirty dbufs.
2023-03-10 Pawel Jakub DawidekImplementation of block cloning for ZFS
2023-02-23 Richard YaoUse rw_tryupgrade() in dmu_bonus_hold_by_dnode()
2023-01-05 Alexander MotinImplement uncached prefetch
2022-10-27 Richard YaoConvert enum zio_flag to uint64_t
2022-10-20 Akash BAdd options to zfs redundant_metadata property
2022-10-13 Richard YaoCleanup: 64-bit kernel module parameters should use...
2022-09-30 Tino ReichardtFix double const qualifier declarations
2022-09-28 Mateusz GuzikBring per_txg_dirty_frees_percent back to 30
2022-09-27 Richard YaoCleanup: Specify unsignedness on things that should...
2022-07-28 Alek PImplement a new type of zfs receive: corrective receive...
2022-07-11 Tino ReichardtReplace dead opensolaris.org license link
2022-06-29 набEnable -Wwrite-strings
2022-04-26 Alexander MotinImprove log spacemap load time
2022-03-15 набRemove bcopy(), bzero(), bcmp()
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-11-30 Brian BehlendorfDefault to zfs_dmu_offset_next_sync=1
2021-11-11 George AmanakisIntroduce a tunable to exclude special class buffers...
2021-11-07 Brian BehlendorfFix lseek(SEEK_DATA/SEEK_HOLE) mmap consistency
2021-10-13 Pawel Jakub DawidekRemove FreeBSD's local copy of the dmu_buf_hold_array...
2021-10-02 Attila FülöpZFS: Remove a redundant if condition (#12598)
2021-03-20 Alexander MotinSplit dmu_zfetch() speculation and execution parts
2021-02-20 Ryan MoellerRestore FreeBSD resource usage accounting
2021-01-21 Brian AtkinsonExtending FreeBSD UIO Struct
2021-01-20 Matthew Ahrensallow callers to allocate and provide the abd_t struct
2020-12-11 Matthew AhrensImprove zfs receive performance with lightweight write
2020-12-02 Finix1979Avoid unneccessary zio allocation and wait
2020-10-30 Matthew MacyRemove UIO_ZEROCOPY functions structures
2020-08-25 Brian BehlendorfExport dmu_offset_next() symbol
2020-08-20 Michael NiewöhnerAdd zstd support to zfs
2020-06-18 Arvind SankarMark functions as static
2020-06-14 Jorgen LundmanAdd convenience wrappers for common uio usage
2020-04-23 Matthew AhrensRemove deduplicated send/receive code
2020-04-08 Matthew MacyUse vn_io_fault_uiomove on FreeBSD to avoid potential...
2020-02-24 Dirkjan BussinkRemove zfs_getattr and convoff dead code
2020-02-05 Matthew MacyConvert dbuf dirty record record list to a list_t
2019-12-05 Matthew MacyReplace ASSERTV macro with compiler annotation
2019-11-01 Prakash SuryaEnable use of DTRACE_PROBE* macros in "spl" module
2019-10-11 Matthew MacyExpose dmu_buf_hold_array_by_dnode to platform code
2019-09-11 Matthew MacyOpenZFS restructuring - move linux tracing code to...
2019-09-05 Matthew MacyMake module tunables cross platform
2019-09-03 Andrea GelminiFix typos in module/zfs/
2019-08-15 Serapheim Dimitrop... dmu_tx_wait() hang likely due to cv_signal() in dsl_poo...
2019-07-08 Paul DagnelieDecrease contention on dn_struct_rwlock
2019-06-24 Matthew AhrensRemove code for zfs remap
2019-06-19 Paul DagnelieImplement Redacted Send/Receive
2019-06-12 Matthew Ahrensfat zap should prefetch when iterating
2019-05-31 Brian BehlendorfRevert "Report holes when there are only metadata changes"
2019-05-29 madzFix integer overflow in get_next_chunk()
2019-04-25 Tom CaputiFixes for the DMU free throttle
2019-04-06 Brian BehlendorfRevert "Fix issues with truncated files in raw sends"
2019-03-29 Brian BehlendorfAdd TRIM support
2019-03-27 Tom CaputiFix issues with truncated files in raw sends
2019-03-21 Brian BehlendorfReport holes when there are only metadata changes
2019-03-13 Tom CaputiFix handling of maxblkid for raw sends
2019-02-12 Alek PFreeing throttle should account for holes
2019-01-17 Tom CaputiFix error handling incallers of dbuf_hold_level()
2019-01-10 Brian BehlendorfProvide more flexible object allocation interface
2019-01-02 Brian BehlendorfFix 'zpool remap' freeing race
2018-12-07 Prakash SuryaOpenZFS 9962 - zil_commit should omit cache thrash
2018-10-11 Matt AhrensOpenZFS 9689 - zfs range lock code should not be zpl...
2018-09-26 Tim SchumacherLinux 4.19-rc3+ compat: Remove refcount_t compat
2018-09-06 Don BradyPool allocation classes
2018-08-20 Tom CaputiFix issues with raw receive_write_byref()
2018-07-25 Feng SunIntroduce kstat dmu_tx_dirty_frees_delay
2018-07-12 Matthew AhrensOpenZFS 9337 - zfs get all is slow due to uncached...
2018-06-06 Tom CaputiRaw receive functions must not decrypt data
2018-05-29 Brian BehlendorfUpdate build system and packaging
2018-05-29 Brian BehlendorfMerge branch 'zfsonlinux/merge-spl'
2018-04-17 Matthew Ahrensassertion in arc_release() during encrypted receive
2018-04-14 Matthew AhrensOpenZFS 7614, 9064 - zfs device evacuation/removal
2018-04-10 Tom CaputiFix race in dnode_check_slots_free()
2018-02-27 Tom CaputiRaw DRR_OBJECT records must write raw data
2018-02-21 Tom CaputiRaw receives must compress metadnode blocks
2018-02-21 Tom CaputiAdd omitted set for os->os_next_write_raw
2018-02-13 Nasf-FanProject Quota on ZFS
2018-02-02 Tom CaputiEncryption Stability and On-Disk Format Fixes
next