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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Tag zfs-0.8.2
zfs-0.8.2
Tony Hutter
2019-09-25
1
-2
/
+2
*
Disabled resilver_defer feature leads to looping resilvers
Kody A Kantor
2019-09-25
1
-8
/
+11
*
Fix dsl_scan_ds_clone_swapped logic
Andriy Gapon
2019-09-25
1
-31
/
+69
*
Scrubbing root pools may deadlock on kernels without elevator_change() (#9321)
loli10K
2019-09-25
1
-1
/
+1
*
QAT related bug fixes
Chengfei ZHu
2019-09-25
4
-32
/
+18
*
kmodtool: depmod path
Brian Behlendorf
2019-09-25
1
-7
/
+19
*
Fix /etc/hostid on root pool deadlock
Brian Behlendorf
2019-09-25
8
-23
/
+109
*
BuildRequires libtirpc-devel needed for RHEL 8
Olaf Faaland
2019-09-25
1
-1
/
+1
*
Fix zpool subcommands error message with some unsupported options
loli10K
2019-09-25
1
-4
/
+2
*
Fix zfs-dkms .deb package warning in prerm script
loli10K
2019-09-25
1
-1
/
+1
*
zvol_wait script should ignore partially received zvols
Pavel Zakharov
2019-09-25
1
-2
/
+21
*
New service that waits on zvol links to be created
Pavel Zakharov
2019-09-25
11
-3
/
+145
*
Always refuse receving non-resume stream when resume state exists
Andriy Gapon
2019-09-25
2
-7
/
+18
*
Fix Intel QAT / ZFS compatibility on v4.7.1+ kernels
loli10K
2019-09-25
2
-3
/
+3
*
etc/init.d/zfs-functions.in: remove arch warning
Georgy Yakovlev
2019-09-25
1
-7
/
+0
*
zfs_handle used after being closed/freed in change_one callback
Pavel Zakharov
2019-09-25
1
-12
/
+18
*
Fix zil replay panic when TX_REMOVE followed by TX_CREATE
Chunwei Chen
2019-09-25
7
-24
/
+184
*
zfs_ioc_snapshot: check user-prop permissions on snapshotted datasets
Andriy Gapon
2019-09-25
1
-10
/
+16
*
Fix Plymouth passphrase prompt in initramfs script
Richard Allen
2019-09-25
1
-8
/
+8
*
Fix deadlock in 'zfs rollback'
Tom Caputi
2019-09-25
3
-1
/
+17
*
Make slog test setup more robust
Ryan Moeller
2019-09-25
19
-10
/
+27
*
zfs-mount-genrator: dependencies should be space-separated
yshui
2019-09-25
1
-1
/
+1
*
Linux 5.3: Fix switch() fall though compiler errors
Tony Hutter
2019-09-25
3
-3
/
+11
*
Linux 5.3 compat: Makefile subdir-m no longer supported
Dominic Pearson
2019-09-25
2
-12
/
+23
*
Fix out-of-order ZIL txtype lost on hardlinked files
Chunwei Chen
2019-09-25
5
-15
/
+27
*
Increase default zcmd allocation to 256K
Michael Niewöhner
2019-09-25
1
-1
/
+1
*
Improve performance by using dmu_tx_hold_*_by_dnode()
Matthew Ahrens
2019-09-25
3
-9
/
+15
*
Fix channel programs on s390x
Brian Behlendorf
2019-09-25
1
-1
/
+1
*
Race between zfs-share and zfs-mount services
George Wilson
2019-09-25
1
-0
/
+1
*
Implement secpolicy_vnode_setid_retain()
Tomohiro Kusumi
2019-09-25
13
-1
/
+435
*
zed crashes when devid not present
Matthew Ahrens
2019-09-25
1
-1
/
+2
*
Don't directly cast unsigned long to void*
Tomohiro Kusumi
2019-09-25
1
-2
/
+3
*
Fix module_param() type for zfs_read_chunk_size
Tomohiro Kusumi
2019-09-25
1
-2
/
+4
*
Move some tests to cli_user/zpool_status
Tony Hutter
2019-09-25
11
-10
/
+81
*
Race condition between spa async threads and export
Serapheim Dimitropoulos
2019-09-25
6
-2
/
+42
*
hdr_recl calls zthr_wakeup() on destroyed zthr
Serapheim Dimitropoulos
2019-09-25
1
-4
/
+16
*
Fix wrong comment on zcr_blksz_{min,max}
Tomohiro Kusumi
2019-09-25
1
-5
/
+6
*
Retire unused spl_{mutex,rwlock}_{init_fini}
Brian Behlendorf
2019-09-25
6
-92
/
+13
*
Linux 5.3 compat: retire rw_tryupgrade()
Brian Behlendorf
2019-09-25
2
-154
/
+7
*
Linux 5.3 compat: rw_semaphore owner
Brian Behlendorf
2019-09-25
2
-66
/
+5
*
Fix lockdep recursive locking false positive in dbuf_destroy
jdike
2019-09-25
3
-1
/
+6
*
Add missing __GFP_HIGHMEM flag to vmalloc
Michael Niewöhner
2019-09-25
1
-1
/
+2
*
Use zfsctl_snapshot_hold() wrapper
Tomohiro Kusumi
2019-09-25
1
-3
/
+3
*
Minor style cleanup
Brian Behlendorf
2019-09-25
9
-42
/
+57
*
Fix get_special_prop() build failure
Brian Behlendorf
2019-09-25
1
-4
/
+2
*
systemd encryption key support
Antonio Russo
2019-09-25
3
-5
/
+55
*
Drop redundant POSIX ACL check in zpl_init_acl()
Tomohiro Kusumi
2019-09-25
1
-7
/
+4
*
Export dnode symbols
Brian Behlendorf
2019-09-25
1
-0
/
+10
*
Ensure dsl_destroy_head() decrypts objsets
Tom Caputi
2019-09-25
1
-3
/
+4
*
Disable unused pathname::pn_path* (unneeded in Linux)
Tomohiro Kusumi
2019-09-25
2
-4
/
+13
[next]