Add -p switch to "zpool get"
[zfs.git] / cmd /
2013-10-23 Ralf ErtzingerAdd -p switch to "zpool get" rertzinger/feature-zpool-get--p
2013-08-22 Richard YaoImplement database to workaround misreported physical...
2013-08-15 Turbo FredrikssonDon't specifically open /etc/mtab - it is done in libzf...
2013-08-15 Turbo FredrikssonUse setmntent() OR fopen()
2013-08-14 Yuri PankovIllumos #3098 zfs userspace/groupspace fail
2013-07-23 Brian BehlendorfFix 'zpool list -H' error code
2013-07-22 Christer EkholmAdd missing -v to usage help for zpool list.
2013-07-09 Dmitry KhasanovAdd FreeBSD 'zpool labelclear' command
2013-07-09 Tim Chasezdb: enhancement - Display SA xattrs.
2013-07-09 Mike LeddyAvoid abort() in vn_rdwr(): libzpool/kernel.c
2013-07-09 Craig LoomisExplicitly flush output at end of each zevent
2013-07-03 Brian BehlendorfFix parse_dataset error handling
2013-07-02 George WilsonIllumos #3498 panic in arc_read()
2013-07-02 Richard YaoUse MAXPATHLEN instead of sizeof in snprintf
2013-07-01 Cyril PliskoOverride default SPA config location via environment
2013-06-28 Cyril PliskoAdd absent \n at the end of the help text line
2013-06-26 Brian BehlendorfAllow fetching the pool from the device at mount
2013-06-19 George WilsonIllumos #3552, #3564
2013-06-19 Madhav SureshIllumos #3006
2013-06-18 Christ SchlactaModified arcstat.py to run on linux
2013-06-18 Christ SchlactaAdded arcstat.py from FreeNAS
2013-06-18 Ned BassDon't leak mount flags into kernel
2013-05-03 George WilsonIllumos #3306, #3321
2013-05-02 Brian BehlendorfFix zinject list handlers
2013-05-02 George.Wilson3246 ZFS I/O deadman thread
2013-04-19 Chris DunlopTrivial spelling fix
2013-03-06 Ned BassRefresh links to web site
2013-03-04 Richard YaoConstify structures containing function pointers
2013-03-01 Brian BehlendorfFix hot spares
2013-02-28 Tim Connors-x shouldn't warn about old on-disk format or unavailab...
2013-01-31 Brian BehlendorfHonor 80 character limit in 'zpool status'
2013-01-29 Brian BehlendorfRetire zpool_id infrastructure
2013-01-25 Ned Bassvdev_id: improve keyword parsing flexibility
2013-01-12 Christopher SidenIllumos #3397, #3398
2013-01-11 Yuri PankovIllumos #1884, #3028, #3048, #3049, #3060, #3061, ...
2013-01-11 Yuri PankovIllumos #1377 `zpool status -D' should tell if there...
2013-01-10 Brian BehlendorfAdd /sbin/fsck.zfs helper
2013-01-10 Brian BehlendorfReport realpath() canonicalization error
2013-01-08 George WilsonIllumos #3145, #3212
2013-01-08 George WilsonIllumos #3349: zpool upgrade -V bumps the on disk versi...
2013-01-08 Matthew AhrensIllumos #3086: unnecessarily setting DS_FLAG_INCONSISTE...
2013-01-08 Christopher SidenIllumos #2762: zpool command should have better support...
2013-01-08 George WilsonIllumos #3090 and #3102
2013-01-08 Brian BehlendorfRevert "Temporarily disable the reguid test."
2013-01-08 Christopher SidenIllumos #2619 and #2747
2013-01-07 Will RouesnelAllow fake mounts to succeed on non-legacy filesystems.
2012-12-03 Ned Bassvdev_id support for device link aliases
2012-11-30 Cyril PliskoMake zpool attach -o ashift=... actually work
2012-11-29 Cyril Pliskovdev_id fails to handle complex device topologies
2012-11-27 Ned BassMake vdev_id POSIX sh compatible
2012-11-15 nordauxmount.zfs: canonicalize mount point for mtab
2012-11-15 Cyril PliskoAdd "-o ashift" to zpool add and zpool attach
2012-11-15 George WilsonIllumos #2671: zpool import should not fail if vdev...
2012-10-29 Brian BehlendorfAdd ddt_object_count() error handling
2012-10-22 Brian BehlendorfAllow 'zpool replace' to use short device names
2012-10-15 Brian BehlendorfDisable ztest deadman timer
2012-10-04 Brian BehlendorfRealpath arg 2 must be a minimum of PATH_MAX
2012-10-04 Brian BehlendorfVerify the return value for warn_unused_result functions
2012-10-04 Brian BehlendorfReplace tempnam() with mkstemp()
2012-10-04 Brian BehlendorfMinimize ztest stack frame size
2012-10-04 Etienne DechampsUse dynamic file descriptor numbers in ztest.
2012-10-04 Christopher SidenFix mmap() usage in ztest.
2012-10-04 Chris SidenIllumos #1950: ztest backwards compatibility testing...
2012-10-03 Etienne DechampsTemporarily disable the reguid test.
2012-10-03 Etienne DechampsFix ztest vdev file paths.
2012-10-03 Etienne DechampsCreate threads in detached state in userspace.
2012-09-19 Bill PijewskiIllumos #2703: add mechanism to report ZFS send progress
2012-09-19 Chris SidenIllumos #1948: zpool list should show more detailed...
2012-09-18 Richard LoweIllumos #2088 zdb could use a reasonable manual page
2012-09-17 Brian BehlendorfImprove `zpool import` search behavior
2012-09-13 Cyril PliskoFix zdb printf format string for ZIL data blocks
2012-09-11 Cyril PliskoIllumos #3064: usr/src/cmd/zpool/zpool_main.c misspells...
2012-09-10 Etienne DechampsSilence "setting dataset to sync always" message in...
2012-09-06 Brian BehlendorfAdd zstreamdump .gitignore
2012-09-02 Etienne DechampsAdd libnvpair to mount_zfs dependencies
2012-09-02 Martin MatuskaAdd zstreamdump(8) command to examine ZFS send streams.
2012-08-30 Etienne DechampsFix mount_zfs dependency on libzpool.
2012-08-27 Brian BehlendorfRemove autotools products
2012-08-23 Christopher SidenIllumos #1796, #2871, #2903, #2957
2012-08-23 Eric SchrockIllumos #2635: 'zfs rename -f' to perform force unmount
2012-08-23 Andrew StormontIllumos #1936: add support for "-t <datatype>" argument...
2012-08-23 Alexander EreminIllumos #1726: Removal of pyzfs broke delegation for...
2012-08-23 Alexander EreminIllumos #1977: zfs allow arguments not parsed correctly...
2012-08-08 Dan McDonaldIllumos #1693: persistent 'comment' field for a zpool
2012-08-07 Etienne DechampsSet zvol discard_granularity to the volblocksize.
2012-07-31 Matthew AhrensIllumos #1644, #1645, #1646, #1647, #1708
2012-07-30 Brian BehlendorfAllow '-o remount' for non-legacy datasets
2012-07-23 Richard YaoLinux 3.5 compat, end_writeback() changed to clear_inode()
2012-07-23 Richard YaoLinux 3.5 compat, iops->truncate_range() removed
2012-07-23 Richard YaoLinux 3.5 compat, eops->encode_fh() takes inodes
2012-07-17 Etienne DechampsMove partition scanning from userspace to module.
2012-07-11 Garrett D'AmoreIllumos #1748: desire support for reguid in zfs
2012-06-14 Pawel Jakub DawidekSpeed up 'zfs list -t snapshot -o name -s name'
2012-06-13 Brian BehlendorfWorkaround for failing zvol_id
2012-06-11 Daniel VeriteInclude <locale.h> to avoid error: 'LC_ALL' undeclared.
2012-06-11 Richard YaoLinux 3.4 compat, d_make_root() replaces d_alloc_root()
2012-06-01 Ned A. BassAdd vdev_id for JBOD-friendly udev aliases
2012-04-30 Brian BehlendorfLinux 3.3 compat, iops->create()/mkdir()/mknod()
2012-04-27 Richard LoweIllumos #2067: uninitialized variables in zfs(1M) may...
2012-04-27 Frederik WesselsIllumos #1946: incorrect formatting when listing output...
next