aboutsummaryrefslogtreecommitdiffstats
path: root/module/os/linux/zfs
Commit message (Expand)AuthorAgeFilesLines
* vdev_disk: ensure trim errors are returned immediatelyRob N2024-04-111-45/+86
* vdev_disk: don't touch vbio after its handed off to the kernelRob Norris2024-04-081-5/+6
* Fix corruption caused by mmap flushing problemsRobert Evans2024-03-292-8/+5
* vdev_disk: default to classic submission for 2.2.xRob Norris2024-03-281-3/+5
* abd_iter_page: don't use compound heads on Linux <4.5Rob Norris2024-03-281-0/+14
* vdev_disk: use bio_chain() to submit multiple BIOsRob Norris2024-03-281-151/+80
* vdev_disk: add module parameter to select BIO submission methodRob Norris2024-03-281-2/+29
* vdev_disk: rewrite BIO filling machinery to avoid split pagesRob Norris2024-03-281-2/+437
* vdev_disk: make read/write IO function configurableRob Norris2024-03-281-2/+21
* vdev_disk: reorganise vdev_disk_io_startRob Norris2024-03-281-20/+31
* vdev_disk: rename existing functions to vdev_classic_*Rob Norris2024-03-282-102/+118
* abd: add page iteratorRob Norris2024-03-281-8/+96
* Linux 6.8 compat: use splice_copy_file_range() for fallbackRob N2024-03-211-2/+14
* Improve performance for zpool trim on linuxUmer Saleem2024-02-061-14/+58
* BRT: Fix FICLONE/FICLONERANGE shortened copyTony Hutter2024-02-062-26/+27
* Linux 6.8 compat: replace MAX_ORDER defineRob Norris2024-01-291-9/+18
* Linux 6.8 compat: update for new bdev access functionsRob Norris2024-01-291-58/+79
* Linux: Defer loading the object set in zfs_setattr()Mark Johnston2024-01-291-1/+2
* Linux 6.7 compat: zfs_setattr fix atime updateRob N2024-01-171-2/+1
* ZIL: Assert record sizes in different placesAlexander Motin2024-01-081-2/+7
* Update the kstat dataset_name when renaming a zvolAlan Somers2024-01-081-0/+2
* Linux 6.5 compat: check BLK_OPEN_EXCL is definedBrian Behlendorf2023-12-211-6/+12
* linux 6.7 compat: rework shrinker setup for heap allocationsRob Norris2023-12-211-4/+7
* linux 6.7 compat: handle superblock shrinker member changeRob Norris2023-12-211-2/+8
* linux 6.7 compat: use inode atime/mtime accessorsRob Norris2023-12-214-35/+50
* ZIL: Do not encrypt block pointers in lr_clone_range_tAlexander Motin2023-11-281-0/+15
* zfs-2.2.1: Disable block cloning by defaultTony Hutter2023-11-161-1/+1
* Add a tunable to disable BRT support.Rich Ercolani2023-11-162-0/+9
* Linux: reject read/write mapping to immutable file only on VM_SHAREDLow-power2023-11-161-2/+2
* Linux 6.6 compat: fix implicit conversion error with debug buildUmer Saleem2023-11-161-1/+1
* Unify arc_prune_async() codeAlexander Motin2023-11-082-52/+1
* Linux 6.6 compat: fsync_bdev() has been removed in favor of sync_blockdev()Coleman Kane2023-11-081-0/+6
* Linux 6.6 compat: generic_fillattr has a new u32 request_mask added at arg2Coleman Kane2023-11-083-2/+22
* Linux 6.6 compat: use inode_get/set_ctime*(...)Coleman Kane2023-11-085-15/+26
* Revert "zvol: Temporally disable blk-mq"Tony Hutter2023-11-061-0/+12
* zvol: Remove broken blk-mq optimizationTony Hutter2023-11-061-29/+0
* Ensure we call fput when cloning fails due to different devices.Daniel Berlin2023-10-101-2/+6
* zvol: Temporally disable blk-mqTony Hutter2023-10-101-12/+0
* Retire z_nr_znodesMateusz Guzik2023-09-193-7/+3
* Linux 6.5 compat: Use copy_splice_read instead of filemap_splice_readColeman Kane2023-09-191-2/+2
* Linux 6.5 compat: replace generic_file_splice_read with filemap_splice_readColeman Kane2023-09-191-0/+4
* Linux 4.20 compat: wrapper function for iov_iter type accessColeman Kane2023-09-191-5/+2
* Linux 6.4 compat: iter_iov() function now used to get old iov memberColeman Kane2023-09-191-5/+3
* Linux 6.5 compat: blkdev changesColeman Kane2023-09-194-14/+83
* Intel QAT 1.7 compatibilityVolker Mauel2023-09-071-0/+2
* copy_file_range: fix fallback when source create on same txgRob N2023-08-251-2/+3
* zfs_clone_range should return a descriptive error codesoromenahar2023-08-251-2/+2
* linux: zfs: ctldir: set [amc]time to snapshot's creation propertyнаб2023-08-021-5/+21
* linux/copy_file_range: properly request a fallback copy on Linux <5.3Rob N2023-08-021-0/+7
* linux: implement filesystem-side copy/clone functions for EL7Rob Norris2023-07-264-8/+34