]> git.proxmox.com Git - mirror_zfs.git/history - module/os/linux/zfs/zvol_os.c
FreeBSD: Add zfs_link_create() error handling
[mirror_zfs.git] / module / os / linux / zfs / zvol_os.c
13 days ago chenqiuhao1997Replace P2ALIGN with P2ALIGN_TYPED and delete P2ALIGN.
2024-05-09 Daniel PerryReplace usage of schedule_timeout with schedule_timeout...
2024-04-25 Alan SomersFix updating the zvol_htable when renaming a zvol
2024-04-08 Rob Nzvol_os: fix compile with blk-mq on Linux 4.x
2024-04-08 Rob Nzvol_os: fix build on Linux <3.13
2024-04-04 Ameer Hamzazvol: use multiple taskq
2024-04-03 Rob NorrisLinux 6.9 compat: blk_alloc_disk() now takes two args
2024-03-29 Fabian-Gruenbichlerzvols: prevent overflow of minor device numbers
2023-11-27 Alexander MotinZVOL: Minor code cleanup
2023-11-07 Alan SomersUpdate the kstat dataset_name when renaming a zvol
2023-10-31 Ameer Hamzazvol: Implement zvol threading as a Property
2023-10-30 Alexander MotinZIL: Cleanup sync and commit handling
2023-10-24 Tony HutterRevert "zvol: Temporally disable blk-mq"
2023-10-10 Tony Hutterzvol: Temporally disable blk-mq
2023-09-22 Coleman KaneLinux 6.6 compat: fsync_bdev() has been removed in...
2023-08-01 Coleman KaneLinux 6.5 compat: blkdev changes
2023-06-30 Prakash SuryaEnable tuning of ZVOL open timeout value
2023-03-08 Richard YaoLinux cleanup: zvol_discard() should only call blk_queu...
2022-11-08 Alan SomersOptionally skip zil_close during zvol_create_minor_impl
2022-10-18 Tino ReichardtFix declarations of non-global variables
2022-09-27 Richard YaoCleanup: Remove ineffective unsigned comparisons against 0
2022-08-04 Brian BehlendorfLinux 5.20 compat: blk_cleanup_disk()
2022-07-21 ixhamzaAdd support for per dataset zil stats and use wmsum...
2022-07-11 Tino ReichardtReplace dead opensolaris.org license link
2022-06-09 Tony Hutterzvol: Support blk-mq for better performance
2022-05-31 Brian BehlendorfLinux 5.19 compat: bdev_max_discard_sectors()
2022-04-19 Brian BehlendorfLinux 5.17 compat: GENHD_FL_EXT_DEVT / GENHD_FL_NO_PART...
2022-03-30 hpingfszvol_os: suppress compiler warning for zvol_open_timeout_ms
2022-03-28 набLinux 5.18 compat: replace genhd.h with blkdev.h includes
2022-02-07 Christian Schwarzzvol: make calls to platform ops static
2022-01-24 Rich ErcolaniLinux 5.16 compat: Added add_disk check for return
2022-01-14 набmodule/*.ko: prune .data, global .rodata
2021-12-17 Brian BehlendorfFix zvol_open() lock inversion
2021-12-07 Coleman KaneLinux 5.16: block_device_operations->submit_bio now...
2021-12-02 Brian BehlendorfLinux 5.13 compat: retry zvol_open() when contended
2021-08-05 Brian BehlendorfEnable /proc/diskstats for zvols
2021-07-23 Brian BehlendorfLinux 5.14 compat: blk_alloc_disk()
2021-05-12 Coleman Kanelinux 5.13 compat: bdevops->revalidate_disk() removed
2021-03-07 Christian Schwarzzvol: call zil_replaying() during replay
2021-03-03 Christian Schwarzlinux: zvol: avoid heap allocation for zvol_request_sync=1
2021-02-24 Coleman KaneLinux 5.12 compat: bio->bi_disk member moved
2021-01-21 Brian AtkinsonExtending FreeBSD UIO Struct
2020-12-28 Brian BehlendorfLinux 5.11 compat: blk_{un}register_region()
2020-12-28 Brian BehlendorfLinux 5.11 compat: revalidate_disk_size()
2020-12-28 Brian BehlendorfLinux 5.11 compat: bio_start_io_acct() / bio_end_io_acct()
2020-12-28 Brian BehlendorfLinux 5.11 compat: lookup_bdev()
2020-12-18 Michael D LabriolaLinux 5.10 compat: also zvol_revalidate_disk()
2020-12-18 Brian BehlendorfLinux 5.10 compat: use iov_iter in uio structure
2020-11-17 Matthew MacyFix problems in zvol_set_volmode_impl
2020-11-02 Coleman KaneLinux 5.10 compat: revalidate_disk_size() added
2020-11-02 Coleman KaneLinux 5.10 compat: check_disk_change() removed
2020-10-30 Ryan Moellerzvol_os: Tidy up asserts
2020-10-21 Matthew MacyShare zfs_fsync, zfs_read, zfs_write, et al between...
2020-08-11 Coleman KaneLinux 5.9 compat: make_request_fn replaced with submit_...
2020-06-18 Arvind SankarRemove dead code
2020-06-18 Arvind SankarMark functions as static
2020-06-06 Brian Behlendorfzfsvfs_setup(): zap_stats_t may have undefined content...
2020-06-06 Allan JudeConnect dataset_kstats for FreeBSD
2020-04-11 Matthew Ahrenszvol_write() can use dmu_tx_hold_write_by_dnode()
2020-04-09 Brian BehlendorfLinux 5.7 compat: blk_alloc_queue()
2020-03-31 Matthew AhrensImprove ZVOL sync write performance by using a taskq
2020-02-03 Matthew Ahrensasync zvol minor node creation interferes with receive
2019-11-12 Brian BehlendorfLinux compat: Minimum kernel version 3.10
2019-11-01 Matthew MacyPrefix struct rangelock
2019-10-25 Matthew MacyMove final zvol_remove_minors to common code
2019-10-03 Matthew MacyRename rangelock_ functions to zfs_rangelock_
2019-10-01 Prakash SuryaTimeout waiting for ZVOL device to be created
2019-09-25 Matthew MacyOpenZFS restructuring - zvol