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
*
zfs_set_prop_nvlist: make it easier to spot the call to dsl_props_set
Christian Schwarz
2022-02-04
1
-37
/
+44
*
dsl_dir_tempreserve_impl: remove unused `deferred` variable
Christian Schwarz
2022-02-04
1
-2
/
+1
*
Fix clearing set-uid and set-gid bits on a file when replying a write
Pawel Jakub Dawidek
2022-02-03
1
-24
/
+81
*
Add `--enable-asan` and `--enable-ubsan` switches
Damian Szuberski
2022-02-03
2
-4
/
+5
*
Report dnodes with faulty bonuslen
George Amanakis
2022-02-03
3
-0
/
+17
*
Simplify resume token generation
Ryan Moeller
2022-02-01
2
-178
/
+141
*
Replace *CTASSERT() with _Static_assert()
наб
2022-01-26
1
-1
/
+2
*
Clean up CSTYLEDs
наб
2022-01-26
36
-146
/
+102
*
Fix handling of errors from dmu_write_uio_dbuf() on FreeBSD
Mark Johnston
2022-01-21
1
-4
/
+11
*
Introduce a flag to skip comparing the local mac when raw sending
George Amanakis
2022-01-21
2
-10
/
+8
*
Avoid memory allocations in the ARC eviction thread
Mark Johnston
2022-01-21
2
-53
/
+91
*
module/*.ko: prune .data, global .rodata
наб
2022-01-14
49
-384
/
+373
*
Remove VERIFY() in vdev_props_set_sync()
Mark Maybee
2022-01-12
1
-1
/
+4
*
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
[next]