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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Allow QAT to handle non page-aligned buffers
Tom Caputi
2018-03-16
2
-34
/
+60
*
Report pool suspended due to MMP
Olaf Faaland
2018-03-15
10
-11
/
+38
*
SHA256 QAT acceleration
Tom Caputi
2018-03-15
5
-27
/
+235
*
OpenZFS 9076 - Adjust perf test concurrency settings
Stephen Blinick
2018-03-15
5
-10
/
+55
*
receive_spill does not byte swap spill contents
Paul Zuchowski
2018-03-15
1
-0
/
+9
*
OpenZFS 9188 - increase size of dbuf cache to reduce indirect block decompres...
Brian Behlendorf
2018-03-13
2
-11
/
+66
*
Add kernel module auto-loading
Brian Behlendorf
2018-03-13
10
-17
/
+66
*
Add zfs_scan_ignore_errors tunable
Tim Chase
2018-03-13
2
-0
/
+30
*
Destroy makes full snap list before destroying
Paul Zuchowski
2018-03-12
2
-7
/
+18
*
Fix race in trace point in zrl_add_impl
Chunwei Chen
2018-03-12
2
-10
/
+12
*
Fix MMP write frequency for large pools
Brian Behlendorf
2018-03-12
1
-3
/
+3
*
Hold SCL_VDEV when counting leaves
Olaf Faaland
2018-03-09
1
-1
/
+7
*
Handle zio_resume and mmp => off
Olaf Faaland
2018-03-09
1
-4
/
+10
*
Document allowed pool names
Tomohiro Kusumi
2018-03-09
1
-2
/
+6
*
Fix zfs-kmod builds when using rpm >= 4.14
LOLi
2018-03-09
1
-0
/
+1
*
Change functions which return literals to return `const char*`
Tomohiro Kusumi
2018-03-09
4
-5
/
+5
*
QAT support for AES-GCM
Tom Caputi
2018-03-09
10
-232
/
+758
*
zdb and inuse tests don't pass with real disks
Paul Zuchowski
2018-03-07
8
-15
/
+59
*
Take user namespaces into account in policy checks
Wolfgang Bumiller
2018-03-07
17
-7
/
+521
*
ZTS: fix send-c_stream_size_estimate
Brian Behlendorf
2018-03-07
1
-0
/
+1
*
Fix dbufstats_001_pos
Giuseppe Di Natale
2018-03-07
2
-4
/
+28
*
Allow to limit zed's syslog chattiness
Tony Hutter
2018-03-06
9
-7
/
+178
*
Record skipped MMP writes in multihost_history
Olaf Faaland
2018-03-06
11
-50
/
+263
*
Detect long config lock acquisition in mmp
Olaf Faaland
2018-03-06
1
-0
/
+6
*
Introduce a destroy_dataset helper
Giuseppe Di Natale
2018-03-06
4
-24
/
+47
*
Misc fixes and cleanup for project quota
Nasf-Fan
2018-03-05
4
-6
/
+9
*
Linux 4.16 compat: get_disk_and_module()
Giuseppe Di Natale
2018-03-05
4
-1
/
+29
*
Change checksum & IO delay ratelimit values
Tony Hutter
2018-03-04
6
-15
/
+56
*
Increment zil_itx_needcopy_bytes properly
chrisrd
2018-03-02
1
-2
/
+1
*
ZTS: fix spurious failures in mv_files
chrisrd
2018-03-02
1
-14
/
+3
*
Add ZFS perf test for dbuf cache
John Wren Kennedy
2018-02-28
7
-5
/
+118
*
Fix some typos
John Eismeier
2018-02-28
16
-30
/
+30
*
Fix zpool(8) list example to match actual format
Tomohiro Kusumi
2018-02-28
1
-10
/
+10
*
Add Python 3 rewrite of arc_summary.py
Scot W. Stevenson
2018-02-28
6
-2
/
+918
*
Add SMART self-test results to zpool status -c
Tony Hutter
2018-02-27
7
-18
/
+133
*
Raw DRR_OBJECT records must write raw data
Tom Caputi
2018-02-27
4
-55
/
+72
*
Incorrect maximum DVA value in DDE_GET_NDVAS()
Tim Chase
2018-02-26
1
-1
/
+1
*
Fix segfault in zfs_do_bookmark()
LOLi
2018-02-26
2
-2
/
+31
*
ZTS: Fix zfs_share_* test case failures
Brian Behlendorf
2018-02-24
1
-1
/
+7
*
Shellcheck cleanup for initrd scripts
Kash Pande
2018-02-23
6
-101
/
+98
*
Enable booting from nested encrypted datasets
Kash Pande
2018-02-23
3
-33
/
+82
*
Add scrub after resilver zed script
Tony Hutter
2018-02-23
16
-21
/
+187
*
Fix free memory calculation on v3.14+
chrisrd
2018-02-23
8
-41
/
+255
*
Report duration and error in mmp_history entries
Olaf Faaland
2018-02-22
5
-13
/
+60
*
Do not initiate MMP writes while pool is suspended
Olaf Faaland
2018-02-22
1
-1
/
+1
*
Linux 4.16 compat: use correct *_dec_and_test()
Tony Hutter
2018-02-22
3
-1
/
+26
*
Fix bounds check in zio_crypt_do_objset_hmacs
Tom Caputi
2018-02-22
1
-4
/
+8
*
OpenZFS 9035 - zfs: this statement may fall through
Toomas Soome
2018-02-21
4
-2
/
+4
*
Allow modprobe to fail when called within systemd
Matthew Thode
2018-02-21
2
-2
/
+2
*
Add SMART attributes for SSD and NVMe
bunder2015
2018-02-21
3
-2
/
+24
[next]