summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Prepare to tag zfs-0.6.5.5zfs-0.6.5.5Ned Bass2016-03-093-1/+19
* Fix maybe uninitializedBrian Behlendorf2016-01-291-1/+1
* Linux 4.5 compat: pfn_t typedefBrian Behlendorf2016-01-291-1/+0
* Linux 4.5 compat: xattr list handlerBrian Behlendorf2016-01-293-282/+518
* Linux 4.5 compat: get_link() / put_link()Brian Behlendorf2016-01-296-81/+253
* Create zfs-kmod-debuginfo rpm with redhat spec fileOlaf Faaland2016-01-292-1/+4
* Make arc_summary.py and dbufstat.py compatible with python3Hajo Möller2016-01-292-6/+6
* mount.zfs: use getopt_long instead of getopt to guarantee permutation of argv.Christian Neukirchen2016-01-291-1/+2
* Prevent arc_c collapseTim Chase2016-01-291-8/+9
* Prevent duplicated xattr between SA and dirChunwei Chen2016-01-291-5/+68
* Close possible zfs_znode_held() raceBrian Behlendorf2016-01-291-4/+3
* Fix zsb->z_hold_mtx deadlockBrian Behlendorf2016-01-294-64/+218
* Add zfs_object_mutex_size module optionBrian Behlendorf2016-01-294-12/+26
* Prevent SA length overflowNed Bass2016-01-294-10/+27
* Prepare to tag zfs-0.6.5.4zfs-0.6.5.4Ned Bass2016-01-083-1/+19
* Make xattr dir truncate and remove in one txChunwei Chen2015-12-301-8/+15
* Fix empty xattr dir causing lockupChunwei Chen2015-12-301-0/+10
* Fix fail path in zfs_znode_allocChunwei Chen2015-12-231-2/+1
* Fix z_xattr_lock/z_teardown_lock inversionBrian Behlendorf2015-12-231-0/+7
* sysmacros: Make P2ROUNDUP not trigger int overflowJason Zaman2015-12-231-4/+2
* Follow 0/-E convention for module load errorsBrian Behlendorf2015-12-232-6/+2
* Add TEST configuration file for buildbotBrian Behlendorf2015-12-231-0/+95
* Fix zfs_dirty_data_max overflow on 32-bittuxoko2015-12-231-2/+2
* Fix null pointer in arc_kmem_reap_now on 32-bittuxoko2015-12-231-0/+5
* Fix --enable-linux-builtinBrian Behlendorf2015-12-231-0/+2
* Prevent rm modules.* when make installtuxoko2015-12-231-1/+1
* Add zap_prefetch() interfaceBrian Behlendorf2015-12-232-0/+24
* Update arcstat.py to remove deprecated rmis reference.cable29992015-12-231-2/+2
* Remove "index" column from dbufstat.pyOlaf Faaland2015-12-231-4/+3
* Fix zfsctl_lookup_objset() deadlockBrian Behlendorf2015-12-231-1/+2
* Either _ILP32 or _LP64 must be definedBrian Behlendorf2015-12-231-15/+27
* Hold the zfs_snapentry_t before dispatchBrian Behlendorf2015-12-231-1/+1
* Fix snapshot automount race cause EREMOTEChunwei Chen2015-12-231-1/+1
* Change zfs_snapshot_lock from mutex to rw lockBrian Behlendorf2015-12-231-26/+26
* Use spa as key besides objsetid for snapentryChunwei Chen2015-12-233-12/+26
* Fix snapshot automount behavior when concurrent or failChunwei Chen2015-12-231-17/+32
* Set 'zfs_expire_snapshot=0' to disable auto-unmountBrian Behlendorf2015-12-231-0/+8
* Fix vdev_queue_aggregate() deadlockBrian Behlendorf2015-12-233-1/+22
* Skip GPL-only symbols test when cross-compilingKamil Domański2015-12-231-8/+10
* Make zio_taskq_batch_pct user configurableDHE2015-12-232-1/+23
* Linux 4.4 compat: xattr operations takes xattr_handlerChunwei Chen2015-12-043-2/+164
* Linux 4.4 compat: make_request_fn returns blk_qc_tChunwei Chen2015-12-042-2/+26
* Prepare to tag zfs-0.6.5.3zfs-0.6.5.3Ned Bass2015-10-133-1/+9
* Illumos 6267 - dn_bonus evicted too earlyJustin T. Gibbs2015-10-135-43/+38
* Fix use-after-free in vdev_disk_physio_completionChunwei Chen2015-10-131-7/+10
* zfs-import: Perform verbatim import using cache fileJames Lee2015-10-132-64/+57
* Prepare to tag zfs-0.6.5.2zfs-0.6.5.2Ned Bass2015-09-303-1/+27
* Always remove during spl-dkms uninstall/updateNathaniel Clark2015-09-291-8/+2
* Init script fixesTurbo Fredriksson2015-09-297-63/+88
* Fix uioskip crash when skip to endChunwei Chen2015-09-291-2/+4