]> git.proxmox.com Git - mirror_zfs.git/shortlog
mirror_zfs.git
2014-07-25 Matthew AhrensIllumos 4171, 4172
2014-07-25 Brian BehlendorfRemove patches directory
2014-07-25 Turbo FredrikssonSupport '-H' (scripted mode) to 'zpool get'
2014-07-25 Turbo FredrikssonInitial attempt to document events and payloads.
2014-07-25 Brian Behlendorfzpool-create.sh: allow features to be disabled
2014-07-22 Brian BehlendorfRevert "Disable GCCs aggressive loop optimization"
2014-07-22 Jan EngelhardtDo not attempt access beyond the declared end of the...
2014-07-22 Brian Behlendorfzfs_trunc() should use dmu_tx_assign(tx, TXG_WAIT)
2014-07-22 George WilsonIllumos #4756 Fix metaslab_group_preload deadlock
2014-07-22 George WilsonIllumos #4730 destroy metaslab group taskq
2014-07-22 George WilsonIllumos #4101, #4102, #4103, #4105, #4106
2014-07-22 Prakash SuryaMove metaslab_group_alloc_update() call
2014-07-17 Brian BehlendorfFix zil_commit() NULL dereference
2014-07-17 Richard Yaozdb: Introduce -V for verbatim import
2014-07-17 George WilsonIllumos 4168, 4169, 4170: ztest, zdb and zhack fixes
2014-07-16 Tim ChaseConvert zfs_mg_noalloc_threshold to a module parameter...
2014-07-16 Matthew AhrensIllumos #3641 compressed block histograms with zdb
2014-07-02 Andrew BarnesPreserve asize when last mirror child promoted to top...
2014-07-01 Garrison JensenFix comment spelling errors.
2014-07-01 Tim ChaseDocument the optional "device" argument for "zpool...
2014-07-01 Tim ChaseReturn default value on numeric properties failing...
2014-07-01 Dan McDonaldIllumos #4936 fix potential overflow in lz4
2014-07-01 Tim ChaseComment the lack of real_LZ4_uncompress()
2014-06-27 Brian BehlendorfImprove differing sector size error
2014-06-27 Turbo FredrikssonAdd information about the -o option to zpool replace
2014-06-26 SenHFix man zpool property feature_guid
2014-06-12 Brian BehlendorfTag zfs-0.6.3
2014-06-12 Brian BehlendorfFix zfs.spec.in defaults
2014-06-11 Turbo FredrikssonAccept udev and dracut paths specified by ./configure
2014-06-11 Brian BehlendorfRevert "Fix __zio_execute() asynchronous dispatch"
2014-06-10 Turbo FredrikssonSet LANG to a reasonable default (C)
2014-06-06 Turbo FredrikssonDocument the -X and -T options to 'zpool import'
2014-06-06 Tim ChaseExpand the description of scan-related and other parame...
2014-06-06 Turbo FredrikssonMan page updates for 'zfs share'
2014-06-06 Turbo FredrikssonDocument the fact that ashift is vdev specific, not...
2014-06-06 Turbo FredrikssonOnly automatically mount a clone when 'canmount ==...
2014-06-05 Derek DaiDo not export pool to prevent cache from been removed
2014-06-05 Turbo FredrikssonAccept kernel source dir(s) specified by ./configure
2014-06-05 Ben AllenUpdate spec file to enable systemd for RHEL7
2014-06-02 Turbo FredrikssonMove the libraries into separate packages
2014-05-31 Richard YaoRemove superfluous statement
2014-05-31 Richard YaoFix memory leak in zpool_clear_label()
2014-05-30 Chris WedgwoodAllow building without ACLs
2014-05-30 Brian BehlendorfFix DKMS package upgrade and packager
2014-05-30 Brian BehlendorfRestrict release number to META version
2014-05-22 Brian BehlendorfUse default slab types
2014-05-22 Marcel HuberOmit compiler warning by sticking to RAII
2014-05-19 John AlbietzAdded INTEL SSD 530 Series
2014-05-19 HCHonor zfs_nocacheflush for file vdevs
2014-05-19 Tim ChaseCalculate header size correctly in sa_find_sizes()
2014-05-19 Tim ChaseAllow for lock-free reading zfsdev_state_list.
2014-05-19 Richard YaoHandle ZPOOL_STATUS_HOSTID_MISMATCH in zpool status
2014-05-14 Chunwei ChenUse a dedicated taskq for vdev_file
2014-05-06 Brian BehlendorfHandle vdev_lookup_top() failure in dva_get_dsize_sync()
2014-05-06 Tim ChaseCheck the dataset type more rigorously when fetching...
2014-05-06 Brian BehlendorfFix style
2014-05-06 George WilsonIllumos #4101 finer-grained control of metaslab_debug
2014-05-05 Brian BehlendorfTreat spill block dbufs as meta data
2014-05-02 Brian BehlendorfRemove SELinux enforcing check from init scripts
2014-05-01 Richard Yaoztest: Switch to LWP rwlock interface
2014-05-01 Richard Yaolibspl: Implement LWP rwlock interface
2014-05-01 Richard YaoFix libblkid ZFS detection when making new pools
2014-05-01 Brian Behlendorfdmu_tx_assign() should not return ENOMEM
2014-05-01 Richard YaoImplement File Attribute Support
2014-05-01 Richard YaoRefactor inode_owner_or_capable() autotools check
2014-04-30 ilovezfsFill in mountpoint buffer before using it in errors
2014-04-25 Chunwei ChenAdd assertion to catch 0-count page
2014-04-25 Jorgen LundmanAdd support for aarch64 (ARMv8)
2014-04-20 Ned BassFix LZ4 endianness autodetection
2014-04-18 Brian BehlendorfFix zfsdev_ioctl() kmem leak warning
2014-04-17 Brian BehlendorfVarious zimport.sh fixes
2014-04-16 Tim ChaseReport atime and relatime as the property's actual...
2014-04-16 DHEUninitialized variable spa_autoreplace used
2014-04-14 Chunwei ChenUse ddi_time_after and friends to compare time
2014-04-10 Brian BehlendorfMake zimport.sh bash dependency explicit
2014-04-10 Chunwei ChenLinux 3.14 compat: rq_for_each_segment in dmu_req_copy
2014-04-10 Chunwei ChenRevert "Fix zvol+btrfs hang"
2014-04-10 Chunwei ChenRefactor dmu_req_copy for immutable biovec changes
2014-04-10 Chunwei ChenLinux 3.14 compat: Immutable biovec changes in vdev_disk.c
2014-04-10 Chunwei ChenLinux 3.14 compat: posix_acl_{create,chmod}
2014-04-10 Brian BehlendorfImprove zfs.sh error messages
2014-04-09 Chris DunlapReplace zed_file_create_dirs() with mkdirp()
2014-04-09 Chris DunlapSet errno for mkdirp() called with NULL path ptr
2014-04-09 Brian BehlendorfDynamically create loop devices
2014-04-08 Richard YaoImprove partition detection on lesser used devices
2014-04-04 Turbo FredrikssonAllow specifying '-o <opts>' in defaults/init script.
2014-04-04 Turbo FredrikssonSupport using overlay mounts in defaults/init script.
2014-04-04 John M. LaymanFix for re-reading /etc/mtab.
2014-04-04 Richard YaoFix locking order in zfs_zget()
2014-04-04 Richard YaoFix deadlock in zfs_zget()
2014-04-03 Brian BehlendorfRevert "Fixed a use-after-free bug in zfs_zget()."
2014-04-02 Chris DunlapMerge branch 'zed-initial'
2014-04-02 Chris DunlapReplace check for _POSIX_MEMLOCK w/ HAVE_MLOCKALL
2014-04-02 Brian BehlendorfAdd automatic hot spare functionality
2014-04-02 Brian BehlendorfAdd missing DATA_TYPE_STRING_ARRAY output
2014-04-02 Brian BehlendorfMake command line guid parsing more tolerant
2014-04-02 Chris DunlapAdd systemd unit file for zed
2014-04-02 Chris DunlapInitial implementation of zed (ZFS Event Daemon)
2014-03-31 Chris DunlapReplace zpool_events_next() "block" parm w/ "flags"
2014-03-31 Chris DunlapAdd defs for makefile installation dir vars
next