summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Retire ZFS.RELEASE fileBrian Behlendorf2013-03-063-4/+2
* Remove ARCH packagingBrian Behlendorf2013-03-069-211/+4
* Add --with-dracutdir configure optionBrian Behlendorf2013-03-064-3/+16
* Add KMODDIR to install targetBrian Behlendorf2013-03-061-8/+13
* Fix zfs_config.h install permissionsBrian Behlendorf2013-03-061-1/+1
* Replace libexecdir with datadirBrian Behlendorf2013-03-067-92/+17
* Add snapdev=[hidden|visible] dataset propertyEric Dillmann2013-03-059-3/+103
* Merge zvol.c changes from PSARC 2010/306 Read-only ZFS poolsGeorge Wilson2013-03-041-5/+8
* Constify structures containing function pointersRichard Yao2013-03-0413-59/+59
* Eliminate runtime function pointer mods in autotools checksRichard Yao2013-03-0410-150/+113
* Fix hot sparesBrian Behlendorf2013-03-013-82/+115
* Remove wholedisk check from vdev_disk_open()Brian Behlendorf2013-02-281-14/+0
* Leaf vdevs should not be reopenedBrian Behlendorf2013-02-281-3/+16
* -x shouldn't warn about old on-disk format or unavailable featuresTim Connors2013-02-282-2/+5
* Remove the bio_empty_barrier() check.Etienne Dechamps2013-02-243-29/+0
* Use -Werror for all kernel configure tests.Etienne Dechamps2013-02-244-11/+1
* Enable zfs_arc_memory_throttle_disable by defaultBrian Behlendorf2013-02-211-1/+1
* Fix broken RPATH in spec fileBrian Behlendorf2013-02-121-5/+2
* Make spa.c assertions catch unsupported pre-feature flag pool versionsRichard Yao2013-02-121-2/+2
* Add explicit MAXNAMELEN checkBrian Behlendorf2013-02-121-0/+3
* Update the zfs.8 "ZFS Volumes as Swap" sectionBrian Behlendorf2013-02-071-1/+4
* Switch KM_SLEEP to KM_PUSHPAGENed Bass2013-02-062-3/+3
* Remove unused machelf.h headerBrian Behlendorf2013-02-052-181/+0
* Fix function relocations in libzpoolRichard Yao2013-02-051-1/+2
* Cast 'zfs bad bloc' to ULL for x86Brian Behlendorf2013-02-041-1/+1
* Fix 1M references in zpool-features.5Brian Behlendorf2013-02-041-5/+5
* Add zpool-features(5) man pageBrian Behlendorf2013-02-041-1/+1
* ZFS 0.6.0-rc14zfs-0.6.0-rc14Brian Behlendorf2013-02-011-1/+1
* Add zfs_arc_memory_throttle_disable module optionBrian Behlendorf2013-02-011-0/+7
* Add zfs_disable_dup_eviction module optionBrian Behlendorf2013-02-011-0/+3
* Honor 80 character limit in 'zpool status'Brian Behlendorf2013-01-311-2/+2
* Fix mismatch between SA header size and layoutNed Bass2013-01-311-0/+16
* Fix rounding discrepancy in sa_find_sizes()Ned Bass2013-01-311-0/+5
* Illumos #3447 improve the comment in txg.cAdam H. Leventhal2013-01-301-2/+71
* Retire zpool_id infrastructureBrian Behlendorf2013-01-2927-851/+16
* Remove NPTL_GUARD_WITHIN_STACKBrian Behlendorf2013-01-294-65/+1
* Illumos #3035 LZ4 compression support in ZFS and GRUBEric Dillmann2013-01-2913-2/+1188
* Quiet mkfs.ext2 outputBrian Behlendorf2013-01-281-1/+1
* Linux 2.6.26 compat, lookup_bdev()Brian Behlendorf2013-01-283-0/+27
* Stop using /bin/ as a source in zconfig.shBrian Behlendorf2013-01-282-10/+33
* Use strerror() not strerror_r()Brian Behlendorf2013-01-281-1/+1
* Avoid gcc -Werror=maybe-uninitialized warningsChris Wedgwood2013-01-281-2/+2
* Use dsl_dataset_snap_lookup()Brian Behlendorf2013-01-255-35/+8
* vdev_id: improve keyword parsing flexibilityNed Bass2013-01-251-9/+11
* Fix zconfig.sh partitioning errorBrian Behlendorf2013-01-241-2/+2
* Fix test script error codesBrian Behlendorf2013-01-241-1/+1
* Add d_clear_d_op() compatibilityBrian Behlendorf2013-01-232-0/+22
* fzap_cursor_move_to_key() should drop l_rwlockNed Bass2013-01-231-6/+6
* Fix zpl_revalidate() NULL derefBrian Behlendorf2013-01-221-1/+1
* Use sb->s_d_op default dentry operationsBrian Behlendorf2013-01-184-11/+29