datto / dattobd

kernel module for taking block-level snapshots and incremental backups of Linux block devices
GNU General Public License v2.0
561 stars 120 forks source link

Kernel 5.15 Support #290

Closed dakotarwilliams closed 1 year ago

dakotarwilliams commented 1 year ago

"Big" change that held this up was finding that bio_make_read_clone wasn't copying cgroup bio<->queue mappings, which are now required for I/O to be processed.