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
/
cmd
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use bitwise '&' instead of logical '&&'
Tobin Harding
2017-10-16
1
-2
/
+2
*
Improved dnode allocation and dmu_hold_impl() (#6611)
Giuseppe Di Natale
2017-09-13
1
-7
/
+29
*
Fix range locking in ZIL commit codepath
LOLi
2017-08-21
1
-0
/
+2
*
vdev_id: implement slot numbering by port id
sckobras
2017-08-21
1
-1
/
+5
*
Some additional send stream validity checking
Ned Bass
2017-07-25
1
-2
/
+4
*
Add callback for zfs_multihost_interval
Olaf Faaland
2017-07-25
1
-0
/
+43
*
Skip activity check for zhack RO import
Olaf Faaland
2017-07-25
1
-1
/
+2
*
Add zgenhostid utility script
Olaf Faaland
2017-07-25
4
-3
/
+65
*
Fix don't zero_label when replace with spare
Chunwei Chen
2017-07-24
1
-1
/
+2
*
Restrict zpool iostat/status -c to search path
Giuseppe Di Natale
2017-07-24
1
-0
/
+3
*
Fix coverity defects: CID 165757
George Melikov
2017-07-14
1
-0
/
+1
*
Multi-modifier protection (MMP)
Olaf Faaland
2017-07-13
4
-175
/
+268
*
OpenZFS 8067 - zdb should be able to dump literal embedded block pointer
Matthew Ahrens
2017-07-07
1
-3
/
+51
*
Implemented zpool scrub pause/resume
Alek P
2017-07-06
1
-15
/
+45
*
OpenZFS 8378 - crash due to bp in-memory modification of nopwrite block
Matthew Ahrens
2017-07-04
1
-6
/
+1
*
Clean up large dnode code
Matthew Ahrens
2017-06-29
1
-0
/
+1
*
GCC 7.1 fixes
Tony Hutter
2017-06-28
1
-1
/
+3
*
Dashes for zero latency values in zpool iostat -p
Tony Hutter
2017-06-22
1
-1
/
+1
*
Inject zinject(8) a percentage amount of dev errs
Don Brady
2017-06-16
1
-10
/
+38
*
Add missing \n for "invalid optionusage" output
kpande
2017-06-09
1
-1
/
+1
*
OpenZFS 7578 - Fix/improve some aspects of ZIL writing
Giuseppe Di Natale
2017-06-09
1
-1
/
+0
*
Add MS_MANDLOCK mount failure message
Brian Behlendorf
2017-06-07
1
-2
/
+15
*
Allow add of raidz and mirror with same redundancy
Håkan Johansson
2017-06-05
1
-1
/
+16
*
zpool iostat/status -c improvements
Giuseppe Di Natale
2017-06-05
26
-38
/
+313
*
Enable remaining tests
Brian Behlendorf
2017-05-22
2
-3
/
+3
*
Implemented zpool sync command
Alek P
2017-05-19
1
-0
/
+46
*
Force fault a vdev with 'zpool offline -f'
Tony Hutter
2017-05-19
1
-8
/
+23
*
Enable additional test cases
Brian Behlendorf
2017-05-11
1
-11
/
+7
*
Add property overriding (-o|-x) to 'zfs receive'
LOLi
2017-05-09
1
-26
/
+49
*
Fix coverity defects: CID 161638
Giuseppe Di Natale
2017-05-09
1
-1
/
+4
*
Add missing *_destroy/*_fini calls
Gvozden Neskovic
2017-05-04
1
-0
/
+2
*
More ashift improvements
LOLi
2017-05-03
2
-1
/
+33
*
Add zfs_nicebytes() to print human-readable sizes
LOLi
2017-05-02
3
-18
/
+41
*
OpenZFS 7252 - compressed zfs send / receive
Dan Kimmel
2017-04-26
2
-3
/
+19
*
Fix 'zpool iostat -v' cache and log output
DeHackEd
2017-04-24
1
-0
/
+2
*
Fix shellcheck warning in pre-baked script
Tony Hutter
2017-04-24
1
-1
/
+1
*
Prebaked scripts for zpool status/iostat -c
Tony Hutter
2017-04-21
22
-65
/
+816
*
Documentation fixes for zfs(8) and 'zfs' binary
LOLi
2017-04-20
1
-2
/
+2
*
vdev_id: fix failure due to multipath -l bug
Ned Bass
2017-04-20
1
-2
/
+2
*
Allow bookmark short name in 'zfs bookmark'
LOLi
2017-04-20
1
-3
/
+19
*
OpenZFS 6392 - zdb: introduce -V for verbatim import
Richard Yao
2017-04-18
1
-9
/
+9
*
OpenZFS 7900 - zdb shouldn't print the path of a znode at verbosity < 5
Alan Somers
2017-04-14
1
-12
/
+8
*
OpenZFS 6410 - teach zdb to perform object lookups by path
Brian Behlendorf
2017-04-13
1
-89
/
+236
*
Invalidate cache during a zpool labelclear
Giuseppe Di Natale
2017-04-13
1
-0
/
+4
*
Add missing includes to zed_log.c
Richard Yao
2017-04-12
1
-0
/
+2
*
OpenZFS 6865 - want zfs-tests cases for zpool labelclear command
Yuri Pankov
2017-04-11
3
-93
/
+115
*
Fix coverity defects: CID 161288
Giuseppe Di Natale
2017-04-06
1
-1
/
+1
*
Added auto-replace FMA test for the ZFS Test Suite
Sydney Vanda
2017-04-05
2
-5
/
+42
*
Accept raidz and mirror with similar redundancy
Håkan Johansson
2017-04-05
1
-1
/
+43
*
Fix coverity defects: CID 161264
Giuseppe Di Natale
2017-04-05
1
-1
/
+1
[next]