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
/
zvol.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Allocate zap_attribute_t from kmem instead of stack
Sanjeev Bagewadi
2024-10-01
1
-2
/
+2
*
zvol: ensure device minors are properly cleaned up
Rob Norris
2024-08-06
1
-24
/
+92
*
ZIL: Remove TX_CLONE_RANGE replay for ZVOLs.
Alexander Motin
2023-12-01
1
-59
/
+1
*
ZIL: Assert record sizes in different places
Alexander Motin
2023-11-28
1
-0
/
+8
*
ZVOL: Minor code cleanup
Alexander Motin
2023-11-27
1
-14
/
+7
*
zvol: fix delayed update to block device ro entry
Ameer Hamza
2023-10-31
1
-0
/
+20
*
zvol: Implement zvol threading as a Property
Ameer Hamza
2023-10-31
1
-0
/
+14
*
zvol: Cleanup set property
Ameer Hamza
2023-10-31
1
-98
/
+31
*
ZIL: Cleanup sync and commit handling
Alexander Motin
2023-10-30
1
-6
/
+3
*
ZIL: Second attempt to reduce scope of zl_issuer_lock.
Alexander Motin
2023-08-24
1
-1
/
+1
*
ZIL: Avoid dbuf_read() before dmu_sync().
Alexander Motin
2023-08-11
1
-2
/
+2
*
Refactor dmu_prefetch().
Alexander Motin
2023-08-07
1
-1
/
+1
*
Use list_remove_head() where possible.
Alexander Motin
2023-06-09
1
-5
/
+2
*
Implementation of block cloning for ZFS
Pawel Jakub Dawidek
2023-03-10
1
-0
/
+55
*
Cleanup of dead code suggested by Clang Static Analyzer (#14380)
Richard Yao
2023-01-17
1
-1
/
+1
*
Cleanup: Remove unnecessary explicit casts of pointers from allocators
Richard Yao
2023-01-12
1
-1
/
+1
*
zfs_rename: support RENAME_* flags
Aleksa Sarai
2022-10-28
1
-0
/
+2
*
Cleanup: zvol_add_clones() should not NULL check dp
Richard Yao
2022-10-18
1
-2
/
+1
*
Fix unchecked return values and unused return values
Richard Yao
2022-09-23
1
-2
/
+2
*
Replace dead opensolaris.org license link
Tino Reichardt
2022-07-11
1
-1
/
+1
*
Add missing replay entry in zvol_replay_vector for TX_SETSAXATTR
Jitendra Patidar
2022-05-02
1
-0
/
+1
*
module: mark arguments used
наб
2022-02-18
1
-3
/
+3
*
zvol: make calls to platform ops static
Christian Schwarz
2022-02-07
1
-28
/
+21
*
module/*.ko: prune .data, global .rodata
наб
2022-01-14
1
-4
/
+5
*
zvol: remove unused variable
наб
2022-01-06
1
-2
/
+1
*
Linux 5.13 compat: retry zvol_open() when contended
Brian Behlendorf
2021-12-01
1
-33
/
+5
*
Remove unused function zvol_set_volblocksize()
Fedor Uporov
2021-10-26
1
-45
/
+0
*
Iterate encrypted clones at zvol_create_minor
Jorgen Lundman
2021-09-13
1
-0
/
+64
*
Add Module Parameter Regarding Log Size Limit
Kevin Jin
2021-07-20
1
-2
/
+5
*
A few fixes of callback typecasting (for the upcoming ClangCFI)
Alexander
2021-07-20
1
-2
/
+8
*
Remove unused fields from zvol_task_t
Ryan Moeller
2021-07-19
1
-5
/
+0
*
module/zfs/zvol.c: purge unused zvol_volmode_cb_arg
наб
2021-04-15
1
-4
/
+0
*
Fix zfs_get_data access to files with wrong generation
Chunwei Chen
2021-03-19
1
-1
/
+2
*
zvol: call zil_replaying() during replay
Christian Schwarz
2021-03-07
1
-1
/
+14
*
Fix problems in zvol_set_volmode_impl
Matthew Macy
2020-11-17
1
-4
/
+14
*
Fix dnode refcount tracking
Matthew Macy
2020-11-10
1
-2
/
+2
*
Fix typos
Andrea Gelmini
2020-06-09
1
-1
/
+1
*
async zvol minor node creation interferes with receive
Matthew Ahrens
2020-02-03
1
-39
/
+39
*
Move final zvol_remove_minors to common code
Matthew Macy
2019-10-25
1
-0
/
+10
*
Fix strdup conflict on other platforms
Matthew Macy
2019-10-10
1
-4
/
+4
*
Rename rangelock_ functions to zfs_rangelock_
Matthew Macy
2019-10-03
1
-5
/
+5
*
Timeout waiting for ZVOL device to be created
Prakash Surya
2019-10-01
1
-6
/
+1
*
OpenZFS restructuring - zvol
Matthew Macy
2019-09-25
1
-1102
/
+55
*
Fix typos in module/zfs/
Andrea Gelmini
2019-09-02
1
-1
/
+1
*
Add SCSI_PASSTHROUGH to zvols to enable UNMAP support
Paul Dagnelie
2019-06-21
1
-0
/
+4
*
make zil max block size tunable
Matthew Ahrens
2019-06-10
1
-1
/
+1
*
Fix errant EFAULT during writes (#8719)
Brian Behlendorf
2019-05-08
1
-5
/
+5
*
Improve rate at which new zvols are processed
John Gallagher
2019-05-04
1
-84
/
+114
*
zvol: allow rename of in use ZVOL dataset
loli10K
2019-02-22
1
-6
/
+0
*
Don't enter zvol's rangelock for read bio with size 0
Tomohiro Kusumi
2019-02-20
1
-0
/
+10
[next]