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
*
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
*
FreeBSD: Fix a pair of bugs in zfs_fhtovp()
Mark Johnston
2022-10-11
1
-1
/
+2
*
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
2
-3
/
+2
*
zed: mark disks as REMOVED when they are removed
Ameer Hamza
2022-09-28
2
-2
/
+55
*
Cleanup: Specify unsignedness on things that should not be signed
Richard Yao
2022-09-27
6
-34
/
+38
*
Cleanup: Switch to strlcpy from strncpy
Richard Yao
2022-09-27
6
-12
/
+9
*
Cleanup: Remove ineffective unsigned comparisons against 0
Richard Yao
2022-09-26
3
-3
/
+3
*
Linux: Fix uninitialized variable usage in zio_do_crypt_data()
Richard Yao
2022-09-26
1
-3
/
+3
*
Fix minor issues in namespace delegation support
youzhongyang
2022-09-20
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
*
Linux: Fix use-after-free in zfsvfs_create()
Richard Yao
2022-09-19
1
-3
/
+2
*
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 followup
Brian Behlendorf
2022-09-16
1
-3
/
+3
*
zfs_enter rework
Chunwei Chen
2022-09-16
11
-404
/
+487
*
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
3
-3
/
+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
*
Add Linux posix_fadvise support
Finix1979
2022-09-08
1
-0
/
+62
*
Linux SPL module init: Handle memory allocation failures correctly
Richard Yao
2022-09-08
5
-7
/
+18
*
FreeBSD: add kqfilter support for zvol cdev
Rob Wing
2022-09-06
1
-0
/
+64
*
FreeBSD: add knlist_init_sx() for exclusive locks
Rob Wing
2022-09-06
1
-0
/
+65
*
FreeBSD: Organize sysctls
Ryan Moeller
2022-09-02
2
-229
/
+370
*
Apply arc_shrink_shift to ARC above arc_c_min
Alexander Motin
2022-09-02
1
-1
/
+4
*
FreeBSD: Cleanup dead code from VFS
Richard Yao
2022-09-02
2
-49
/
+0
*
Linux 5.20 compat: blk_cleanup_disk()
Brian Behlendorf
2022-08-04
1
-0
/
+4
*
Linux 5.20 compat: bdevname()
Brian Behlendorf
2022-08-04
1
-1
/
+11
*
FreeBSD compile fix
Tino Reichardt
2022-07-28
1
-3
/
+3
*
Add support for per dataset zil stats and use wmsum counters
ixhamza
2022-07-20
4
-14
/
+30
*
Expose ZFS dataset case sensitivity setting via sb_opts
ixhamza
2022-07-14
1
-0
/
+12
*
Replace dead opensolaris.org license link
Tino Reichardt
2022-07-11
50
-50
/
+50
*
Linux: Align MODULE_LICENSE macro text
Brian Behlendorf
2022-07-11
1
-3
/
+2
*
Re-fix -Wwrite-strings on FreeBSD
наб
2022-06-30
1
-1
/
+1
*
Remaining {=> const} char|void *tag
наб
2022-06-29
2
-4
/
+4
*
Enable -Wwrite-strings
наб
2022-06-29
2
-2
/
+2
*
Fix znode group permission different from acl mask
gaoyanping
2022-06-29
1
-3
/
+3
*
FreeBSD: Improve crypto_dispatch() handling
Alexander Motin
2022-06-17
1
-12
/
+29
[next]