| Commit message (Expand) | Author | Age | Files | Lines |
* | Illumos 5139 - SEEK_HOLE failed to report a hole at end of file | Matthew Ahrens | 2014-09-23 | 2 | -9/+21 |
* | Fix function call with uninitialized value in vdev_inuse | Richard Yao | 2014-09-23 | 1 | -1/+2 |
* | Illumos 5161 - add tunable for number of metaslabs per vdev | Matthew Ahrens | 2014-09-23 | 1 | -2/+13 |
* | Illumos 5177 - remove dead code from dsl_scan.c | Matthew Ahrens | 2014-09-22 | 1 | -46/+36 |
* | Illumos 5174 - add sdt probe for blocked read in dbuf_read() | Adam Leventhal | 2014-09-22 | 1 | -0/+2 |
* | Illumos 5140 - message about "%recv could not be opened" is printed when boot... | Matthew Ahrens | 2014-09-18 | 1 | -1/+9 |
* | Fix z_teardown_inactive_lock deadlock | Brian Behlendorf | 2014-09-11 | 1 | -1/+1 |
* | Implement fallocate FALLOC_FL_PUNCH_HOLE | Tim Chase | 2014-09-08 | 3 | -21/+143 |
* | Illumos 5117 - spacemap reallocation can cause corruption | George Wilson | 2014-09-08 | 1 | -5/+5 |
* | Add object type checking to zap_lockdir() | Brian Behlendorf | 2014-09-08 | 1 | -7/+4 |
* | Linux AIO Support | Richard Yao | 2014-09-05 | 3 | -37/+121 |
* | Illumos 5049 - panic when removing log device | Alex Reece | 2014-09-05 | 1 | -1/+2 |
* | Fix invalid locking order in rename operation | Stanislav Seletskiy | 2014-09-04 | 1 | -17/+20 |
* | Change the default 'zfs_dedup_prefetch' value to '0' | Alexey Smirnoff | 2014-09-04 | 1 | -1/+1 |
* | Improve handling of filesystem versions | Dan Swartzendruber | 2014-09-03 | 1 | -6/+1 |
* | Illumos 4970-4974 - extreme rewind enhancements | Matthew Ahrens | 2014-08-26 | 1 | -13/+66 |
* | Illumos 5034 - ARC's buf_hash_table is too small | Matthew Ahrens | 2014-08-26 | 1 | -3/+10 |
* | Fixed memory leaks in zevent handling | Isaac Huang | 2014-08-20 | 2 | -18/+44 |
* | Illumos 4631 - zvol_get_stats triggering too many reads | Matthew Ahrens | 2014-08-20 | 2 | -77/+63 |
* | Don't upgrade a metaslab when the pool is not writable | Tim Chase | 2014-08-18 | 1 | -5/+8 |
* | Illumos 4976-4984 - metaslab improvements | George Wilson | 2014-08-18 | 7 | -156/+541 |
* | Create an 'overlay' property | Turbo Fredriksson | 2014-08-15 | 1 | -0/+2 |
* | Revert "Revert "Revert "Fix unlink/xattr deadlock""" | Brian Behlendorf | 2014-08-11 | 1 | -85/+57 |
* | Add zfs_iput_async() interface | Brian Behlendorf | 2014-08-11 | 3 | -11/+16 |
* | Avoid 128K kmem allocations in mzap_upgrade() | Brian Behlendorf | 2014-08-11 | 1 | -3/+3 |
* | Avoid dynamic allocation of 'search zio' | Brian Behlendorf | 2014-08-11 | 1 | -6/+4 |
* | Use KM_PUSHPAGE in dsl_dataset_rollback_check() | Brian Behlendorf | 2014-08-06 | 1 | -2/+2 |
* | Illumos 4914 - zfs on-disk bookmark structure should be named *_phys_t | Matthew Ahrens | 2014-08-06 | 16 | -82/+83 |
* | Illumos 4881 - zfs send performance regression with embedded data | Matthew Ahrens | 2014-08-06 | 1 | -15/+21 |
* | Illumos 4897 - Space accounting mismatch in L2ARC/zpool | Saso Kiselkov | 2014-08-06 | 1 | -5/+13 |
* | Illumos 4390 - I/O errors can corrupt space map when deleting fs/vol | Matthew Ahrens | 2014-08-04 | 8 | -155/+294 |
* | Illumos 4757, 4913 | Matthew Ahrens | 2014-08-01 | 24 | -167/+670 |
* | Illumos 3835 zfs need not store 2 copies of all metadata | Matthew Ahrens | 2014-07-31 | 3 | -9/+56 |
* | Illumos 4754, 4755 | George Wilson | 2014-07-30 | 2 | -50/+6 |
* | Illumos #4374 | Matthew Ahrens | 2014-07-30 | 13 | -160/+116 |
* | Illumos 4368, 4369. | Matthew Ahrens | 2014-07-29 | 13 | -115/+845 |
* | Illumos 4370, 4371 | Max Grossman | 2014-07-28 | 21 | -290/+481 |
* | Illumos 4171, 4172 | Matthew Ahrens | 2014-07-25 | 16 | -222/+254 |
* | zfs_trunc() should use dmu_tx_assign(tx, TXG_WAIT) | Brian Behlendorf | 2014-07-22 | 1 | -7/+1 |
* | Illumos #4756 Fix metaslab_group_preload deadlock | George Wilson | 2014-07-22 | 1 | -3/+22 |
* | Illumos #4730 destroy metaslab group taskq | George Wilson | 2014-07-22 | 1 | -1/+2 |
* | Illumos #4101, #4102, #4103, #4105, #4106 | George Wilson | 2014-07-22 | 12 | -1164/+1916 |
* | Move metaslab_group_alloc_update() call | Prakash Surya | 2014-07-22 | 1 | -2/+2 |
* | Fix zil_commit() NULL dereference | Brian Behlendorf | 2014-07-17 | 4 | -6/+23 |
* | Illumos 4168, 4169, 4170: ztest, zdb and zhack fixes | George Wilson | 2014-07-17 | 2 | -10/+0 |
* | Convert zfs_mg_noalloc_threshold to a module parameter and document | Tim Chase | 2014-07-16 | 1 | -0/+4 |
* | Preserve asize when last mirror child promoted to top-level vdev | Andrew Barnes | 2014-07-02 | 1 | -0/+11 |
* | Illumos #4936 fix potential overflow in lz4 | Dan McDonald | 2014-07-01 | 1 | -0/+3 |
* | Comment the lack of real_LZ4_uncompress() | Tim Chase | 2014-07-01 | 1 | -0/+5 |
* | Revert "Fix __zio_execute() asynchronous dispatch" | Brian Behlendorf | 2014-06-11 | 1 | -2/+0 |