]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2014-11-14 Chris WedgwoodReduce buf/dbuf mutex contention
2014-11-14 Alex ZhuravlevExport symbols for ZIL interface
2014-11-06 Dan SwartzendruberImprove zvol symlink handling.
2014-10-31 Marcel WysockiAdd config/compile to config/.gitignore
2014-10-28 Alexander PyhalovFix modules installation directory
2014-10-28 Richard YaoMake systemd-modules-load.service file directory config...
2014-10-28 Richard YaoMake directory into which mount.zfs is installed config...
2014-10-28 Richard YaoSearch /usr/local/src for SPL Object Directory
2014-10-28 Richard YaoKernel header installation should respect --prefix
2014-10-28 Tim ChaseLinux 3.12 compat: shrinker semantics
2014-10-23 Matthew AhrensIllumos 5164-5165 - space map fixes
2014-10-23 Alex ReeceIllumos 4958 zdb trips assert on pools with ashift...
2014-10-23 Brian BehlendorfFix zdb segfault
2014-10-23 Matthew AhrensIllumos 5169-5171 - zdb fixes
2014-10-23 Matthew AhrensIllumos 5178 - zdb -vvvvv on old-format pool fails...
2014-10-23 ilovezfsFix zpool create -t ENOENT bug.
2014-10-23 Brian BehlendorfHandle block pointers with a corrupt logical size
2014-10-22 Ned BassRemove checks for mandatory locks
2014-10-21 Matthew AhrensIllumos 5162 - zfs recv should use loaned arc buffer...
2014-10-21 Matthew AhrensIllumos 5150 - zfs clone of a defer_destroy snapshot...
2014-10-21 Matthew AhrensIllumos 3693 - restore_object uses at least two transac...
2014-10-21 Tim ChaseDon't perform ACL-to-mode translation on empty ACL
2014-10-20 Daniil LunevIllumos 4924 - LZ4 Compression for metadata
2014-10-20 Brian BehlendorfSuppress AIO kmem warnings
2014-10-17 Darik HornLet `zpool import` ignore a missing hostid record.
2014-10-17 Brian BehlendorfHandle NULL mirror child vdev
2014-10-17 Brian BehlendorfUpdate utsname support
2014-10-17 Brian BehlendorfRemove shrink_dcache_memory() and shrink_icache_memory()
2014-10-17 Brian BehlendorfUpdate code to use misc_register()/misc_deregister()
2014-10-17 Brian BehlendorfMake license compatibility checks consistent
2014-10-13 Ned Bassztest: print backtrace on SIGSEGV and SIGABRT
2014-10-13 Brian BehlendorfFix source_tree variable in dkms build
2014-10-09 Tom PrincePoint dkms build at installed source tree, rather than...
2014-10-09 Tom PrinceInstall header during post-build rather than post-install.
2014-10-09 Turbo FredrikssonAdd a stern warning about dedup
2014-10-08 Brian BehlendorfImprove VERIFY() error in dmu_write()
2014-10-07 Brian BehlendorfFix CPU_SEQID use in preemptible context
2014-10-07 Turbo FredrikssonAdd an example for 'zfs bookmark' to the Example section.
2014-10-07 Matthew AhrensIllumos 5176 - lock contention on godfather zio
2014-10-07 Lukas WunnerAmend Dracut module to export ZFS root on shutdown
2014-10-06 Chris DunlapCleanup struct zed_conf vars in zed_conf_destroy
2014-10-06 Chris DunlapObtain advisory lock on ZED PID file
2014-10-02 Andriy Gaponzfs send -p send properties only for snapshots that...
2014-10-02 smhFreeBSD PR kern/172259: Fixes zfs receive errors
2014-09-30 Richard YaoImplement -t option to zpool create for temporary pool...
2014-09-30 Richard Yaozpool import -t should not update cachefile
2014-09-30 Richard YaoAdd add_prop_list_default helper
2014-09-30 Brian BehlendorfMake user stack limit configurable
2014-09-29 Tim ChasePerform whole-page page truncation for hole-punching...
2014-09-25 Chris DunlapRefer to ZED's scripts as ZEDLETs
2014-09-25 Chris DunlapReplace zed's use of malloc with calloc
2014-09-23 Chris DunlapFix zed io-spare.sh dash incompatibility
2014-09-23 Max GrossmanIllumos 5138 - add tunable for maximum number of blocks...
2014-09-23 Alex ReeceIllumos 4753 - increase number of outstanding async...
2014-09-23 Matthew AhrensIllumos 5116 - zpool history -i goes into infinite...
2014-09-23 Matthew AhrensIllumos 5135 - zpool_find_import_cached() can use fnvlist_*
2014-09-23 Matthew AhrensIllumos 5139 - SEEK_HOLE failed to report a hole at...
2014-09-23 Richard Yaolib/libzpool/kernel.c: Assert no owners in rw_destroy()
2014-09-23 Richard YaoFix function call with uninitialized value in vdev_inuse
2014-09-23 Richard YaoProperly NULL terminate string in zfs_strcmp_pathname
2014-09-23 George WilsonIllumos 5147 - zpool list -v should show individual...
2014-09-23 Matthew AhrensIllumos 5161 - add tunable for number of metaslabs...
2014-09-22 Matthew AhrensIllumos 5177 - remove dead code from dsl_scan.c
2014-09-22 Adam LeventhalIllumos 5174 - add sdt probe for blocked read in dbuf_r...
2014-09-22 Ned BassRemove obsolete comment about guard pages
2014-09-22 Chris DunlapRemove reverse indentation from zed comments.
2014-09-18 Matthew AhrensIllumos 5140 - message about "%recv could not be opened...
2014-09-18 Turbo FredrikssonDocument environment variables for zdb, zfs, zinject...
2014-09-11 Brian BehlendorfFix z_teardown_inactive_lock deadlock
2014-09-09 Tim ChaseDocument the "readonly" pool property
2014-09-08 Tim ChaseImplement fallocate FALLOC_FL_PUNCH_HOLE
2014-09-08 George WilsonIllumos 5117 - spacemap reallocation can cause corruption
2014-09-08 Brian BehlendorfAdd object type checking to zap_lockdir()
2014-09-05 Richard YaoLinux AIO Support
2014-09-05 ilovezfsFragmentation should display as '-' if spacemap_histogr...
2014-09-05 Alex ReeceIllumos 5049 - panic when removing log device
2014-09-04 Stanislav SeletskiyFix invalid locking order in rename operation
2014-09-04 alteriksImport zfs pools after cryptsetup
2014-09-04 Alexey SmirnoffChange the default 'zfs_dedup_prefetch' value to '0'
2014-09-03 Dan SwartzendruberImprove handling of filesystem versions
2014-09-02 louwrentiusChange delimiter for ZED email scripts
2014-09-02 Ralf ErtzingerChange startup mode of ZED
2014-09-02 Chris DunlapCleanup zed logging
2014-09-02 Chris DunlapFix race condition with zed pidfile creation
2014-09-02 Brian BehlendorfAdd a missing > to AUTHORS
2014-08-28 Turbo FredrikssonAdd a pkgconfig file
2014-08-28 Brian BehlendorfRetire HAVE_IOCTL_* configure checks
2014-08-26 Matthew AhrensIllumos 4970-4974 - extreme rewind enhancements
2014-08-26 Matthew AhrensIllumos 5034 - ARC's buf_hash_table is too small
2014-08-26 Andrew Hamilton2493 change efi_rescan() to wait longer
2014-08-20 Isaac HuangFixed memory leaks in zevent handling
2014-08-20 Matthew AhrensIllumos 4631 - zvol_get_stats triggering too many reads
2014-08-18 Richard YaoDrive database update
2014-08-18 Tim ChaseDon't upgrade a metaslab when the pool is not writable
2014-08-18 George WilsonIllumos 4976-4984 - metaslab improvements
2014-08-15 Turbo FredrikssonCreate an 'overlay' property
2014-08-14 Richard YaoInclude sys/taskq.h in linux/vfs_compat.h
2014-08-13 Evan SusarretCorrect autodetection of bootfs property
2014-08-13 Alec SalazarAvoid PAGESIZE redefinition
2014-08-13 Alec SalazarReplace __va_list with va_list
next