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
*
Refresh links to web site
Ned Bass
2013-03-06
3
-3
/
+3
*
Constify structures containing function pointers
Richard Yao
2013-03-04
1
-6
/
+6
*
Fix hot spares
Brian Behlendorf
2013-03-01
1
-79
/
+101
*
-x shouldn't warn about old on-disk format or unavailable features
Tim Connors
2013-02-28
1
-1
/
+4
*
Honor 80 character limit in 'zpool status'
Brian Behlendorf
2013-01-31
1
-2
/
+2
*
Retire zpool_id infrastructure
Brian Behlendorf
2013-01-29
5
-370
/
+1
*
vdev_id: improve keyword parsing flexibility
Ned Bass
2013-01-25
1
-9
/
+11
*
Illumos #3397, #3398
Christopher Siden
2013-01-11
1
-9
/
+17
*
Illumos #1884, #3028, #3048, #3049, #3060, #3061, #3093
Yuri Pankov
2013-01-11
1
-391
/
+363
*
Illumos #1377 `zpool status -D' should tell if there are no DDT entries
Yuri Pankov
2013-01-11
1
-2
/
+8
*
Add /sbin/fsck.zfs helper
Brian Behlendorf
2013-01-09
3
-2
/
+12
*
Report realpath() canonicalization error
Brian Behlendorf
2013-01-09
1
-1
/
+2
*
Illumos #3145, #3212
George Wilson
2013-01-08
1
-0
/
+11
*
Illumos #3349: zpool upgrade -V bumps the on disk version number
George Wilson
2013-01-08
1
-21
/
+119
*
Illumos #3086: unnecessarily setting DS_FLAG_INCONSISTENT on async
Matthew Ahrens
2013-01-08
1
-0
/
+3
*
Illumos #2762: zpool command should have better support for feature flags
Christopher Siden
2013-01-08
1
-78
/
+329
*
Illumos #3090 and #3102
George Wilson
2013-01-08
1
-2
/
+21
*
Revert "Temporarily disable the reguid test."
Brian Behlendorf
2013-01-08
1
-6
/
+0
*
Illumos #2619 and #2747
Christopher Siden
2013-01-08
7
-41
/
+803
*
Allow fake mounts to succeed on non-legacy filesystems.
Will Rouesnel
2013-01-07
1
-1
/
+2
*
vdev_id support for device link aliases
Ned Bass
2012-12-03
1
-142
/
+215
*
Make zpool attach -o ashift=... actually work
Cyril Plisko
2012-11-30
1
-1
/
+1
*
vdev_id fails to handle complex device topologies
Cyril Plisko
2012-11-29
1
-4
/
+4
*
Make vdev_id POSIX sh compatible
Ned Bass
2012-11-27
1
-16
/
+23
*
mount.zfs: canonicalize mount point for mtab
nordaux
2012-11-15
1
-2
/
+9
*
Add "-o ashift" to zpool add and zpool attach
Cyril Plisko
2012-11-15
1
-8
/
+43
*
Illumos #2671: zpool import should not fail if vdev ashift has increased
George Wilson
2012-11-15
1
-1
/
+1
*
Add ddt_object_count() error handling
Brian Behlendorf
2012-10-29
1
-1
/
+3
*
Allow 'zpool replace' to use short device names
Brian Behlendorf
2012-10-22
1
-12
/
+16
*
Disable ztest deadman timer
Brian Behlendorf
2012-10-14
1
-0
/
+4
*
Realpath arg 2 must be a minimum of PATH_MAX
Brian Behlendorf
2012-10-04
1
-2
/
+8
*
Verify the return value for warn_unused_result functions
Brian Behlendorf
2012-10-04
1
-3
/
+3
*
Replace tempnam() with mkstemp()
Brian Behlendorf
2012-10-04
1
-4
/
+4
*
Minimize ztest stack frame size
Brian Behlendorf
2012-10-04
1
-4
/
+13
*
Use dynamic file descriptor numbers in ztest.
Etienne Dechamps
2012-10-04
1
-31
/
+28
*
Fix mmap() usage in ztest.
Christopher Siden
2012-10-04
1
-6
/
+21
*
Illumos #1950: ztest backwards compatibility testing option.
Chris Siden
2012-10-04
1
-376
/
+699
*
Temporarily disable the reguid test.
Etienne Dechamps
2012-10-03
1
-0
/
+6
*
Fix ztest vdev file paths.
Etienne Dechamps
2012-10-03
1
-4
/
+4
*
Create threads in detached state in userspace.
Etienne Dechamps
2012-10-03
1
-4
/
+7
*
Illumos #2703: add mechanism to report ZFS send progress
Bill Pijewski
2012-09-19
1
-0
/
+2
*
Illumos #1948: zpool list should show more detailed pool info
Chris Siden
2012-09-19
1
-35
/
+207
*
Illumos #2088 zdb could use a reasonable manual page
Richard Lowe
2012-09-18
1
-8
/
+11
*
Improve `zpool import` search behavior
Brian Behlendorf
2012-09-17
1
-0
/
+29
*
Fix zdb printf format string for ZIL data blocks
Cyril Plisko
2012-09-13
1
-1
/
+2
*
Illumos #3064: usr/src/cmd/zpool/zpool_main.c misspells "successful"
Cyril Plisko
2012-09-11
1
-1
/
+1
*
Silence "setting dataset to sync always" message in ztest.
Etienne Dechamps
2012-09-10
1
-1
/
+2
*
Add zstreamdump .gitignore
Brian Behlendorf
2012-09-06
1
-0
/
+1
*
Add libnvpair to mount_zfs dependencies
Etienne Dechamps
2012-09-02
1
-0
/
+1
*
Add zstreamdump(8) command to examine ZFS send streams.
Martin Matuska
2012-09-02
3
-1
/
+458
[next]