]> git.proxmox.com Git - mirror_zfs.git/history - module/os
fix: Uber block label not always found for aux vdevs
[mirror_zfs.git] / module / os /
2023-02-28 John PoduskaPrevent incorrect datasets being mounted
2023-02-23 Brian BehlendorfFix buffered/direct/mmap I/O race
2023-02-22 rob-wingFreeBSD: don't verify recycled vnode for zfs control...
2023-02-22 Allan JudeFix per-jail zfs.mount_snapshot setting
2023-02-14 Brian BehlendorfLinux: use filemap_range_has_page()
2023-02-14 Rich Ercolaniquick fix for lingering snapdir unmount problems
2023-02-14 Prakash SuryaReduce need for contiguous memory for ioctls
2023-02-06 Richard YaoAdd assertion and make variables unsigned in abd_alloc_...
2023-02-06 Richard Yaozfs_get_temporary_prop() should not pass NULL to strcpy()
2023-01-24 Coleman Kanelinux 6.2 compat: zpl_set_acl arg2 is now struct dentry
2023-01-20 Chunwei ChenFix unprotected zfs_znode_dmu_fini
2023-01-17 Richard YaoCleanup of dead code suggested by Clang Static Analyzer...
2023-01-13 Richard YaoCleanup: Use NULL when doing NULL pointer comparisons
2023-01-13 Richard YaoCleanup: !A || A && B is equivalent to !A || B
2023-01-13 Richard YaoCleanup: Replace oldstyle struct hack with C99 flexible...
2023-01-12 Richard YaoCleanup: Fix indentation in zfs_dbgmsg_t
2023-01-12 Richard YaoCleanup: Use C99 flexible array members instead of...
2023-01-12 Richard YaoCleanup: Use kmem_zalloc() instead of memset() to zero...
2023-01-12 Richard YaoCleanup: Remove unnecessary explicit casts of pointers...
2023-01-11 Mateusz PiotrowskiTurn default_bs and default_ibs into ZFS_MODULE_PARAMs
2023-01-06 Coleman Kanelinux 6.2 compat: get_acl() got moved to get_inode_acl...
2023-01-06 Antonio RussoLinux 6.1 compat: open inside tmpfile()
2023-01-05 Mateusz GuzikFreeBSD: catch up to 1400077
2023-01-05 Alexander MotinImplement uncached prefetch
2022-12-22 Ryan MoellerFreeBSD: Fix potential boot panic with bad label
2022-12-14 Doug RabsonFreeBSD: Remove stray debug printf
2022-12-12 Ameer HamzaSkip permission checks for extended attributes
2022-12-09 Allan JudeRestrict visibility of per-dataset kstats inside FreeBS...
2022-12-08 Richard YaoLinux: Cleanup unnecessary NULL check in __vdev_disk_ph...
2022-12-05 Richard YaoFreeBSD: zfs_register_callbacks() must implement error...
2022-11-30 szuberskFix Clang 15 compilation errors
2022-11-30 szuberskFix GCC 12 compilation errors
2022-11-29 AlexanderFix the last two CFI callback prototype mismatches
2022-11-29 Mateusz GuzikFreeBSD: stop using buffer cache-only routines on sync
2022-11-28 Allan JudeAvoid a null pointer dereference in zfs_mount() on...
2022-11-28 Alexander MotinRemove atomics from zh_refcount
2022-11-10 Richard YaoCleanup: Suppress Coverity dereference before/after...
2022-11-10 Mariusz ZaborskiAllow to control failfast
2022-11-08 Alan SomersOptionally skip zil_close during zvol_create_minor_impl
2022-11-08 youzhongyangSupport idmapped mount in user namespace
2022-11-07 Brooks Davisfreebsd: add ifdefs around legacy ioctl support
2022-11-07 Brooks Davisfreebsd: remove no-op vn_renamepath()
2022-11-04 Richard YaoFreeBSD: Fix out of bounds read in zfs_ioctl_ozfs_to_le...
2022-11-03 Serapheim Dimitrop... Expose zfs_vdev_open_timeout_ms as a tunable
2022-11-03 Allan JudeAllow mounting snapshots in .zfs/snapshot as a regular...
2022-11-03 Richard YaoCleanup: Remove branches that always evaluate the same way
2022-11-03 Brooks Davisacl: use uintptr_t for ace walker cookies
2022-10-29 Richard YaoIntroduce kmem_scnprintf()
2022-10-28 Aleksa Saraizfs_rename: support RENAME_* flags
2022-10-28 Aleksa Saraizfs_rename: restructure to have cleaner fallbacks
2022-10-28 Pavel SnajdrRemove zpl_revalidate: fix snapshot rollback
2022-10-27 Richard YaoConvert enum zio_flag to uint64_t
2022-10-26 Andrew InnesAligned free for aligned alloc
2022-10-20 Richard YaoLinux: Upgrade random_get_pseudo_bytes() to xoshiro256...
2022-10-19 youzhongyangSupport idmapped mount
2022-10-18 Richard YaoCleanup: Simplify userspace abd_free_chunks()
2022-10-18 Coleman KaneLinux 6.1 compat: change order of sys/mutex.h includes
2022-10-18 Tino ReichardtFix declarations of non-global variables
2022-10-14 Richard YaoCleanup: Address Clang's static analyzer's unused code...
2022-10-14 Christian Schwarzzfs_domount: fix double-disown of dataset / double...
2022-10-13 Richard YaoCleanup: 64-bit kernel module parameters should use...
2022-10-12 Richard YaoAdd defensive assertions
2022-10-11 Mark JohnstonFreeBSD: Fix a pair of bugs in zfs_fhtovp()
2022-10-06 Jorgen LundmanAvoid calling rw_destroy() on uninitialized rwlock
2022-09-30 Tino ReichardtFix double const qualifier declarations
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: Specify unsignedness on things that should...
2022-09-27 Richard YaoCleanup: Switch to strlcpy from strncpy
2022-09-27 Richard YaoCleanup: Remove ineffective unsigned comparisons against 0
2022-09-26 Richard YaoLinux: Fix uninitialized variable usage in zio_do_crypt...
2022-09-20 youzhongyangFix minor issues in namespace delegation support
2022-09-20 Mateusz GuzikFreeBSD: handle V_PCATCH
2022-09-20 Mateusz GuzikFreeBSD: catch up to 1400068
2022-09-20 Richard YaoFreeBSD: Cleanup zfs_readdir()
2022-09-20 Richard YaoFreeBSD: Fix uninitialized pointer read in spa_import_r...
2022-09-20 Richard YaoLinux: Fix use-after-free in zfsvfs_create()
2022-09-20 Martin MatuškaFreeBSD: fix static module build broken in 7bb707ffa
2022-09-20 Mateusz GuzikFreeBSD: stop passing LK_INTERLOCK to VOP_LOCK
2022-09-16 Brian Behlendorfzfs_enter rework followup
2022-09-16 Chunwei Chenzfs_enter rework
2022-09-14 Richard YaoFreeBSD: Fix integer conversion for vnlru_free{,_vfsops}()
2022-09-13 Richard YaoCleanup dead spa_boot code
2022-09-08 Ryan MoellerFreeBSD: Replace legacy make_dev() interface usage
2022-09-08 Alexander MotinImprove too large physical ashift handling
2022-09-08 Finix1979Add Linux posix_fadvise support
2022-09-08 Richard YaoLinux SPL module init: Handle memory allocation failure...
2022-09-06 Rob WingFreeBSD: add kqfilter support for zvol cdev
2022-09-06 Rob WingFreeBSD: add knlist_init_sx() for exclusive locks
2022-09-02 Ryan MoellerFreeBSD: Organize sysctls
2022-09-02 Alexander MotinApply arc_shrink_shift to ARC above arc_c_min
2022-09-02 Richard YaoFreeBSD: Cleanup dead code from VFS
2022-08-04 Brian BehlendorfLinux 5.20 compat: blk_cleanup_disk()
2022-08-04 Brian BehlendorfLinux 5.20 compat: bdevname()
2022-07-28 Tino ReichardtFreeBSD compile fix
2022-07-21 ixhamzaAdd support for per dataset zil stats and use wmsum...
2022-07-14 ixhamzaExpose ZFS dataset case sensitivity setting via sb_opts
2022-07-11 Tino ReichardtReplace dead opensolaris.org license link
2022-07-11 Brian BehlendorfLinux: Align MODULE_LICENSE macro text
2022-06-30 набRe-fix -Wwrite-strings on FreeBSD
next