]> git.proxmox.com Git - mirror_zfs.git/history - module
Illumos 6414 - vdev_config_sync could be simpler
[mirror_zfs.git] / module /
2016-01-28 Brian BehlendorfIllumos 6414 - vdev_config_sync could be simpler
2016-01-26 Simon Klinkertllumos 6334 - Cannot unlink files when over quota
2016-01-26 kernelOfTruthReintroduce zfs_remove() synchronous deletes
2016-01-26 Dan McDonaldLog zvol truncate/discard operations
2016-01-25 George WilsonIllumos 6251 - add tunable to disable free_bpobj processing
2016-01-25 Tim ChaseSet arc_c_min properly in userland builds
2016-01-25 Tim ChasePrevent arc_c collapse
2016-01-22 Matthew AhrensIllumos 4950 - files sometimes can't be removed from...
2016-01-20 Brian BehlendorfClose possible zfs_znode_held() race
2016-01-20 Brian BehlendorfLinux 4.5 compat: xattr list handler
2016-01-20 Brian BehlendorfLinux 4.5 compat: get_link() / put_link()
2016-01-15 Josef 'Jeff' SipekIllumos 5045 - use atomic_{inc,dec}_* instead of atomic...
2016-01-15 Marcel TelkaIllumos 4039 - zfs_rename()/zfs_link() needs stronger...
2016-01-15 George WilsonIllumos 3557, 3558, 3559, 3560
2016-01-15 Chunwei ChenPrevent duplicated xattr between SA and dir
2016-01-15 Richard YaoRemove fastwrite mutex
2016-01-15 Brian BehlendorfFix zsb->z_hold_mtx deadlock
2016-01-15 Brian BehlendorfAdd zfs_object_mutex_size module option
2016-01-13 Brian BehlendorfIncrease default user space stack size
2016-01-12 Will AndrewsIllumos 3749 - zfs event processing should work on...
2016-01-12 Justin GibbsIllumos 5438 - zfs_blkptr_verify should continue after...
2016-01-12 Josef 'Jeff' SipekIllumos 5515 - dataset user hold doesn't reject empty...
2016-01-12 George WilsonIllumos 6281 - prefetching should apply to 1MB reads
2016-01-12 Saso KiselkovIllumos 6367 - spa_config_tryenter incorrectly handles...
2016-01-12 Joe SteinIllumos 6295 - metaslab_condense's dbgmsg should includ...
2016-01-12 Justin T. GibbsIllumos 6171 - dsl_prop_unregister() slows down dataset...
2016-01-12 Matthew AhrensIllumos 6288 - dmu_buf_will_dirty could be faster
2016-01-12 George WilsonIllumos 6292 - exporting a pool while an async destroy
2016-01-12 Matthew AhrensIllumos 6319 - assertion failed in zio_ddt_write: bp...
2016-01-12 Matthew AhrensIllumos 5987 - zfs prefetch code needs work
2016-01-11 Brian BehlendorfIllumos 6293 - ztest failure: error == 28 (0xc == 0x1c...
2016-01-11 Brian BehlendorfRevert "Illumos 3749 - zfs event processing should...
2016-01-11 Brian BehlendorfFix 'prevsnap property' build failure
2016-01-11 Matthew AhrensIllumos 4929 - want prevsnap property
2016-01-11 Marcel TelkaIllumos 4638 - Panic in ZFS via rfs3_setattr()/rfs3_wri...
2016-01-11 Will AndrewsIllumos 3749 - zfs event processing should work on...
2016-01-09 Brian BehlendorfAllow 16M send/recv blocks
2016-01-08 Paul DagnelieIllumos 5960, 5925
2016-01-08 Richard SharpeFix casesensitivity=insensitive deadlock
2016-01-05 Jeremy JonesIllumos 3139 - zdb dies when it tries to determine...
2015-12-30 Matthew AhrensIllumos 5746 - more checksumming in zfs send
2015-12-30 Ned BassPrevent SA length overflow
2015-12-28 Chunwei ChenMake xattr dir truncate and remove in one tx
2015-12-28 Chunwei ChenFix empty xattr dir causing lockup
2015-12-23 Brian BehlendorfFix z_xattr_lock/z_teardown_lock inversion
2015-12-23 Brian BehlendorfRevert "Fix z_xattr_lock/z_teardown_lock lock inversion"
2015-12-22 Brian BehlendorfFix ztest truncated cache file
2015-12-22 Olaf FaalandIdentify locks flagged by lockdep
2015-12-18 DHEMake zio_taskq_batch_pct user configurable
2015-12-18 Brian BehlendorfFix zfs_vdev_aggregation_limit bounds checking
2015-12-18 Brian BehlendorfFix vdev_queue_aggregate() deadlock
2015-12-18 Brian BehlendorfFix z_xattr_lock/z_teardown_lock lock inversion
2015-12-16 Chunwei ChenUse uio for zvol_{read,write}
2015-12-16 Chunwei ChenFix uio_prefaultpages for 0 length iovec
2015-12-16 Brian BehlendorfHandle damaged blk_birth in dsl_deadlist_insert()
2015-12-16 Brian BehlendorfHandle block pointers with a corrupt logical size
2015-12-14 Brian BehlendorfHold the zfs_snapentry_t before dispatch
2015-12-14 Chunwei ChenFix snapshot automount race cause EREMOTE
2015-12-14 Brian BehlendorfChange zfs_snapshot_lock from mutex to rw lock
2015-12-14 Brian BehlendorfFix zfsctl_lookup_objset() deadlock
2015-12-14 Brian BehlendorfSet 'zfs_expire_snapshot=0' to disable auto-unmount
2015-12-09 Chunwei ChenUse spa as key besides objsetid for snapentry
2015-12-07 Brian BehlendorfUse large stacks when available
2015-12-04 Matthew AhrensIllumos 5959 - clean up per-dataset feature count code
2015-12-04 Brian BehlendorfAdd zap_prefetch() interface
2015-12-02 tuxokoPrevent rm modules.* when make install
2015-12-02 Chunwei ChenLinux 4.4 compat: xattr operations takes xattr_handler
2015-12-02 Chunwei ChenLinux 4.4 compat: make_request_fn returns blk_qc_t
2015-11-20 tuxokoFix zfs_dirty_data_max overflow on 32-bit
2015-11-20 tuxokoFix null pointer in arc_kmem_reap_now on 32-bit
2015-11-19 Chunwei ChenFix snapshot automount behavior when concurrent or...
2015-11-17 Brian BehlendorfFollow 0/-E convention for module load errors
2015-11-13 AndCycleObey arc_meta_limit default size when changing arc_max
2015-10-13 Chunwei ChenFix fail path in zfs_znode_alloc
2015-10-13 Chunwei ChenFix use-after-free in vdev_disk_physio_completion
2015-10-13 Justin T. GibbsIllumos 6267 - dn_bonus evicted too early
2015-10-13 Brian BehlendorfFix 'arc_c < arc_c_min' panic
2015-09-30 Richard Yaozfs_inode_update should not call dmu_object_size_from_d...
2015-09-30 Richard YaoRemove obsolete zv_lock
2015-09-29 Chunwei ChenFix uioskip crash when skip to end
2015-09-25 Richard YaoUserspace can pass zero length segments via writev...
2015-09-25 Brian BehlendorfRevert "dmu_objset_userquota_get_ids uses dn_bonus...
2015-09-25 Brian BehlendorfFix synchronous behavior in __vdev_disk_physio()
2015-09-25 Brian BehlendorfAvoid blocking in arc_reclaim_thread()
2015-09-25 Brian BehlendorfDisable zpl_nr_cached_objects() callback
2015-09-25 Brian BehlendorfAllow NFS activity to defer snapshot unmounts
2015-09-25 Lukas WunnerLinux 4.3 compat: bio_end_io_t / BIO_UPTODATE
2015-09-22 Don BradyAdd large block support to zpios(1) benchmark
2015-09-19 Ned BassHonor xattr=sa dataset property
2015-09-19 Brian BehlendorfFix NULL as mount(2) syscall data parameter
2015-09-19 Richard YaoDiscard on zvols should not exceed the length of a...
2015-09-11 Arne JansenIllumos 6214 - zpools going south
2015-09-09 Brian BehlendorfPrefetch start and end of volumes
2015-09-09 Richard YaoReintroduce IO accounting on zvols on Linux 3.19+
2015-09-04 Brian BehlendorfAdd dbgmsg kstat
2015-09-04 Brian BehlendorfSupport accessing .zfs/snapshot via NFS
2015-09-04 Andrey VesnovatyFix invalid fileid for snapshot root dentry
2015-09-04 Brian BehlendorfMerge branch 'zvol'
2015-09-04 Richard YaoSupport secure discard on zvols
2015-09-04 Richard Yaozvol processing should use struct bio
next