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
*
FreeBSD: add missing vop_fplookup assignments
Mateusz Guzik
2023-04-24
1
-0
/
+9
*
FreeBSD: try to fallback early if can't do optimized copy
Mateusz Guzik
2023-04-24
1
-0
/
+8
*
FreeBSD: fix up EXDEV handling for clone_range
Mateusz Guzik
2023-04-24
1
-30
/
+33
*
FreeBSD: make zfs_vfs_held() definition consistent with declaration
Dimitry Andric
2023-04-21
1
-1
/
+1
*
Linux: zfs_zaccess_trivial() should always call generic_permission()
Richard Yao
2023-04-20
1
-2
/
+1
*
Linux 6.3 compat: idmapped mount API changes
youzhongyang
2023-04-10
13
-105
/
+183
*
Miscellaneous FreBSD compilation bugfixes
Martin Matuška
2023-04-06
1
-3
/
+4
*
vdev: expose zfs_vdev_def_queue_depth as a module parameter
Rob N
2023-04-06
1
-8
/
+0
*
Linux 6.3 compat: writepage_t first arg struct folio*
youzhongyang
2023-04-05
1
-3
/
+25
*
Use vmem_zalloc to silence allocation warning
Brian Behlendorf
2023-03-31
1
-2
/
+2
*
Additional limits on hole reporting
Brian Behlendorf
2023-03-28
1
-0
/
+3
*
Fix build on FreeBSD
Pawel Jakub Dawidek
2023-03-22
3
-3
/
+3
*
FreeBSD: Remove extra arc_reduce_target_size() call
Alexander Motin
2023-03-17
1
-2
/
+0
*
QAT: Fix uninitialized seed in QAT compression
naivekun
2023-03-16
1
-1
/
+1
*
nvpair: Constify string functions
Richard Yao
2023-03-14
3
-4
/
+4
*
Implementation of block cloning for ZFS
Pawel Jakub Dawidek
2023-03-10
4
-2
/
+128
*
Linux: Fix octal detection in define_ddi_strtox()
Richard Yao
2023-03-08
1
-1
/
+1
*
Linux: Suppress clang static analyzer warning in zfs_remove()
Richard Yao
2023-03-08
1
-0
/
+1
*
Linux: Silence static analyzer warning in crypto_create_ctx_template()
Richard Yao
2023-03-08
1
-1
/
+1
*
Linux cleanup: zvol_discard() should only call blk_queue_io_stat() once
Richard Yao
2023-03-08
1
-2
/
+1
*
More adaptive ARC eviction
Alexander Motin
2023-03-08
3
-28
/
+53
*
[FreeBSD] fix false assert in cache_vop_rmdir when replaying ZIL
Andriy Gapon
2023-03-07
1
-1
/
+2
*
[FreeBSD] zfs_znode_alloc: lock the vnode earlier
Andriy Gapon
2023-03-06
1
-6
/
+7
*
Remove old or redundant SHA2 files
Tino Reichardt
2023-03-02
7
-1421
/
+0
*
Linux: zfs_fillpage() should handle partial pages from end of file
Richard Yao
2023-03-01
1
-1
/
+5
*
Prevent incorrect datasets being mounted
John Poduska
2023-02-27
1
-2
/
+20
*
Fix buffered/direct/mmap I/O race
Brian Behlendorf
2023-02-23
2
-102
/
+84
*
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
*
Linux: use filemap_range_has_page()
Brian Behlendorf
2023-02-14
4
-5
/
+12
*
quick fix for lingering snapdir unmount problems
Rich Ercolani
2023-02-13
1
-1
/
+14
*
Reduce need for contiguous memory for ioctls
Prakash Surya
2023-02-13
2
-7
/
+7
*
Add assertion and make variables unsigned in abd_alloc_chunks()
Richard Yao
2023-02-06
1
-6
/
+8
*
zfs_get_temporary_prop() should not pass NULL to strcpy()
Richard Yao
2023-02-06
2
-2
/
+4
*
linux 6.2 compat: zpl_set_acl arg2 is now struct dentry
Coleman Kane
2023-01-24
1
-0
/
+7
*
Fix unprotected zfs_znode_dmu_fini
Chunwei Chen
2023-01-19
4
-5
/
+18
*
Cleanup of dead code suggested by Clang Static Analyzer (#14380)
Richard Yao
2023-01-17
8
-23
/
+10
*
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
[next]