aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Include <locale.h> to avoid error: 'LC_ALL' undeclared.Daniel Verite2012-06-111-0/+1
* Linux 3.4 compat, d_make_root() replaces d_alloc_root()Richard Yao2012-06-1161-1/+182
* Honor logbias when writing to ZVOLs.Etienne Dechamps2012-06-111-2/+6
* Improve CONFIG_DEBUG_LOCK_ALLOC error messageNed Bass2012-06-112-10/+15
* Improve 'zpool import' EBUSY error messageBrian Behlendorf2012-06-011-0/+6
* Add /dev/mapper/ to search pathBrian Behlendorf2012-06-011-1/+13
* Add vdev_id for JBOD-friendly udev aliasesNed A. Bass2012-06-0128-115/+1171
* Extend CONFIG_DEBUG_LOCK_ALLOC checkBrian Behlendorf2012-06-012-59/+237
* Define the needed ISA types for ARMJorgen Lundman2012-05-032-2/+21
* Revert "Disable direct reclaim on zvols"Brian Behlendorf2012-04-301-7/+1
* Add mdadm and bc dependenciesBrian Behlendorf2012-04-301-1/+1
* Linux 3.3 compat, iops->create()/mkdir()/mknod()Brian Behlendorf2012-04-3062-6/+241
* Disable direct reclaim on zvolsRichard Yao2012-04-301-1/+7
* Update ARC memory limits to account for SLUB internal fragmentationRichard Yao2012-04-301-5/+1
* Integrate ARC more tightly with LinuxBrian Behlendorf2012-04-301-155/+131
* Add zfs_mdcomp_disable module optionBrian Behlendorf2012-04-271-0/+3
* Illumos #2067: uninitialized variables in zfs(1M) may make snapshots undestro...Richard Lowe2012-04-271-16/+16
* Illumos #1946: incorrect formatting when listing output of multiple pools wit...Frederik Wessels2012-04-271-1/+5
* Illumos #952: separate intent logs should be obvious in 'zpool iostat' outputMike Harsch2012-04-271-3/+33
* Illumos #1909: disk sync write perf regression when slog is used post oi_148Brian Behlendorf2012-04-192-7/+16
* Use KM_PUSHPAGE in l2arc_write_buffersPrakash Surya2012-04-171-4/+6
* ZFS list snapshot property aliasP.SCH2012-04-112-5/+6
* ZFS snapshot aliasP.SCH2012-04-112-5/+11
* Illumos #1346: zfs incremental receive may leave behind temporary clonesMartin Matuska2012-04-111-2/+4
* Illumos #1475: zfs spill block hold can access invalid spill blkptrAlbert Lee2012-04-111-10/+14
* Illumos #1951: leaking a vdev when removing an l2cache deviceGeorge Wilson2012-04-114-9/+21
* OS-926: zfs panic in zfs_fill_zplprops_impl()Martin Matuska2012-04-111-6/+12
* Illumos #1680: zfs vdev_file_io_start: validate vdev before using vdev_tsdAndriy Gapon2012-04-111-7/+8
* Improve error message consistencyRichard Laager2012-04-111-5/+5
* Document the zle compression algorithmRichard Laager2012-04-111-2/+6
* Export additional dsl symbolsBrian Behlendorf2012-04-112-1/+12
* Fixed a NULL pointer dereference bug in zfs_preumountGunnar Beutner2012-04-051-1/+1
* Make Gentoo initscript use modinfoRichard Yao2012-04-031-1/+1
* Print human readable error message for ENOENTRichard Yao2012-04-031-0/+4
* Properly expose the mfu ghost list kstatsBrian Behlendorf2012-03-271-1/+1
* Remove hard-coded 80 column outputCraig Sanders2012-03-271-4/+25
* ZFS 0.6.0-rc8zfs-0.6.0-rc8Brian Behlendorf2012-03-261-1/+1
* Fix executable permissionsBrian Behlendorf2012-03-263-0/+1
* Add --enable-debug-dmu-tx configure optionBrian Behlendorf2012-03-2362-25/+154
* Enhance a dmu_tx_dirty_buf() assertionBrian Behlendorf2012-03-231-1/+2
* Add ZFS_META_RELEASE to module load/unload messagesBrian Behlendorf2012-03-231-6/+7
* Account for .zfs ctldir inodesBrian Behlendorf2012-03-221-0/+1
* Add .zfs control directoryBrian Behlendorf2012-03-2279-101/+2037
* Add zio constructor/destructorBrian Behlendorf2012-03-211-15/+63
* Revert "Add zio constructor/destructor"Brian Behlendorf2012-03-211-62/+15
* ZFS 0.6.0-rc7zfs-0.6.0-rc7Brian Behlendorf2012-03-161-1/+1
* Add missing NULL in zpl_xattr_handlersBrian Behlendorf2012-03-151-0/+1
* Use stderr for 'no pools/datasets available' errorGregor Kopka2012-03-152-6/+6
* Add sa_spill_rele() interfaceBrian Behlendorf2012-03-072-0/+15
* Add zio constructor/destructorBrian Behlendorf2012-03-071-15/+62