| Commit message (Expand) | Author | Age | Files | Lines |
* | Change zfs-kmod-devel install path | Brian Behlendorf | 2013-03-13 | 4 | -4/+4 |
* | Add snapdev=[hidden|visible] dataset property | Eric Dillmann | 2013-03-05 | 3 | -0/+8 |
* | Constify structures containing function pointers | Richard Yao | 2013-03-04 | 7 | -10/+10 |
* | Remove NPTL_GUARD_WITHIN_STACK | Brian Behlendorf | 2013-01-29 | 1 | -6/+0 |
* | Illumos #3035 LZ4 compression support in ZFS and GRUB | Eric Dillmann | 2013-01-29 | 2 | -0/+13 |
* | Use dsl_dataset_snap_lookup() | Brian Behlendorf | 2013-01-25 | 2 | -1/+3 |
* | Fix 'zfs rollback' on mounted file systems | Brian Behlendorf | 2013-01-17 | 3 | -1/+5 |
* | Illumos #3208 cross-endian incorrect user/group accounting | Matthew Ahrens | 2013-01-14 | 1 | -1/+2 |
* | Illumos #3145, #3212 | George Wilson | 2013-01-08 | 1 | -0/+1 |
* | Illumos #3104: eliminate empty bpobjs | Matthew Ahrens | 2013-01-08 | 4 | -0/+7 |
* | Illumos #3086: unnecessarily setting DS_FLAG_INCONSISTENT on async | Matthew Ahrens | 2013-01-08 | 4 | -2/+14 |
* | Illumos #2762: zpool command should have better support for feature flags | Christopher Siden | 2013-01-08 | 2 | -1/+2 |
* | Illumos #3090 and #3102 | George Wilson | 2013-01-08 | 3 | -1/+3 |
* | Illumos #2619 and #2747 | Christopher Siden | 2013-01-08 | 16 | -26/+355 |
* | Use cv_wait_io() which will will account for iowait | Matt Johnston | 2013-01-07 | 1 | -0/+1 |
* | Revert "Remove TSD zfs_fsyncer_key" | Brian Behlendorf | 2012-12-20 | 1 | -0/+2 |
* | Remove TSD zfs_fsyncer_key | Brian Behlendorf | 2012-12-19 | 1 | -2/+0 |
* | Fix using zvol as slog device | Jorgen Lundman | 2012-12-18 | 2 | -1/+1 |
* | Update SAs when an inode is dirtied | Brian Behlendorf | 2012-12-14 | 1 | -0/+1 |
* | Linux 3.7 compat, schedule_delayed_work() | Brian Behlendorf | 2012-12-12 | 1 | -1/+1 |
* | Directory xattr znodes hold a reference on their parent | Brian Behlendorf | 2012-12-03 | 1 | -0/+1 |
* | Increase ZFS_OBJ_MTX_SZ to 256 | Brian Behlendorf | 2012-11-27 | 1 | -1/+1 |
* | Illumos #2671: zpool import should not fail if vdev ashift has increased | George Wilson | 2012-11-15 | 1 | -0/+2 |
* | Log I/Os longer than zio_delay_max (30s default) | Brian Behlendorf | 2012-11-02 | 1 | -0/+2 |
* | Add txgs-<pool> kstat file | Brian Behlendorf | 2012-11-02 | 1 | -0/+15 |
* | Add ddt_object_count() error handling | Brian Behlendorf | 2012-10-29 | 1 | -3/+3 |
* | Add FASTWRITE algorithm for synchronous writes. | Etienne Dechamps | 2012-10-17 | 5 | -2/+9 |
* | Fix zfs_txg_timeout module parameter | Brian Behlendorf | 2012-10-11 | 1 | -0/+3 |
* | Fix zfs_write_limit_max integer size mismatch on 32-bit systems | Richard Yao | 2012-10-11 | 1 | -0/+5 |
* | Illumos #3100: zvol rename fails with EBUSY when dirty. | Matthew Ahrens | 2012-10-03 | 2 | -1/+1 |
* | 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 | 1 | -2/+2 |
* | Illumos #2703: add mechanism to report ZFS send progress | Bill Pijewski | 2012-09-19 | 5 | -2/+39 |
* | Illumos #1948: zpool list should show more detailed pool info | Chris Siden | 2012-09-19 | 2 | -2/+8 |
* | Switch KM_SLEEP to KM_PUSHPAGE | Brian Behlendorf | 2012-09-04 | 1 | -0/+1 |
* | Switch KM_SLEEP to KM_PUSHPAGE | Richard Yao | 2012-08-27 | 4 | -15/+15 |
* | Pre-allocate vdev I/O buffers | Brian Behlendorf | 2012-08-27 | 2 | -0/+9 |
* | Revert Disable direct reclaim for z_wr_* threads | Richard Yao | 2012-08-27 | 1 | -1/+0 |
* | Remove autotools products | Brian Behlendorf | 2012-08-27 | 4 | -2994/+0 |
* | Wrap smp_processor_id in kpreempt_[dis|en]able | Prakash Surya | 2012-08-24 | 1 | -0/+4 |
* | Export dbuf_* symbols | Brian Behlendorf | 2012-08-10 | 1 | -3/+0 |
* | Illumos #1693: persistent 'comment' field for a zpool | Dan McDonald | 2012-08-08 | 3 | -0/+8 |
* | Set zvol discard_granularity to the volblocksize. | Etienne Dechamps | 2012-08-07 | 4 | -0/+4 |
* | Illumos #1644, #1645, #1646, #1647, #1708 | Matthew Ahrens | 2012-07-31 | 4 | -4/+19 |
* | Linux 3.5 compat, end_writeback() changed to clear_inode() | Richard Yao | 2012-07-23 | 4 | -0/+4 |
* | Linux 3.5 compat, iops->truncate_range() removed | Richard Yao | 2012-07-23 | 4 | -0/+4 |
* | Linux 3.5 compat, eops->encode_fh() takes inodes | Richard Yao | 2012-07-23 | 4 | -0/+4 |
* | Fix build failures on PaX/GRSecurity patched kernels | Richard Yao | 2012-07-17 | 1 | -1/+1 |
* | Move partition scanning from userspace to module. | Etienne Dechamps | 2012-07-17 | 5 | -0/+9 |
* | Illumos #1949, #1953 | George Wilson | 2012-07-11 | 1 | -1/+2 |