]> granicus.if.org Git - zfs/shortlog
zfs
2015-07-01 Colin Ian Kingman: fix spelling mistakes in manual
2015-06-29 Matthew AhrensIllumos 5175 - implement dmu_read_uio_dbuf() to improve...
2015-06-29 Turbo FredrikssonAdd /dev/mapper to the list of possible sources for...
2015-06-29 Tim ChaseRemove l2ad_evict from zfs_l2arc_evict_class
2015-06-26 Brian BehlendorfAdd ziltest.sh
2015-06-26 Don BradyFix for recent zdb -h | -i crashes (seg fault)
2015-06-26 Don Bradyzdb -d has false positive warning when feature@large_bl...
2015-06-25 Turbo FredrikssonAdditional SYSV init script fixes (3).
2015-06-25 Turbo FredrikssonRevert "Additional SYSV init script fixes."
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-24 Brian BehlendorfAdd IMPLY() and EQUIV() macros
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-18 Sören TempelUpdate dracut README
2015-06-17 Sören TempelOnly source '/lib/dracut-lib.sh' if it wasn't so far
2015-06-17 Sören TempelForce export if it failed the first time
2015-06-17 Sören TempelRefactor dracut module
2015-06-17 Turbo FredrikssonAdditional SYSV init script fixes.
2015-06-17 Brian BehlendorfUnify mount and share for 'zfs create/clone'
2015-06-17 Tim Chase3.12 compat, NUMA-aware per-superblock shrinker
2015-06-17 Hajo MöllerAdd -y option to `zpool iostat`
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 Brian BehlendorfAdd 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-09 Turbo FredrikssonImprove on the ZFS events documentation
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-06-05 Turbo FredrikssonSYSV init script fixes.
2015-05-28 Turbo FredrikssonBase init scripts for SYSV systems
2015-05-26 Brian BehlendorfUse ExecStartPre to load zfs modules
2015-05-22 Brian BehlendorfAdd libzfs_error_init() function
2015-05-22 Brian BehlendorfWait in libzfs_init() for the /dev/zfs device
2015-05-20 Turbo FredrikssonStyle check shell scripts
2015-05-19 Hajo MöllerChange 3-digit octal escapes to 4-digit ones
2015-05-18 Turbo FredrikssonThe mount helper mount.zfs MUST be in /sbin (not '...
2015-05-18 Tim ChaseInitialize dbu_tqent in dmu_buf_init_user()
2015-05-15 Alexander EreminIllumos 5847 - libzfs_diff should check zfs_prop_get...
2015-05-15 Matthew AhrensIllumos 5243 - zdb -b could be much faster
2015-05-15 Tim ChaseZdb should be able to open the root dataset
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 Tim ChaseLinux 2.6.36 compat, use REQ_FAILFAST_MASK and remove...
2015-05-11 Chris DunlapUpdate ZED copyright boilerplate
2015-05-11 David LamparterSafely handle security / ACL failures
2015-05-11 Brian Behlendorfztest should randomly change recordsize
2015-05-11 Matthew AhrensIllumos 5027 - zfs large block support
2015-05-11 Brian BehlendorfFix type mismatch on 32-bit systems
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 Turbo FredrikssonAdd the '-a' option to 'zpool export'
2015-05-04 Christopher... Illumos 4951 - ZFS administrative commands (fix)
2015-05-04 Matthew AhrensIllumos 4951 - ZFS administrative commands should use...
2015-05-04 Max GrossmanIllumos 4373 - add block contents print to zstreamdump
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...
2015-04-30 Matthew AhrensIllumos 5812 - assertion failed in zrl_tryenter():...
2015-04-28 Justin T. GibbsIllumos 5592 - NULL pointer dereference in dsl_prop_not...
2015-04-28 Justin T. GibbsIllumos 5531 - NULL pointer dereference in dsl_prop_get...
2015-04-28 Justin T. GibbsIllumos 5056 - ZFS deadlock on db_mtx and dn_holds
2015-04-28 Justin T. GibbsIllumos 5314 - Remove "dbuf phys" db->db_data pointer...
next