Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Mark all ZPL and ioctl functions as PF_FSTRANS | Tim Chase | 2015-04-03 | 1 | -1/+1 |
* | dbuf_free_range() overzealously frees dbufs | Ned Bass | 2015-03-25 | 1 | -1/+6 |
* | Illumos 5630 - stale bonus buffer in recycled dnode_t leads to data corruption | Justin T. Gibbs | 2015-03-12 | 1 | -8/+47 |
* | Illumos 5047 - don't use atomic_*_nv if you discard the return value | Josef 'Jeff' Sipek | 2015-03-12 | 1 | -4/+4 |
* | Use MUTEX_FSTRANS mutex type | Brian Behlendorf | 2015-03-03 | 1 | -1/+1 |
* | Change KM_PUSHPAGE -> KM_SLEEP | Brian Behlendorf | 2015-01-16 | 1 | -5/+5 |
* | Remove duplicate typedefs from trace.h | Ned Bass | 2015-01-06 | 1 | -0/+1 |
* | Undirty freed spill blocks. | Tim Chase | 2014-11-17 | 1 | -3/+6 |
* | Export symbols for ZIL interface | Alex Zhuravlev | 2014-11-14 | 1 | -0/+1 |
* | Handle block pointers with a corrupt logical size | Brian Behlendorf | 2014-10-23 | 1 | -7/+11 |
* | Illumos 5174 - add sdt probe for blocked read in dbuf_read() | Adam Leventhal | 2014-09-22 | 1 | -0/+2 |
* | Illumos 4631 - zvol_get_stats triggering too many reads | Matthew Ahrens | 2014-08-20 | 1 | -13/+25 |
* | Illumos 4914 - zfs on-disk bookmark structure should be named *_phys_t | Matthew Ahrens | 2014-08-06 | 1 | -3/+3 |
* | Illumos 4757, 4913 | Matthew Ahrens | 2014-08-01 | 1 | -9/+52 |
* | Illumos #4374 | Matthew Ahrens | 2014-07-30 | 1 | -2/+6 |
* | Illumos 4370, 4371 | Max Grossman | 2014-07-28 | 1 | -82/+53 |
* | Illumos 4168, 4169, 4170: ztest, zdb and zhack fixes | George Wilson | 2014-07-17 | 1 | -8/+0 |
* | Treat spill block dbufs as meta data | Brian Behlendorf | 2014-05-05 | 1 | -1/+4 |
* | cstyle: Resolve C style issues | Michael Kjorling | 2013-12-18 | 1 | -12/+18 |
* | Illumos #4045 write throttle & i/o scheduler performance work | Matthew Ahrens | 2013-12-06 | 1 | -14/+54 |
* | Illumos #4047 | Matthew Ahrens | 2013-11-05 | 1 | -10/+21 |
* | Illumos #3834 | Matthew Ahrens | 2013-11-05 | 1 | -1/+19 |
* | Illumos #3236 | George Wilson | 2013-11-05 | 1 | -3/+16 |
* | Illumos #3741 | Will Andrews | 2013-11-04 | 1 | -1/+23 |
* | Illumos #3598 | Matthew Ahrens | 2013-10-31 | 1 | -6/+6 |
* | Add visibility in to cached dbufs | Brian Behlendorf | 2013-10-25 | 1 | -0/+4 |
* | Illumos #3464 | Matthew Ahrens | 2013-09-04 | 1 | -51/+34 |
* | Illumos #3137 L2ARC compression | Saso Kiselkov | 2013-08-08 | 1 | -3/+7 |
* | Illumos #3498 panic in arc_read() | George Wilson | 2013-07-02 | 1 | -24/+4 |
* | Illumos #3006 | Madhav Suresh | 2013-06-19 | 1 | -3/+3 |
* | Illumos #3145, #3212 | George Wilson | 2013-01-08 | 1 | -1/+18 |
* | Illumos #2619 and #2747 | Christopher Siden | 2013-01-08 | 1 | -1/+2 |
* | Switch KM_SLEEP to KM_PUSHPAGE | Richard Yao | 2012-08-27 | 1 | -3/+3 |
* | Export dmu_buf_rele() symbol | Brian Behlendorf | 2012-08-14 | 1 | -0/+1 |
* | Export dbuf_* symbols | Brian Behlendorf | 2012-08-10 | 1 | -1/+33 |
* | Illumos #764: panic in zfs:dbuf_sync_list | Gordon Ross | 2011-08-01 | 1 | -4/+16 |
* | Fix txg_sync_thread deadlock | Brian Behlendorf | 2011-07-22 | 1 | -2/+2 |
* | Add linux kernel module support | Brian Behlendorf | 2010-08-31 | 1 | -0/+6 |
* | Add linux kernel memory support | Brian Behlendorf | 2010-08-31 | 1 | -0/+12 |
* | Fix stack noinline | Brian Behlendorf | 2010-08-31 | 1 | -2/+10 |
* | Fix stack inline | Brian Behlendorf | 2010-08-31 | 1 | -1/+2 |
* | Fix stack dbuf_hold_impl() | Brian Behlendorf | 2010-08-31 | 1 | -64/+140 |
* | Fix list handling to only use the API | Brian Behlendorf | 2010-08-31 | 1 | -0/+2 |
* | Fix dbuf_dirty_record_t leaks | Brian Behlendorf | 2010-08-31 | 1 | -0/+4 |
* | Fix gcc unused variable warnings | Brian Behlendorf | 2010-08-31 | 1 | -6/+6 |
* | Fix gcc missing parenthesis warnings | Brian Behlendorf | 2010-08-31 | 1 | -2/+2 |
* | Fix gcc c90 compliance warnings | Brian Behlendorf | 2010-08-27 | 1 | -9/+17 |
* | Update to onnv_147 | Brian Behlendorf | 2010-08-26 | 1 | -80/+239 |
* | Update core ZFS code from build 121 to build 141. | Brian Behlendorf | 2010-05-28 | 1 | -253/+383 |
* | Rebase master to b117 | Brian Behlendorf | 2009-07-02 | 1 | -46/+108 |