]> git.proxmox.com Git - mirror_zfs.git/history - module
Check large block feature flag on volumes
[mirror_zfs.git] / module /
2015-08-28 Brian BehlendorfCheck large block feature flag on volumes
2015-08-28 Brian BehlendorfLimit max_hw_sectors_kb to 16M
2015-08-24 Chunwei ChenLinux 4.1 compat: loop device on ZFS
2015-08-19 Brian BehlendorfLinux 4.2 compat: vfs_rename()
2015-08-19 Brian BehlendorfHandle zap_lookup() failure in ddt_object_load()
2015-08-19 tuxokoAdd parenthesis to the ternary operator
2015-07-30 Brian BehlendorfUpdate arc_memory_throttle() to check pageout
2015-07-30 Brian BehlendorfUpdate arc_available_memory() to check freemem
2015-07-29 Brian BehlendorfBound zvol_threads module option
2015-07-29 Chunwei ChenFix "BUG: Bad page state" caused by writeback flag
2015-07-28 Brian BehlendorfAlign thread priority with Linux defaults
2015-07-28 Brian BehlendorfCheck for NULL in dmu_free_long_range_impl()
2015-07-23 Brian BehlendorfMinor style cleanup
2015-07-23 Brian BehlendorfRemove double counting HDR_L2ONLY_SIZE
2015-07-23 Brian BehlendorfAdd hdr_recl() reclaim callback
2015-07-23 Brian BehlendorfReinstate zfs_arc_p_min_shift
2015-07-23 Prakash SuryaIllumos 5817 - change type of arcs_size from uint64_t...
2015-07-23 Prakash SuryaIllumos 5445 - Add more visibility via arcstats
2015-07-23 Matthew AhrensIllumos 5376 - arc_kmem_reap_now() should not result...
2015-07-17 Brian BehlendorfAdd logic to try and recover an inode with an invalid...
2015-07-17 Turbo FredrikssonSupport parallel build trees (VPATH builds)
2015-07-17 Brian BehlendorfUpdate inode under range lock
2015-07-17 Brian BehlendorfLinux 4.2 compat: follow_link() / put_link()
2015-07-17 Brian BehlendorfLinux 4.2 compat: remove bio->bi_cnt access
2015-07-14 Matthew AhrensIllumos 5347 - idle pool may run itself out of space
2015-07-14 Alexander EreminIllumos 5610 - zfs clone from different source and...
2015-07-14 Richard YaoFailure of userland copy should return EFAULT
2015-07-13 Boris ProtopopovTranslate sync zio to sync bio
2015-07-13 Brian BehlendorfFix switch-bool warning
2015-07-10 Justin T. GibbsIllumos 5661 - ZFS: "compression = on" should use lz4...
2015-07-10 Josef 'Jeff' SipekIllumos 4745 - fix AVL code misspellings
2015-07-06 Tim ChasePrevent reclaim in metaslab preload threads
2015-07-06 Alexander MotinIllumos 5008 - lock contention (rrw_exit) while running...
2015-07-06 Matthew AhrensIllumos 5911 - ZFS "hangs" while deleting file
2015-07-06 Arne JansenIllumos 5981 - Deadlock in dmu_objset_find_dp
2015-07-06 Andriy GaponIllumos 5946, 5945
2015-07-06 Andriy GaponIllumos 5870 - dmu_recv_end_check() leaks origin_head...
2015-07-06 Andriy GaponIllumos 5909 - ensure that shared snap names don't...
2015-07-06 Andriy GaponIllumos 5912 - full stream can not be force-received...
2015-07-01 Alek PinchukIllumos 6033 - arc_adjust() should search MFU lists
2015-06-29 Matthew AhrensIllumos 5175 - implement dmu_read_uio_dbuf() to improve...
2015-06-25 Matthew AhrensIllumos 5368 - ARC should cache more metadata
2015-06-25 George WilsonIllumos 5163 - arc should reap range_seg_cache
2015-06-25 Brian BehlendorfUpdate all default taskq settings
2015-06-25 Andriy GaponAccount for ashift when gathering buffers to be written...
2015-06-25 Prakash SuryaIllumos 5701 - zpool list reports incorrect "alloc...
2015-06-23 Richard Yaozfsdev_getminor() should check for invalid file handles
2015-06-22 Etienne DechampsMake metaslab_aliquot a module parameter.
2015-06-22 Etienne DechampsDocument metaslab_aliquot.
2015-06-22 Etienne DechampsAllocate disk space fairly in the presence of vdevs...
2015-06-22 Brian BehlendorfAdd zfs_sb_prune_aliases() function
2015-06-22 Brian BehlendorfIncrease the number of iput taskq threads
2015-06-18 Matus KralLinux 4.1 compat: use read_iter() / write_iter()
2015-06-17 Tim Chase3.12 compat, NUMA-aware per-superblock shrinker
2015-06-16 Brian BehlendorfWait interruptibly in prefetch thread
2015-06-11 Brian BehlendorfRename cv_wait_interruptible() to cv_wait_sig()
2015-06-11 Brian BehlendorfMerge branch 'lock-contention-on-arcs_mtx-final'
2015-06-11 Tim ChaseIncrease arc_c_min to allow safe operation of arc_adapt()
2015-06-11 Brian BehlendorfMake arc_prune() asynchronous
2015-06-11 Brian BehlendorfUse taskq_wait_outstanding() function
2015-06-11 Prakash SuryaIllumos 5497 - lock contention on arcs_mtx
2015-06-11 Chris WilliamsonIllumos 5408 - managing ZFS cache devices requires...
2015-06-11 George WilsonIllumos 5369 - arc flags should be an enum
2015-06-11 Tim ChasePartially revert "Add ddt, ddt_entry, and l2arc_hdr...
2015-06-11 Tim ChaseRevert "Allow arc_evict_ghost() to only evict meta...
2015-06-11 Tim ChaseRevert "fix l2arc compression buffers leak"
2015-06-11 Tim ChaseRevert "arc_evict, arc_evict_ghost: reduce stack usage...
2015-06-11 Brian BehlendorfRemove unused variable in vdev_add_child()
2015-06-10 Matthew AhrensIllumos 5818 - zfs {ref}compressratio is incorrect...
2015-06-09 Arne JansenIllumos 5269 - zpool import slow
2015-06-05 Ned Bassdmu_objset_userquota_get_ids uses dn_bonus unsafely
2015-06-05 Ned Bassdbuf_try_add_ref minor bug fixes
2015-05-15 Matthew AhrensIllumos 5243 - zdb -b could be much faster
2015-05-14 Jan SanisloReturn -ESTALE to force lookup for missing NFS file...
2015-05-14 Antonio RussoRelax restriction on zfs_ioc_next_obj() iteration
2015-05-14 Brian BehlendorfRemove unused 'dsl_pool_t *dp' variable
2015-05-13 Max GrossmanIllumos 5765 - add support for estimating send stream...
2015-05-13 Justin T. GibbsIllumos 5393 - spurious failures from dsl_dataset_hold_...
2015-05-11 Justin T. GibbsIllumos 5562 - ZFS sa_handle's violate kmem invariants...
2015-05-11 Matthew AhrensIllumos 5810 - zdb should print details of bpobj
2015-05-11 Matthew AhrensIllumos 5351, 5352 - scrub pauses
2015-05-11 Matthew AhrensIllumos 5350 - clean up code in dnode_sync()
2015-05-11 Alex ReeceIllumos 5422 - preserve AVL invariants in dn_dbufs
2015-05-11 David LamparterSafely handle security / ACL failures
2015-05-11 Matthew AhrensIllumos 5027 - zfs large block support
2015-05-11 Brian BehlendorfRemove metaslab_min_alloc_size module option
2015-05-08 Chris Dunloparc_evict, arc_evict_ghost: reduce stack usage using...
2015-05-08 Matthew AhrensIllumos 5349 - verify that block pointer is plausible...
2015-05-06 Chris DunlopWait for all znodes to be released before tearing down...
2015-05-05 Matthew AhrensIllumos 5348 - zio_checksum_error() only fills in info...
2015-05-04 Matthew AhrensIllumos 5820 - verify failed in zio_done(): BP_EQUAL...
2015-05-04 Matthew AhrensIllumos 5808 - spa_check_logs is not necessary on reado...
2015-05-04 Will AndrewsIllumos 5814 - bpobj_iterate_impl(): Close a refcount...
2015-05-04 Christopher SidenIllumos 4951 - ZFS administrative commands (fix)
2015-05-04 Matthew AhrensIllumos 4951 - ZFS administrative commands should use...
2015-05-04 Jerry JelinekIllumos 4901 - zfs filesystem/snapshot limit leaks
2015-05-04 Matthew AhrensIllumos 3654,3656
2015-05-04 tuxokoAdd cond_resched to zfs_zget to prevent infinite loop
2015-05-04 Jason Zamandmu: fix integer overflows
2015-04-30 George WilsonIllumos #5244 - zio pipeline callers should explicitly...
next