]> git.proxmox.com Git - mirror_zfs.git/history - module/zfs/dmu_objset.c
BRT: Skip getting length in brt_entry_lookup()
[mirror_zfs.git] / module / zfs / dmu_objset.c
2023-11-06 ednadolski-ixImprove ZFS objset sync parallelism
2023-10-24 Brian BehlendorfAdd prefetch property
2023-06-15 Alexander MotinRemove ARC/ZIO physdone callbacks.
2023-06-09 Alexander MotinUse list_remove_head() where possible.
2023-03-08 Richard YaoSuppress static analyzer warning in dmu_objset_create_i...
2023-03-07 George AmanakisOptimize the is_l2cacheable functions
2023-03-01 Richard YaoSuppress static analyzer warning in dmu_objset_create_i...
2023-02-24 George AmanakisMove dmu_buf_rele() after dsl_dataset_sync_done()
2023-02-21 George AmanakisPartially revert eee9362a7
2023-01-12 George AmanakisActivate filesystem features only in syncing context
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-08-25 Brian BehlendorfRevert "Avoid panic with recordsize > 128k, raw sending...
2022-07-11 Tino ReichardtReplace dead opensolaris.org license link
2022-06-29 набEnable -Wwrite-strings
2022-06-27 George AmanakisAvoid panic with recordsize > 128k, raw sending and...
2022-03-15 набRemove bcopy(), bzero(), bcmp()
2022-01-14 набmodule/*.ko: prune .data, global .rodata
2021-12-23 набmodule: zfs: fix unused, remove argsused
2021-11-11 George AmanakisIntroduce a tunable to exclude special class buffers...
2021-06-29 Alexander MotinAvoid 64bit division in multilist index functions
2021-06-23 Rich ErcolaniAnnotated dprintf as printf-like
2021-06-10 Alexander MotinRe-embed multilist_t storage
2021-01-23 Alexander MotinRelax special_small_blocks assertion.
2020-12-28 Toomas Soomeimplicit conversion from 'boolean_t' to 'ds_hold_flags_t'
2020-12-21 Andy FiddamanDangling reference from dmu_objset_upgrade
2020-12-11 Matthew AhrensImprove zfs receive performance with lightweight write
2020-11-16 loli10KFix 'zfs userspace' for received datasets in encrypted...
2020-10-03 Ryan MoellerThrow const on some strings
2020-08-20 Michael NiewöhnerAdd zstd support to zfs
2020-07-31 Allan JudeRemove duplicate include of sys/zfeature.h in dmu_objset.c
2020-07-12 Matthew Ahrensfilesystem_limit/snapshot_limit is incorrectly enforced...
2020-06-18 Arvind SankarMark functions as static
2020-06-09 Matthew AhrensFile incorrectly zeroed when receiving incremental...
2020-06-07 Jorgen LundmanReplace sprintf()->snprintf() and strcpy()->strlcpy()
2020-03-12 Matthew Ahrensdmu_objset_from_ds must be called with dp_config_rwlock...
2020-02-28 Matthew AhrensImprove zfs destroy performance with zio_t-free zio_free()
2020-02-05 Matthew MacyConvert dbuf dirty record record list to a list_t
2020-02-03 Matthew Ahrensasync zvol minor node creation interferes with receive
2019-10-10 Matthew MacyFix strdup conflict on other platforms
2019-10-09 Paul DagnelieReduce loaded range tree memory usage
2019-09-25 Matthew MacyOpenZFS restructuring - zvol
2019-09-12 Matthew MacyEnable compiler to typecheck logging
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-16 Serapheim Dimitrop... Log Spacemap Project
2019-06-25 Alexander MotinAvoid extra taskq_dispatch() calls by DMU
2019-06-24 Matthew AhrensRemove code for zfs remap
2019-06-20 Tom CaputiAllow unencrypted children of encrypted datasets
2019-06-19 Paul DagnelieImplement Redacted Send/Receive
2019-02-20 loli10KPrevent user accounting on readonly pool
2019-02-08 loli10KZVOLs should not be allowed to have children
2018-10-16 Paul DagnelieAdd types to featureflags in zfs
2018-10-09 Paul Dagnelie Refactor dmu_recv into its own file
2018-10-03 Tom CaputiRefcounted DSL Crypto Key Mappings
2018-09-06 Don BradyPool allocation classes
2018-08-15 Tom CaputiCheck encrypted dataset + embedded recv earlier
2018-07-12 Matthew AhrensOpenZFS 9337 - zfs get all is slow due to uncached...
2018-07-09 Serapheim Dimitrop... OpenZFS 9330 - stack overflow when creating a deeply...
2018-06-20 Brian BehlendorfLinux 4.18 compat: inode timespec -> timespec64
2018-05-29 Brian BehlendorfUpdate build system and packaging
2018-05-29 Brian BehlendorfMerge branch 'zfsonlinux/merge-spl'
2018-05-01 loli10KAdopt pyzfs from ClusterHQ
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-03-31 Tom CaputiDecryption error handling improvements
2018-03-30 Andriy GaponOpenZFS 9164 - assert: newds == os->os_dsl_dataset
2018-03-05 Nasf-FanMisc fixes and cleanup for project quota
2018-02-21 Tom CaputiZIL claiming should not start user accounting
2018-02-13 Nasf-FanProject Quota on ZFS
2018-02-02 Tom CaputiChange os->os_next_write_raw to work per txg
2018-02-02 Tom CaputiEncryption Stability and On-Disk Format Fixes
2017-11-10 Arkadiusz BubałaLong hold the dataset during upgrade
2017-11-04 Don BradyUndo c89 workarounds to match with upstream
2017-10-13 Brian BehlendorfPost-Encryption Followup
2017-10-11 Tom CaputiEncryption patch follow-up
2017-08-30 Gvozden Neskovicdmu_objset: release bonus buffer in failure path
2017-08-14 Tom CaputiNative Encryption for ZFS on Linux
2017-06-09 Matthew AhrensOpenZFS 8199 - multi-threaded dmu_object_alloc()
2017-06-07 Matthew AhrensOpenZFS 8155 - simplify dmu_write_policy handling of...
2017-05-04 Gvozden NeskovicAdd missing *_destroy/*_fini calls
2017-03-21 Matthew AhrensOpenZFS 7968 - multi-threaded spa_sync()
2017-03-07 Brian BehlendorfOpenZFS 7793 - ztest fails assertion in dmu_tx_willuse_...
2017-02-09 Matthew AhrensOpenZFS 7104 - increase indirect block size
2017-02-02 George MelikovOpenZFS 1300 - filename normalization doesn't work...
2017-01-27 George MelikovOpenZFS 7254 - ztest failed assertion in ztest_dataset_...
2017-01-26 George MelikovOpenZFS 7606 - dmu_objset_find_dp() takes a long time...
2017-01-03 ka7Fix spelling
2016-11-09 jxiongExport symbol dmu_objset_userobjspace_upgradable
2016-11-02 Brian BehlendorfAdd TASKQID_INVALID
2016-10-21 Brian BehlendorfFix userquota_compare() function
2016-10-12 luozhengzhengFix coverity defects: CID 153394
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 XiongOpenZFS 6988 spa_sync() spends half its time in dmu_obj...
2016-10-07 Jinshan XiongAdd support for user/group dnode accounting & quota
2016-09-13 Dan KimmelDLPX-40252 integrate EP-476 compressed zfs send/receive
next