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
/
linux
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
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
1
-2
/
+2
*
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
1
-1
/
+2
*
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
2
-4
/
+11
*
Cleanup of dead code suggested by Clang Static Analyzer (#14380)
Richard Yao
2023-01-17
6
-22
/
+9
*
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: 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: Remove unnecessary explicit casts of pointers from allocators
Richard Yao
2023-01-12
1
-1
/
+1
*
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
*
Skip permission checks for extended attributes
Ameer Hamza
2022-12-12
3
-6
/
+3
*
Linux: Cleanup unnecessary NULL check in __vdev_disk_physio()
Richard Yao
2022-12-08
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
2
-2
/
+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
1
-3
/
+5
*
Support idmapped mount in user namespace
youzhongyang
2022-11-08
9
-55
/
+100
*
Expose zfs_vdev_open_timeout_ms as a tunable
Serapheim Dimitropoulos
2022-11-03
1
-1
/
+4
*
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
1
-5
/
+5
*
Introduce kmem_scnprintf()
Richard Yao
2022-10-29
1
-3
/
+3
*
zfs_rename: support RENAME_* flags
Aleksa Sarai
2022-10-28
4
-39
/
+211
*
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
10
-90
/
+165
*
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
2
-2
/
+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
6
-17
/
+41
*
Add defensive assertions
Richard Yao
2022-10-12
1
-0
/
+1
*
Avoid calling rw_destroy() on uninitialized rwlock
Jorgen Lundman
2022-10-05
1
-1
/
+1
*
Fix double const qualifier declarations
Tino Reichardt
2022-09-30
1
-1
/
+1
*
Reduce false positives from Static Analyzers
Richard Yao
2022-09-30
1
-2
/
+1
*
zed: mark disks as REMOVED when they are removed
Ameer Hamza
2022-09-28
2
-2
/
+55
[next]