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
...
*
Add contrib/pyzfs/setup.py to .gitignore
Tom Caputi
2019-01-13
1
-0
/
+1
*
Add pyzfs BuildRequires for mock(1)
Brian Behlendorf
2019-01-13
1
-9
/
+14
*
ZTS: zpool_resilver_restart
Brian Behlendorf
2019-01-13
2
-3
/
+3
*
Provide more flexible object allocation interface
Brian Behlendorf
2019-01-10
6
-56
/
+149
*
Don't allow dnode allocation if dn_holds != 0
Tom Caputi
2019-01-10
1
-0
/
+1
*
Removed suggestion to use root dataset as bootfs
Gregor Kopka
2019-01-08
1
-6
/
+0
*
Use ZFS version for pyzfs & drop unused reqs file
Neal Gompa (ニール・ゴンパ)
2019-01-08
4
-3
/
+3
*
zfs receive and rollback can skew filesystem_count
loli10K
2019-01-08
11
-8
/
+464
*
OpenZFS 8473 - scrub does not detect errors on active spares
asomers
2019-01-08
1
-8
/
+41
*
Include third party licenses in dist tarballs
Neal Gompa (ニール・ゴンパ)
2019-01-08
2
-0
/
+10
*
Fix missing dkms modules after upgrades
Tony Hutter
2019-01-08
1
-0
/
+18
*
Bump commit subject length to 72 characters
Neal Gompa (ニール・ゴンパ)
2019-01-08
2
-4
/
+4
*
zfs.8 uses wrong snapshot names in Example 15
Benjamin Gentil
2019-01-07
1
-4
/
+4
*
Add 'zpool status -i' option
Brian Behlendorf
2019-01-07
3
-43
/
+64
*
zfs initialize performance enhancements
George Wilson
2019-01-07
10
-79
/
+175
*
OpenZFS 9102 - zfs should be able to initialize storage devices
George Wilson
2019-01-07
54
-30
/
+2743
*
Python 2 and 3 compatibility
Brian Behlendorf
2019-01-06
45
-1395
/
+1594
|
\
|
*
test-runner: python3 support
John Wren Kennedy
2019-01-06
1
-95
/
+100
|
*
arc_summary: consolidate test case
Brian Behlendorf
2019-01-06
7
-72
/
+36
|
*
pyzfs: python3 support (build system)
Brian Behlendorf
2019-01-06
29
-162
/
+339
|
*
pyzfs: python3 support (unit tests)
Brian Behlendorf
2019-01-06
2
-944
/
+978
|
*
pyzfs: python3 support (library 2/2)
Brian Behlendorf
2019-01-06
4
-23
/
+23
|
*
pyzfs: python3 support (library 1/2)
Antonio Russo
2019-01-06
13
-122
/
+141
|
/
*
Add zfs module feature and property compatibility
Brian Behlendorf
2019-01-03
1
-6
/
+30
*
Add missing MMP status code to libzfs_status
bunder2015
2019-01-03
3
-21
/
+39
*
Fix 'zpool remap' freeing race
Brian Behlendorf
2019-01-02
2
-10
/
+32
*
Minor tweaks to zfs.8 man page for POSIX ACLs
Richard Laager
2018-12-26
1
-6
/
+6
*
OpenZFS 9284 - arc_reclaim_thread has 2 jobs
Brad Lewis
2018-12-26
7
-172
/
+285
*
Fix zfs_dirty_data_sync_percent documentation
Tom Caputi
2018-12-18
1
-2
/
+3
*
Add enclosure_symlinks option to vdev_id
Tony Hutter
2018-12-14
4
-3
/
+112
*
ZTS: fix wait_scrubbed()
Tom Caputi
2018-12-14
2
-10
/
+5
*
Fix zap_update() ASSERT from ztest
Tom Caputi
2018-12-14
1
-12
/
+0
*
ztest: ENOSPC in ztest_objset_destroy_cb()
Brian Behlendorf
2018-12-14
1
-2
/
+6
*
OpenZFS 9559 - zfs diff handles files on delete queue in fromsnap poorly
Paul Dagnelie
2018-12-14
1
-6
/
+6
*
OpenZFS 9630 - add lzc_rename and lzc_destroy to libzfs_core
Andriy Gapon
2018-12-14
8
-51
/
+81
*
Add `cut` binary to the initramfs
Ben Cordero
2018-12-13
2
-2
/
+3
*
Fix resilver writes in vdev_indirect_io_start
Tom Caputi
2018-12-13
1
-8
/
+15
*
Check for strlcat and strlcpy
Brian Behlendorf
2018-12-11
6
-50
/
+126
*
Seeing negative values for wlentime and rlentime
Richard Elling
2018-12-11
1
-3
/
+4
*
Rename macro ZFS_MINOR due to Lustre conflict
Olaf Faaland
2018-12-10
2
-8
/
+8
*
OpenZFS 9962 - zil_commit should omit cache thrash
Prakash Surya
2018-12-07
6
-78
/
+206
*
OpenZFS 9963 - Separate tunable for disabling ZIL vdev flush
Prakash Surya
2018-12-07
3
-12
/
+35
*
OpenZFS 9993 - zil writes can get delayed in zio pipeline
George Wilson
2018-12-07
1
-1
/
+2
*
OpenZFS 9880 - Race in ZFS parallel mount
Andy Fiddaman
2018-12-07
1
-3
/
+31
*
Fix error message when zfs module is not loaded
Tom Caputi
2018-12-07
1
-3
/
+3
*
Do not enable stack tracer for ZFS performance test
Tony Nguyen
2018-12-07
2
-6
/
+21
*
Ensure dsl scan prefetch queue is emptied
Tom Caputi
2018-12-06
1
-0
/
+20
*
Fix 'zfs receive -F' message when destination has snapshots
loli10K
2018-12-05
1
-1
/
+1
*
Use autoconf variable for C preprocessor
Ben Wolsieffer
2018-12-05
1
-1
/
+1
*
Move assert in dump_dir() in zdb
Tom Caputi
2018-12-05
1
-3
/
+3
[prev]
[next]