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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
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
2
-4
/
+2
*
Cleanup: Replace oldstyle struct hack with C99 flexible array members
Richard Yao
2023-01-12
2
-4
/
+4
*
Cleanup: Fix indentation in zfs_dbgmsg_t
Richard Yao
2023-01-12
1
-1
/
+1
*
Cleanup: Use C99 flexible array members instead of zero length arrays
Richard Yao
2023-01-12
2
-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
2
-2
/
+2
*
Turn default_bs and default_ibs into ZFS_MODULE_PARAMs
Mateusz Piotrowski
2023-01-11
1
-14
/
+0
*
linux 6.2 compat: get_acl() got moved to get_inode_acl() in 6.2
Coleman Kane
2023-01-06
2
-1
/
+13
*
Linux 6.1 compat: open inside tmpfile()
Antonio Russo
2023-01-06
1
-0
/
+15
*
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
*
Skip permission checks for extended attributes
Ameer Hamza
2022-12-12
3
-6
/
+3
*
Restrict visibility of per-dataset kstats inside FreeBSD jails
Allan Jude
2022-12-09
1
-10
/
+79
*
Linux: Cleanup unnecessary NULL check in __vdev_disk_physio()
Richard Yao
2022-12-08
1
-1
/
+1
*
FreeBSD: zfs_register_callbacks() must implement error check correctly
Richard Yao
2022-12-05
1
-1
/
+1
*
Fix Clang 15 compilation errors
szubersk
2022-11-30
1
-0
/
+4
*
Fix GCC 12 compilation errors
szubersk
2022-11-30
1
-0
/
+17
*
Fix the last two CFI callback prototype mismatches
Alexander
2022-11-29
3
-3
/
+3
*
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
*
Remove atomics from zh_refcount
Alexander Motin
2022-11-28
1
-8
/
+6
*
Cleanup: Suppress Coverity dereference before/after NULL check reports
Richard Yao
2022-11-10
1
-1
/
+1
*
Allow to control failfast
Mariusz Zaborski
2022-11-10
1
-2
/
+14
*
Optionally skip zil_close during zvol_create_minor_impl
Alan Somers
2022-11-08
2
-6
/
+10
*
Support idmapped mount in user namespace
youzhongyang
2022-11-08
9
-55
/
+100
*
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
*
Expose zfs_vdev_open_timeout_ms as a tunable
Serapheim Dimitropoulos
2022-11-03
1
-1
/
+4
*
Allow mounting snapshots in .zfs/snapshot as a regular user
Allan Jude
2022-11-03
2
-16
/
+274
*
Cleanup: Remove branches that always evaluate the same way
Richard Yao
2022-11-03
2
-2
/
+1
*
acl: use uintptr_t for ace walker cookies
Brooks Davis
2022-11-03
3
-10
/
+10
*
Introduce kmem_scnprintf()
Richard Yao
2022-10-29
2
-3
/
+33
*
zfs_rename: support RENAME_* flags
Aleksa Sarai
2022-10-28
5
-40
/
+215
*
zfs_rename: restructure to have cleaner fallbacks
Aleksa Sarai
2022-10-28
2
-76
/
+138
*
Remove zpl_revalidate: fix snapshot rollback
Pavel Snajdr
2022-10-28
4
-48
/
+1
*
Convert enum zio_flag to uint64_t
Richard Yao
2022-10-27
1
-1
/
+1
*
Aligned free for aligned alloc
Andrew Innes
2022-10-26
1
-2
/
+2
*
Linux: Upgrade random_get_pseudo_bytes() to xoshiro256++ 1.0
Richard Yao
2022-10-20
1
-25
/
+61
*
Support idmapped mount
youzhongyang
2022-10-19
14
-134
/
+219
*
Cleanup: Simplify userspace abd_free_chunks()
Richard Yao
2022-10-18
1
-4
/
+2
*
Linux 6.1 compat: change order of sys/mutex.h includes
Coleman Kane
2022-10-18
2
-2
/
+3
*
Fix declarations of non-global variables
Tino Reichardt
2022-10-18
7
-7
/
+7
*
Cleanup: Address Clang's static analyzer's unused code complaints
Richard Yao
2022-10-14
4
-4
/
+0
*
zfs_domount: fix double-disown of dataset / double-free of zfsvfs_t
Christian Schwarz
2022-10-14
1
-0
/
+2
*
Cleanup: 64-bit kernel module parameters should use fixed width types
Richard Yao
2022-10-13
8
-36
/
+60
*
Add defensive assertions
Richard Yao
2022-10-12
2
-0
/
+2
[prev]
[next]