Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2008-09-22 | PSARC 2008/382 Fast Reboot | Sherry Moore | 3 | -0/+92 | |
6714038 Fast Reboot support for x86 platforms | |||||
2008-09-10 | PSARC 2008/469 Excluding snapshot info from 'zfs list' | Rich Morris | 3 | -2/+8 | |
6734916 zfs list should omit snapshots by default 6734907 zfs list -t all would be useful once snapshots are omitted by default | |||||
2008-09-08 | 6739303 Setting canmount=noauto should not require unmounting and remounting ↵ | Mark J Musante | 1 | -6/+10 | |
a dataset | |||||
2008-08-22 | PSARC/2008/518 ZFS space accounting enhancements | Matthew Ahrens | 2 | -51/+83 | |
6730799 want snapused property 6738349 zfs promote fails without enough space | |||||
2008-08-18 | 6678308 zfs receive dumps core when -n is used, fails on replication stream | Tim Haley | 5 | -41/+92 | |
2008-08-15 | 6736545 cut and paste error in zpool_standard_error_fmt() trashes error | Eric Schrock | 1 | -3/+1 | |
2008-08-13 | 6713886 hot spares of mirrored log devices should not be allowed | Eric Schrock | 2 | -26/+45 | |
2008-08-07 | 6667976 support booting up a snapshot root dataset (fix lint) | Eric Taylor | 1 | -1/+1 | |
2008-08-07 | 6667976 support booting up a snapshot root dataset | Eric Taylor | 2 | -6/+2 | |
6731594 grub should check the pool's version | |||||
2008-08-04 | PSARC 2008/486 Intent log replay failure handling | perrin | 3 | -3/+26 | |
6707530 log device failure needs some work | |||||
2008-08-01 | 6701797 want user properties on snapshots (fix lint) | ahrens | 1 | -2/+2 | |
2008-08-01 | PSARC/2008/483 ZFS clone -o | ahrens | 3 | -18/+80 | |
PSARC/2008/484 ZFS snapshot properties 6613766 create-time properties for clones 6701797 want user properties on snapshots | |||||
2008-07-29 | 6721908 A hot spare "in use" in an exported zpool, is stolen when a disk ↵ | lling | 3 | -6/+27 | |
fails in an imported pool. | |||||
2008-07-24 | PSARC 2008/223 Pool root file system properties via zpool(1M) | timh | 3 | -21/+54 | |
6647661 "set once" / "create time only" properties can't be set for pool level dataset | |||||
2008-07-07 | 6719384 nvlist_lookup_uint64(config, "pool_guid", &this_guid) == 0, file ↵ | ck153898 | 1 | -3/+4 | |
../common/libzfs_import.c, | |||||
2008-07-07 | 6721094 Setting certain properties on root pools should not be allowed | gw25295 | 4 | -18/+96 | |
2008-07-04 | 6721901 uninitialized variable in zfs_fm_recv() can confuse diagnosis | eschrock | 1 | -4/+10 | |
6721906 probe failure should be ignored during pool open 6721920 cache device failure should not trigger pool I/O failure 6722096 ZFS DE case clearing logic for vdevs is busted 6722098 ZFS DE should avoid ereports against non-leaf vdevs 6722100 replacing a hot spare with an idle spare doesn't work | |||||
2008-06-25 | 6689844 ztest fails with "zdb: can't open ztest: No such device or address" | ck153898 | 2 | -31/+20 | |
2008-06-17 | 6712841 nvlist_lookup_string(config, "name", &pname) == 0, file ../com ↵ | ck153898 | 1 | -6/+5 | |
mon/libzfs_import.c, line 893, functi | |||||
2008-06-12 | 6539380 zfs list uses too much memory | rm160521 | 4 | -21/+77 | |
2008-06-06 | 6689452 zfs often fails to import a zpool if several zfs import commands are ↵ | ck153898 | 3 | -9/+89 | |
running at the same time. | |||||
2008-05-14 | 6625086 changing cachefile doesn't remove old cache on last user | eschrock | 3 | -13/+5 | |
6633599 need a mechanism to import faulted pools 6646102 hot spares are not activated when opening a pool 6646106 ZFS DE is overly complicated 6646195 ZFS DE leaks pool handles 6646618 want dataset GUIDs as a property in libzfs 6662441 L2ARC FMA support 6687745 zdb -U doesn't work with anything but pool names 6687750 ::spa_vdevs should print out cache devices 6687753 cache devices should support offline/online 6687766 ZFS should post a sysevent when config changes 6688366 bad indentation for 'casesensitivity' property in 'zfs get' help 6689223 spa_create() can leave namespace lock held if property validation fails 6690884 setting zfs_no_write_throttle panics system 6691266 zpool_read_label() needs to use pread64() 6694185 nv_priv_init() doesn't bzero structure completely 6694186 ses_plugin_dlclose is backwards 6697754 ses2 plugin crash when setting invalid property | |||||
2008-05-12 | 6668667 mountpoint is displayed incorrectly by zfs list when the mountpoint ↵ | gw25295 | 1 | -6/+18 | |
is "/" 6699822 fs-minimal can fail if the root dataset contains a snapshot | |||||
2008-04-30 | 6616739 panic message ZFS: I/O failure (write on <unknown> is not very helpful | ek110237 | 2 | -5/+47 | |
6623234 better FMA integration for 'failmode' property 6680971 blkbuf is leaked in zio_assess() on DEBUG bits for truly failed I/Os 6685865 vdev_disk_probe_io()/vdev_file_probe_io() dvd's setting is wrong | |||||
2008-04-23 | 6655375 panic loop: assertion failed: crc != 0 | ahrens | 1 | -2/+8 | |
6685941 zfs_receive() should indicate non-fatal failure | |||||
2008-04-22 | 6691138 dump_filesystem() can lead to SIGSEGV | ahl | 1 | -14/+35 | |
2008-04-14 | 6662212 libzfs should have a #define for VERIFY to assist backporting | gw25295 | 1 | -0/+5 | |
2008-04-11 | PSARC 2006/370 ZFS Boot Support | gw25295 | 6 | -4/+125 | |
5008936 ZFS and/or zvol should support dumps 5070124 dumpadm -d /dev/... does not enforce block device requirement for savecore 6521468 ZFS Boot support Phase 2 6553503 bfu can't find 'rootdev' from /etc/vfstab on a zfs root filesystem 6574993 zfs_mountroot() may need to call clkset() to set the boot_time kstat 6633197 zvol should not permit newfs or createpool while it's in use by swap or dump 6661127 zfs_name_valid() does not support ZFS_TYPE_POOL 6684121 The changes to smf scripts for supporting canmount=noauto will cause a boot failure. --HG-- rename : usr/src/psm/stand/bootblks/zfs/common/debug-zfs.fth => deleted_files/usr/src/psm/stand/bootblks/zfs/common/debug-zfs.fth rename : usr/src/psm/stand/bootblks/zfs/common/big-zfs.fth => usr/src/psm/stand/bootblks/zfs/common/fs-zfs.fth | |||||
2008-04-08 | 6682366 zpool_find_import() is inefficient. | jwadams | 1 | -20/+40 | |
2008-03-26 | 6603209 Multiple -o options to 'zfs mount' ignore all but the last. | mmusante | 1 | -7/+10 | |
6617720 zpool_label_disk() doesn't correctly indicate failure 6676119 zfs unmount by pathname will unmount /var/run even when /var is set canmount=noauto | |||||
2008-03-07 | PSARC 2008/168 Support for ZFS property value canmount=noauto | hs24103 | 3 | -7/+29 | |
6661070 need canmount=noauto option for datasets to allow mount point to be set, but no mount done 6664570 need support for zfs canmount=noauto property in smf scripts | |||||
2008-03-04 | 6667731 'zfs destroy -r|-R' cannot destroy descent or clone filesystem anymore | rm160521 | 1 | -18/+13 | |
2008-02-28 | 6660651 Modifying a CIFS Resource Name causes share to become available to ↵ | dougm | 1 | -6/+20 | |
CIFS clients by either name | |||||
2008-02-20 | 6598604 BAD TRAP while set property to multiple filesystems | ahrens | 1 | -48/+39 | |
6635639 recursive mutex_enter in dbuf_read() 6658356 incremental zfs receive -F does not destroy volumes that were deleted on the send side | |||||
2008-02-15 | 6609196 'zfs destroy -r' can needlessly iterate over all filesystems in pool | rm160521 | 4 | -56/+78 | |
6612830 zpool import shouldn't slowly iterate over all filesystems | |||||
2008-02-11 | 6580270 'zdb [-C|-L] <pool'> can't open alternate root pools | ck153898 | 2 | -26/+47 | |
6657291 zdb -e is not correctly documented 6657293 zdb -U should take a path | |||||
2008-02-11 | 6576659 zfs allow should list delegatable perms | marks | 3 | -1/+121 | |
2008-02-05 | 6654731 sharesmb property should only be settable on CIFS aware ZPL | marks | 1 | -2/+2 | |
2008-01-31 | 6558321 zfs_share_nfs() fails the second time through | dougm | 2 | -8/+77 | |
2008-01-25 | 6575965 panic/thread=2a1016b5ca0: BAD TRAP: type=9 rp=1858500 addr=0 ↵ | perrin | 1 | -4/+4 | |
mmu_fsr=0, really, truly out of space (fix lint) | |||||
2008-01-25 | 6575965 panic/thread=2a1016b5ca0: BAD TRAP: type=9 rp=1858500 addr=0 ↵ | perrin | 2 | -3/+5 | |
mmu_fsr=0, really, truly out of space 6600361 some kcondvars in the ZIL aren't being init'd/destroyed | |||||
2008-01-23 | 6627877 zfs receive coredump with invalid destination name | ahl | 1 | -48/+93 | |
6649386 memory leaks and bad failure handling in zfs send/receive | |||||
2008-01-22 | backout 6575965/6600361: needs more work | dm120769 | 2 | -5/+3 | |
--HG-- rename : usr/src/common/zfs/zfs_util.c => deleted_files/usr/src/common/zfs/zfs_util.c rename : usr/src/common/zfs/zfs_util.h => deleted_files/usr/src/common/zfs/zfs_util.h | |||||
2008-01-22 | 6575965 panic/thread=2a1016b5ca0: BAD TRAP: type=9 rp=1858500 addr=0 ↵ | perrin | 2 | -3/+5 | |
mmu_fsr=0, really, truly out of space 6600361 some kcondvars in the ZIL aren't being init'd/destroyed | |||||
2008-01-18 | 6580259 onnv ZFS panic with zfs_purgedir in zfs_dir.c | ck153898 | 1 | -0/+3 | |
6617656 zpool destroy should deal with newer pools | |||||
2008-01-10 | 6609780 zpool dump core when trying to destroy pool | ck153898 | 1 | -2/+2 | |
2008-01-03 | 6646545 Condvars in tx_cpu aren't being initialized/destroyed | ek110237 | 1 | -2/+2 | |
6646559 tx_holds list in dmu_tx not properly destroyed 6646646 dump_ioctl() is using zc_name instead of zc_value in the 'fromsnap' case | |||||
2007-12-22 | 6641210 zfs rollback -R fails with EBUSY if there is a clone (fix lint) | ahrens | 1 | -1/+1 | |
2007-12-22 | PSARC/2007/699 zfs rollback -f operative | ahrens | 2 | -6/+23 | |
6641210 zfs rollback -R fails with EBUSY if there is a clone | |||||
2007-12-18 | 6419176 'zfs rollback <volume@snap>' does not lower reservation (fix lint) | rm160521 | 1 | -6/+9 | |