index
:
openzfs/zfs.git
b_zfs-2.0.2
b_zfs-2.0.5
b_zfs-2.1.0
b_zfs-2.1.6
b_zfs_2.1.10-staging
b_zfs_2.1.11
b_zfs_2.2.4
b_zfs_2.2.6
b_zfs_2.2.6_debian12
master
zfs-0.6.3-stable
zfs-0.6.4-release
zfs-0.6.5-release
zfs-0.7-release
zfs-0.7.12-release
zfs-0.7.13-release
zfs-0.8.3-kernel56
zfs-0.8.3-kernel56-patched2
zfs-0.8.3-release
zfs-0.8.4-release
zfs-0.8.5
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
module
/
os
/
freebsd
Commit message (
Expand
)
Author
Age
Files
Lines
*
FreeBSD: don't verify recycled vnode for zfs control directory
rob-wing
2023-02-21
1
-1
/
+3
*
Fix per-jail zfs.mount_snapshot setting
Allan Jude
2023-02-21
1
-2
/
+14
*
Reduce need for contiguous memory for ioctls
Prakash Surya
2023-02-13
1
-5
/
+5
*
zfs_get_temporary_prop() should not pass NULL to strcpy()
Richard Yao
2023-02-06
1
-1
/
+2
*
Fix unprotected zfs_znode_dmu_fini
Chunwei Chen
2023-01-19
2
-1
/
+7
*
Cleanup of dead code suggested by Clang Static Analyzer (#14380)
Richard Yao
2023-01-17
2
-1
/
+1
*
Cleanup: Use NULL when doing NULL pointer comparisons
Richard Yao
2023-01-12
1
-1
/
+1
*
Cleanup: !A || A && B is equivalent to !A || B
Richard Yao
2023-01-12
1
-2
/
+1
*
Cleanup: Replace oldstyle struct hack with C99 flexible array members
Richard Yao
2023-01-12
1
-2
/
+2
*
Cleanup: Use kmem_zalloc() instead of memset() to zero memory
Richard Yao
2023-01-12
1
-2
/
+1
*
Cleanup: Remove unnecessary explicit casts of pointers from allocators
Richard Yao
2023-01-12
1
-1
/
+1
*
Turn default_bs and default_ibs into ZFS_MODULE_PARAMs
Mateusz Piotrowski
2023-01-11
1
-14
/
+0
*
FreeBSD: catch up to 1400077
Mateusz Guzik
2023-01-05
1
-0
/
+3
*
Implement uncached prefetch
Alexander Motin
2023-01-04
1
-2
/
+15
*
FreeBSD: Fix potential boot panic with bad label
Ryan Moeller
2022-12-22
1
-0
/
+2
*
FreeBSD: Remove stray debug printf
Doug Rabson
2022-12-13
1
-5
/
+2
*
Restrict visibility of per-dataset kstats inside FreeBSD jails
Allan Jude
2022-12-09
1
-10
/
+79
*
FreeBSD: zfs_register_callbacks() must implement error check correctly
Richard Yao
2022-12-05
1
-1
/
+1
*
Fix the last two CFI callback prototype mismatches
Alexander
2022-11-29
1
-1
/
+1
*
FreeBSD: stop using buffer cache-only routines on sync
Mateusz Guzik
2022-11-29
2
-5
/
+0
*
Avoid a null pointer dereference in zfs_mount() on FreeBSD
Allan Jude
2022-11-28
1
-1
/
+2
*
Optionally skip zil_close during zvol_create_minor_impl
Alan Somers
2022-11-08
1
-3
/
+5
*
freebsd: add ifdefs around legacy ioctl support
Brooks Davis
2022-11-07
2
-2
/
+16
*
freebsd: remove no-op vn_renamepath()
Brooks Davis
2022-11-07
1
-5
/
+0
*
FreeBSD: Fix out of bounds read in zfs_ioctl_ozfs_to_legacy()
Richard Yao
2022-11-04
1
-1
/
+1
*
Allow mounting snapshots in .zfs/snapshot as a regular user
Allan Jude
2022-11-03
2
-16
/
+274
*
acl: use uintptr_t for ace walker cookies
Brooks Davis
2022-11-03
2
-5
/
+5
*
Introduce kmem_scnprintf()
Richard Yao
2022-10-29
1
-0
/
+30
*
zfs_rename: support RENAME_* flags
Aleksa Sarai
2022-10-28
1
-1
/
+4
*
Support idmapped mount
youzhongyang
2022-10-19
4
-44
/
+54
*
Cleanup: Address Clang's static analyzer's unused code complaints
Richard Yao
2022-10-14
2
-2
/
+0
*
Cleanup: 64-bit kernel module parameters should use fixed width types
Richard Yao
2022-10-13
2
-19
/
+19
*
Add defensive assertions
Richard Yao
2022-10-12
1
-0
/
+1
*
FreeBSD: Fix a pair of bugs in zfs_fhtovp()
Mark Johnston
2022-10-11
1
-1
/
+2
*
Reduce false positives from Static Analyzers
Richard Yao
2022-09-30
1
-1
/
+1
*
Cleanup: Specify unsignedness on things that should not be signed
Richard Yao
2022-09-27
3
-23
/
+23
*
Cleanup: Switch to strlcpy from strncpy
Richard Yao
2022-09-27
2
-4
/
+2
*
Cleanup: Remove ineffective unsigned comparisons against 0
Richard Yao
2022-09-26
1
-1
/
+1
*
FreeBSD: handle V_PCATCH
Mateusz Guzik
2022-09-20
1
-0
/
+4
*
FreeBSD: catch up to 1400068
Mateusz Guzik
2022-09-20
1
-11
/
+30
*
FreeBSD: Cleanup zfs_readdir()
Richard Yao
2022-09-20
2
-53
/
+16
*
FreeBSD: Fix uninitialized pointer read in spa_import_rootpool()
Richard Yao
2022-09-20
1
-1
/
+1
*
FreeBSD: fix static module build broken in 7bb707ffa
Martin Matuška
2022-09-19
2
-4
/
+4
*
FreeBSD: stop passing LK_INTERLOCK to VOP_LOCK
Mateusz Guzik
2022-09-19
1
-1
/
+2
*
zfs_enter rework
Chunwei Chen
2022-09-16
3
-196
/
+235
*
FreeBSD: Fix integer conversion for vnlru_free{,_vfsops}()
Richard Yao
2022-09-14
1
-0
/
+6
*
Cleanup dead spa_boot code
Richard Yao
2022-09-13
2
-2
/
+0
*
FreeBSD: Replace legacy make_dev() interface usage
Ryan Moeller
2022-09-08
1
-3
/
+10
*
Improve too large physical ashift handling
Alexander Motin
2022-09-08
1
-2
/
+1
*
FreeBSD: add kqfilter support for zvol cdev
Rob Wing
2022-09-06
1
-0
/
+64
[next]