]> git.proxmox.com Git - mirror_zfs.git/history - module/zfs/dbuf.c
Undo c89 workarounds to match with upstream
[mirror_zfs.git] / module / zfs / dbuf.c
2017-11-04 Don BradyUndo c89 workarounds to match with upstream
2017-10-27 Brian BehlendorfOpenZFS 8081 - Compiler warnings in zdb
2017-10-13 Brian BehlendorfPost-Encryption Followup
2017-10-11 Tom CaputiFixes for #6639
2017-10-11 Tom CaputiEncryption patch follow-up
2017-09-29 chrisrdScale the dbuf cache with arc_c
2017-08-24 chrisrddbuf_cons: deduplicate multilist_link_init()
2017-08-14 Tom CaputiNative Encryption for ZFS on Linux
2017-08-11 Brian BehlendorfSimplify threads, mutexs, cvs and rwlocks
2017-07-07 Matthew AhrensOpenZFS 8126 - ztest assertion failed in dbuf_dirty...
2017-06-29 Matthew AhrensClean up large dnode code
2017-06-09 Matthew AhrensOpenZFS 8156 - dbuf_evict_notify() does not need dbuf_e...
2017-06-07 Matthew AhrensOpenZFS 8155 - simplify dmu_write_policy handling of...
2017-05-26 Alan SomersOpenZFS 8070 - Add some ZFS comments
2017-04-26 Dan KimmelOpenZFS 7252 - compressed zfs send / receive
2017-04-24 Matthew AhrensOpenZFS 8025 - dbuf_read() creates unnecessary zio_root...
2017-04-09 George WilsonOpenZFS 8023 - Panic destroying a metaslab deferred...
2017-03-21 Matthew AhrensOpenZFS 7968 - multi-threaded spa_sync()
2017-03-07 Brian BehlendorfOpenZFS 7793 - ztest fails assertion in dmu_tx_willuse_...
2017-02-15 Matthew Ahrenszfs_arc_num_sublists_per_state should be common to...
2017-02-02 Giuseppe Di NataleRemove lint ifdef checks in zdb and dbuf
2017-01-28 George MelikovOpenZFS 7580 - ztest failure in dbuf_read_impl
2017-01-27 George MelikovOpenZFS 7254 - ztest failed assertion in ztest_dataset_...
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-22 George Melikovcodebase style improvements for OpenZFS 6459 port
2017-01-03 ka7Fix spelling
2016-12-13 bunder2015Fix typos in dbuf.c
2016-12-12 Brian BehlendorfUse cstyle -cpP in `make cstyle` check
2016-12-08 Brian BehlendorfSpeed up zvol import and export speed
2016-12-01 Brian BehlendorfOpenZFS 7143 - dbuf_read() creates unnecessary zio_root...
2016-11-30 Brian BehlendorfConvert zio_buf_alloc() consumers
2016-11-30 Brian BehlendorfIntroduce ARC Buffer Data (ABD)
2016-11-29 David QuigleyDLPX-44812 integrate EP-220 large memory scalability
2016-10-13 caoFix coverity defects: CID 150943, 150938
2016-10-04 Brian BehlendorfMerge OpenZFS 4185
2016-10-03 Tony HutterOpenZFS 4185 - add new cryptographic checksums to ZFS...
2016-09-29 Gvozden Neskovicfix: Shift exponent too large
2016-09-21 Isaac HuangReduce noise in tracing logs
2016-09-13 Dan KimmelDLPX-40252 integrate EP-476 compressed zfs send/receive
2016-09-13 George WilsonOpenZFS 6950 - ARC should cache compressed data
2016-08-30 Alexander MotinOpenZFS 6322 - ZFS indirect block predictive prefetch
2016-08-30 Matthew AhrensOpenZFS 7086 - ztest attempts dva_get_dsize_sync on...
2016-08-19 Matthew AhrensOpenZFS 7004 - dmu_tx_hold_zap() does dnode_hold()...
2016-08-19 Matthew AhrensOpenZFS 7003 - zap_lockdir() should tag hold
2016-08-18 Paul DagnelieOpenZFS 7176 - Yet another hole birth issue
2016-08-16 Matthew AhrensIt is not necessary to zero struct dbuf_hold_impl_data
2016-07-25 Tim ChaseLimit the amount of dnode metadata in the ARC
2016-07-12 PengFix PANIC: metaslab_free_dva(): bad DVA X:Y:Z
2016-06-24 Ned BassImplement large_dnode pool feature
2016-06-21 Paul DagnelieOpenZFS 6513 - partially filled holes lose birth time
2016-04-27 Alex ReeceIllumos 6844 - dnode_next_offset can detect fictional...
2016-01-15 Josef 'Jeff' SipekIllumos 5045 - use atomic_{inc,dec}_* instead of atomic...
2016-01-12 Matthew AhrensIllumos 6288 - dmu_buf_will_dirty could be faster
2016-01-12 Matthew AhrensIllumos 5987 - zfs prefetch code needs work
2016-01-08 Paul DagnelieIllumos 5960, 5925
2015-12-22 Olaf FaalandIdentify locks flagged by lockdep
2015-12-04 Matthew AhrensIllumos 5959 - clean up per-dataset feature count code
2015-10-13 Justin T. GibbsIllumos 6267 - dn_bonus evicted too early
2015-09-02 Tim ChaseDbuf hash table should be sized as is the arc hash...
2015-07-28 Brian BehlendorfAlign thread priority with Linux defaults
2015-07-06 Matthew AhrensIllumos 5911 - ZFS "hangs" while deleting file
2015-06-11 Brian BehlendorfMerge branch 'lock-contention-on-arcs_mtx-final'
2015-06-11 George WilsonIllumos 5369 - arc flags should be an enum
2015-06-05 Ned Bassdbuf_try_add_ref minor bug fixes
2015-05-11 Matthew AhrensIllumos 5027 - zfs large block support
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...
2015-04-28 Alex ReeceIllumos 5095 - panic when adding a duplicate dbuf to...
2015-04-28 Alex ReeceIllumos 4873 - zvol unmap calls can take a very long...
2015-04-28 Jorgen LundmanIllumos 4975 - missing mutex_destroy() calls in zfs
2015-04-03 Tim ChaseMark all ZPL and ioctl functions as PF_FSTRANS
2015-03-25 Ned Bassdbuf_free_range() overzealously frees dbufs
2015-03-12 Justin T. GibbsIllumos 5630 - stale bonus buffer in recycled dnode_t...
2015-03-12 Josef 'Jeff' SipekIllumos 5047 - don't use atomic_*_nv if you discard...
2015-03-03 Brian BehlendorfUse MUTEX_FSTRANS mutex type
2015-01-16 Brian BehlendorfMerge branch 'kmem-rework'
2015-01-16 Brian BehlendorfChange KM_PUSHPAGE -> KM_SLEEP
2015-01-07 Ned BassRemove duplicate typedefs from trace.h
2014-11-17 Tim ChaseUndirty freed spill blocks.
2014-11-14 Alex ZhuravlevExport symbols for ZIL interface
2014-10-23 Brian BehlendorfHandle block pointers with a corrupt logical size
2014-09-22 Adam LeventhalIllumos 5174 - add sdt probe for blocked read in dbuf_r...
2014-08-20 Matthew AhrensIllumos 4631 - zvol_get_stats triggering too many reads
2014-08-06 Matthew AhrensIllumos 4914 - zfs on-disk bookmark structure should...
2014-08-01 Matthew AhrensIllumos 4757, 4913
2014-07-30 Matthew AhrensIllumos #4374
2014-07-28 Max GrossmanIllumos 4370, 4371
2014-07-17 George WilsonIllumos 4168, 4169, 4170: ztest, zdb and zhack fixes
2014-05-05 Brian BehlendorfTreat spill block dbufs as meta data
2013-12-19 Michael Kjorlingcstyle: Resolve C style issues
2013-12-06 Matthew AhrensIllumos #4045 write throttle & i/o scheduler performanc...
2013-11-05 Matthew AhrensIllumos #4047
2013-11-05 Matthew AhrensIllumos #3834
2013-11-05 George WilsonIllumos #3236
2013-11-04 Will AndrewsIllumos #3741
2013-10-31 Matthew AhrensIllumos #3598
2013-10-25 Brian BehlendorfMerge branch 'kstat'
2013-10-25 Brian BehlendorfAdd visibility in to cached dbufs
next