| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix ztest vdev file paths. | Etienne Dechamps | 2012-10-03 | 1 | -4/+4 |
* | Fix VOP_CLOSE() in userspace. | Etienne Dechamps | 2012-10-03 | 1 | -1/+1 |
* | Create threads in detached state in userspace. | Etienne Dechamps | 2012-10-03 | 3 | -7/+11 |
* | Modify vdev_elevator_switch() to use elevator_change() | Brian Behlendorf | 2012-10-03 | 3 | -18/+49 |
* | Force 4K blocksize when testing ext2 on zvol. | Etienne Dechamps | 2012-10-03 | 1 | -1/+3 |
* | Implement .commit_metadata hook for NFS export | Cyril Plisko | 2012-10-03 | 3 | -1/+45 |
* | zvol_probe should return NULL when the device isn't found. | Chris Wedgwood | 2012-10-03 | 1 | -1/+1 |
* | Illumos #2703: add mechanism to report ZFS send progress | Bill Pijewski | 2012-09-19 | 12 | -127/+312 |
* | Illumos #1948: zpool list should show more detailed pool info | Chris Siden | 2012-09-19 | 16 | -67/+383 |
* | Switch KM_SLEEP to KM_PUSHPAGE | Brian Behlendorf | 2012-09-19 | 1 | -3/+3 |
* | Seg fault 'zpool import -d /dev/disk/by-id -a'zfs-0.6.0-rc11 | Brian Behlendorf | 2012-09-18 | 1 | -1/+1 |
* | zfs-0.6.0-rc11 | Brian Behlendorf | 2012-09-18 | 1 | -1/+1 |
* | Illumos #2088 zdb could use a reasonable manual page | Richard Lowe | 2012-09-18 | 2 | -48/+470 |
* | Improve `zpool import` search behavior | Brian Behlendorf | 2012-09-17 | 2 | -29/+69 |
* | Switch KM_SLEEP to KM_PUSHPAGE | Brian Behlendorf | 2012-09-17 | 1 | -1/+1 |
* | ZFS replay transaction error 5 | Cyril Plisko | 2012-09-17 | 1 | -8/+7 |
* | Clear PG_writeback for sync I/O error case | Brian Behlendorf | 2012-09-14 | 1 | -0/+9 |
* | Fix zdb printf format string for ZIL data blocks | Cyril Plisko | 2012-09-13 | 1 | -1/+2 |
* | Move iput() after zfs_inode_update() | Brian Behlendorf | 2012-09-12 | 1 | -2/+2 |
* | Revert "Improve AF hard disk detection" | Brian Behlendorf | 2012-09-11 | 3 | -59/+5 |
* | Avoid running exportfs on each zfs/zpool command invocation | Cyril Plisko | 2012-09-11 | 1 | -9/+30 |
* | Illumos #3064: usr/src/cmd/zpool/zpool_main.c misspells "successful" | Cyril Plisko | 2012-09-11 | 1 | -1/+1 |
* | Remove autotools products | Chris Dunlop | 2012-09-11 | 2 | -337/+1 |
* | Silence "setting dataset to sync always" message in ztest. | Etienne Dechamps | 2012-09-10 | 1 | -1/+2 |
* | Remove zvol device node | Brian Behlendorf | 2012-09-10 | 1 | -0/+1 |
* | Add zstreamdump .gitignore | Brian Behlendorf | 2012-09-06 | 1 | -0/+1 |
* | Make ZFS filesystem id persistent across different machines | Cyril Plisko | 2012-09-06 | 1 | -2/+4 |
* | Increase the stack space in userspace. | Etienne Dechamps | 2012-09-06 | 1 | -4/+9 |
* | Disable page allocation warnings for ARC buffers | Brian Behlendorf | 2012-09-06 | 1 | -2/+3 |
* | Fix missing vdev names in zpool status output | Michael Martin | 2012-09-05 | 1 | -6/+6 |
* | Switch KM_SLEEP to KM_PUSHPAGE | Brian Behlendorf | 2012-09-05 | 2 | -3/+3 |
* | Switch KM_SLEEP to KM_PUSHPAGE | Brian Behlendorf | 2012-09-04 | 2 | -2/+3 |
* | Improve AF hard disk detection | Brian Behlendorf | 2012-09-04 | 4 | -5/+62 |
* | Switch KM_SLEEP to KM_PUSHPAGE | Brian Behlendorf | 2012-09-04 | 1 | -1/+1 |
* | Add libnvpair to mount_zfs dependencies | Etienne Dechamps | 2012-09-02 | 1 | -0/+1 |
* | Add zstreamdump(8) command to examine ZFS send streams. | Martin Matuska | 2012-09-02 | 6 | -2/+508 |
* | Switch KM_SLEEP to KM_PUSHPAGE | Chris Dunlop | 2012-09-02 | 2 | -6/+6 |
* | Switch KM_SLEEP to KM_PUSHPAGE | Brian Behlendorf | 2012-08-31 | 1 | -2/+2 |
* | Clear PG_writeback after zil_commit() for sync I/O | Brian Behlendorf | 2012-08-30 | 1 | -3/+8 |
* | Fix mount_zfs dependency on libzpool. | Etienne Dechamps | 2012-08-30 | 1 | -0/+1 |
* | Switch KM_SLEEP to KM_PUSHPAGE | Richard Yao | 2012-08-27 | 45 | -185/+187 |
* | mzap_upgrade() must use kmem_alloc() | Brian Behlendorf | 2012-08-27 | 1 | -3/+3 |
* | Annotate KM_PUSHPAGE call paths with PF_NOFS | Brian Behlendorf | 2012-08-27 | 3 | -5/+42 |
* | Pre-allocate vdev I/O buffers | Brian Behlendorf | 2012-08-27 | 4 | -2/+65 |
* | Revert Disable direct reclaim for z_wr_* threads | Richard Yao | 2012-08-27 | 2 | -7/+3 |
* | Revert Fix zpl_writepage() deadlock | Richard Yao | 2012-08-27 | 1 | -14/+1 |
* | Revert Fix ASSERTION(!dsl_pool_sync_context(tx->tx_pool)) | Richard Yao | 2012-08-27 | 1 | -13/+0 |
* | Remove autoconf check for CONFIG_PREEMPT | Prakash Surya | 2012-08-27 | 1 | -19/+0 |
* | Remove autotools products | Brian Behlendorf | 2012-08-27 | 67 | -80582/+19 |
* | rmdir(2) should return ENOTEMPTY | Brian Behlendorf | 2012-08-26 | 1 | -3/+3 |