Skip to content

commits Search Results · repo:openzfs/zfs 5.9+compat

Filter by

9 results
 (644 ms)

9 results

inopenzfs/zfs (press backspace or delete to remove)

The make_request_fn and associated API was replaced recently in a Linux 5.9 merge, to replace its functionality with a new submit_bio mem…

Linux kernel commit ca79b0c211af63fa3276f0e3fd7dd9ada2439839 "mm: convert totalram_pages and totalhigh_pages variables to atomic" replace…

This change appears to primarily be a name change for the enum. Had to update the test logic so that it works so long as either one of th…

Many of the block device operations (often functions with bdev in the name) were moved into linux/blkdev.h from linux/fs.h. Seems that th…

The 5.15 kernel moved the backing_dev_info structure out of the request queue structure which causes a build failure. Rather than look in…

As part of commit 1c2358c1 the custom uio_prefaultpages() code was removed in favor of using the generic kernel provided iov_iter_fault_i…

Commit dcdc12e added compatibility code to treat NR_SLAB_RECLAIMABLE_B as if it were the same as NR_SLAB_RECLAIMABLE. However, the new va…

The CentOS stream 4.18.0-257 kernel appears to have backported the Linux 5.9 change to make_request_fn and the associated API. To maintai…

As of the 5.10 kernel the generic splice compatibility code has been removed. All filesystems are now responsible for registering a ->spl…