summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix duplicate words in zpool.8Dominik Honnef2013-01-071-1/+1
* Allow fake mounts to succeed on non-legacy filesystems.Will Rouesnel2013-01-071-1/+2
* Fix gcc array subscript above bounds warningNed Bass2013-01-071-3/+4
* Merge branch 'io_schedule'Brian Behlendorf2013-01-072-22/+11
|\
| * Use cv_wait_io() which will will account for iowaitMatt Johnston2013-01-072-1/+2
| * Revert part of "Log I/Os longer than zio_delay_max (30s default)"Matt Johnston2013-01-071-22/+10
|/
* ZFS 0.6.0-rc13zfs-0.6.0-rc13Brian Behlendorf2012-12-201-1/+1
* Fix zpool on zvol lock inversion deadlockBrian Behlendorf2012-12-201-0/+28
* Revert "Remove TSD zfs_fsyncer_key"Brian Behlendorf2012-12-204-1/+16
* Refresh AUTHORSBrian Behlendorf2012-12-191-10/+66
* Remove the ChangeLogBrian Behlendorf2012-12-192-577/+1
* Remove TSD zfs_fsyncer_keyBrian Behlendorf2012-12-194-16/+1
* Set elevator for DM devices despite vdev_wholediskPrakash Surya2012-12-181-2/+9
* Fix using zvol as slog deviceJorgen Lundman2012-12-184-14/+31
* Fix get/set users/groups in quota props via numeric idMassimo Maggi2012-12-171-7/+7
* Do not use KERNEL_DIR env var in Makefile.amRichard Yao2012-12-171-3/+3
* Update SAs when an inode is dirtiedBrian Behlendorf2012-12-145-23/+96
* Update 69-vdev.rules .gitignoreBrian Behlendorf2012-12-141-1/+1
* Avoid ELOOP on auto-mounted snapshotsNed Bass2012-12-131-0/+7
* Linux 3.7 compat, schedule_delayed_work()Brian Behlendorf2012-12-122-12/+21
* Switch KM_SLEEP to KM_PUSHPAGERichard Yao2012-12-101-1/+1
* Revert "Fix unlink/xattr deadlock"Brian Behlendorf2012-12-052-90/+55
* Preserve inode mtime/ctime in .writepage()Brian Behlendorf2012-12-051-4/+32
* Fix 'zpool create' segfault due to bad syntaxJorgen Lundman2012-12-041-4/+6
* vdev_id support for device link aliasesNed Bass2012-12-037-150/+261
* Directory xattr znodes hold a reference on their parentBrian Behlendorf2012-12-034-29/+58
* 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