]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - include
Linux 5.15 compat: block device readahead
[FreeBSD/FreeBSD.git] / include /
2021-09-14 Brian BehlendorfLinux 5.15 compat: block device readahead
2021-09-14 Rich ErcolaniFix cross-endian interoperability of zstd
2021-09-14 Richard YaoLinux 4.11 compat: statx support
2021-09-14 Alexander MotinRemove b_pabd/b_rabd allocation from arc_hdr_alloc()
2021-09-14 Alexander MotinFix/improve dbuf hits accounting
2021-09-14 Alexander MotinUse more atomics in refcounts
2021-09-14 Allan JudeRestore FreeBSD sysctl processing for arc.min and arc.max
2021-09-14 Tony NguyenRun arc_evict thread at higher priority
2021-09-14 Alexander MotinOptimize allocation throttling
2021-09-14 Alexander MotinMinor ARC optimizations
2021-09-14 AlexanderA few fixes of callback typecasting (for the upcoming...
2021-09-14 Alexander MotinIntroduce dsl_dir_diduse_transfer_space()
2021-09-14 Alexander MotinFix ARC ghost states eviction accounting
2021-09-14 George Wilsonfile reference counts can get corrupted
2021-09-14 Jorgen Lundmandprintf_dnode: strcpy -> strlcpy
2021-09-14 Alexander MotinFreeBSD: Hardcode abd_chunk_size to PAGE_SIZE
2021-09-14 Alexander MotinCompact dbuf/buf hashes and lock arrays
2021-09-14 Jorgen LundmanFix abd leak, kmem_free correct size of abd_t
2021-09-14 Alexander MotinOptimize small random numbers generation
2021-06-24 Attila Fülöpgcc 11 cleanup
2021-06-24 Rich ErcolaniAnnotated dprintf as printf-like
2021-06-24 Alexander MotinUse wmsum for arc, abd, dbuf and zfetch statistics...
2021-06-10 Alexander MotinRe-embed multilist_t storage
2021-06-10 Alexander MotinRemove pool io kstats
2021-06-09 Alan Somerslibzfs: On FreeBSD, use MNT_NOWAIT with getfsstat
2021-06-09 Alexander MotinMore aggsum optimizations
2021-06-09 Alexander MotinIntroduce write-mostly sums
2021-05-28 Rich ErcolaniBend zpl_set_acl to permit the new userns* parameter
2021-05-28 набVarious Linux kABI cosmetics
2021-05-28 Brian BehlendorfFix dRAID sequential resilver silent damage handling
2021-05-28 Coleman Kanelinux 5.13 compat: bdevops->revalidate_disk() removed
2021-05-28 набmodule/zfs: remove zfs_zevent_console and zfs_zevent_cols
2021-05-10 набReplace ZoL with OpenZFS where applicable
2021-05-10 Ryan MoellerFreeBSD: Prune some unneeded definitions
2021-04-19 Paul DagnelieAdd SIGSTOP and SIGTSTP handling to issig
2021-04-14 Mateusz GuzikFreeBSD: add support for lockless symlink lookup
2021-04-14 ColmImprovements to the 'compatibility' property
2021-04-14 набlib/: set O_CLOEXEC on all fds
2021-04-14 pablofsfAllow zfs to send replication streams with missing...
2021-04-14 Brian BehlendorfUse dsl_scan_setup_check() to setup a scrub
2021-04-14 Ryan MoellerRatelimit deadman zevents as with delay zevents
2021-04-07 Andrea GelminiFix various typos
2021-03-26 Matthew AhrensUse a helper function to clarify gang block size
2021-03-22 Andrea GelminiRemoved duplicated includes
2021-03-20 Alexander MotinSplit dmu_zfetch() speculation and execution parts
2021-03-20 Chunwei ChenFix zfs_get_data access to files with wrong generation
2021-03-20 Brian AtkinsonRemoving old code for k(un)map_atomic
2021-03-20 Coleman KaneLinux 5.12 compat: idmapped mounts
2021-03-19 Matthew AhrensClean up RAIDZ/DRAID ereport code
2021-03-18 Matthew AhrensRemove unused rr_code
2021-03-16 Adam D. MossLinux: always check or verify return of igrab()
2021-03-13 Ryan MoellerFreeBSD: Clean up zfsdev_close to match Linux
2021-03-12 Mateusz GuzikFreeBSD: switch teardown lock to rms
2021-03-12 Mateusz GuzikMacroify teardown lock handling
2021-03-12 Mateusz GuzikFreeBSD: rename teardown inactive macros to mimick...
2021-03-12 Mateusz GuzikAdd branch prediction to ZFS_ENTER and ZFS_VERIFY_ZP...
2021-03-12 Adam D. MossMicrooptimizations for VERIFY() and friends
2021-03-12 Allan JudeAdd missing files to Makefile
2021-03-06 Brian BehlendorfSuppress cppcheck invalidSyntax warninigs
2021-02-24 Coleman KaneLinux 5.12 compat: replace bio_*_io_acct with disk_...
2021-02-24 Prakash SuryaAdd upper bound for slop space calculation
2021-02-21 Brian AtkinsonCleaning up uio headers
2021-02-20 Christian Schwarzlibzpool: set_global_var: refactor to not modify 'arg'
2021-02-20 Ryan MoellerRestore FreeBSD resource usage accounting
2021-02-20 Don BradyChecksum errors may not be counted
2021-02-18 ColmAdd "compatibility" property for zpool feature sets
2021-02-17 Brian BehlendorfFreeBSD: disable edonr in zfs_mod_supported_feature()
2021-02-15 Ryan MoellerMake inline ABD predicates compatible with C++
2021-02-09 khng300Rename zfs_inode_update to zfs_znode_update_vfs
2021-01-30 Brian BehlendorfRemove unused iov_iter_init_compat() wrapper
2021-01-30 Matthew AhrensThe abd child/parent relationship does not need to...
2021-01-27 Alan SomersParallelize vdev_validate
2021-01-27 Alan SomersParallelize vdev_load
2021-01-23 Matt MacyFreeBSD: fix HEAD build, conditionally remove FDSYNC...
2021-01-21 Matthew AhrensSet aside a metaslab for ZIL blocks
2021-01-21 Brian AtkinsonExtending FreeBSD UIO Struct
2021-01-20 Matthew Ahrensallow callers to allocate and provide the abd_t struct
2021-01-11 Matthew Ahrensrecord ioctl elapsed time in zpool history
2021-01-07 Matthew MacyFreeBSD: minor_t needs to be signed so that -1 is recog...
2020-12-28 Toomas Soomeimplicit conversion from 'boolean_t' to 'ds_hold_flags_t'
2020-12-28 Brian BehlendorfLinux 5.11 compat: blk_{un}register_region()
2020-12-28 Brian BehlendorfLinux 5.11 compat: bio_start_io_acct() / bio_end_io_acct()
2020-12-28 Brian BehlendorfLinux 5.11 compat: lookup_bdev()
2020-12-21 Brian BehlendorfLinux 4.18.0-257.el8 compat: blk_alloc_queue()
2020-12-18 Brian BehlendorfLinux 5.10 compat: use iov_iter in uio structure
2020-12-16 Matthew AhrensOnly examine best metaslabs on each vdev
2020-12-15 Alexander MotinMake metaslab class rotor and aliquot per-allocator.
2020-12-15 Ryan Libbyspa: avoid type narrowing warning
2020-12-13 Matthew Macydmu_zfetch: fix memory leak
2020-12-11 Ryan MoellerFreeBSD: Implement sysctl for fletcher4 impl
2020-12-11 Matthew AhrensImprove zfs receive performance with lightweight write
2020-12-10 Paul DagnelieImplement memory and CPU hotplug
2020-12-10 Brian BehlendorfCI: add zloop workflow
2020-12-10 Ryan MoellerFreeBSD: Do zcommon_init sooner to avoid FPU panic
2020-12-09 Matthew MacyDecouple arc_read_done callback from arc buf instantiation
2020-11-24 Alexander MotinReduce latency effects of non-interactive I/O
2020-11-17 Matthew MacyFix problems in zvol_set_volmode_impl
2020-11-16 набzpool: correctly align columns with -p
2020-11-16 loli10KFix 'zfs userspace' for received datasets in encrypted...
2020-11-14 Brian BehlendorfLinux: Fix ZFS_ENTER/ZFS_EXIT/ZFS_VERFY_ZP usage
next