summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Man page white space and spelling correctionsNed Bass2015-12-187-136/+136
* Fix zfs_vdev_aggregation_limit bounds checkingBrian Behlendorf2015-12-181-11/+8
* Fix vdev_queue_aggregate() deadlockBrian Behlendorf2015-12-183-1/+22
* Fix z_xattr_lock/z_teardown_lock lock inversionBrian Behlendorf2015-12-181-1/+10
* Use uio for zvol_{read,write}Chunwei Chen2015-12-154-172/+24
* Fix uio_prefaultpages for 0 length iovecChunwei Chen2015-12-151-5/+6
* Handle damaged blk_birth in dsl_deadlist_insert()Brian Behlendorf2015-12-151-0/+8
* Handle block pointers with a corrupt logical sizeBrian Behlendorf2015-12-151-9/+3
* Remove "index" column from dbufstat.pyOlaf Faaland2015-12-151-4/+3
* Revert "Switch ztest mmap(2) ASSERTs to VERIFYs"Richard Yao2015-12-141-3/+3
* Unconditionally build zdb and ztest with -DDEBUGRichard Yao2015-12-142-0/+3
* Hold the zfs_snapentry_t before dispatchBrian Behlendorf2015-12-141-1/+1
* Fix snapshot automount race cause EREMOTEChunwei Chen2015-12-141-1/+1
* Change zfs_snapshot_lock from mutex to rw lockBrian Behlendorf2015-12-141-26/+26
* Fix zfsctl_lookup_objset() deadlockBrian Behlendorf2015-12-141-1/+2
* Set 'zfs_expire_snapshot=0' to disable auto-unmountBrian Behlendorf2015-12-141-0/+8
* Either _ILP32 or _LP64 must be definedBrian Behlendorf2015-12-101-15/+27
* Use spa as key besides objsetid for snapentryChunwei Chen2015-12-083-12/+26
* Use large stacks when availableBrian Behlendorf2015-12-074-19/+67
* Update arcstat.py to remove deprecated rmis reference.cable29992015-12-041-2/+2
* Fix cstyle issue from 7a02327ilovezfs2015-12-041-2/+2
* Illumos 5959 - clean up per-dataset feature count codeMatthew Ahrens2015-12-0411-178/+237
* Add zap_prefetch() interfaceBrian Behlendorf2015-12-042-0/+24
* Ext4's typical GPT partition type not recognizedilovezfs2015-12-042-1/+187
* Illumos 934 - FreeBSD's GPT not recognizedYuri Pankov2015-12-042-49/+66
* Only trigger SET_ERROR tracepoint event on errorRichard Yao2015-12-021-0/+9
* Fix zdb_dump_block on little endian systemsChunwei Chen2015-12-021-0/+4
* Fix zdb calling behavior in ztestChunwei Chen2015-12-021-13/+41
* Prevent rm modules.* when make installtuxoko2015-12-021-1/+1
* Fix --enable-linux-builtinBrian Behlendorf2015-12-021-0/+2
* Linux 4.4 compat: xattr operations takes xattr_handlerChunwei Chen2015-12-013-2/+164
* Linux 4.4 compat: make_request_fn returns blk_qc_tChunwei Chen2015-12-012-2/+26
* Fix zfs_dirty_data_max overflow on 32-bittuxoko2015-11-191-2/+2
* Fix null pointer in arc_kmem_reap_now on 32-bittuxoko2015-11-191-0/+5
* Fix snapshot automount behavior when concurrent or failChunwei Chen2015-11-191-17/+32
* sysmacros: Make P2ROUNDUP not trigger int overflowJason Zaman2015-11-161-4/+2
* zimport.sh: Add configure/make option supportBrian Behlendorf2015-11-161-7/+12
* Follow 0/-E convention for module load errorsBrian Behlendorf2015-11-162-6/+2
* Obey arc_meta_limit default size when changing arc_maxAndCycle2015-11-131-1/+1
* Add TEST configuration file for buildbotBrian Behlendorf2015-11-101-0/+95
* Fix maybe uninitializedBrian Behlendorf2015-11-091-1/+1
* Remove shareiscsi description and example from zfs(8).Turbo Fredriksson2015-10-131-47/+9
* Unmount is part of the shutdown process, not the boot process.Turbo Fredriksson2015-10-131-1/+1
* Fix fail path in zfs_znode_allocChunwei Chen2015-10-131-2/+1
* Fix use-after-free in vdev_disk_physio_completionChunwei Chen2015-10-131-7/+10
* Illumos 6267 - dn_bonus evicted too earlyJustin T. Gibbs2015-10-135-43/+38
* zfs-import: Perform verbatim import using cache fileJames Lee2015-10-132-64/+57
* zdb: segfault in dump_bpobj_subobjs()Tim Chase2015-10-131-2/+2
* libzfs: handle EDOM errorsDHE2015-10-131-0/+5
* Fix 'arc_c < arc_c_min' panicBrian Behlendorf2015-10-131-1/+2