index
:
openzfs/zfs.git
b_zfs-2.0.2
b_zfs-2.0.5
b_zfs-2.1.0
b_zfs-2.1.6
b_zfs_2.1.10-staging
b_zfs_2.1.11
b_zfs_2.2.4
b_zfs_2.2.6
b_zfs_2.2.6_debian12
master
zfs-0.6.3-stable
zfs-0.6.4-release
zfs-0.6.5-release
zfs-0.7-release
zfs-0.7.12-release
zfs-0.7.13-release
zfs-0.8.3-kernel56
zfs-0.8.3-kernel56-patched2
zfs-0.8.3-release
zfs-0.8.4-release
zfs-0.8.5
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
module
/
os
/
linux
/
zfs
Commit message (
Expand
)
Author
Age
Files
Lines
*
vdev_disk: ensure trim errors are returned immediately
Rob N
2024-04-11
1
-45
/
+86
*
vdev_disk: don't touch vbio after its handed off to the kernel
Rob Norris
2024-04-08
1
-5
/
+6
*
Fix corruption caused by mmap flushing problems
Robert Evans
2024-03-29
2
-8
/
+5
*
vdev_disk: default to classic submission for 2.2.x
Rob Norris
2024-03-28
1
-3
/
+5
*
abd_iter_page: don't use compound heads on Linux <4.5
Rob Norris
2024-03-28
1
-0
/
+14
*
vdev_disk: use bio_chain() to submit multiple BIOs
Rob Norris
2024-03-28
1
-151
/
+80
*
vdev_disk: add module parameter to select BIO submission method
Rob Norris
2024-03-28
1
-2
/
+29
*
vdev_disk: rewrite BIO filling machinery to avoid split pages
Rob Norris
2024-03-28
1
-2
/
+437
*
vdev_disk: make read/write IO function configurable
Rob Norris
2024-03-28
1
-2
/
+21
*
vdev_disk: reorganise vdev_disk_io_start
Rob Norris
2024-03-28
1
-20
/
+31
*
vdev_disk: rename existing functions to vdev_classic_*
Rob Norris
2024-03-28
2
-102
/
+118
*
abd: add page iterator
Rob Norris
2024-03-28
1
-8
/
+96
*
Linux 6.8 compat: use splice_copy_file_range() for fallback
Rob N
2024-03-21
1
-2
/
+14
*
Improve performance for zpool trim on linux
Umer Saleem
2024-02-06
1
-14
/
+58
*
BRT: Fix FICLONE/FICLONERANGE shortened copy
Tony Hutter
2024-02-06
2
-26
/
+27
*
Linux 6.8 compat: replace MAX_ORDER define
Rob Norris
2024-01-29
1
-9
/
+18
*
Linux 6.8 compat: update for new bdev access functions
Rob Norris
2024-01-29
1
-58
/
+79
*
Linux: Defer loading the object set in zfs_setattr()
Mark Johnston
2024-01-29
1
-1
/
+2
*
Linux 6.7 compat: zfs_setattr fix atime update
Rob N
2024-01-17
1
-2
/
+1
*
ZIL: Assert record sizes in different places
Alexander Motin
2024-01-08
1
-2
/
+7
*
Update the kstat dataset_name when renaming a zvol
Alan Somers
2024-01-08
1
-0
/
+2
*
Linux 6.5 compat: check BLK_OPEN_EXCL is defined
Brian Behlendorf
2023-12-21
1
-6
/
+12
*
linux 6.7 compat: rework shrinker setup for heap allocations
Rob Norris
2023-12-21
1
-4
/
+7
*
linux 6.7 compat: handle superblock shrinker member change
Rob Norris
2023-12-21
1
-2
/
+8
*
linux 6.7 compat: use inode atime/mtime accessors
Rob Norris
2023-12-21
4
-35
/
+50
*
ZIL: Do not encrypt block pointers in lr_clone_range_t
Alexander Motin
2023-11-28
1
-0
/
+15
*
zfs-2.2.1: Disable block cloning by default
Tony Hutter
2023-11-16
1
-1
/
+1
*
Add a tunable to disable BRT support.
Rich Ercolani
2023-11-16
2
-0
/
+9
*
Linux: reject read/write mapping to immutable file only on VM_SHARED
Low-power
2023-11-16
1
-2
/
+2
*
Linux 6.6 compat: fix implicit conversion error with debug build
Umer Saleem
2023-11-16
1
-1
/
+1
*
Unify arc_prune_async() code
Alexander Motin
2023-11-08
2
-52
/
+1
*
Linux 6.6 compat: fsync_bdev() has been removed in favor of sync_blockdev()
Coleman Kane
2023-11-08
1
-0
/
+6
*
Linux 6.6 compat: generic_fillattr has a new u32 request_mask added at arg2
Coleman Kane
2023-11-08
3
-2
/
+22
*
Linux 6.6 compat: use inode_get/set_ctime*(...)
Coleman Kane
2023-11-08
5
-15
/
+26
*
Revert "zvol: Temporally disable blk-mq"
Tony Hutter
2023-11-06
1
-0
/
+12
*
zvol: Remove broken blk-mq optimization
Tony Hutter
2023-11-06
1
-29
/
+0
*
Ensure we call fput when cloning fails due to different devices.
Daniel Berlin
2023-10-10
1
-2
/
+6
*
zvol: Temporally disable blk-mq
Tony Hutter
2023-10-10
1
-12
/
+0
*
Retire z_nr_znodes
Mateusz Guzik
2023-09-19
3
-7
/
+3
*
Linux 6.5 compat: Use copy_splice_read instead of filemap_splice_read
Coleman Kane
2023-09-19
1
-2
/
+2
*
Linux 6.5 compat: replace generic_file_splice_read with filemap_splice_read
Coleman Kane
2023-09-19
1
-0
/
+4
*
Linux 4.20 compat: wrapper function for iov_iter type access
Coleman Kane
2023-09-19
1
-5
/
+2
*
Linux 6.4 compat: iter_iov() function now used to get old iov member
Coleman Kane
2023-09-19
1
-5
/
+3
*
Linux 6.5 compat: blkdev changes
Coleman Kane
2023-09-19
4
-14
/
+83
*
Intel QAT 1.7 compatibility
Volker Mauel
2023-09-07
1
-0
/
+2
*
copy_file_range: fix fallback when source create on same txg
Rob N
2023-08-25
1
-2
/
+3
*
zfs_clone_range should return a descriptive error codes
oromenahar
2023-08-25
1
-2
/
+2
*
linux: zfs: ctldir: set [amc]time to snapshot's creation property
наб
2023-08-02
1
-5
/
+21
*
linux/copy_file_range: properly request a fallback copy on Linux <5.3
Rob N
2023-08-02
1
-0
/
+7
*
linux: implement filesystem-side copy/clone functions for EL7
Rob Norris
2023-07-26
4
-8
/
+34
[next]