aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Extend PF_FSTRANS critical regionsBrian Behlendorf2015-04-242-6/+14
* Fix formatting error in zfs(8)DHE2015-04-231-0/+2
* Fix io-spare.sh to work with disk vdevsChris Dunlap2015-04-171-1/+1
* Mark additional functions as PF_FSTRANSBrian Behlendorf2015-04-174-4/+53
* Document bookmarks a little better in zfs(8)Turbo Fredriksson2015-04-141-0/+18
* Rebuild init scripts on source file updatesDHE2015-04-141-1/+1
* Allocate zfs_znode_cache on the Linux slabTim Chase2015-04-141-2/+4
* Tag zfs-0.6.4zfs-0.6.4Brian Behlendorf2015-04-083-1/+5
* Use vmem_alloc() in spa_config_write()Brian Behlendorf2015-04-071-2/+2
* Mark all ZPL and ioctl functions as PF_FSTRANSTim Chase2015-04-037-19/+96
* Update zfs_pd_bytes_max default in zfs(8)Brian Behlendorf2015-03-311-1/+1
* Illumus 5693 - ztest fails in dbuf_verify: buf[i] == 0, due to dedup and bp_o...Matthew Ahrens2015-03-271-2/+0
* Illumos 5694 - traverse_prefetcher does not prefetch enoughGeorge Wilson2015-03-272-14/+13
* Align code with IllumosChris Dunlop2015-03-271-10/+9
* Illumos 5695 - dmu_sync'ed holes do not retain birth timePrakash Surya2015-03-273-8/+23
* zpool import should honor overlay propertyNed Bass2015-03-272-14/+14
* Add NULL guard in zfs_zrlock_class event classNed Bass2015-03-271-9/+9
* Add RHEL style kmod packagesBrian Behlendorf2015-03-278-2/+98
* Remove rpm/fedora directoryBrian Behlendorf2015-03-278-13/+2
* Check all vdev labels in 'zpool import'Brian Behlendorf2015-03-254-19/+61
* dbuf_free_range() overzealously frees dbufsNed Bass2015-03-251-1/+6
* Set the maximum ZVOL transfer size correctlyTim Chase2015-03-252-2/+2
* Execute udevadm settle before trying to import poolsGordan Bobic2015-03-241-0/+3
* zio_injection_enabled should not be a module optionIsaac Huang2015-03-243-21/+7
* Reduce size of zfs_sb_t: allocate z_hold_mtx separatelyChris Dunlop2015-03-243-1/+10
* Fix arc_adjust_meta() behaviorBrian Behlendorf2015-03-202-23/+80
* Restructure per-filesystem reclaimBrian Behlendorf2015-03-206-43/+59
* Fix arc_meta_max accountingBrian Behlendorf2015-03-201-3/+4
* Increase Linux pipe buffer size on 'zfs receive'Richard Yao2015-03-201-0/+43
* Move duplicate information about the 'zfs send -e' option.Turbo Fredriksson2015-03-191-18/+18
* Use MUTEX_FSTRANS on l2arc_buflist_mtxChunwei Chen2015-03-181-1/+1
* Fix warning about AM_INIT_AUTOMAKE argumentsHajo Möller2015-03-181-2/+3
* Linux 4.0 compat: bdi_setup_and_register() __must_checkBill McGonigle2015-03-161-2/+4
* Illumos 5630 - stale bonus buffer in recycled dnode_t leads to data corruptionJustin T. Gibbs2015-03-124-9/+62
* Illumos 5047 - don't use atomic_*_nv if you discard the return valueJosef 'Jeff' Sipek2015-03-122-5/+5
* Mark zfs_inactive() with PF_FSTRANSBrian Behlendorf2015-03-101-0/+8
* Actually source /etc/sysconfig/zfs instead of /etc/default/zfsHajo Möller2015-03-091-1/+1
* Use cached feature info in spa_add_feature_stats()Ned Bass2015-03-054-11/+51
* Add ZED to zfs.redhat.in scriptChris Dunlap2015-03-052-0/+7
* Replace zfs.redhat.in with zfs.lsb.in init scriptBrian Behlendorf2015-03-041-104/+73
* Install arc_summary.pyTurbo Fredriksson2015-03-032-0/+2
* Change ASSERT(!"...") to cmn_err(CE_PANIC, ...)Brian Behlendorf2015-03-035-7/+11
* Linux 4.0 compat: bdi_setup_and_register()Brian Behlendorf2015-03-035-60/+49
* Use MUTEX_FSTRANS mutex typeBrian Behlendorf2015-03-033-2/+3
* Fix deadlock between zpool export and zfs listIsaac Huang2015-03-021-19/+20
* Prevent "zpool destroy|export" when suspendedBrian Behlendorf2015-03-021-2/+2
* Avoid dladdr() in ztestTim Chase2015-02-271-44/+39
* Fix possible future overflow in zfs_nicenumChrister Ekholm2015-02-241-1/+1
* Retire spl_module_init()/spl_module_fini()Brian Behlendorf2015-02-246-34/+58
* Fix O_APPEND open(2) flagBrian Behlendorf2015-02-241-0/+3