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
/
zfs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Re-fix -Wwrite-strings on FreeBSD
наб
2022-06-30
1
-1
/
+1
*
Remaining {=> const} char|void *tag
наб
2022-06-29
1
-2
/
+2
*
FreeBSD: Improve crypto_dispatch() handling
Alexander Motin
2022-06-17
1
-12
/
+29
*
FreeBSD: use zero_region instead of allocating a dedicated page
Mateusz Guzik
2022-05-04
1
-7
/
+3
*
Speed up WB_SYNC_NONE when a WB_SYNC_ALL occurs simultaneously
Shaan Nobee
2022-05-03
1
-0
/
+8
*
FreeBSD: Clean up the use of ioflags
Pawel Jakub Dawidek
2022-05-02
2
-14
/
+10
*
FreeBSD: Fix translation from ABD to physical pages
Alexander Motin
2022-04-20
1
-1
/
+5
*
FreeBSD: Return Mach error codes from VOP_(GET|PUT)PAGES
Mark Johnston
2022-04-13
1
-8
/
+7
*
FreeBSD: Parameterize ZFS_ENTER/ZFS_VERIFY_VP with an error code
Mark Johnston
2022-04-13
1
-1
/
+1
*
FreeBSD: Use NDFREE_PNBUF if available
Ryan Moeller
2022-04-02
1
-5
/
+9
*
Fix ACL checks for NFS kernel server
Ryan Moeller
2022-03-18
2
-19
/
+6
*
FreeBSD: add missing replay check to an assert in zfs_xvattr_set
Mateusz Guzik
2022-03-17
1
-1
/
+3
*
Forbid b{copy,zero,cmp}(). Don't include <strings.h> for <string.h>
наб
2022-03-15
1
-2
/
+0
*
Remove bcopy(), bzero(), bcmp()
наб
2022-03-15
9
-118
/
+114
*
log xattr=sa create/remove/update to ZIL
Jitendra Patidar
2022-02-22
1
-3
/
+3
*
module: mark arguments used
наб
2022-02-18
6
-32
/
+18
*
Cross-platform xattr user namespace compatibility
Ryan Moeller
2022-02-15
1
-84
/
+182
*
module: icp: fold away all key formats except CRYPTO_KEY_RAW
наб
2022-02-15
3
-15
/
+6
*
Add spa _os() hooks
Jorgen Lundman
2022-02-15
1
-0
/
+24
*
Rename fallthrough to zfs_fallthrough
Jorgen Lundman
2022-02-15
2
-3
/
+3
*
Add dataset_kstats_update.. to mmap read/write paths
drowfx
2022-02-09
1
-0
/
+6
*
zvol: make calls to platform ops static
Christian Schwarz
2022-02-07
1
-29
/
+17
*
Replace *CTASSERT() with _Static_assert()
наб
2022-01-26
3
-5
/
+10
*
Clean up CSTYLEDs
наб
2022-01-26
6
-173
/
+141
*
FreeBSD: Fix zvol_cdev_open locking
Ryan Moeller
2022-01-26
1
-2
/
+2
*
Introduce a flag to skip comparing the local mac when raw sending
George Amanakis
2022-01-21
1
-1
/
+16
*
module/*.ko: prune .data, global .rodata
наб
2022-01-14
6
-29
/
+20
*
FreeBSD: Touch up comments in zvol_os
Ryan Moeller
2022-01-14
1
-20
/
+20
*
FreeBSD: Fix zvol_*_open() locking
Ryan Moeller
2022-01-14
1
-31
/
+59
*
FreeBSD: remove unused variable
наб
2022-01-06
1
-3
/
+1
*
zvol: remove unused variable
наб
2022-01-06
1
-2
/
+1
*
FreeBSD: vfsops: use setgen for error case
наб
2022-01-06
1
-1
/
+7
*
FreeBSD: fix unpropagated error
наб
2021-12-23
1
-0
/
+1
*
module: zfs: fix unused, remove argsused
наб
2021-12-23
3
-4
/
+7
*
module: zfs: freebsd: fix unused, remove argsused
наб
2021-12-23
2
-7
/
+3
*
FreeBSD: Update argument types for VOP_READDIR
Alan Somers
2021-12-17
1
-4
/
+10
*
FreeBSD: Provide correct file generation number
Ryan Moeller
2021-12-16
2
-2
/
+2
*
FreeBSD: Add vop_standard_writecount_nomsync
Ryan Moeller
2021-12-12
2
-0
/
+18
*
zfs: Fix a deadlock between page busy and the teardown lock
Mark Johnston
2021-12-12
1
-0
/
+9
*
FreeBSD: Catch up with more VFS changes
Ryan Moeller
2021-12-12
1
-0
/
+18
*
Add `const` to nvlist functions to properly expose their real behavior
Paul Dagnelie
2021-12-06
1
-2
/
+2
*
Fix several bugs in the FreeBSD rename VOP implementation
Mark Johnston
2021-11-19
1
-136
/
+134
*
Remove (now unused) td argument from zfs_lookup()
Pawel Jakub Dawidek
2021-11-12
1
-11
/
+10
*
Update `checkstyle` workflow env to ubuntu-20.04
Damian Szuberski
2021-11-02
1
-1
/
+0
*
Exit the teardown section later in rename on FreeBSD
Mark Johnston
2021-10-29
1
-3
/
+4
*
Fix potential use-after-frees in FreeBSD getpages and setattr VOPs
Mark Johnston
2021-10-29
1
-4
/
+4
*
FreeBSD: Catch up with recent VFS changes
Ryan Moeller
2021-10-25
2
-1
/
+7
*
Remove FreeBSD's local copy of the dmu_buf_hold_array() function
Pawel Jakub Dawidek
2021-10-13
1
-19
/
+0
*
Really zero the zero page
Alexander Motin
2021-09-17
1
-0
/
+1
*
Use fallthrough macro
Brian Behlendorf
2021-09-14
2
-3
/
+3
[next]