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.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
libzfs
Commit message (
Expand
)
Author
Age
Files
Lines
*
cstyle: Resolve C style issues
Michael Kjorling
2013-12-18
5
-59
/
+59
*
Remove ZFC_IOC_*_MINOR ioctl()s
Brian Behlendorf
2013-12-16
3
-364
/
+15
*
Illumos #2583
Yuri Pankov
2013-11-21
1
-6
/
+7
*
Remove the slog restriction on bootfs pools
Brian Behlendorf
2013-11-14
1
-7
/
+0
*
Handle concurrent snapshot automounts failing due to EBUSY.
Tim Chase
2013-11-08
1
-0
/
+2
*
Illumos #4061
Marcel Telka
2013-11-05
1
-1
/
+5
*
Illumos #3996
Matthew Ahrens
2013-11-05
1
-10
/
+2
*
Illumos #3909
Steven Hartland
2013-11-05
1
-2
/
+2
*
Illumos #3894
Keith M Wesolowski
2013-11-04
1
-4
/
+11
*
Illumos #3829
Matthew Ahrens
2013-11-04
1
-8
/
+19
*
Illumos #3818
Steven Hartland
2013-11-04
1
-0
/
+11
*
Illumos #3740
Steven Hartland
2013-11-04
2
-121
/
+118
*
Illumos #3745, #3811
Will Andrews
2013-11-04
1
-16
/
+0
*
Illumos #3741
Will Andrews
2013-11-04
1
-0
/
+5
*
Illumos #3699, #3739
Martin Matuska
2013-11-04
1
-4
/
+28
*
Introduce zpool_get_prop_literal interface
Ralf Ertzinger
2013-10-28
1
-3
/
+17
*
Increase default udev wait time
Brian Behlendorf
2013-10-22
1
-2
/
+2
*
Fix libzfs_core changes to follow GNU libtool guidelines
Richard Yao
2013-10-10
1
-1
/
+1
*
Generate libraries with correct DT_NEEDED entries
Richard Yao
2013-10-10
1
-1
/
+2
*
Fix libblkid support
Richard Yao
2013-10-10
1
-1
/
+1
*
Illumos #3464
Matthew Ahrens
2013-09-04
9
-199
/
+267
*
Illumos #2882, #2883, #2900
Matthew Ahrens
2013-09-04
11
-272
/
+291
*
No point in rewind() mtab in zfs_unshare_proto(). We're not really
Turbo Fredriksson
2013-08-15
1
-1
/
+0
*
Fix for re-reading /etc/mtab in zfs_is_mounted()
John Layman
2013-08-14
1
-4
/
+15
*
Illumos #3098 zfs userspace/groupspace fail
Yuri Pankov
2013-08-14
1
-12
/
+17
*
Fix zpool_read_label()
Brian Behlendorf
2013-07-09
1
-1
/
+1
*
Add FreeBSD 'zpool labelclear' command
Dmitry Khasanov
2013-07-09
2
-2
/
+32
*
Readd zpool_clear_label() from OpenSolaris
Dmitry Khasanov
2013-07-09
1
-0
/
+30
*
Add error message for missing /etc/mtab
Aaron Fineman
2013-06-27
1
-0
/
+2
*
Illumos #3422, #3425
George Wilson
2013-04-12
1
-7
/
+1
*
Add snapdev=[hidden|visible] dataset property
Eric Dillmann
2013-03-05
1
-0
/
+8
*
Retire zpool_id infrastructure
Brian Behlendorf
2013-01-29
1
-1
/
+0
*
Use strerror() not strerror_r()
Brian Behlendorf
2013-01-28
1
-1
/
+1
*
Ensure that zfs diff prints unicode safely.
Darik Horn
2013-01-16
1
-1
/
+1
*
Illumos #2762: zpool command should have better support for feature flags
Christopher Siden
2013-01-08
1
-0
/
+25
*
Illumos #3090 and #3102
George Wilson
2013-01-08
1
-46
/
+39
*
Illumos #2619 and #2747
Christopher Siden
2013-01-08
4
-10
/
+288
*
Fix get/set users/groups in quota props via numeric id
Massimo Maggi
2012-12-17
1
-7
/
+7
*
Fix 'zpool create' segfault due to bad syntax
Jorgen Lundman
2012-12-04
1
-4
/
+6
*
Implemented sharing datasets via SMB using libshare
Turbo Fredriksson
2012-12-03
1
-3
/
+3
*
Allow GPT+EFI vdevs for root pools
Brian Behlendorf
2012-11-30
1
-0
/
+10
*
Recreate minors when renaming zvols
Brian Behlendorf
2012-11-19
1
-5
/
+13
*
Update spare and cache device names on import
Brian Behlendorf
2012-10-22
1
-6
/
+7
*
Allow 'zpool replace' to use short device names
Brian Behlendorf
2012-10-22
3
-68
/
+164
*
Illumos #3100: zvol rename fails with EBUSY when dirty.
Matthew Ahrens
2012-10-03
1
-1
/
+1
*
Illumos #2703: add mechanism to report ZFS send progress
Bill Pijewski
2012-09-19
1
-1
/
+81
*
Illumos #1948: zpool list should show more detailed pool info
Chris Siden
2012-09-19
1
-6
/
+27
*
Seg fault 'zpool import -d /dev/disk/by-id -a'
zfs-0.6.0-rc11
Brian Behlendorf
2012-09-18
1
-1
/
+1
*
Improve `zpool import` search behavior
Brian Behlendorf
2012-09-17
1
-29
/
+40
*
Fix missing vdev names in zpool status output
Michael Martin
2012-09-05
1
-6
/
+6
[next]