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
*
Fix functions without a prototype
Aidan Harris
2022-05-20
1
-1
/
+1
*
Reduce dbuf_find() lock contention
Brian Behlendorf
2022-05-06
2
-15
/
+15
*
zvol: remove unused variable
наб
2022-05-02
1
-2
/
+1
*
fm: remove unused variables
наб
2022-05-02
1
-6
/
+0
*
module/zfs: vdev_removal: spa_vdev_remove_thread: remove unused variable
наб
2022-05-02
1
-4
/
+0
*
module/zfs: vdev_indirect: vdev_indirect_repair: remove unused variable
наб
2022-05-02
1
-5
/
+0
*
module/zfs: dbuf: dbuf_read_impl: remove unused variable
наб
2022-05-02
1
-2
/
+0
*
module/zfs: arc: arc_hdr_realloc_crypt: remove unused variables
наб
2022-05-02
1
-5
/
+0
*
Skip spacemaps reading in case of pool readonly import
Brian Behlendorf
2022-04-28
3
-2
/
+17
*
Export minimal zfs_refcount interfaces
Brian Behlendorf
2022-04-06
1
-0
/
+8
*
Default to zfs_dmu_offset_next_sync=1
Brian Behlendorf
2022-04-01
1
-4
/
+8
*
Fix module build with -Werror
Ryan Moeller
2022-03-17
1
-1
/
+1
*
Fix ENOSPC when unlinking multiple files from full pool
Brian Behlendorf
2022-03-08
2
-6
/
+20
*
Enable encrypted raw sending to pools with greater ashift
George Amanakis
2022-02-23
1
-1
/
+7
*
Avoid dirtying the final TXGs when exporting a pool
George Amanakis
2022-02-23
1
-17
/
+43
*
Remove unneeded "extern inline" function declarations
Tomohiro Kusumi
2022-02-16
6
-15
/
+0
*
module: zfs: fix unused, remove argsused
наб
2022-02-16
49
-170
/
+215
*
Receive checks should allow unencrypted child datasets
Attila Fülöp
2022-02-16
1
-1
/
+9
*
dsl_dir_tempreserve_impl: remove unused `deferred` variable
Christian Schwarz
2022-02-16
1
-2
/
+1
*
Fix clearing set-uid and set-gid bits on a file when replying a write
Pawel Jakub Dawidek
2022-02-16
1
-24
/
+81
*
Report dnodes with faulty bonuslen
George Amanakis
2022-02-16
3
-0
/
+17
*
Upstream: Add snapshot and zvol events
Jorgen Lundman
2022-02-10
1
-0
/
+52
*
Introduce a flag to skip comparing the local mac when raw sending
George Amanakis
2022-02-04
2
-10
/
+8
*
Fix handling of errors from dmu_write_uio_dbuf() on FreeBSD
Mark Johnston
2022-02-03
1
-4
/
+11
*
Avoid memory allocations in the ARC eviction thread
Mark Johnston
2022-02-03
2
-53
/
+91
*
Verify dRAID empty sectors
Brian Behlendorf
2022-02-03
2
-5
/
+58
*
Reduce number of arc_prune threads
Alexander Motin
2022-02-03
1
-3
/
+10
*
ZFS send/recv with ashift 9->12 leads to data corruption
Paul Dagnelie
2021-12-07
2
-7
/
+17
*
Linux 5.13 compat: retry zvol_open() when contended
Brian Behlendorf
2021-12-06
1
-33
/
+5
*
Iterate encrypted clones at zvol_create_minor
Jorgen Lundman
2021-12-06
1
-0
/
+64
*
Restore dirty dnode detection logic
Brian Behlendorf
2021-11-05
1
-1
/
+1
*
Fix lseek(SEEK_DATA/SEEK_HOLE) mmap consistency
Brian Behlendorf
2021-11-05
3
-28
/
+54
*
Rescan enclosure sysfs path on import
Tony Hutter
2021-11-02
1
-0
/
+24
*
Use fallthrough macro
Brian Behlendorf
2021-11-02
7
-15
/
+13
*
Fixed data integrity issue when underlying disk returns error
Arun KV
2021-09-14
1
-3
/
+31
*
Verify embedded blkptr's in arc_read()
Brian Behlendorf
2021-09-14
2
-7
/
+14
*
Allow sending corrupt snapshots even if metadata is corrupted
Allan Jude
2021-09-14
1
-0
/
+2
*
arc: Drop an incorrect assert
Rich Ercolani
2021-09-14
1
-1
/
+0
*
Compressed receive with different ashift can result in incorrect PSIZE on disk
Paul Dagnelie
2021-09-14
1
-0
/
+12
*
Initialize parity blocks before RAID-Z reconstruction benchmarking
Mark Johnston
2021-09-14
1
-0
/
+7
*
Remove b_pabd/b_rabd allocation from arc_hdr_alloc()
Alexander Motin
2021-09-14
1
-48
/
+65
*
Optimize arc_l2c_only lists assertions
Alexander Motin
2021-09-14
1
-9
/
+12
*
Fix/improve dbuf hits accounting
Alexander Motin
2021-09-14
1
-20
/
+10
*
Avoid vq_lock drop in vdev_queue_aggregate()
Alexander Motin
2021-09-14
1
-29
/
+34
*
Use more atomics in refcounts
Alexander Motin
2021-09-14
1
-29
/
+22
*
Restore FreeBSD sysctl processing for arc.min and arc.max
Allan Jude
2021-09-14
1
-4
/
+20
*
Run arc_evict thread at higher priority
Tony Nguyen
2021-09-14
4
-13
/
+19
*
Add comment on metaslab_class_throttle_reserve() locking
Alexander Motin
2021-09-14
1
-0
/
+7
*
Fixes in persistent L2ARC
George Amanakis
2021-09-14
1
-75
/
+102
*
Initialize dn_next_type[] in the dnode constructor
Mark Johnston
2021-09-14
1
-0
/
+1
[next]