]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - module/zfs/dmu_zfetch.c
Speculative prefetch for reordered requests
[FreeBSD/FreeBSD.git] / module / zfs / dmu_zfetch.c
2024-04-08 Alexander MotinSpeculative prefetch for reordered requests
2023-10-24 Brian BehlendorfAdd prefetch property
2023-07-21 Alexander MotinAdjust prefetch parameters.
2023-06-05 Alexander MotinIntroduce zfs_refcount_(add|remove)_few().
2023-03-01 Alexander MotinSystem-wide speculative prefetch limit.
2022-12-22 Alexander Motinarc_read()/arc_access() refactoring and cleanup
2022-10-13 Richard YaoCleanup: 64-bit kernel module parameters should use...
2022-07-11 Tino ReichardtReplace dead opensolaris.org license link
2022-05-25 Alexander MotinMore speculative prefetcher improvements
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-08 Rich ErcolaniCorrect refcount_add in dmu_zfetch
2021-07-01 Jorgen LundmanUpstream: dmu_zfetch_stream_fini leaks refcount
2021-06-17 Alexander MotinUse wmsum for arc, abd, dbuf and zfetch statistics...
2021-03-20 Alexander MotinSplit dmu_zfetch() speculation and execution parts
2020-10-14 Matthew Macydmu_zfetch: don't leak unreferenced stream when zfetch...
2020-10-13 Ryan MoellerExpose zfetch_max_idistance tunable
2020-09-28 Matthew Macyzfetch: Don't issue new streams when old have not completed
2019-09-05 Matthew MacyMake module tunables cross platform
2019-09-03 Andrea GelminiFix typos in module/zfs/
2019-07-25 Matthew AhrensReplace zf_rwlock with a mutex
2019-07-08 Paul DagnelieDecrease contention on dn_struct_rwlock
2019-05-23 Brian BehlendorfLinux 5.2 compat: rw_tryupgrade()
2018-05-29 Brian BehlendorfUpdate build system and packaging
2018-05-29 Brian BehlendorfMerge branch 'zfsonlinux/merge-spl'
2018-04-14 Matthew AhrensOpenZFS 7614, 9064 - zfs device evacuation/removal
2018-01-19 Alexander MotinOpenZFS 8835 - Speculative prefetch in ZFS not working...
2017-11-04 Don BradyUndo c89 workarounds to match with upstream
2016-12-12 Brian BehlendorfUse cstyle -cpP in `make cstyle` check
2016-08-30 Alexander MotinOpenZFS 6322 - ZFS indirect block predictive prefetch
2016-01-12 George WilsonIllumos 6281 - prefetching should apply to 1MB reads
2016-01-12 Matthew AhrensIllumos 5987 - zfs prefetch code needs work
2016-01-08 Paul DagnelieIllumos 5960, 5925
2015-01-16 Brian BehlendorfMerge branch 'kmem-rework'
2015-01-16 Brian BehlendorfChange KM_PUSHPAGE -> KM_SLEEP
2014-01-23 Shen YanUse enum type(zfetch_dirn_t) instead
2013-12-19 Michael Kjorlingcstyle: Resolve C style issues
2013-12-06 Matthew AhrensIllumos #4045 write throttle & i/o scheduler performanc...
2013-11-04 Will AndrewsIllumos #3741
2012-08-27 Richard YaoSwitch KM_SLEEP to KM_PUSHPAGE
2011-05-04 Brian BehlendorfAdd missing ZFS tunables
2010-08-31 Brian BehlendorfAdd linux kernel module support
2010-08-31 Brian BehlendorfFix gcc missing parenthesis warnings
2010-05-28 Brian BehlendorfUpdate core ZFS code from build 121 to build 141.
2008-12-11 Brian BehlendorfMove the world out of /zfs/ and seperate out module...