aboutsummaryrefslogtreecommitdiffstats
path: root/module/os/linux/zfs/zvol_os.c
Commit message (Expand)AuthorAgeFilesLines
* zvol: Support blk-mq for better performanceTony Hutter2022-06-091-121/+511
* Linux 5.19 compat: bdev_max_discard_sectors()Brian Behlendorf2022-05-311-0/+2
* Linux 5.17 compat: GENHD_FL_EXT_DEVT / GENHD_FL_NO_PART_SCANBrian Behlendorf2022-04-191-13/+8
* zvol_os: suppress compiler warning for zvol_open_timeout_mshpingfs2022-03-301-0/+3
* Linux 5.18 compat: replace genhd.h with blkdev.h includesнаб2022-03-281-1/+1
* zvol: make calls to platform ops staticChristian Schwarz2022-02-071-28/+16
* Linux 5.16 compat: Added add_disk check for returnRich Ercolani2022-01-241-0/+4
* module/*.ko: prune .data, global .rodataнаб2022-01-141-7/+7
* Fix zvol_open() lock inversionBrian Behlendorf2021-12-171-63/+58
* Linux 5.16: block_device_operations->submit_bio now returns voidColeman Kane2021-12-071-2/+8
* Linux 5.13 compat: retry zvol_open() when contendedBrian Behlendorf2021-12-011-4/+55
* Enable /proc/diskstats for zvolsBrian Behlendorf2021-08-051-0/+3
* Linux 5.14 compat: blk_alloc_disk()Brian Behlendorf2021-07-231-9/+34
* linux 5.13 compat: bdevops->revalidate_disk() removedColeman Kane2021-05-111-0/+2
* zvol: call zil_replaying() during replayChristian Schwarz2021-03-071-1/+8
* linux: zvol: avoid heap allocation for zvol_request_sync=1Christian Schwarz2021-03-031-29/+64
* Linux 5.12 compat: bio->bi_disk member movedColeman Kane2021-02-241-0/+4
* Extending FreeBSD UIO StructBrian Atkinson2021-01-201-4/+4
* Linux 5.11 compat: blk_{un}register_region()Brian Behlendorf2020-12-271-44/+0
* Linux 5.11 compat: revalidate_disk_size()Brian Behlendorf2020-12-271-2/+4
* Linux 5.11 compat: bio_start_io_acct() / bio_end_io_acct()Brian Behlendorf2020-12-271-16/+33
* Linux 5.11 compat: lookup_bdev()Brian Behlendorf2020-12-271-9/+4
* Linux 5.10 compat: also zvol_revalidate_disk()Michael D Labriola2020-12-181-2/+3
* Linux 5.10 compat: use iov_iter in uio structureBrian Behlendorf2020-12-181-19/+8
* Fix problems in zvol_set_volmode_implMatthew Macy2020-11-171-0/+6
* Linux 5.10 compat: revalidate_disk_size() addedColeman Kane2020-11-021-0/+4
* Linux 5.10 compat: check_disk_change() removedColeman Kane2020-11-021-1/+1
* zvol_os: Tidy up assertsRyan Moeller2020-10-301-11/+15
* Share zfs_fsync, zfs_read, zfs_write, et al between Linux and FreeBSDMatthew Macy2020-10-211-1/+0
* Linux 5.9 compat: make_request_fn replaced with submit_bio interfaceColeman Kane2020-08-111-1/+17
* Remove dead codeArvind Sankar2020-06-181-6/+0
* Mark functions as staticArvind Sankar2020-06-181-1/+1
* Connect dataset_kstats for FreeBSDAllan Jude2020-06-051-6/+5
* zvol_write() can use dmu_tx_hold_write_by_dnode()Matthew Ahrens2020-04-101-1/+1
* Linux 5.7 compat: blk_alloc_queue()Brian Behlendorf2020-04-091-24/+24
* Improve ZVOL sync write performance by using a taskqMatthew Ahrens2020-03-311-44/+78
* async zvol minor node creation interferes with receiveMatthew Ahrens2020-02-031-3/+3
* Linux compat: Minimum kernel version 3.10Brian Behlendorf2019-11-121-42/+1
* Prefix struct rangelockMatthew Macy2019-11-011-1/+1
* Move final zvol_remove_minors to common codeMatthew Macy2019-10-251-10/+0
* Rename rangelock_ functions to zfs_rangelock_Matthew Macy2019-10-031-7/+7
* Timeout waiting for ZVOL device to be createdPrakash Surya2019-10-011-0/+13
* OpenZFS restructuring - zvolMatthew Macy2019-09-251-0/+1120