]> git.proxmox.com Git - mirror_zfs.git/history - module/os/linux/zfs/vdev_disk.c
vdev_disk: use bio_chain() to submit multiple BIOs
[mirror_zfs.git] / module / os / linux / zfs / vdev_disk.c
2024-03-25 Rob Norrisvdev_disk: use bio_chain() to submit multiple BIOs
2024-03-25 Rob Norrisvdev_disk: add module parameter to select BIO submissio...
2024-03-25 Rob Norrisvdev_disk: rewrite BIO filling machinery to avoid split...
2024-03-25 Rob Norrisvdev_disk: make read/write IO function configurable
2024-03-25 Rob Norrisvdev_disk: reorganise vdev_disk_io_start
2024-03-25 Rob Norrisvdev_disk: rename existing functions to vdev_classic_*
2024-02-02 Umer SaleemImprove performance for zpool trim on linux
2024-01-29 Rob NorrisLinux 6.8 compat: update for new bdev access functions
2023-12-21 Brian BehlendorfLinux 6.5 compat: check BLK_OPEN_EXCL is defined
2023-08-01 Coleman KaneLinux 6.5 compat: blkdev changes
2023-01-17 Richard YaoCleanup of dead code suggested by Clang Static Analyzer...
2023-01-12 Richard YaoCleanup: Use C99 flexible array members instead of...
2022-12-08 Richard YaoLinux: Cleanup unnecessary NULL check in __vdev_disk_ph...
2022-11-10 Mariusz ZaborskiAllow to control failfast
2022-11-03 Serapheim Dimitrop... Expose zfs_vdev_open_timeout_ms as a tunable
2022-10-27 Richard YaoConvert enum zio_flag to uint64_t
2022-10-13 Richard YaoCleanup: 64-bit kernel module parameters should use...
2022-09-28 Ameer Hamzazed: mark disks as REMOVED when they are removed
2022-08-04 Brian BehlendorfLinux 5.20 compat: bdevname()
2022-07-11 Tino ReichardtReplace dead opensolaris.org license link
2022-05-31 Brian BehlendorfLinux 5.19 compat: blkdev_issue_secure_erase()
2022-05-31 Brian BehlendorfLinux 5.19 compat: bdev_max_secure_erase_sectors()
2022-05-31 Brian BehlendorfLinux 5.19 compat: bdev_max_discard_sectors()
2022-05-31 Brian BehlendorfLinux 5.18 compat: bio_alloc()
2022-04-04 Riccardo SchironeLinux 5.18 compat: blkg_tryget is moved to private...
2022-03-28 набLinux 5.18 compat: 4-argument bio_alloc()
2022-01-25 Finix1979Linux <4.8 compat: submit_bio() rw arg
2022-01-14 набmodule/*.ko: prune .data, global .rodata
2021-12-07 Coleman KaneLinux 5.16: The blk-cgroup.h header is where struct...
2021-12-07 Coleman KaneLinux 5.16: bio_set_dev is no longer a helper macro
2021-12-02 Brian BehlendorfLinux 5.13 compat: retry zvol_open() when contended
2021-11-09 Brian BehlendorfLinux 5.16 compat: submit_bio()
2021-07-26 набReplace /*PRINTFLIKEn*/ with attribute(printf)
2021-03-20 Coleman KaneLinux 5.12 update: bio_max_segs() replaces BIO_MAX_PAGES
2021-02-24 Coleman KaneLinux 5.12 compat: bio->bi_disk member moved
2021-01-28 Matthew Ahrensfix abd_nr_pages_off for gang abd
2020-12-28 Brian BehlendorfLinux 5.11 compat: bdev_whole()
2020-11-13 Brian BehlendorfDistributed Spare (dRAID) Feature
2020-11-02 Coleman KaneLinux 5.10 compat: check_disk_change() removed
2020-11-02 Coleman KaneLinux 5.10 compat: percpu_ref added data member
2020-09-25 Brian BehlendorfFix PREEMPTION=y and BLK_CGROUP=y config on arm64
2020-09-18 George Wilsonpool may become suspended during device expansion
2020-08-21 Ryan MoellerImport vdev ashift optimization from FreeBSD
2020-06-16 Jorgen LundmanMake struct vdev_disk_t be platform private
2020-05-21 Brian AtkinsonGang ABD Type
2020-02-28 Brian BehlendorfLinux 5.5 compat: blkg_tryget()
2019-12-09 Brian BehlendorfZTS: Fix zpool_reopen_001_pos
2019-11-27 Brian BehlendorfRemove zfs_vdev_elevator module option
2019-11-21 Matthew MacyAdd zfs_file_* interface, remove vnodes
2019-11-13 loli10KPrevent NULL pointer dereference in blkg_tryget() on...
2019-11-12 Brian BehlendorfLinux compat: Minimum kernel version 3.10
2019-10-10 Matthew MacyFix strdup conflict on other platforms
2019-09-25 Brian BehlendorfAdd warning for zfs_vdev_elevator option removal
2019-09-14 loli10KScrubbing root pools may deadlock on kernels without...
2019-09-06 Matthew MacyOpenZFS restructuring - move platform specific sources