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
/
zfs
Commit message (
Expand
)
Author
Age
Files
Lines
*
lz4: Cherrypick fix for CVE-2021-3520
Rich Ercolani
2022-01-12
1
-1
/
+1
*
Updated the lz4 decompressor
Rich Ercolani
2022-01-07
3
-882
/
+1721
*
l2arc_write_buffers: remove redundant asserts
Christian Schwarz
2022-01-06
1
-12
/
+0
*
zvol: remove unused variable
наб
2022-01-06
1
-2
/
+1
*
fm: remove unused variables
наб
2022-01-06
1
-6
/
+0
*
Revert "zfs list: Allow more fields in ZFS_ITER_SIMPLE mode"
Paul Dagnelie
2022-01-06
1
-2
/
+1
*
Verify dRAID empty sectors
Brian Behlendorf
2022-01-04
2
-5
/
+58
*
module: zfs: fix unused, remove argsused
наб
2021-12-23
49
-170
/
+215
*
module: zfs: vdev: shim out vdev_indirect_mapping_verify()
наб
2021-12-23
1
-0
/
+2
*
module: zfs: vdev: shim out vdev_indirect_births_verify()
наб
2021-12-23
1
-0
/
+2
*
module: zfs: spa: shim out vdev_count_verify_zaps()
наб
2021-12-23
1
-0
/
+2
*
module: zfs: multilist: shim out multilist_d2l()
наб
2021-12-23
1
-0
/
+2
*
module: zfs: dsl: pool: shim out dsl_early_sync_task_verify()
наб
2021-12-23
1
-0
/
+3
*
module: zfs: dnode: use debug-only in debug mode only
наб
2021-12-23
1
-0
/
+2
*
Reduce number of arc_prune threads
Alexander Motin
2021-12-22
1
-3
/
+10
*
zfs list: Allow more fields in ZFS_ITER_SIMPLE mode
Allan Jude
2021-12-16
1
-1
/
+2
*
ZFS send/recv with ashift 9->12 leads to data corruption
Paul Dagnelie
2021-12-07
2
-7
/
+17
*
Add `const` to nvlist functions to properly expose their real behavior
Paul Dagnelie
2021-12-06
6
-30
/
+42
*
Corrected a case where we could read uninited ABD memory
Rich Ercolani
2021-12-03
1
-11
/
+14
*
Linux 5.13 compat: retry zvol_open() when contended
Brian Behlendorf
2021-12-01
1
-33
/
+5
*
Default to zfs_dmu_offset_next_sync=1
Brian Behlendorf
2021-11-30
1
-4
/
+8
*
Code cleanups
Pawel Jakub Dawidek
2021-11-30
3
-7
/
+8
*
Vdev Properties Feature
Allan Jude
2021-11-30
7
-77
/
+971
*
Enable edonr in FreeBSD
Rich Ercolani
2021-11-16
1
-4
/
+0
*
Introduce a tunable to exclude special class buffers from L2ARC
George Amanakis
2021-11-11
4
-7
/
+112
*
Check l2cache vdevs pending list inside the vdev_inuse()
Fedor Uporov
2021-11-11
2
-9
/
+35
*
Restore dirty dnode detection logic
Brian Behlendorf
2021-11-10
1
-1
/
+1
*
Skip spacemaps reading in case of pool readonly import
Fedor Uporov
2021-11-09
3
-2
/
+17
*
Single IO issue for raidz writes with skip sector
Brian Atkinson
2021-11-09
1
-37
/
+135
*
Fix lseek(SEEK_DATA/SEEK_HOLE) mmap consistency
Brian Behlendorf
2021-11-07
3
-28
/
+54
*
Revert behavior of 59eab109 on not-Linux
Rich Ercolani
2021-11-04
1
-1
/
+8
*
Remove unused function zvol_set_volblocksize()
Fedor Uporov
2021-10-26
1
-45
/
+0
*
Make dsl_scan print the pool name in dbgmsg
Rich Ercolani
2021-10-26
1
-37
/
+64
*
spa.c: Replace VERIFY(nvlist_*(...) == 0) with fnvlist_* (#12678)
Allan Jude
2021-10-26
1
-156
/
+129
*
Remove code duplication
Pawel Jakub Dawidek
2021-10-18
1
-42
/
+33
*
Remove FreeBSD's local copy of the dmu_buf_hold_array() function
Pawel Jakub Dawidek
2021-10-13
1
-1
/
+1
*
Export minimal zfs_refcount interfaces
Brian Behlendorf
2021-10-11
1
-0
/
+8
*
Correct refcount_add in dmu_zfetch
Rich Ercolani
2021-10-08
1
-1
/
+2
*
Rescan enclosure sysfs path on import
Tony Hutter
2021-10-04
1
-0
/
+24
*
ZFS: Remove a redundant if condition (#12598)
Attila Fülöp
2021-10-02
1
-3
/
+1
*
Handle partial reads in zfs_read
Rich Ercolani
2021-09-20
1
-0
/
+8
*
Avoid panic in case of pool errors and missing L2ARC
George Amanakis
2021-09-16
1
-1
/
+6
*
Use fallthrough macro
Brian Behlendorf
2021-09-14
7
-13
/
+13
*
Iterate encrypted clones at zvol_create_minor
Jorgen Lundman
2021-09-13
1
-0
/
+64
*
Fixed data integrity issue when underlying disk returns error
Arun KV
2021-09-13
1
-3
/
+31
*
Verify embedded blkptr's in arc_read()
Brian Behlendorf
2021-09-09
2
-7
/
+14
*
Upstream: Add snapshot and zvol events
Jorgen Lundman
2021-09-09
1
-0
/
+52
*
Allow sending corrupt snapshots even if metadata is corrupted
Allan Jude
2021-09-09
1
-0
/
+2
*
arc: Drop an incorrect assert
Rich Ercolani
2021-09-08
1
-1
/
+0
*
Compressed receive with different ashift can result in incorrect PSIZE on disk
Paul Dagnelie
2021-09-08
1
-0
/
+12
[next]