summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeLines
* Tag zfs-0.6.4.2zfs-0.6.4.2zfs-0.6.4-releaseNed Bass2015-06-25-1/+29
* Serialize access to spa->spa_feat_stats nvlistNed Bass2015-06-22-1/+9
* Add cond_resched to zfs_zget to prevent infinite looptuxoko2015-06-22-0/+2
* Wait for all znodes to be released before tearing down the superblockChris Dunlop2015-06-22-8/+30
* Add zfs_sb_prune_aliases() functionBrian Behlendorf2015-06-22-11/+84
* Linux 4.1 compat: use read_iter() / write_iter()Matus Kral2015-06-22-8/+70
* Linux 3.12 compat: NUMA-aware per-superblock shrinkerTim Chase2015-06-22-2/+34
* Wait interruptibly in prefetch threadBrian Behlendorf2015-06-22-3/+3
* Use ExecStartPre to load zfs modulesBrian Behlendorf2015-05-27-2/+4
* Wait in libzfs_init() for the /dev/zfs deviceBrian Behlendorf2015-05-22-6/+67
* Tag zfs-0.6.4.1zfs-0.6.4.1Brian Behlendorf2015-04-23-1/+1
* Extend PF_FSTRANS critical regionsBrian Behlendorf2015-04-23-6/+14
* Fix io-spare.sh to work with disk vdevsChris Dunlap2015-04-17-1/+1
* Mark additional functions as PF_FSTRANSBrian Behlendorf2015-04-17-4/+53
* Allocate zfs_znode_cache on the Linux slabTim Chase2015-04-17-2/+4
* Tag zfs-0.6.4zfs-0.6.4Brian Behlendorf2015-04-08-1/+5
* Use vmem_alloc() in spa_config_write()Brian Behlendorf2015-04-07-2/+2
* Mark all ZPL and ioctl functions as PF_FSTRANSTim Chase2015-04-03-19/+96
* Update zfs_pd_bytes_max default in zfs(8)Brian Behlendorf2015-03-31-1/+1
* Illumus 5693 - ztest fails in dbuf_verify: buf[i] == 0, due to dedup and bp_o...Matthew Ahrens2015-03-27-2/+0
* Illumos 5694 - traverse_prefetcher does not prefetch enoughGeorge Wilson2015-03-27-14/+13
* Align code with IllumosChris Dunlop2015-03-27-10/+9
* Illumos 5695 - dmu_sync'ed holes do not retain birth timePrakash Surya2015-03-27-8/+23
* zpool import should honor overlay propertyNed Bass2015-03-27-14/+14
* Add NULL guard in zfs_zrlock_class event classNed Bass2015-03-27-9/+9
* Add RHEL style kmod packagesBrian Behlendorf2015-03-27-2/+98
* Remove rpm/fedora directoryBrian Behlendorf2015-03-27-13/+2
* Check all vdev labels in 'zpool import'Brian Behlendorf2015-03-25-19/+61
* dbuf_free_range() overzealously frees dbufsNed Bass2015-03-25-1/+6
* Set the maximum ZVOL transfer size correctlyTim Chase2015-03-25-2/+2
* Execute udevadm settle before trying to import poolsGordan Bobic2015-03-24-0/+3
* zio_injection_enabled should not be a module optionIsaac Huang2015-03-24-21/+7
* Reduce size of zfs_sb_t: allocate z_hold_mtx separatelyChris Dunlop2015-03-24-1/+10
* Fix arc_adjust_meta() behaviorBrian Behlendorf2015-03-20-23/+80
* Restructure per-filesystem reclaimBrian Behlendorf2015-03-20-43/+59
* Fix arc_meta_max accountingBrian Behlendorf2015-03-20-3/+4
* Increase Linux pipe buffer size on 'zfs receive'Richard Yao2015-03-20-0/+43
* Move duplicate information about the 'zfs send -e' option.Turbo Fredriksson2015-03-19-18/+18
* Use MUTEX_FSTRANS on l2arc_buflist_mtxChunwei Chen2015-03-18-1/+1
* Fix warning about AM_INIT_AUTOMAKE argumentsHajo Möller2015-03-18-2/+3
* Linux 4.0 compat: bdi_setup_and_register() __must_checkBill McGonigle2015-03-16-2/+4
* Illumos 5630 - stale bonus buffer in recycled dnode_t leads to data corruptionJustin T. Gibbs2015-03-12-9/+62
* Illumos 5047 - don't use atomic_*_nv if you discard the return valueJosef 'Jeff' Sipek2015-03-12-5/+5
* Mark zfs_inactive() with PF_FSTRANSBrian Behlendorf2015-03-10-0/+8
* Actually source /etc/sysconfig/zfs instead of /etc/default/zfsHajo Möller2015-03-09-1/+1
* Use cached feature info in spa_add_feature_stats()Ned Bass2015-03-05-11/+51
* Add ZED to zfs.redhat.in scriptChris Dunlap2015-03-05-0/+7
* Replace zfs.redhat.in with zfs.lsb.in init scriptBrian Behlendorf2015-03-04-104/+73
* Install arc_summary.pyTurbo Fredriksson2015-03-03-0/+2
* Change ASSERT(!"...") to cmn_err(CE_PANIC, ...)Brian Behlendorf2015-03-03-7/+11