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
*
Fix typos in cmd/
Andrea Gelmini
2019-08-30
15
-26
/
+26
*
Fix typos in man/
Andrea Gelmini
2019-08-30
8
-16
/
+16
*
Fix typos in config/
Andrea Gelmini
2019-08-30
8
-8
/
+8
*
Fix refquota_007_neg.ksh
Igor K
2019-08-30
1
-3
/
+3
*
Prevent metaslab_sync panic due to spa_final_dirty_txg
Paul Dagnelie
2019-08-30
2
-7
/
+12
*
etc/init.d/zfs-functions.in: remove arch warning
Georgy Yakovlev
2019-08-29
1
-7
/
+0
*
Simplify deleting partitions in libtest
Ryan Moeller
2019-08-29
1
-45
/
+10
*
Use compatible arg order in tests
Ryan Moeller
2019-08-29
3
-8
/
+8
*
Keep more metaslabs loaded
Paul Dagnelie
2019-08-29
3
-31
/
+69
*
zfs_handle used after being closed/freed in change_one callback
Pavel Zakharov
2019-08-28
1
-12
/
+18
*
Use smaller default slack/delta value for schedule_hrtimeout_range()
Tony Nguyen
2019-08-28
2
-18
/
+38
*
ZTS: Temporarily disable several upgrade tests
Brian Behlendorf
2019-08-28
1
-3
/
+5
*
Tag ABD pages for exclusion in kernel crash dumps
Don Brady
2019-08-28
1
-0
/
+29
*
Fix zil replay panic when TX_REMOVE followed by TX_CREATE
Chunwei Chen
2019-08-28
7
-24
/
+184
*
Prefer `for (;;)` to `while (TRUE)`
Ryan Moeller
2019-08-28
1
-5
/
+4
*
zfs_ioc_snapshot: check user-prop permissions on snapshotted datasets
Andriy Gapon
2019-08-27
1
-10
/
+16
*
Fix Plymouth passphrase prompt in initramfs script
Richard Allen
2019-08-27
1
-8
/
+8
*
Fix deadlock in 'zfs rollback'
Tom Caputi
2019-08-27
3
-1
/
+17
*
Restore :: in Makefile.am
Ryan Moeller
2019-08-26
12
-1
/
+16
*
Add regression test for "zpool list -p"
Paul Dagnelie
2019-08-25
4
-3
/
+115
*
Split argument list, satisfy shellcheck SC2086
Ryan Moeller
2019-08-25
1
-6
/
+13
*
ZTS: Fix in-tree dbufstats test case
Brian Behlendorf
2019-08-22
4
-7
/
+7
*
Fix install error introduced by #9089 (#9205)
Brian Behlendorf
2019-08-22
1
-1
/
+1
|
\
|
*
Fix install error introduced by #9089
Paul Dagnelie
2019-08-22
1
-1
/
+1
*
|
Make slog test setup more robust
Ryan Moeller
2019-08-22
19
-10
/
+27
*
|
zfs-mount-genrator: dependencies should be space-separated
yshui
2019-08-22
1
-1
/
+1
|
/
*
ZTS: Use decimal values when setting tunables
Brian Behlendorf
2019-08-22
4
-7
/
+7
*
Fix automake program name transformations (#9190)
Brian Behlendorf
2019-08-22
1
-2
/
+8
|
\
|
*
Fix automake program name transformations
Ryan Moeller
2019-08-20
1
-2
/
+8
*
|
Document ZFS_DKMS_ENABLE_DEBUGINFO in userland configuration
Mauricio Faria de Oliveira
2019-08-22
1
-0
/
+4
*
|
Dedup IOC enum values in libzfs_input_check
Ryan Moeller
2019-08-22
1
-2
/
+2
*
|
Enhance ioctl number checks
Ryan Moeller
2019-08-22
1
-87
/
+99
*
|
ZTS: Fix vdev_zaps_005_pos on CentOS 6
Brian Behlendorf
2019-08-22
1
-0
/
+1
*
|
Linux 5.3: Fix switch() fall though compiler errors
Tony Hutter
2019-08-21
3
-3
/
+11
*
|
Minor cleanup in Makefile.am
Ryan Moeller
2019-08-21
1
-6
/
+11
*
|
zfs-functions.in: in_mtab() always returns 1
Alexey Smirnoff
2019-08-20
1
-2
/
+5
|
/
*
Add fast path for zfs_ioc_space_snaps() handling of empty_bpobj
Matthew Ahrens
2019-08-20
3
-35
/
+181
*
Fix lockdep circular locking false positive involving sa_lock
jdike
2019-08-19
1
-1
/
+1
*
Linux 5.3 compat: Makefile subdir-m no longer supported
Dominic Pearson
2019-08-19
2
-12
/
+23
*
Set "none" scheduler if available (initramfs)
colmbuckley
2019-08-19
1
-6
/
+13
*
Add more refquota tests
Paul Dagnelie
2019-08-19
4
-2
/
+137
*
Cap metaslab memory usage
Paul Dagnelie
2019-08-16
11
-58
/
+289
*
initramfs: fixes for (debian) initramfs
Michael Niewöhner
2019-08-16
4
-9
/
+30
*
dmu_tx_wait() hang likely due to cv_signal() in dsl_pool_dirty_delta()
Serapheim Dimitropoulos
2019-08-15
4
-18
/
+60
*
Improve write performance by using dmu_read_by_dnode()
Tony Nguyen
2019-08-15
1
-2
/
+7
*
Assert that a dnode's bonuslen never exceeds its recorded size
Serapheim Dimitropoulos
2019-08-15
2
-0
/
+52
*
Make txg_wait_synced conditional in zfsvfs_teardown
Paul Zuchowski
2019-08-15
1
-1
/
+10
*
Prevent race in blkptr_verify against device removal
Paul Dagnelie
2019-08-13
5
-28
/
+35
*
Fix out-of-order ZIL txtype lost on hardlinked files
Chunwei Chen
2019-08-13
5
-15
/
+27
*
Fix device expansion when VM is powered off
Prakash Surya
2019-08-13
1
-25
/
+87
[next]