]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - include/os
zdb: include cloned blocks in block statistics
[FreeBSD/FreeBSD.git] / include / os /
2023-08-01 Coleman KaneLinux 4.20 compat: wrapper function for iov_iter type...
2023-08-01 Coleman KaneLinux 6.4 compat: iter_iov() function now used to get...
2023-08-01 Coleman KaneLinux 6.5 compat: blkdev changes
2023-08-01 Coleman KaneLinux 6.5 compat: use disk_check_media_change when...
2023-07-24 Rob Norrislinux: implement filesystem-side copy/clone functions...
2023-07-24 Rob Norrislinux: implement filesystem-side clone ioctls
2023-07-24 Rob Norrislinux: implement filesystem-side copy/clone functions
2023-07-20 Coleman KaneLinux 6.5 compat: disk_check_media_change() was added
2023-07-14 Coleman KaneLinux 6.5 compat: BLK_STS_NEXUS renamed to BLK_STS_RESV...
2023-07-14 Coleman Kaneintptr_t definition is canonically signed
2023-07-13 Mateusz GuzikFreeBSD: catch up to __FreeBSD_version 1400093
2023-06-26 Rich ErcolaniAdd a delay to tearing down threads.
2023-06-09 Alexander MotinFinally drop long disabled vdev cache.
2023-05-26 Richard YaoUse __attribute__((malloc)) on memory allocation functions
2023-05-25 Alexander Motinzil: Add some more statistics.
2023-05-02 Brian BehlendorfWrap clang specific pragma
2023-04-27 Justin Hibbitspowerpc64: Support ELFv2 asm on Big Endian
2023-04-25 Han GaoAdd loongarch64 support
2023-04-20 Richard YaoLinux: Suppress -Wordered-compare-function-pointers...
2023-04-10 youzhongyangLinux 6.3 compat: idmapped mount API changes
2023-04-10 Kyle Evansmodule: freebsd: fix aarch64 fpu handling
2023-04-06 Martin MatuškaMiscellaneous FreBSD compilation bugfixes
2023-03-31 youzhongyanglinux 6.3 compat: needs REQ_PREFLUSH | REQ_OP_WRITE
2023-03-27 Rich Ercolanilinux 6.3 compat: add another bdev_io_acct case
2023-03-15 Attila Fülöpspl: cmn_err_once() should be usable in brace-less...
2023-03-15 WHRRefactor CONFIG_SPE check on Linux/powerpc
2023-03-15 WHRFix missing semicolons in commit 1f196e3
2023-03-14 Richard YaoSilence clang static analyzer warnings about stored...
2023-03-10 Pawel Jakub DawidekImplementation of block cloning for ZFS
2023-03-10 Low-powerWorkaround for Linux PowerPC GPL-only cpu_has_feature()
2023-03-07 Low-powerFix build for Linux/powerpc without CONFIG_ALTIVEC...
2023-03-07 Attila Fülöpspl: Add cmn_err_once() to log a message only on the...
2023-03-02 Tino ReichardtAdd SHA2 SIMD feature tests for Linux
2023-03-02 Tino ReichardtAdd SHA2 SIMD feature tests for FreeBSD
2023-03-02 Tino ReichardtRemove old or redundant SHA2 files
2023-03-01 Richard YaoLinux: Assert mutex is held in mutex_exit()
2023-02-25 Dimitry AndricUse .section .rodata instead of .rodata on FreeBSD
2023-02-23 Brian BehlendorfFix buffered/direct/mmap I/O race
2023-02-14 Brian BehlendorfLinux: use filemap_range_has_page()
2023-02-06 Jorgen LundmanRestore FreeBSD to use .rodata
2023-01-24 Coleman Kanelinux 6.2 compat: zpl_set_acl arg2 is now struct dentry
2023-01-24 Attila Fülöpx86 asm: Replace .align with .balign
2023-01-17 Jorgen LundmanUnify Assembler files between Linux and Windows
2023-01-17 Richard YaoCleanup of dead code suggested by Clang Static Analyzer...
2023-01-12 Gian-Carlo DeFaziochange how d_alias is replaced by du.d_alias
2023-01-06 Coleman Kanelinux 6.2 compat: bio->bi_rw was renamed bio->bi_opf
2023-01-06 Coleman Kanelinux 6.2 compat: get_acl() got moved to get_inode_acl...
2023-01-05 Alexander MotinImplement uncached prefetch
2022-12-22 Alexander Motinarc_read()/arc_access() refactoring and cleanup
2022-12-09 Richard YaoLinux PPC: Fix build failures on kernels built without...
2022-11-10 Mariusz ZaborskiAllow to control failfast
2022-11-08 youzhongyangSupport idmapped mount in user namespace
2022-11-07 Brooks Davisfreebsd: simplify MD isa_defs.h
2022-11-07 Brooks Davisfreebsd: trim dkio.h to the minimum
2022-11-07 Brooks Davisfreebsd: add ifdefs around legacy ioctl support
2022-11-07 Brooks Davisfreebsd: remove no-op vn_renamepath()
2022-11-07 Brooks Davisfreebsd: remove unused vn_rename()
2022-11-03 Brooks Davisacl: use uintptr_t for ace walker cookies
2022-11-03 Brooks Davislinux isa_defs.h: Don't define _ALIGNMENT_REQUIRED
2022-11-03 Brooks DavisImprove RISC-V support
2022-10-29 Richard YaoIntroduce kmem_scnprintf()
2022-10-28 Rob N ★debug: fix output from VERIFY0 assertion
2022-10-28 Aleksa Saraizfs_rename: support RENAME_* flags
2022-10-28 Aleksa Saraizfs_rename: restructure to have cleaner fallbacks
2022-10-28 Aleksa Saraidebug: add VERIFY_{IMPLY,EQUIV} variants
2022-10-28 Pavel SnajdrRemove zpl_revalidate: fix snapshot rollback
2022-10-28 youzhongyangFix zio_flag_t print format
2022-10-27 Richard YaoConvert enum zio_flag to uint64_t
2022-10-26 Andriy GaponFreeBSD: vn_flush_cached_data: observe vnode locking...
2022-10-26 Richard YaoSilence objtool warnings from 55d7afa4
2022-10-19 youzhongyangSupport idmapped mount
2022-10-13 Richard YaoCleanup: 64-bit kernel module parameters should use...
2022-10-13 Richard YaoLinux: Remove ZFS_AC_KERNEL_SRC_MODULE_PARAM_CALL_CONST...
2022-09-30 Richard YaoReduce false positives from Static Analyzers
2022-09-28 Ameer Hamzazed: mark disks as REMOVED when they are removed
2022-09-27 Richard YaoCleanup: Switch to strlcpy from strncpy
2022-09-26 Tino ReichardtFix double declaration of getauxval() for FreeBSD PPC
2022-09-20 Mateusz GuzikRetire ZFS_TEARDOWN_TRY_ENTER_READ
2022-09-20 Mateusz GuzikAdd membar_sync
2022-09-20 Richard YaoFreeBSD: Cleanup zfs_readdir()
2022-09-20 Martin MatuškaFreeBSD: fix static module build broken in 7bb707ffa
2022-09-16 Tino ReichardtAdd PPC cpu feature tests for FreeBSD and Linux
2022-09-16 Tino ReichardtFix BLAKE3 tuneable and module loading on Linux and...
2022-09-16 Chunwei Chenzfs_enter rework
2022-09-13 Richard YaoCleanup: Make memory barrier definitions consistent...
2022-09-12 Richard YaoCleanup: Use OpenSolaris functions to call scheduler
2022-09-06 Walter HufAdd xattr_handler support for Android kernels
2022-09-06 Rob WingFreeBSD: add knlist_init_sx() for exclusive locks
2022-09-02 Ryan MoellerFreeBSD: Organize sysctls
2022-09-02 Ryan MoellerFreeBSD: Mark ZFS_MODULE_PARAM_CALL as MPSAFE
2022-09-02 Richard YaoFreeBSD: Cleanup dead code from VFS
2022-08-08 Coleman KaneLinux 6.0 compat: register_shrinker() now var-arg
2022-07-11 Tino ReichardtReplace dead opensolaris.org license link
2022-06-29 набEnable -Wwrite-strings
2022-06-28 Kristof ProvostFreeBSD: only define B_FALSE/B_TRUE if NEED_SOLARIS_BOO...
2022-06-15 crassAdd support for ARCH=um for x86 sub-architectures
2022-06-10 Will AndrewsAdd Linux namespace delegation support
2022-06-10 Allan JudeRevert parts of 938cfeb0f27303721081223816d4f251ffeb1767
2022-06-09 Tony Hutterzvol: Support blk-mq for better performance
2022-06-08 Tino ReichardtIntroduce BLAKE3 checksums as an OpenZFS feature
next