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
/
vdev_indirect.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Don't emit cksum_{actual_expected} in ereport.fs.zfs.checksum events
Alan Somers
2023-07-21
1
-1
/
+1
*
Use list_remove_head() where possible.
Alexander Motin
2023-06-09
1
-6
/
+5
*
Correct ABD size for split block ZIOs
Serapheim Dimitropoulos
2023-05-01
1
-3
/
+4
*
Cleanup: Replace oldstyle struct hack with C99 flexible array members
Richard Yao
2023-01-12
1
-1
/
+1
*
Bump checksum error counter before reporting to ZED
Rob Wing
2022-12-02
1
-3
/
+3
*
Cleanup: 64-bit kernel module parameters should use fixed width types
Richard Yao
2022-10-13
1
-4
/
+4
*
Add defensive assertions
Richard Yao
2022-10-12
1
-0
/
+1
*
Cleanup: Specify unsignedness on things that should not be signed
Richard Yao
2022-09-27
1
-6
/
+6
*
Remove bcopy(), bzero(), bcmp()
наб
2022-03-15
1
-3
/
+3
*
Clean up CSTYLEDs
наб
2022-01-26
1
-7
/
+12
*
module/*.ko: prune .data, global .rodata
наб
2022-01-14
1
-5
/
+5
*
module: zfs: fix unused, remove argsused
наб
2021-12-23
1
-4
/
+2
*
Run arc_evict thread at higher priority
Tony Nguyen
2021-08-10
1
-1
/
+1
*
Annotated dprintf as printf-like
Rich Ercolani
2021-06-22
1
-3
/
+4
*
Optimize small random numbers generation
Alexander Motin
2021-06-22
1
-2
/
+2
*
module/zfs: vdev_indirect: vdev_indirect_repair: remove unused variable
наб
2021-06-07
1
-5
/
+0
*
ZTS: fix removal_condense_export test case
Brian Behlendorf
2021-04-11
1
-2
/
+5
*
Clean up RAIDZ/DRAID ereport code
Matthew Ahrens
2021-03-19
1
-1
/
+0
*
Checksum errors may not be counted
Don Brady
2021-02-19
1
-6
/
+4
*
allow callers to allocate and provide the abd_t struct
Matthew Ahrens
2021-01-20
1
-1
/
+1
*
Fix reporting of CKSUM errors in indirect vdevs
George Amanakis
2020-12-11
1
-9
/
+21
*
Distributed Spare (dRAID) Feature
Brian Behlendorf
2020-11-13
1
-0
/
+9
*
Avoid posting duplicate zpool events
Don Brady
2020-09-04
1
-6
/
+7
*
nowait synctask must succeed
Matthew Ahrens
2020-09-04
1
-2
/
+1
*
zio_ereport_post() and zio_ereport_start() return values are ignored
Toomas Soome
2020-08-31
1
-3
/
+3
*
Import vdev ashift optimization from FreeBSD
Ryan Moeller
2020-08-21
1
-2
/
+3
*
Rename refcount.h to zfs_refcount.h
Matthew Macy
2020-07-29
1
-1
/
+0
*
Introduce names for ZTHRs
Serapheim Dimitropoulos
2020-07-29
1
-1
/
+2
*
Mark functions as static
Arvind Sankar
2020-06-18
1
-3
/
+2
*
Combine OS-independent ABD Code into Common Source File
Brian Atkinson
2020-05-10
1
-1
/
+1
*
Replace ASSERTV macro with compiler annotation
Matthew Macy
2019-12-05
1
-4
/
+4
*
Make module tunables cross platform
Matthew Macy
2019-09-05
1
-16
/
+11
*
Log Spacemap Project
Serapheim Dimitropoulos
2019-07-16
1
-1
/
+2
*
Update vdev_ops_t from illumos
Igor K
2019-06-20
1
-13
/
+13
*
Device removal panics on 32-bit systems
loli10K
2019-05-24
1
-1
/
+2
*
Get rid of space_map_update() for ms_synced_length
Serapheim Dimitropoulos
2019-02-12
1
-3
/
+0
*
ztest: split block reconstruction
Brian Behlendorf
2019-01-16
1
-2
/
+1
*
Serialize ZTHR operations to eliminate races
Serapheim Dimitropoulos
2019-01-13
1
-4
/
+2
*
OpenZFS 9102 - zfs should be able to initialize storage devices
George Wilson
2019-01-07
1
-0
/
+1
*
Fix resilver writes in vdev_indirect_io_start
Tom Caputi
2018-12-13
1
-8
/
+15
*
Fix divide by zero during indirect split damage
Tom Caputi
2018-11-07
1
-1
/
+8
*
Fix ztest deadman panic with indirect vdev damage
Tom Caputi
2018-10-24
1
-3
/
+3
*
Improved error handling for extreme rewinds
Brian Behlendorf
2018-10-12
1
-29
/
+45
*
Refine split block reconstruction
Brian Behlendorf
2018-10-01
1
-121
/
+264
*
OpenZFS 9238 - ZFS Spacemap Encoding V2
Serapheim Dimitropoulos
2018-07-05
1
-1
/
+1
*
OpenZFS 9166 - zfs storage pool checkpoint
Serapheim Dimitropoulos
2018-06-26
1
-8
/
+9
*
Update build system and packaging
Brian Behlendorf
2018-05-29
1
-1
/
+1
*
OpenZFS 9486 - reduce memory used by device removal on fragmented pools
Matthew Ahrens
2018-05-24
1
-2
/
+11
*
Fix CONFIG_GCC_PLUGIN_RANDSTRUCT build
Mark Wright
2018-04-20
1
-2
/
+2
*
OpenZFS 9080 - recursive enter of vdev_indirect_rwlock from vdev_indirect_rem...
Serapheim Dimitropoulos
2018-04-14
1
-20
/
+91
[next]