]> git.proxmox.com Git - mirror_zfs.git/history - module
libzfs: handle EDOM errors
[mirror_zfs.git] / module /
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
2015-09-04 Tim ChasePrevent reclaim in the traverse prefetch thread
2015-09-03 Brian BehlendorfAdd temporary mount options
2015-09-02 Tim ChaseDbuf hash table should be sized as is the arc hash...
2015-09-02 Brian BehlendorfAdd spa_slop_shift module option
2015-09-01 Richard YaoDisable LBA weighting on files and SSDs
2015-09-01 tuxokoCheck for RW_WRITE_HELD in zfs_inactive
2015-09-01 Brian BehlendorfLinux 4.2 compat: misc_deregister()
2015-08-31 Brian BehlendorfLinux 3.18 compat: Snapshot auto-mounting
2015-08-31 Andrey Vesnovatyzfsctl: No need to sync ctldir inodes
2015-08-30 Richard YaoClear QUEUE_FLAG_ADD_RANDOM on zvols
2015-08-30 loli10KFix small typo
2015-08-30 Tim ChaseInitialize the taskq entry embedded within struct vdev
2015-08-28 Tim ChaseAllow recovery from corrupted snapshot maps
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
next