]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - include/os
zdb: include cloned blocks in block statistics
[FreeBSD/FreeBSD.git] / include / os /
2022-06-01 Brian BehlendorfLinux 5.19 compat: asm/fpu/internal.h
2022-05-31 Brian BehlendorfLinux 5.19 compat: bdev_start_io_acct() / bdev_end_io_a...
2022-05-31 Brian BehlendorfLinux 5.19 compat: bdev_max_secure_erase_sectors()
2022-05-31 Brian BehlendorfLinux 5.19 compat: bdev_max_discard_sectors()
2022-05-13 набRemove hw_serial, ddi_strtoul()
2022-05-10 набautoconf: single-step includes
2022-05-03 Shaan NobeeSpeed up WB_SYNC_NONE when a WB_SYNC_ALL occurs simulta...
2022-05-02 Pawel Jakub DawidekFreeBSD: Clean up the use of ioflags
2022-04-20 набlinux: module: weld all but spl.ko into zfs.ko
2022-04-13 Mark JohnstonFreeBSD: Parameterize ZFS_ENTER/ZFS_VERIFY_VP with...
2022-03-23 Brian BehlendorfSwitch from _Noreturn to __attribute__((noreturn))
2022-03-19 Brian BehlendorfLinux 5.16 compat: restore FSR and FSAVE
2022-03-18 Ryan MoellerFix ACL checks for NFS kernel server
2022-03-15 набForbid b{copy,zero,cmp}(). Don't include <strings.h...
2022-03-15 набRemove bcopy(), bzero(), bcmp()
2022-03-09 Attila FülöpLinux x86 SIMD: factor out unneeded kernel dependencies
2022-03-08 Windel BouwmanHandle aarch64 defines seperate from arm
2022-03-05 Alejandro ColomarUse _Noreturn (C11; GNU89) properly
2022-02-16 набmodule: icp: remove unused (and mostly faked) cm_{...
2022-02-16 набmodule: icp: fold away all key formats except CRYPTO_KE...
2022-02-16 набmodule: icp: remove other provider types
2022-02-15 Jorgen LundmanRename fallthrough to zfs_fallthrough
2022-02-11 Brian BehlendorfFix gcc warning in kfpu_begin()
2022-02-09 Jorgen LundmanRename EMPTY_TASKQ into taskq_empty
2022-02-09 Attila FülöpLinux 5.16 compat: don't use XSTATE_XSAVE to save FPU...
2022-01-31 Mark Johnstonspl: Don't check FreeBSD rwlocks for double initializat...
2022-01-26 набReplace *CTASSERT() with _Static_assert()
2022-01-26 набClean up CSTYLEDs
2022-01-25 набlibspl: cast to uintptr_t instead of !!ing
2022-01-24 Rich ErcolaniLinux 5.16 compat: Added mapping for iov_iter_fault_in_...
2022-01-21 набlibspl: ASSERT*: !! for sizeof
2022-01-14 набmodule/*.ko: prune .data, global .rodata
2021-12-23 набlibspl: ASSERT*: mark arguments as used
2021-12-16 Ryan MoellerFreeBSD: Provide correct file generation number
2021-11-29 Coleman KaneLinux 5.16 compat: asm/fpu/xcr.h is new location for...
2021-11-15 Martin MatuškaFreeBSD: fix world build after de198f2d9
2021-11-09 Brian BehlendorfLinux 5.16 compat: linux/elevator.h
2021-11-07 Brian BehlendorfFix lseek(SEEK_DATA/SEEK_HOLE) mmap consistency
2021-10-07 Brian BehlendorfSimplify and document OpenZFS library dependencies
2021-09-14 Brian BehlendorfUse fallthrough macro
2021-09-09 Brian BehlendorfLinux 5.15 compat: get_acl()
2021-09-08 AlexanderLinux 5.15 compat: standalone <linux/stdarg.h>
2021-09-08 Brian BehlendorfLinux 5.15 compat: block device readahead
2021-08-17 Richard YaoLinux 4.11 compat: statx support
2021-08-17 Alexander MotinFix/improve dbuf hits accounting
2021-08-16 Allan JudeRestore FreeBSD sysctl processing for arc.min and arc.max
2021-07-27 Brian BehlendorfRemove overlooked __sun_attr__ based macros
2021-07-26 набReplace /*PRINTFLIKEn*/ with attribute(printf)
2021-07-16 Kevin BowlingDetect HAVE_LARGE_STACKS at compile time
2021-06-25 Martin MatuškaFreeBSD: fix compilation of FreeBSD world after 29274c9f6
2021-06-22 Alexander MotinOptimize small random numbers generation
2021-06-10 Alexander MotinRemove pool io kstats (#12212)
2021-06-07 Alexander MotinMore aggsum optimizations
2021-05-27 Alexander MotinIntroduce write-mostly sums
2021-05-27 Rich ErcolaniBend zpl_set_acl to permit the new userns* parameter
2021-05-26 набVarious Linux kABI cosmetics
2021-05-12 Coleman Kanelinux 5.13 compat: bdevops->revalidate_disk() removed
2021-05-11 Ryan MoellerRemove unimplemented virus scanning hooks
2021-05-10 набmodule/zfs: remove zfs_zevent_console and zfs_zevent_cols
2021-05-08 набReplace ZoL with OpenZFS where applicable
2021-04-30 Ryan MoellerFreeBSD: Prune some unneeded definitions
2021-04-15 Paul DagnelieAdd SIGSTOP and SIGTSTP handling to issig
2021-04-12 Mateusz GuzikFreeBSD: add support for lockless symlink lookup
2021-04-09 Ryan MoellerMove zfsdev_state_{init,destroy} to common code
2021-04-03 Andrea GelminiFix various typos
2021-03-20 Brian AtkinsonRemoving old code for k(un)map_atomic
2021-03-20 Coleman KaneLinux 5.12 compat: idmapped mounts
2021-03-16 Adam D. MossLinux: always check or verify return of igrab()
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-02-24 Coleman KaneLinux 5.12 compat: replace bio_*_io_acct with disk_...
2021-02-21 Brian AtkinsonCleaning up uio headers
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-23 Matt MacyFreeBSD: fix HEAD build, conditionally remove FDSYNC...
2021-01-21 Brian AtkinsonExtending FreeBSD UIO Struct
2021-01-07 Matthew MacyFreeBSD: minor_t needs to be signed so that -1 is recog...
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-11 Ryan MoellerFreeBSD: Implement sysctl for fletcher4 impl
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-11-14 Brian BehlendorfLinux: Fix ZFS_ENTER/ZFS_EXIT/ZFS_VERFY_ZP usage
2020-11-10 Adrian ChaddFix compiling on FreeBSD + gcc - don't assume illmnos...
2020-11-10 Mateusz GuzikG/C struct znode -> z_moved
2020-11-10 Ryan MoellerFreeBSD: Move uio_prefaultpages def to uio.h
2020-11-02 Coleman KaneLinux 5.10 compat: check_disk_change() removed
2020-11-02 Christian Schwarzzfs_vnops: make zfs_get_data OS-independent
2020-11-02 Mateusz GuzikIntroduce CPU_SEQID_UNSTABLE
2020-10-31 Matthew MacyConsolidate zfs_holey and zfs_access
2020-10-31 Ryan MoellerRemove duplicate cond_resched() definition
2020-10-30 Matthew MacyRemove UIO_ZEROCOPY functions structures
next