summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Implemented sharing datasets via SMB using libshareTurbo Fredriksson2012-12-039-13/+731
* Make zpool attach -o ashift=... actually workCyril Plisko2012-11-301-1/+1
* Add load_nvlist() error handlingBrian Behlendorf2012-11-301-1/+4
* Allow GPT+EFI vdevs for root poolsBrian Behlendorf2012-11-301-0/+10
* Disable page allocation warnings for super blockBrian Behlendorf2012-11-301-1/+1
* Verify --with-linux source directory existsBrian Behlendorf2012-11-291-5/+8
* vdev_id fails to handle complex device topologiesCyril Plisko2012-11-291-4/+4
* Make vdev_id POSIX sh compatibleNed Bass2012-11-271-16/+23
* Fix NULL deref when zvol_alloc() failsBrian Behlendorf2012-11-271-1/+1
* Increase ZFS_OBJ_MTX_SZ to 256Brian Behlendorf2012-11-271-1/+1
* Recreate minors when renaming zvolsBrian Behlendorf2012-11-191-5/+13
* mount.zfs: canonicalize mount point for mtabnordaux2012-11-151-2/+9
* Merge branch 'ashift'Brian Behlendorf2012-11-158-23/+144
|\
| * Add "-o ashift" to zpool add and zpool attachCyril Plisko2012-11-152-12/+70
| * Improve AF hard disk detectionBrian Behlendorf2012-11-153-5/+59
| * Illumos #2671: zpool import should not fail if vdev ashift has increasedGeorge Wilson2012-11-154-6/+15
|/
* zfs-0.6.0-rc12zfs-0.6.0-rc12Brian Behlendorf2012-11-131-1/+1
* Fix hard coded path in 60-vdev.rules.inRichard Yao2012-11-132-3/+3
* Fix "allocating allocated segment" panicBrian Behlendorf2012-11-091-1/+10
* Fix zvol+btrfs hangBrian Behlendorf2012-11-091-0/+77
* Merge remote branch 'eris/stats'Brian Behlendorf2012-11-067-11/+259
|\
| * Log I/Os longer than zio_delay_max (30s default)Brian Behlendorf2012-11-023-10/+28
| * Add txgs-<pool> kstat fileBrian Behlendorf2012-11-024-1/+231
|/
* Add ddt_object_count() error handlingBrian Behlendorf2012-10-294-19/+28
* Revert "Don't ashift-align vdev read requests."Brian Behlendorf2012-10-241-9/+3
* Remove 'Resized bio's/dio' warningBrian Behlendorf2012-10-221-1/+0
* Update spare and cache device names on importBrian Behlendorf2012-10-221-6/+7
* Allow 'zpool replace' to use short device namesBrian Behlendorf2012-10-225-96/+186
* Quote snapshot and mountpoint for .zfs automountBrian Behlendorf2012-10-171-2/+2
* Merge branch 'zil-performance'Brian Behlendorf2012-10-1714-27/+434
|\
| * Use the slog even with logbias=throughput.Etienne Dechamps2012-10-171-7/+6
| * Add FASTWRITE algorithm for synchronous writes.Etienne Dechamps2012-10-1710-20/+144
| * Add atomic_sub_* functions to libspl.Etienne Dechamps2012-10-174-0/+284
|/
* Merge branch 'condvar'Brian Behlendorf2012-10-173-9/+14
|\
| * Condition variable usage, zp->r_{rd,wr}_cvBrian Behlendorf2012-10-151-4/+5
| * Condition variable usage, zilog->zl_cv_batchBrian Behlendorf2012-10-151-1/+2
| * Condition variable usage, zevent_cvBrian Behlendorf2012-10-151-4/+7
|/
* Do not return /dev/loop-control in unused_loop_deviceAndrew Reid2012-10-151-1/+1
* Switch KM_SLEEP to KM_PUSHPAGEMassimo Maggi2012-10-151-2/+2
* Limit zfs_vdev_aggregation_limit to SPA_MAXBLOCKSIZEBrian Behlendorf2012-10-151-2/+2
* Return positive error number in zfsctl_shares_lookup.Yuxuan Shui2012-10-151-1/+1
* Disable ztest deadman timerBrian Behlendorf2012-10-141-0/+4
* Merge branch 'linux-3.6'Brian Behlendorf2012-10-1410-10/+115
|\
| * Linux 3.6 compat, iops->mkdir()Richard Yao2012-10-143-7/+6
| * Linux 3.6 compat, iops->create()Yuxuan Shui2012-10-143-0/+32
| * Linux 3.6 compat, iops->lookup()Yuxuan Shui2012-10-144-0/+41
| * Linux 3.6 compat, sget()Yuxuan Shui2012-10-144-2/+36
| * Linux 3.6 compat, sops->write_super() removedYuxuan Shui2012-10-141-1/+0
|/
* Don't ashift-align vdev read requests.Etienne Dechamps2012-10-121-3/+9
* Remove vmem_size() consumersRichard Yao2012-10-121-16/+0