]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - include/sys/dmu.h
brt: lift internal definitions into _impl header
[FreeBSD/FreeBSD.git] / include / sys / dmu.h
2023-11-17 Rob NConsider `dnode_t` allocations in dbuf cache size accou...
2023-08-11 Alexander MotinZIL: Avoid dbuf_read() before dmu_sync().
2023-08-07 Alexander MotinRefactor dmu_prefetch().
2023-05-18 George AmanakisTeach zpool scrub to scrub only blocks in error log
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-09 Brian BehlendorfAdd dmu_tx_hold_append() interface
2023-03-10 Pawel Jakub DawidekImplementation of block cloning for ZFS
2022-10-20 Akash BAdd options to zfs redundant_metadata property
2022-09-30 Tino ReichardtFix double const qualifier declarations
2022-09-27 Richard YaoCleanup: Specify unsignedness on things that should...
2022-09-08 Christian Schwarzmake DMU_OT_IS_METADATA and DMU_OT_IS_ENCRYPTED return...
2022-07-11 Tino ReichardtReplace dead opensolaris.org license link
2022-06-29 набRemaining {=> const} char|void *tag
2022-06-29 набEnable -Wwrite-strings
2022-04-26 Alexander MotinImprove log spacemap load time
2022-01-14 набmodule/*.ko: prune .data, global .rodata
2021-12-23 набinclude: dmu.h: fix unused, remove argsused
2021-10-13 Pawel Jakub DawidekRemove FreeBSD's local copy of the dmu_buf_hold_array...
2021-01-21 Matthew AhrensSet aside a metaslab for ZIL blocks
2021-01-21 Brian AtkinsonExtending FreeBSD UIO Struct
2020-10-30 Matthew MacyRemove UIO_ZEROCOPY functions structures
2020-10-13 Christian Schwarzdmu.h: remove stale declaration dmu_objset_snapshot_tmp
2020-10-03 Ryan MoellerThrow const on some strings
2020-07-24 Kyle EvansAnnotate unused parameters on inline definitions as...
2020-06-09 Matthew AhrensFile incorrectly zeroed when receiving incremental...
2020-04-23 Matthew AhrensRemove deduplicated send/receive code
2020-02-24 Dirkjan BussinkRemove zfs_getattr and convoff dead code
2019-11-27 Matthew MacyMinor diff reduction with ZoF in include/sys
2019-11-21 Matthew MacyAdd zfs_file_* interface, remove vnodes
2019-11-01 Matthew MacyPrefix struct rangelock
2019-10-11 Matthew MacyExpose dmu_buf_hold_array_by_dnode to platform code
2019-09-25 Matthew MacyOpenZFS restructuring - zvol
2019-08-30 Andrea GelminiFix typos in include/
2019-07-26 Sara HartseFast Clone Deletion
2019-07-16 Serapheim Dimitrop... Log Spacemap Project
2019-06-24 Matthew AhrensRemove code for zfs remap
2019-06-19 Paul DagnelieImplement Redacted Send/Receive
2019-05-07 Brian BehlendorfFix send/recv lost spill block
2019-03-13 Tom CaputiFix handling of maxblkid for raw sends
2019-03-06 Paul ZuchowskiStack overflow in recursive bpobj_iterate_impl
2019-01-17 Tom CaputiFix error handling incallers of dbuf_hold_level()
2019-01-10 Brian BehlendorfProvide more flexible object allocation interface
2018-10-11 Matt AhrensOpenZFS 9689 - zfs range lock code should not be zpl...
2018-09-06 Don BradyPool allocation classes
2018-07-25 Matthew AhrensOpenZFS 9442 - decrease indirect block size of spacemaps
2018-07-12 Matthew AhrensOpenZFS 9337 - zfs get all is slow due to uncached...
2018-06-26 Serapheim Dimitrop... OpenZFS 9166 - zfs storage pool checkpoint
2018-06-20 Brian BehlendorfLinux 4.18 compat: inode timespec -> timespec64
2018-06-18 Tom CaputiAdd ASSERT to debug encryption key mapping issues
2018-06-06 Tom CaputiRaw receive functions must not decrypt data
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-06 Matthew AhrensFixes for SNPRINTF_BLKPTR with encrypted BP's
2018-02-27 Tom CaputiRaw DRR_OBJECT records must write raw data
2018-02-21 Tom CaputiRaw receives must compress metadnode blocks
2018-02-13 Nasf-FanProject Quota on ZFS
2018-02-02 Tom CaputiEncryption Stability and On-Disk Format Fixes
2018-01-27 Prakash SuryaOpenZFS 8997 - ztest assertion failure in zil_lwb_write...
2017-12-22 lidongyangCall commit callbacks from the tail of the list
2017-12-05 Prakash SuryaOpenZFS 8585 - improve batching done in zil_commit()
2017-10-13 Brian BehlendorfPost-Encryption Followup
2017-10-11 Tom CaputiFixes for #6639
2017-08-23 Tom CaputiSend / Recv Fixes following b52563
2017-08-14 Tom CaputiNative Encryption for ZFS on Linux
2017-06-13 Richard YaoMake zvol operations use _by_dnode routines
2017-06-07 Matthew AhrensOpenZFS 8155 - simplify dmu_write_policy handling of...
2017-03-07 Brian BehlendorfOpenZFS 7793 - ztest fails assertion in dmu_tx_willuse_...
2017-01-26 George MelikovOpenZFS 6676 - Race between unique_insert() and unique_...
2017-01-13 bzzz77Add *_by-dnode routines
2016-10-20 caoFix coverity defects: CID 147472
2016-10-11 Brian BehlendorfFix zfsctl_snapshot_{,un}mount() issues
2016-10-07 Brian BehlendorfFletcher4: Incremental updates and ctx calculation
2016-10-07 Brian BehlendorfAdd python style checking
2016-10-07 Jinshan XiongAdd support for user/group dnode accounting & quota
2016-10-04 Brian BehlendorfMerge OpenZFS 4185
2016-10-03 Tony HutterOpenZFS 4185 - add new cryptographic checksums to ZFS...
2016-09-13 Dan KimmelRemove lint suppression from dmu.h and unnecessary...
2016-09-13 Dan KimmelDLPX-40252 integrate EP-476 compressed zfs send/receive
2016-08-19 Matthew AhrensOpenZFS 7004 - dmu_tx_hold_zap() does dnode_hold()...
2016-08-19 Matthew AhrensOpenZFS 7003 - zap_lockdir() should tag hold
2016-06-29 Brian BehlendorfMerge branch 'illumos-2605'
2016-06-28 Igor KozhukhovOpenZFS 6314 - buffer overflow in dsl_dataset_name
2016-06-24 Ned BassImplement large_dnode pool feature
2016-05-02 Joe SteinOpenZFS 6736 - ZFS per-vdev ZAPs
2016-01-22 Matthew AhrensIllumos 4950 - files sometimes can't be removed from...
2016-01-12 Matthew AhrensIllumos 5987 - zfs prefetch code needs work
2016-01-08 Paul DagnelieIllumos 5960, 5925
2015-12-16 Chunwei ChenUse uio for zvol_{read,write}
2015-09-04 Brian BehlendorfMerge branch 'zvol'
2015-09-04 Richard Yaozvol processing should use struct bio
2015-06-29 Matthew AhrensIllumos 5175 - implement dmu_read_uio_dbuf() to improve...
2015-06-09 Arne JansenIllumos 5269 - zpool import slow
2015-05-18 Tim ChaseInitialize dbu_tqent in dmu_buf_init_user()
2015-05-11 Matthew AhrensIllumos 5027 - zfs large block support
2015-04-28 Justin T. GibbsIllumos 5531 - NULL pointer dereference in dsl_prop_get...
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...
2014-10-21 Matthew AhrensIllumos 3693 - restore_object uses at least two transac...
next