]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - module/zfs/dmu_zfetch.c
zfetch: Don't issue new streams when old have not completed
[FreeBSD/FreeBSD.git] / module / zfs / dmu_zfetch.c
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...