]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - include
Only wakeup waiters if we've actually done work
[FreeBSD/FreeBSD.git] / include /
2017-05-02 Brian BehlendorfLinux 4.12 compat: super_setup_bdi_name()
2017-04-26 Chunwei ChenReinstate zvol_taskq to fix aio on zvol
2017-04-21 Tony HutterPrebaked scripts for zpool status/iostat -c
2017-04-13 Brian BehlendorfOpenZFS 5120 - zfs should allow large block/gzip/raidz...
2017-04-11 Yuri PankovOpenZFS 6865 - want zfs-tests cases for zpool labelclea...
2017-04-10 Giuseppe Di NataleOpenZFS 2932 - support crash dumps to raidz, etc. pools
2017-04-09 George WilsonOpenZFS 8023 - Panic destroying a metaslab deferred...
2017-04-07 Toomas SoomeOpenZFS 7404 - rootpool_007_neg, bootfs_006_pos and...
2017-04-03 N ClarkAdditional Information for Zedlets
2017-03-29 Gvozden NeskovicRemove dependency on linear ABD
2017-03-29 LOLiCheck ashift validity in 'zpool add'
2017-03-21 Matthew AhrensOpenZFS 7968 - multi-threaded spa_sync()
2017-03-21 Olaf FaalandLinux 4.11 compat: iops.getattr and friends
2017-03-13 Brian BehlendorfAlign mount options handling and type/function names...
2017-03-10 Brian BehlendorfRestructure mount option handling
2017-03-10 Brian BehlendorfRename zfs_* functions
2017-03-10 Brian BehlendorfRename zfs_sb_t -> zfsvfs_t
2017-03-08 Chunwei ChenFix nfs snapdir automount
2017-03-08 Tony HutterFix harmless "BARRIER is deprecated" kernel warning...
2017-03-07 bunder2015Fix multi-line error messages in blkdev_compat.h
2017-03-07 Brian BehlendorfOpenZFS 7793 - ztest fails assertion in dmu_tx_willuse_...
2017-03-01 Olaf FaalandLinux 4.11 compat: avoid refcount_t name conflict
2017-02-24 Matthew AhrensClean up by-dnode code in dmu_tx.c
2017-02-24 Andriy GaponOpenZFS 7199 - dsl_dataset_rollback_sync may try to...
2017-02-15 Matthew Ahrenszfs_arc_num_sublists_per_state should be common to...
2017-02-09 Matthew AhrensOpenZFS 7104 - increase indirect block size
2017-02-03 Giuseppe Di NataleOpenZFS 4521 - zfstest is trying to execute evil "zfs...
2017-02-02 George MelikovOpenZFS 1300 - filename normalization doesn't work...
2017-02-01 David QuigleyUse fletcher_4 routines natively with `abd_iterate_func()`
2017-01-31 George MelikovOpenZFS 6569 - large file delete can starve out write ops
2017-01-31 George MelikovOpenZFS 7280 - Allow changing global libzpool variables...
2017-01-30 George MelikovOpenZFS 7541 - zpool import/tryimport ioctl returns...
2017-01-28 George MelikovOpenZFS 7277 - zdb should be able to print zfs_dbgmsg's
2017-01-27 George MelikovOpenZFS 7301 - zpool export -f should be able to interr...
2017-01-27 George MelikovOpenZFS 7254 - ztest failed assertion in ztest_dataset_...
2017-01-26 Tim ChaseOpenZFS 7613 - ms_freetree[4] is only used in syncing...
2017-01-26 George MelikovOpenZFS 7500 - Simplify dbuf_free_range by removing...
2017-01-26 George MelikovOpenZFS 6676 - Race between unique_insert() and unique_...
2017-01-26 George MelikovOpenZFS 7386 - zfs get does not work properly with...
2017-01-26 George MelikovOpenZFS 7336 - vfork and O_CLOEXEC causes zfs_mount...
2017-01-24 George MelikovOpenZFS 6871 - libzpool implementation of thread_create...
2017-01-24 Brian BehlendorfFix build-it compilation regression
2017-01-23 George MelikovOpenZFS 7180 - potential race between zfs_suspend_fs...
2017-01-23 George MelikovOpenZFS 6052 - decouple lzc_create() from the implement...
2017-01-23 George MelikovOpenZFS 7054 - dmu_tx_hold_t should use refcount_t...
2017-01-22 George Melikovcodebase style improvements for OpenZFS 6459 port
2017-01-19 Chunwei ChenSuspend/resume zvol for recv and rollback
2017-01-17 George MelikovOpenZFS 7235 - remove unused func dsl_dataset_set_blkptr
2017-01-17 Brian BehlendorfOpenZFS 6550 - cmd/zfs: cleanup gcc warnings
2017-01-13 bzzz77Add *_by-dnode routines
2017-01-13 Don BradyOpenZFS 7743 - per-vdev-zaps init path for upgrade
2017-01-12 Don BradyOpenZFS 7303 - dynamic metaslab selection
2017-01-12 George MelikovOpenZFS 6328 - Fix cstyle errors in zfs codebase
2017-01-03 George MelikovOpenZFS 7259 - DS_FIELD_LARGE_BLOCKS is unused
2017-01-03 ka7Fix spelling
2016-12-30 Tim Chase4.10 compat - BIO flag changes and others
2016-12-21 Chunwei ChenUse a dedicated taskq for vdev_file
2016-12-19 Brian BehlendorfFix file attributes
2016-12-14 Chunwei ChenFix wrong operator in xvattr.h
2016-12-12 Brian BehlendorfUse cstyle -cpP in `make cstyle` check
2016-12-08 Brian BehlendorfSpeed up zvol import and export speed
2016-12-02 Gvozden NeskovicCache ddt_get_dedup_dspace() value if there was no...
2016-12-02 Brian BehlendorfRefactor txg history kstat
2016-12-01 caoRemove unused sa_update_from_cb()
2016-12-01 caoCompile zio.h and zio_impl.h mutual include
2016-12-01 Chunwei ChenUse system_delay_taskq for long delay tasks
2016-11-30 Brian BehlendorfIntroduce ARC Buffer Data (ABD)
2016-11-29 Chunwei ChenABD optimized page allocation code
2016-11-29 Gvozden NeskovicABD changes for vectorized RAIDZ
2016-11-29 Isaac HuangABD page support to vdev_disk.c
2016-11-29 David QuigleyDLPX-44812 integrate EP-220 large memory scalability
2016-11-29 Tony HutterAdd -c to zpool iostat & status to run command
2016-11-29 LOLiAllow zfs unshare <protocol> -a
2016-11-10 caoFix coverity defects: CID 147540, 147542
2016-11-09 jxiongExport symbol dmu_objset_userobjspace_upgradable
2016-11-09 tuxokoLinux 3.14 compat: assign inode->set_acl
2016-11-07 Chunwei ChenUse set_cached_acl and forget_cached_acl when possible
2016-11-07 Chunwei ChenBatch free zpl_posix_acl_release
2016-11-07 Brian BehlendorfFix 'zpool import' detection issues
2016-11-04 Romain DolbeauAdd superscalar fletcher4
2016-11-04 Chunwei ChenAdd support for O_TMPFILE
2016-11-04 Chunwei ChenFix unlinked file cannot do xattr operations
2016-11-02 Romain DolbeauAdd parity generation/rebuild using AVX-512 for x86-64
2016-11-02 Brian BehlendorfFix 32-bit maximum volume size
2016-11-02 Brian BehlendorfAdd TASKQID_INVALID
2016-10-31 caoFix coverity defects: CID 147548
2016-10-26 Hajo MöllerFix lookup_bdev() on Ubuntu
2016-10-25 jxiongDo not upgrade userobj accounting for snapshot dataset
2016-10-24 Tony HutterTurn on/off enclosure slot fault LED even when disk...
2016-10-21 Romain DolbeauFletcher4 algorithm implemented in pure NEON for Aarch6...
2016-10-20 caoFix coverity defects: CID 147472
2016-10-20 Brian BehlendorfLinux 4.9 compat: inode_change_ok() renamed setattr_pre...
2016-10-19 Tony HutterMultipath autoreplace, control enclosure LEDs, event...
2016-10-14 Don BradyOpenZFS 7090 - zfs should throttle allocations
2016-10-11 Brian BehlendorfFix zfsctl_snapshot_{,un}mount() issues
2016-10-07 Brian BehlendorfFletcher4: Incremental updates and ctx calculation
2016-10-07 Brian BehlendorfAdd python style checking
2016-10-07 Jinshan XiongAdd support for user/group dnode accounting & quota
2016-10-05 Gvozden NeskovicFletcher4: save/reload implementation context
2016-10-04 Brian BehlendorfMerge OpenZFS 4185
next