]> git.proxmox.com Git - mirror_zfs.git/history - module/zfs/zfs_log.c
ddt: document the theory and the key data structures
[mirror_zfs.git] / module / zfs / zfs_log.c
2023-10-30 Alexander MotinZIL: Cleanup sync and commit handling
2023-04-17 Pawel Jakub DawidekFix VERIFY(!zil_replaying(zilog, tx)) panic
2023-03-10 Pawel Jakub DawidekImplementation of block cloning for ZFS
2022-10-28 Aleksa Saraizfs_rename: support RENAME_* flags
2022-10-13 Richard YaoCleanup: 64-bit kernel module parameters should use...
2022-07-11 Tino ReichardtReplace dead opensolaris.org license link
2022-06-27 Brian BehlendorfFix -Wattribute-warning in zfs_log_xvattr()
2022-03-15 набRemove bcopy(), bzero(), bcmp()
2022-02-22 Jitendra Patidarlog xattr=sa create/remove/update to ZIL
2022-01-26 набClean up CSTYLEDs
2022-01-14 набmodule/*.ko: prune .data, global .rodata
2021-07-26 набPrune /*NOTREACHED*/
2021-07-26 Mark JohnstonInitialize all fields in zfs_log_xvattr()
2021-07-20 Kevin JinAdd Module Parameter Regarding Log Size Limit
2021-03-20 Chunwei ChenFix zfs_get_data access to files with wrong generation
2020-10-03 Ryan MoellerThrow const on some strings
2020-09-25 Christian Schwarzzfs_log_write: simplify data copying code for WR_COPIED...
2020-06-18 Arvind SankarAdd prototypes
2020-02-28 Matthew MacyDon't call zrele on passed zp in zfs_xattr_owner_unlink...
2019-12-16 Matthew MacyFix zfs_xattr_owner_unlinked on FreeBSD and comment
2019-12-11 Matthew MacyEliminate Linux specific inode usage from common code
2019-11-21 Matthew MacyAdd zfs_file_* interface, remove vnodes
2019-10-02 Matthew MacyAdd inode accessors to common code
2019-09-05 Matthew MacyMake module tunables cross platform
2019-08-15 Tony NguyenImprove write performance by using dmu_read_by_dnode()
2019-08-14 Chunwei ChenFix out-of-order ZIL txtype lost on hardlinked files
2019-06-10 Matthew Ahrensmake zil max block size tunable
2018-05-29 Brian BehlendorfUpdate build system and packaging
2018-05-29 Brian BehlendorfMerge branch 'zfsonlinux/merge-spl'
2018-02-13 Nasf-FanProject Quota on ZFS
2017-06-09 Giuseppe Di NataleOpenZFS 7578 - Fix/improve some aspects of ZIL writing
2017-01-12 George MelikovOpenZFS 6328 - Fix cstyle errors in zfs codebase
2016-11-04 Chunwei ChenFix unlinked file cannot do xattr operations
2016-07-25 Nikolay BorisovRemove znode's z_uid/z_gid member
2016-06-24 Ned BassImplement large_dnode pool feature
2015-05-11 Matthew AhrensIllumos 5027 - zfs large block support
2013-11-23 Etienne DechampsOnly commit the ZIL once in zpl_writepages() (msync...
2013-11-04 Will AndrewsIllumos #3742
2013-10-30 George WilsonIllumos #3522
2012-12-20 Brian BehlendorfRevert "Remove TSD zfs_fsyncer_key"
2012-12-19 Brian BehlendorfRemove TSD zfs_fsyncer_key
2012-10-11 Cyril PliskoMake zfs_immediate_write_sz a module paramater
2011-03-02 Brian BehlendorfDrop HAVE_XVATTR macros
2011-02-18 Brian BehlendorfMerge branch 'zpl'
2011-02-10 Brian BehlendorfWrap with HAVE_XVATTR
2011-02-10 Brian BehlendorfPrototype/structure update for Linux
2010-08-31 Brian BehlendorfAdd linux kernel disk support
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...