summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Remove superfluous statementRichard Yao2014-05-301-1/+0
* Fix memory leak in zpool_clear_label()Richard Yao2014-05-301-1/+3
* Allow building without ACLsChris Wedgwood2014-05-301-15/+15
* Fix DKMS package upgrade and packagerBrian Behlendorf2014-05-301-5/+12
* Restrict release number to META versionBrian Behlendorf2014-05-291-1/+1
* Use default slab typesBrian Behlendorf2014-05-222-15/+4
* Omit compiler warning by sticking to RAIIMarcel Huber2014-05-221-5/+5
* Added INTEL SSD 530 SeriesJohn Albietz2014-05-191-0/+1
* Honor zfs_nocacheflush for file vdevsHC2014-05-191-0/+4
* Calculate header size correctly in sa_find_sizes()Tim Chase2014-05-191-6/+8
* Allow for lock-free reading zfsdev_state_list.Tim Chase2014-05-192-18/+52
* Handle ZPOOL_STATUS_HOSTID_MISMATCH in zpool statusRichard Yao2014-05-191-0/+11
* Use a dedicated taskq for vdev_fileChunwei Chen2014-05-143-1/+24
* Handle vdev_lookup_top() failure in dva_get_dsize_sync()Brian Behlendorf2014-05-061-1/+3
* Check the dataset type more rigorously when fetching properties.Tim Chase2014-05-0610-20/+34
* Fix styleBrian Behlendorf2014-05-061-1/+2
* Illumos #4101 finer-grained control of metaslab_debugGeorge Wilson2014-05-062-8/+27
* Treat spill block dbufs as meta dataBrian Behlendorf2014-05-051-1/+4
* Remove SELinux enforcing check from init scriptsBrian Behlendorf2014-05-023-20/+0
* ztest: Switch to LWP rwlock interfaceRichard Yao2014-05-011-51/+50
* libspl: Implement LWP rwlock interfaceRichard Yao2014-05-012-0/+52
* Fix libblkid ZFS detection when making new poolsRichard Yao2014-05-011-1/+1
* dmu_tx_assign() should not return ENOMEMBrian Behlendorf2014-05-011-1/+6
* Implement File Attribute SupportRichard Yao2014-05-013-6/+114
* Refactor inode_owner_or_capable() autotools checkRichard Yao2014-05-012-19/+36
* Fill in mountpoint buffer before using it in errorsilovezfs2014-04-301-3/+3
* Add assertion to catch 0-count pageChunwei Chen2014-04-251-0/+7
* Add support for aarch64 (ARMv8)Jorgen Lundman2014-04-251-2/+2
* Fix LZ4 endianness autodetectionNed Bass2014-04-201-8/+3
* Fix zfsdev_ioctl() kmem leak warningBrian Behlendorf2014-04-181-5/+9
* Various zimport.sh fixesBrian Behlendorf2014-04-171-26/+31
* Report atime and relatime as the property's actual value.Tim Chase2014-04-161-2/+2
* Uninitialized variable spa_autoreplace usedDHE2014-04-161-1/+1
* Use ddi_time_after and friends to compare timeChunwei Chen2014-04-146-10/+22
* Make zimport.sh bash dependency explicitBrian Behlendorf2014-04-101-1/+1
* Linux 3.14 compat: rq_for_each_segment in dmu_req_copyChunwei Chen2014-04-103-8/+56
* Revert "Fix zvol+btrfs hang"Chunwei Chen2014-04-101-77/+0
* Refactor dmu_req_copy for immutable biovec changesChunwei Chen2014-04-101-28/+39
* Linux 3.14 compat: Immutable biovec changes in vdev_disk.cChunwei Chen2014-04-104-5/+36
* Linux 3.14 compat: posix_acl_{create,chmod}Chunwei Chen2014-04-103-5/+26
* Improve zfs.sh error messagesBrian Behlendorf2014-04-102-4/+8
* Replace zed_file_create_dirs() with mkdirp()Chris Dunlap2014-04-093-97/+13
* Set errno for mkdirp() called with NULL path ptrChris Dunlap2014-04-091-1/+3
* Dynamically create loop devicesBrian Behlendorf2014-04-091-12/+39
* Improve partition detection on lesser used devicesRichard Yao2014-04-081-8/+12
* Allow specifying '-o <opts>' in defaults/init script.Turbo Fredriksson2014-04-041-1/+2
* Support using overlay mounts in defaults/init script.Turbo Fredriksson2014-04-041-1/+6
* Fix for re-reading /etc/mtab.John M. Layman2014-04-043-5/+22
* Fix locking order in zfs_zget()Richard Yao2014-04-041-1/+1
* Fix deadlock in zfs_zget()Richard Yao2014-04-041-1/+21