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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix use-after-free bugs in icp code
Richard Yao
2022-09-15
2
-2
/
+2
*
FreeBSD: Fix integer conversion for vnlru_free{,_vfsops}()
Richard Yao
2022-09-14
1
-0
/
+6
*
Add assertion to dsl_dataset_set_compression_sync
Richard Yao
2022-09-14
1
-0
/
+1
*
Fix theoretical "use-after-free" in dbuf_prefetch_indirect_done()
Richard Yao
2022-09-13
1
-2
/
+6
*
Cleanup: Make memory barrier definitions consistent across kernels
Richard Yao
2022-09-13
1
-1
/
+1
*
Cleanup dead spa_boot code
Richard Yao
2022-09-13
7
-56
/
+0
*
vdev_draid_lookup_map() should not iterate outside draid_maps
Richard Yao
2022-09-12
1
-1
/
+1
*
Fix use-after-free in btree code
Richard Yao
2022-09-12
1
-2
/
+2
*
Cleanup: Use OpenSolaris functions to call scheduler
Richard Yao
2022-09-12
4
-7
/
+7
*
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
5
-11
/
+58
*
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
*
Fix build on FreeBSD/powerpc64*
pkubaj
2022-09-08
1
-2
/
+2
*
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
2
-0
/
+66
*
Cleanup Raid-Z Typo fixes
Richard Yao
2022-09-06
1
-3
/
+3
*
Add DD_FIELD string for snapshots_changed property
Umer Saleem
2022-09-02
1
-2
/
+2
*
Add zfs.sync.snapshot_rename
Andriy Gapon
2022-09-02
2
-10
/
+39
*
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
2
-5
/
+9
*
FreeBSD: Cleanup dead code from VFS
Richard Yao
2022-09-02
2
-49
/
+0
*
Revert "Avoid panic with recordsize > 128k, raw sending and no large_blocks"
Brian Behlendorf
2022-08-25
4
-55
/
+20
*
Updates for snapshots_changed property
Umer Saleem
2022-08-24
1
-13
/
+22
*
Fix zpool status in case of unloaded keys
George Amanakis
2022-08-22
2
-33
/
+104
*
Prevent zevent list from consuming all of kernel memory
Paul Dagnelie
2022-08-22
2
-4
/
+17
*
Enable relatime by default
George Melikov
2022-08-12
1
-1
/
+1
*
Add comment on acb_zio_dummy
Christian Schwarz
2022-08-08
1
-0
/
+17
*
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
*
Don't double-zero buffers in fault management nvlists
Paul Dagnelie
2022-08-04
1
-1
/
+1
*
Add snapshots_changed as property
Umer Saleem
2022-08-02
4
-5
/
+27
*
FreeBSD: Ignore symlink to i386 includes
Ryan Moeller
2022-08-02
1
-0
/
+1
*
Skip checksum benchmarks on systems with slow cpu
Tino Reichardt
2022-08-01
1
-13
/
+34
*
Implement a new type of zfs receive: corrective receive (-c)
Alek P
2022-07-28
6
-47
/
+492
*
FreeBSD compile fix
Tino Reichardt
2022-07-28
1
-3
/
+3
*
Add createtxg sort support for simple snapshot iterator
Ameer Hamza
2022-07-25
1
-0
/
+2
*
Add support for per dataset zil stats and use wmsum counters
ixhamza
2022-07-20
6
-51
/
+183
*
Fix scrub resume from newly created hole
Alexander Motin
2022-07-20
2
-7
/
+21
*
Fix memory allocation for the checksum benchmark
Tino Reichardt
2022-07-20
1
-6
/
+17
*
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
230
-230
/
+230
*
Linux: Align MODULE_LICENSE macro text
Brian Behlendorf
2022-07-11
1
-3
/
+2
*
Call nvlist_free before return
Finix1979
2022-07-07
1
-0
/
+1
*
Avoid memory copy when verifying raidz/draid parity
Alexander Motin
2022-07-05
1
-2
/
+3
*
Avoid memory copies during mirror scrub
Alexander Motin
2022-07-05
1
-70
/
+61
*
Re-fix -Wwrite-strings on FreeBSD
наб
2022-06-30
1
-1
/
+1
*
Fix dnode byteswapping
George Amanakis
2022-06-29
1
-11
/
+2
*
module: lua: ldo: fix pragma name
наб
2022-06-29
1
-1
/
+1
*
Remaining {=> const} char|void *tag
наб
2022-06-29
21
-83
/
+91
[next]