]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2015-08-09 mav5693 ztest fails in dbuf_verify: buf[i] == 0, due to...
2015-08-09 mav5661 ZFS: "compression = on" should use lz4 if feature...
2015-08-09 mav5630 stale bonus buffer in recycled dnode_t leads to...
2015-08-09 mav5592 NULL pointer dereference in dsl_prop_notify_all_cb()
2015-08-09 mav5531 NULL pointer dereference in dsl_prop_get_ds()
2015-08-09 mav5562 ZFS sa_handle's violate kmem invariants, debug...
2015-08-03 avg5695 dmu_sync'ed holes do not retain birth time
2015-07-02 avg6033 arc_adjust() should search MFU lists for oldest...
2015-06-24 avg5981 Deadlock in dmu_objset_find_dp
2015-06-24 avg5269 zpool import slow
2015-06-15 avg5911 ZFS "hangs" while deleting file
2015-06-12 avgRevert r284031: the change was already imported in...
2015-06-05 avg5946 zfs_ioc_space_snaps must check that firstsnap...
2015-06-05 avg5909 ensure that shared snap names don't become too...
2015-06-05 avg5870 dmu_recv_end_check() leaks origin_head hold if...
2015-06-05 avg5912 full stream can not be force-received into a datas...
2015-06-05 avg5961 Fix stack overflow in zfs_create_fs
2015-06-05 avg5438 zfs_blkptr_verify should continue after zfs_panic_...
2015-06-05 avg5515 dataset user hold doesn't reject empty tags
2015-06-05 avg5818 zfs {ref}compressratio is incorrect with 4k sector...
2015-05-25 avg5515 dataset user hold doesn't reject empty tags
2015-05-25 markj5930 fasttrap_pid_enable() panics when prfind() fails...
2015-05-25 markj3599 dtrace_dynvar tail calls can blow stack
2015-05-08 avg5809 Blowaway full receive in v1 pool causes kernel...
2015-04-28 avg5393 spurious failures from dsl_dataset_hold_obj()
2015-04-28 avg5610 zfs clone from different source and target pools...
2015-04-19 delphijSync Makefile.files to illumos-gate@244781f10dcd82684fd...
2015-01-20 delphij5497 lock contention on arcs_mtx
2015-01-20 delphij5313 Allow I/Os to be aggregated across ZIO priority...
2015-01-20 delphij5056 ZFS deadlock on db_mtx and dn_holds
2015-01-20 delphij5445 Add more visibility via arcstats; specifically...
2015-01-20 delphij5408 managing ZFS cache devices requires lots of RAM
2015-01-20 delphij5376 arc_kmem_reap_now() should not result in clearing...
2014-12-18 delphij5422 preserve AVL invariants in dn_dbufs
2014-12-15 delphij5369 arc flags should be an enum
2014-12-06 delphij5314 Remove "dbuf phys" db->db_data pointer aliases...
2014-12-06 delphij5347 idle pool may run itself out of space
2014-12-06 delphij5368 ARC should cache more metadata
2014-12-06 delphij5349 verify that block pointer is plausible before...
2014-12-06 delphij5351 scrub goes for an extra second each txg
2014-12-06 delphij5348 zio_checksum_error() only fills in info if ECKSUM
2014-12-06 delphij5350 clean up code in dnode_sync()
2014-12-06 delphij5310 Remove always true tests for non-NULL ds->ds_phys
2014-12-06 delphij5311 traverse_dnode may report success when it should not
2014-12-06 delphij5213 panic in metaslab_init due to space_map_open retur...
2014-12-06 delphij5179 Remove unused ZFS ARC functions
2014-12-05 delphij5255 uts shouldn't open-code ISP2
2014-12-05 delphij5285 pass in cpu_pause_func via pause_cpus
2014-12-05 delphij5100 sparc build failed after 5004
2014-11-08 delphij5027 zfs large block support
2014-11-08 delphij5244 zio pipeline callers should explicitly invoke...
2014-11-08 delphij5243 zdb -b could be much faster
2014-10-09 delphij3693 restore_object uses at least two transactions...
2014-10-09 delphij5175 implement dmu_read_uio_dbuf() to improve cached...
2014-10-06 delphij5162 zfs recv should use loaned arc buffer to avoid...
2014-10-06 delphij5176 lock contention on godfather zio
2014-10-04 delphij5177 remove dead code from dsl_scan.c
2014-10-04 delphij5150 zfs clone of a defer_destroy snapshot causes stran...
2014-10-04 delphij5174 add sdt probe for blocked read in dbuf_read()
2014-10-04 delphij5149 zvols need a way to ignore DKIOCFREE
2014-10-04 delphij5148 zvol's DKIOCFREE holds zfsdev_state_lock too long
2014-10-04 delphij5161 add tunable for number of metaslabs per vdev
2014-10-04 delphij5163 arc should reap range_seg_cache
2014-10-04 delphij5164 space_map_max_blksz causes panic, does not work
2014-09-13 delphij5139 SEEK_HOLE failed to report a hole at end of file
2014-09-13 delphij5140 message about "%recv could not be opened" is print...
2014-09-13 delphij5138 add tunable for maximum number of blocks freed...
2014-09-13 delphij5136 fix write throttle comment in dsl_pool.c
2014-09-13 delphij5151 blkdev should support reporting of physical block...
2014-09-07 delphij5117 space map reallocation can cause corruption
2014-08-20 delphij5095 panic when adding a duplicate dbuf to dn_dbufs
2014-08-20 delphij5066 remove support for non-ANSI compilation
2014-08-20 delphij5047 don't use atomic_*_nv if you discard the return...
2014-08-20 delphij5045 use atomic_{inc,dec}_* instead of atomic_add_*
2014-08-20 delphij5043 remove deprecated atomic functions' prototypes
2014-08-20 delphij5042 stop using deprecated atomic functions
2014-08-04 delphij5049 panic when removing log device
2014-08-02 delphijAuthor: Justin T. Gibbs <justing@spectralogic.com>
2014-07-29 delphij5034 ARC's buf_hash_table is too small
2014-07-29 delphij4873 zvol unmap calls can take a very long time for...
2014-07-23 delphij4976 zfs should only avoid writing to a failing non...
2014-07-18 delphij5008 lock contention (rrw_exit) while running a read...
2014-07-18 delphij4753 increase number of outstanding async writes when...
2014-07-18 delphij4631 zvol_get_stats triggering too many reads
2014-07-18 delphij4958 zdb trips assert on pools with ashift >= 0xe
2014-07-15 delphij4970 need controls on i/o issued by zpool import -XF
2014-07-15 delphij4975 missing mutex_destroy() calls in zfs
2014-07-14 delphij4951 ZFS administrative commands should use reserved...
2014-07-09 delphij4951 ZFS administrative commands should use reserved...
2014-07-09 delphij4950 files sometimes can't be removed from a full files...
2014-07-01 delphij4929 want prevsnap property
2014-07-01 delphij4924 LZ4 Compression for metadata
2014-07-01 delphij4936 lz4 could theoretically overflow a pointer with...
2014-07-01 delphij4914 zfs on-disk bookmark structure should be named...
2014-06-26 pfgRevert r267930.
2014-06-26 pfgBring a new header from OpenSolaris/Illumos.
2014-06-17 delphij4756 metaslab_group_preload() could deadlock
2014-06-17 delphij4897 Space accounting mismatch in L2ARC/zpool
2014-06-17 delphij4881 zfs send performance degradation when embedded...
2014-06-17 delphij4390 i/o errors when deleting filesystem/zvol can lead...
next