]> git.proxmox.com Git - mirror_zfs.git/history - module/zfs/dbuf.c
Use MUTEX_FSTRANS mutex type
[mirror_zfs.git] / module / zfs / dbuf.c
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
2013-09-04 Matthew AhrensIllumos #3464
2013-08-08 Saso KiselkovIllumos #3137 L2ARC compression
2013-07-02 George WilsonIllumos #3498 panic in arc_read()
2013-06-19 Madhav SureshIllumos #3006
2013-01-08 Brian BehlendorfMerge branch 'feature-flags'
2013-01-08 George WilsonIllumos #3145, #3212
2013-01-08 Christopher SidenIllumos #2619 and #2747
2012-08-27 Richard YaoSwitch KM_SLEEP to KM_PUSHPAGE
2012-08-14 Brian BehlendorfExport dmu_buf_rele() symbol
2012-08-10 Brian BehlendorfExport dbuf_* symbols
2011-08-01 Brian BehlendorfMerge branch 'illumos'
2011-08-01 Gordon RossIllumos #764: panic in zfs:dbuf_sync_list
2011-07-22 Brian BehlendorfFix txg_sync_thread deadlock
2010-08-31 Brian BehlendorfAdd linux kernel module support
2010-08-31 Brian BehlendorfAdd linux kernel memory support
2010-08-31 Brian BehlendorfFix stack noinline
2010-08-31 Brian BehlendorfFix stack inline
2010-08-31 Brian BehlendorfFix stack dbuf_hold_impl()
2010-08-31 Brian BehlendorfFix list handling to only use the API
2010-08-31 Brian BehlendorfFix dbuf_dirty_record_t leaks
2010-08-31 Brian BehlendorfFix gcc unused variable warnings
2010-08-31 Brian BehlendorfFix gcc missing parenthesis warnings
2010-08-27 Brian BehlendorfFix gcc c90 compliance warnings
2010-08-26 Brian BehlendorfUpdate to onnv_147
2010-05-28 Brian BehlendorfUpdate core ZFS code from build 121 to build 141.
2009-07-02 Brian BehlendorfRebase master to b117
2009-02-18 Brian BehlendorfRebase master to b108
2008-12-11 Brian BehlendorfMove the world out of /zfs/ and seperate out module...