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
/
os
/
linux
/
zfs
/
zvol_os.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
zvol: Support blk-mq for better performance
Tony Hutter
2022-06-09
1
-121
/
+511
*
Linux 5.19 compat: bdev_max_discard_sectors()
Brian Behlendorf
2022-05-31
1
-0
/
+2
*
Linux 5.17 compat: GENHD_FL_EXT_DEVT / GENHD_FL_NO_PART_SCAN
Brian Behlendorf
2022-04-19
1
-13
/
+8
*
zvol_os: suppress compiler warning for zvol_open_timeout_ms
hpingfs
2022-03-30
1
-0
/
+3
*
Linux 5.18 compat: replace genhd.h with blkdev.h includes
наб
2022-03-28
1
-1
/
+1
*
zvol: make calls to platform ops static
Christian Schwarz
2022-02-07
1
-28
/
+16
*
Linux 5.16 compat: Added add_disk check for return
Rich Ercolani
2022-01-24
1
-0
/
+4
*
module/*.ko: prune .data, global .rodata
наб
2022-01-14
1
-7
/
+7
*
Fix zvol_open() lock inversion
Brian Behlendorf
2021-12-17
1
-63
/
+58
*
Linux 5.16: block_device_operations->submit_bio now returns void
Coleman Kane
2021-12-07
1
-2
/
+8
*
Linux 5.13 compat: retry zvol_open() when contended
Brian Behlendorf
2021-12-01
1
-4
/
+55
*
Enable /proc/diskstats for zvols
Brian Behlendorf
2021-08-05
1
-0
/
+3
*
Linux 5.14 compat: blk_alloc_disk()
Brian Behlendorf
2021-07-23
1
-9
/
+34
*
linux 5.13 compat: bdevops->revalidate_disk() removed
Coleman Kane
2021-05-11
1
-0
/
+2
*
zvol: call zil_replaying() during replay
Christian Schwarz
2021-03-07
1
-1
/
+8
*
linux: zvol: avoid heap allocation for zvol_request_sync=1
Christian Schwarz
2021-03-03
1
-29
/
+64
*
Linux 5.12 compat: bio->bi_disk member moved
Coleman Kane
2021-02-24
1
-0
/
+4
*
Extending FreeBSD UIO Struct
Brian Atkinson
2021-01-20
1
-4
/
+4
*
Linux 5.11 compat: blk_{un}register_region()
Brian Behlendorf
2020-12-27
1
-44
/
+0
*
Linux 5.11 compat: revalidate_disk_size()
Brian Behlendorf
2020-12-27
1
-2
/
+4
*
Linux 5.11 compat: bio_start_io_acct() / bio_end_io_acct()
Brian Behlendorf
2020-12-27
1
-16
/
+33
*
Linux 5.11 compat: lookup_bdev()
Brian Behlendorf
2020-12-27
1
-9
/
+4
*
Linux 5.10 compat: also zvol_revalidate_disk()
Michael D Labriola
2020-12-18
1
-2
/
+3
*
Linux 5.10 compat: use iov_iter in uio structure
Brian Behlendorf
2020-12-18
1
-19
/
+8
*
Fix problems in zvol_set_volmode_impl
Matthew Macy
2020-11-17
1
-0
/
+6
*
Linux 5.10 compat: revalidate_disk_size() added
Coleman Kane
2020-11-02
1
-0
/
+4
*
Linux 5.10 compat: check_disk_change() removed
Coleman Kane
2020-11-02
1
-1
/
+1
*
zvol_os: Tidy up asserts
Ryan Moeller
2020-10-30
1
-11
/
+15
*
Share zfs_fsync, zfs_read, zfs_write, et al between Linux and FreeBSD
Matthew Macy
2020-10-21
1
-1
/
+0
*
Linux 5.9 compat: make_request_fn replaced with submit_bio interface
Coleman Kane
2020-08-11
1
-1
/
+17
*
Remove dead code
Arvind Sankar
2020-06-18
1
-6
/
+0
*
Mark functions as static
Arvind Sankar
2020-06-18
1
-1
/
+1
*
Connect dataset_kstats for FreeBSD
Allan Jude
2020-06-05
1
-6
/
+5
*
zvol_write() can use dmu_tx_hold_write_by_dnode()
Matthew Ahrens
2020-04-10
1
-1
/
+1
*
Linux 5.7 compat: blk_alloc_queue()
Brian Behlendorf
2020-04-09
1
-24
/
+24
*
Improve ZVOL sync write performance by using a taskq
Matthew Ahrens
2020-03-31
1
-44
/
+78
*
async zvol minor node creation interferes with receive
Matthew Ahrens
2020-02-03
1
-3
/
+3
*
Linux compat: Minimum kernel version 3.10
Brian Behlendorf
2019-11-12
1
-42
/
+1
*
Prefix struct rangelock
Matthew Macy
2019-11-01
1
-1
/
+1
*
Move final zvol_remove_minors to common code
Matthew Macy
2019-10-25
1
-10
/
+0
*
Rename rangelock_ functions to zfs_rangelock_
Matthew Macy
2019-10-03
1
-7
/
+7
*
Timeout waiting for ZVOL device to be created
Prakash Surya
2019-10-01
1
-0
/
+13
*
OpenZFS restructuring - zvol
Matthew Macy
2019-09-25
1
-0
/
+1120