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.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
module
/
os
Commit message (
Expand
)
Author
Age
Files
Lines
*
linux: zvol: avoid heap allocation for zvol_request_sync=1
Christian Schwarz
2021-03-03
1
-29
/
+64
*
Fix assert in FreeBSD-specific dmu_read_pages
Andriy Gapon
2021-02-27
1
-1
/
+1
*
Linux 5.12 compat: bio->bi_disk member moved
Coleman Kane
2021-02-24
2
-0
/
+8
*
Linux: increase max nvlist_src size
Brian Behlendorf
2021-02-24
1
-1
/
+1
*
Cleaning up uio headers
Brian Atkinson
2021-02-20
1
-1
/
+8
*
Restore FreeBSD resource usage accounting
Ryan Moeller
2021-02-19
3
-0
/
+92
*
FreeBSD: disable the use of hardware crypto offload drivers for now
Mark Johnston
2021-02-18
1
-2
/
+13
*
Remove unused abd_alloc_scatter_offset_chunkcnt
Ryan Libby
2021-02-17
1
-19
/
+0
*
Rename zfs_inode_update to zfs_znode_update_vfs
khng300
2021-02-09
4
-32
/
+28
*
Add an assert to clarify code
Kleber TarcĂsio
2021-02-09
2
-2
/
+6
*
fix abd_nr_pages_off for gang abd
Matthew Ahrens
2021-01-28
2
-33
/
+40
*
Fix zrele race in zrele_async that can cause hang
Paul Dagnelie
2021-01-27
1
-12
/
+22
*
cppcheck: integrete cppcheck
Brian Behlendorf
2021-01-26
1
-2
/
+0
*
cppcheck: return value always 0
Brian Behlendorf
2021-01-26
1
-1
/
+1
*
cppcheck: remove redundant ASSERTs
Brian Behlendorf
2021-01-26
1
-2
/
+0
*
spl-taskq: Make sure thread tsd hash entry is cleared
Matthew Macy
2021-01-25
1
-0
/
+1
*
FreeBSD: upstream changes to VFS interface
Ryan Moeller
2021-01-23
1
-2
/
+4
*
Linux 5.10 compat: restore custom uio_prefaultpages()
Brian Behlendorf
2021-01-21
1
-11
/
+44
*
Extending FreeBSD UIO Struct
Brian Atkinson
2021-01-20
14
-194
/
+235
*
allow callers to allocate and provide the abd_t struct
Matthew Ahrens
2021-01-20
2
-33
/
+23
*
VZ 7 kernel compat: introduce ITER-enabled .direct_IO() via IOVECs
Konstantin Khorenko
2020-12-30
1
-1
/
+14
*
Linux 5.11 compat: blk_{un}register_region()
Brian Behlendorf
2020-12-27
1
-44
/
+0
*
Linux 5.11 compat: revalidate_disk_size()
Brian Behlendorf
2020-12-27
1
-2
/
+4
*
Linux 5.11 compat: bdev_whole()
Brian Behlendorf
2020-12-27
1
-4
/
+12
*
Linux 5.11 compat: bio_start_io_acct() / bio_end_io_acct()
Brian Behlendorf
2020-12-27
1
-16
/
+33
*
Linux 5.11 compat: lookup_bdev()
Brian Behlendorf
2020-12-27
1
-9
/
+4
*
Fix maybe uninitialized variable warning
Brian Behlendorf
2020-12-20
1
-1
/
+1
*
Remove iov_iter_advance() from iter_read
Brian Behlendorf
2020-12-20
1
-3
/
+0
*
Linux 5.10 compat: also zvol_revalidate_disk()
Michael D Labriola
2020-12-18
1
-2
/
+3
*
Linux 5.10 compat: use iov_iter in uio structure
Brian Behlendorf
2020-12-18
7
-222
/
+503
*
FreeBSD: Fix format of vfs.zfs.arc_no_grow_shift
Ryan Moeller
2020-12-10
1
-6
/
+5
*
Fix possibly uninitialized 'root_inode' variable warning
Brian Behlendorf
2020-12-10
1
-1
/
+1
*
Implement memory and CPU hotplug
Paul Dagnelie
2020-12-10
3
-16
/
+214
*
Bring consistency to ABD chunk count types.
Alexander Motin
2020-12-06
2
-19
/
+26
*
Fix raw sends on encrypted datasets when copying back snapshots
George Amanakis
2020-12-04
2
-2
/
+28
*
Fix problems in zvol_set_volmode_impl
Matthew Macy
2020-11-17
2
-27
/
+67
*
Linux: Fix ZFS_ENTER/ZFS_EXIT/ZFS_VERFY_ZP usage
Brian Behlendorf
2020-11-14
3
-18
/
+18
*
Distributed Spare (dRAID) Feature
Brian Behlendorf
2020-11-13
4
-39
/
+93
*
Linux: Fix mount/unmount when dataset name has a space
Brian Behlendorf
2020-11-11
1
-4
/
+17
*
Start snapdir_iterate traversals to begin wtih the value of zero.
Tony Perkins
2020-11-11
1
-1
/
+2
*
G/C struct znode -> z_moved
Mateusz Guzik
2020-11-10
3
-8
/
+0
*
FreeBSD: Simplify zvol_geom_open and zvol_cdev_open
Ryan Moeller
2020-11-10
1
-36
/
+16
*
FreeBSD: Avoid spurious EINTR in zvol_cdev_open
Ryan Moeller
2020-11-10
1
-1
/
+20
*
Remove redundant oid parameter to update_pages
Ryan Moeller
2020-11-10
2
-7
/
+6
*
FreeBSD: Prevent a NULL reference in zvol_cdev_open
Mariusz Zaborski
2020-11-05
1
-1
/
+2
*
FreeBSD: Prevent NULL pointer dereference of resid
khng300
2020-11-04
1
-1
/
+2
*
FreeBSD: zvol_os: Use SET_ERROR more judiciously
Ryan Moeller
2020-11-03
1
-13
/
+13
*
Linux 5.10 compat: revalidate_disk_size() added
Coleman Kane
2020-11-02
1
-0
/
+4
*
Linux 5.10 compat: check_disk_change() removed
Coleman Kane
2020-11-02
2
-2
/
+2
*
Linux 5.10 compat: percpu_ref added data member
Coleman Kane
2020-11-02
1
-0
/
+4
[next]