]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2014-11-08 Xin LI5244 zio pipeline callers should explicitly invoke...
2014-11-08 Xin LI5243 zdb -b could be much faster
2014-10-09 Mark Johnston5202 want ctf(4)
2014-10-09 Xin LI3693 restore_object uses at least two transactions...
2014-10-09 Xin LI5175 implement dmu_read_uio_dbuf() to improve cached...
2014-10-09 Xin LI5169 zdb should limit its ARC size
2014-10-06 Xin LI5162 zfs recv should use loaned arc buffer to avoid...
2014-10-06 Xin LI5178 zdb -vvvvv on old-format pool fails in dump_deadlist()
2014-10-06 Xin LI5176 lock contention on godfather zio
2014-10-04 Xin LI5177 remove dead code from dsl_scan.c
2014-10-04 Xin LI5150 zfs clone of a defer_destroy snapshot causes stran...
2014-10-04 Xin LI5174 add sdt probe for blocked read in dbuf_read()
2014-10-04 Xin LI5149 zvols need a way to ignore DKIOCFREE
2014-10-04 Xin LI5148 zvol's DKIOCFREE holds zfsdev_state_lock too long
2014-10-04 Xin LI5161 add tunable for number of metaslabs per vdev
2014-10-04 Xin LI5163 arc should reap range_seg_cache
2014-10-04 Xin LI5164 space_map_max_blksz causes panic, does not work
2014-10-04 Xin LI5147 zpool list -v should show individual disk capacity
2014-09-13 Xin LI5139 SEEK_HOLE failed to report a hole at end of file
2014-09-13 Xin LI5140 message about "%recv could not be opened" is print...
2014-09-13 Xin LI5134 if ZFS_DEBUG or debug= is set, libzpool should...
2014-09-13 Xin LI5138 add tunable for maximum number of blocks freed...
2014-09-13 Xin LI5136 fix write throttle comment in dsl_pool.c
2014-09-13 Xin LI5135 zpool_find_import_cached() can use fnvlist_*
2014-09-13 Xin LI5151 blkdev should support reporting of physical block...
2014-09-07 Xin LI5118 When verifying or creating a storage pool, error...
2014-09-07 Xin LI5116 zpool history -i goes into infinite loop
2014-09-07 Xin LI5117 space map reallocation can cause corruption
2014-08-20 Xin LI5095 panic when adding a duplicate dbuf to dn_dbufs
2014-08-20 Xin LI5066 remove support for non-ANSI compilation
2014-08-20 Xin LI5047 don't use atomic_*_nv if you discard the return...
2014-08-20 Xin LI5045 use atomic_{inc,dec}_* instead of atomic_add_*
2014-08-20 Xin LI5043 remove deprecated atomic functions' prototypes
2014-08-20 Xin LI5042 stop using deprecated atomic functions
2014-08-04 Xin LI5049 panic when removing log device
2014-08-02 Xin LIAuthor: Justin T. Gibbs <justing@spectralogic.com>
2014-08-02 Xin LIAuthor: Matthew Ahrens <mahrens@delphix.com>
2014-07-29 Xin LI5034 ARC's buf_hash_table is too small
2014-07-29 Xin LI4873 zvol unmap calls can take a very long time for...
2014-07-23 Xin LI4976 zfs should only avoid writing to a failing non...
2014-07-18 Xin LI5008 lock contention (rrw_exit) while running a read...
2014-07-18 Xin LI4753 increase number of outstanding async writes when...
2014-07-18 Xin LI4631 zvol_get_stats triggering too many reads
2014-07-18 Xin LI4958 zdb trips assert on pools with ashift >= 0xe
2014-07-15 Xin LI4970 need controls on i/o issued by zpool import -XF
2014-07-15 Xin LI4975 missing mutex_destroy() calls in zfs
2014-07-14 Xin LI4951 ZFS administrative commands should use reserved...
2014-07-09 Xin LI4951 ZFS administrative commands should use reserved...
2014-07-09 Xin LI4966 zpool list iterator does not update output
2014-07-09 Xin LI4953 zfs rename <snapshot> need not involve libshare
2014-07-09 Xin LI4950 files sometimes can't be removed from a full files...
2014-07-01 Xin LI4929 want prevsnap property
2014-07-01 Xin LI4924 LZ4 Compression for metadata
2014-07-01 Xin LI4936 lz4 could theoretically overflow a pointer with...
2014-07-01 Xin LI4914 zfs on-disk bookmark structure should be named...
2014-06-26 Rui Paulo OS-1723 DTrace should speak JSON
2014-06-17 Xin LI4756 metaslab_group_preload() could deadlock
2014-06-17 Xin LI4897 Space accounting mismatch in L2ARC/zpool
2014-06-17 Xin LI4891 want zdb option to dump all metadata
2014-06-17 Xin LI4881 zfs send performance degradation when embedded...
2014-06-17 Xin LI4390 i/o errors when deleting filesystem/zvol can lead...
2014-06-17 Xin LI4757 ZFS embedded-data block pointers ("zero block...
2014-06-03 Mark Johnston4767 dtrace_probe() always has the timestamp
2014-06-03 Mark Johnston4470 overly aggressive D integer narrowing breaks 32...
2014-06-03 Mark Johnston4469 DTrace helper tracing should be dynamic
2014-06-03 Mark Johnston4471 DTrace count() with histogram
2014-06-03 Mark Johnston4474 DTrace Userland CTF Support
2014-06-03 Mark Johnston4248 dtrace(1M) should never create DOF with empty...
2014-06-03 Mark Johnston4477 DTrace should speak JSON
2014-06-03 Mark Johnston2915 DTrace in a zone should see "cpu", "curpsinfo...
2014-05-31 Xin LI4901 zfs filesystem/snapshot limit leaks
2014-05-31 Xin LI3897 zfs filesystem and snapshot limits (fix leak)
2014-05-27 Xin LI3835 zfs need not store 2 copies of all metadata
2014-05-27 Xin LI4730 metaslab group taskq should be destroyed in metasl...
2014-05-27 Xin LI4698 fix builds by gcc44 on sparc
2014-04-23 Xin LI4745 fix AVL code misspellings
2014-04-23 Xin LI3897 zfs filesystem and snapshot limits
2014-04-18 Xin LI4754 io issued to near-full luns even after setting...
2014-04-18 Xin LI4752 fan out read zio taskqs
2014-04-18 Xin LI4374 dn_free_ranges should use range_tree_t
2014-03-28 Xin LI3993 zpool(1M) and zfs(1M) should support -p for "list...
2014-03-28 Xin LI4573 ZFS snapshot alias
2014-03-20 Xin LI4571 Add documentation for -T and interval to "zpool...
2014-03-20 Xin LI4570 Document dedupditto pool property
2014-03-20 Xin LI3947 zpool(1M) references nonexistent zfs-features(5)
2014-03-10 Xin LI4638 Panic in ZFS via rfs3_setattr()/rfs3_write():...
2014-02-28 Mark Johnston4478 dtrace_dof_maxsize is far too small
2014-02-27 Xin LI4626 libzfs memleak in zpool_in_use()
2014-02-08 Xin LI4574 get_clones_stat does not call zap_count in non...
2014-01-31 Xin LI4504 traverse_visitbp: visit DMU_GROUPUSED_OBJECT before
2014-01-18 Xin LI3995 Memory leak of compressed buffers in l2arc_write_done
2014-01-16 Andriy Gapon4304 fmdump shall emit JSON
2014-01-16 Andriy Gapon4427 pid provider rejects probes with valid UTF-8 names
2014-01-02 Xin LIImport a file overlooked in r260154.
2014-01-01 Xin LI4391 panic system rather than corrupting pool if we...
2014-01-01 Xin LI4369 implement zfs bookmarks
2014-01-01 Xin LI4121 vdev_label_init should treat request as succeeded...
2014-01-01 Xin LI(Stripped down import from Illumos)
2013-12-10 Andriy Gapon4370 avoid transmitting holes during zfs send
2013-12-05 Andriy Gapon4373 add block contents print to zstreamdump
next