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
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
4
-114
/
+33
*
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
*
FreeBSD: taskq: Remove unused declaration
Olivier Certner
2023-11-06
1
-2
/
+0
*
FreeBSD: Improve taskq wrapper
Alexander Motin
2023-11-06
1
-37
/
+37
*
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
*
FreeBSD: Reduce divergence from in-tree sources
Alexander Motin
2023-10-10
2
-2
/
+2
*
Reduce number of metaslab preload taskq threads.
Alexander Motin
2023-10-07
1
-22
/
+0
*
Retire z_nr_znodes
Mateusz Guzik
2023-09-19
5
-14
/
+6
*
Linux 6.5 compat: spl: properly unregister sysctl entries
Andrea Righi
2023-09-19
1
-3
/
+18
*
Linux 6.5 compat: safe cleanup in spl_proc_fini()
Andrea Righi
2023-09-19
1
-18
/
+18
*
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 6.5 compat: register_sysctl_table removed
Coleman Kane
2023-09-19
1
-3
/
+23
*
Revert "Linux 6.5 compat: register_sysctl_table removed"
Brian Atkinson
2023-09-19
1
-23
/
+3
*
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
*
Linux 6.5 compat: register_sysctl_table removed
Coleman Kane
2023-09-19
1
-3
/
+23
*
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
2
-3
/
+5
*
zfs_clone_range should return a descriptive error codes
oromenahar
2023-08-25
2
-3
/
+3
*
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
*
BRT should return EOPNOTSUPP
oromenahar
2023-07-27
1
-1
/
+1
*
linux: implement filesystem-side copy/clone functions for EL7
Rob Norris
2023-07-26
4
-8
/
+34
*
linux: implement filesystem-side clone ioctls
Rob Norris
2023-07-26
2
-0
/
+85
*
linux: implement filesystem-side copy/clone functions
Rob Norris
2023-07-26
2
-1
/
+195
*
Fix zpl_test_super race with zfs_umount
Chunwei Chen
2023-07-21
2
-15
/
+25
*
FreeBSD: Fix build on stable/13 after 1302506.
Alexander Motin
2023-07-20
1
-1
/
+2
*
Enable tuning of ZVOL open timeout value
Prakash Surya
2023-06-30
1
-1
/
+6
*
Add a delay to tearing down threads.
Rich Ercolani
2023-06-26
1
-1
/
+33
*
Finally drop long disabled vdev cache.
Alexander Motin
2023-06-09
1
-2
/
+0
*
Use list_remove_head() where possible.
Alexander Motin
2023-06-09
2
-6
/
+2
*
Linux: Never sleep in kmem_cache_alloc(..., KM_NOSLEEP) (#14926)
Brian Behlendorf
2023-06-07
1
-1
/
+11
*
znode: expose zfs_get_zplprop to libzpool
Rob Norris
2023-06-05
4
-171
/
+172
*
Linux 6.4 compat: reclaimed_slab renamed to reclaimed
youzhongyang
2023-05-24
2
-1
/
+8
*
Prevent panic during concurrent snapshot rollback and zvol read
Ameer Hamza
2023-05-09
1
-0
/
+2
*
Fix checkstyle warning
Brian Behlendorf
2023-04-26
1
-1
/
+1
*
FreeBSD: fix up EINVAL from getdirentries on .zfs
Mateusz Guzik
2023-04-26
1
-0
/
+11
*
FreeBSD: add missing vn state transition for .zfs
Mateusz Guzik
2023-04-26
1
-0
/
+4
*
FreeBSD: add missing vop_fplookup assignments
Mateusz Guzik
2023-04-24
1
-0
/
+9
*
FreeBSD: try to fallback early if can't do optimized copy
Mateusz Guzik
2023-04-24
1
-0
/
+8
*
FreeBSD: fix up EXDEV handling for clone_range
Mateusz Guzik
2023-04-24
1
-30
/
+33
[next]