]> git.proxmox.com Git - mirror_zfs.git/history - module/zfs/dmu_traverse.c
ddt: document the theory and the key data structures
[mirror_zfs.git] / module / zfs / dmu_traverse.c
2023-03-24 Matthew AhrensFix prefetching of indirect blocks while destroying
2022-12-22 Alexander Motinarc_read()/arc_access() refactoring and cleanup
2022-10-27 Richard YaoConvert enum zio_flag to uint64_t
2022-10-12 Richard YaoAdd defensive assertions
2022-09-27 Richard YaoCleanup: Specify unsignedness on things that should...
2022-07-11 Tino ReichardtReplace dead opensolaris.org license link
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-04-15 Jitendra PatidarZFS traverse_visitbp optimization to limit prefetch
2020-10-09 Christian Schwarzzil_parse: make callback parameters const
2019-09-05 Matthew MacyMake module tunables cross platform
2019-06-19 Paul DagnelieImplement Redacted Send/Receive
2018-08-15 Brian BehlendorfFix traverse_impl() kmem leak
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-03-30 LOLiFix hung z_zvol tasks during 'zfs receive'
2018-02-13 Nasf-FanProject Quota on ZFS
2018-02-09 Chunwei ChenFix zdb -c traverse stop on damaged objset root
2017-11-16 Tom CaputiSequential scrub and resilvers
2017-11-04 Don BradyUndo c89 workarounds to match with upstream
2017-10-13 Brian BehlendorfPost-Encryption Followup
2017-10-11 Tom CaputiFixes for #6639
2017-08-14 Tom CaputiNative Encryption for ZFS on Linux
2016-11-02 Brian BehlendorfAdd TASKQID_INVALID
2016-10-11 Brian BehlendorfFix zfsctl_snapshot_{,un}mount() issues
2016-10-08 Brian BehlendorfRename hole_birth tunable to match OpenZFS
2016-09-16 Brian BehlendorfEnable ignore_hole_birth module option by default
2016-09-13 George WilsonOpenZFS 6950 - ARC should cache compressed data
2016-08-15 Rich ErcolaniAdd tunable to ignore hole_birth
2016-06-29 Brian BehlendorfMerge branch 'illumos-2605'
2016-06-28 Matthew AhrensOpenZFS 2605, 6980, 6902
2016-06-24 Ned BassImplement large_dnode pool feature
2016-03-10 Paul DagnelieIllumos 6370 - ZFS send fails to transmit some holes
2016-01-08 Paul DagnelieIllumos 5960, 5925
2015-09-04 Brian BehlendorfMerge branch 'zvol'
2015-09-04 Tim ChasePrevent reclaim in the traverse prefetch thread
2015-06-16 Brian BehlendorfWait interruptibly in prefetch thread
2015-06-11 Brian BehlendorfMerge branch 'lock-contention-on-arcs_mtx-final'
2015-06-11 George WilsonIllumos 5369 - arc flags should be an enum
2015-05-15 Matthew AhrensIllumos 5243 - zdb -b could be much faster
2015-04-28 Justin T. GibbsIllumos 5056 - ZFS deadlock on db_mtx and dn_holds
2015-04-28 Justin T. GibbsIllumos 5314 - Remove "dbuf phys" db->db_data pointer...
2015-04-28 tuxokoFix misuse of input argument in traverse_visitbp
2015-03-27 George WilsonIllumos 5694 - traverse_prefetcher does not prefetch...
2015-03-27 Chris DunlopAlign code with Illumos
2015-02-06 Justin T. GibbsIllumos 5311 - traverse_dnode may report success when...
2015-01-16 Brian BehlendorfMerge branch 'kmem-rework'
2015-01-16 Brian BehlendorfChange KM_PUSHPAGE -> KM_SLEEP
2014-08-06 Matthew AhrensIllumos 4914 - zfs on-disk bookmark structure should...
2014-08-06 Matthew AhrensIllumos 4881 - zfs send performance regression with...
2014-08-04 Matthew AhrensIllumos 4390 - I/O errors can corrupt space map when...
2014-08-01 Matthew AhrensIllumos 4757, 4913
2014-07-28 Max GrossmanIllumos 4370, 4371
2014-07-25 Matthew AhrensIllumos 4171, 4172
2014-01-29 Matthew AhrensIllumos 4504 traverse_visitbp: visit group before user
2013-11-14 Brian BehlendorfReduce stack for traverse_visitbp() recursion
2013-11-05 Matthew Ahrens26126 panic system rather than corrupting pool if we...
2013-10-31 Matthew AhrensIllumos #3598
2013-10-25 Brian BehlendorfMerge branch 'kstat'
2013-10-25 Prakash SuryaAdd visibility in to arc_read
2013-09-04 Matthew AhrensIllumos #3464
2013-07-02 George WilsonIllumos #3498 panic in arc_read()
2013-07-02 Matthew AhrensIllumos #3122 zfs destroy filesystem should prefetch...
2013-06-19 Madhav SureshIllumos #3006
2013-01-08 Brian BehlendorfMerge branch 'feature-flags'
2013-01-08 Christopher SidenIllumos #2619 and #2747
2012-08-27 Richard YaoSwitch KM_SLEEP to KM_PUSHPAGE
2011-05-31 Brian BehlendorfRevert "Fix stack traverse_visitbp()"
2011-05-04 Brian BehlendorfAdd missing ZFS tunables
2010-08-31 Brian BehlendorfAdd linux kernel module support
2010-08-31 Brian BehlendorfFix stack traverse_visitbp()
2010-08-31 Brian BehlendorfFix stack traverse_impl()
2010-08-26 Brian BehlendorfUpdate to onnv_147
2010-05-28 Brian BehlendorfUpdate core ZFS code from build 121 to build 141.
2009-07-02 Brian BehlendorfRebase master to b117
2009-01-15 Brian BehlendorfRebase master to b105
2008-12-11 Brian BehlendorfMove the world out of /zfs/ and seperate out module...