summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Rename 'zed.service' to 'zfs-zed.service'Turbo Fredriksson2015-10-023-3/+6
* Fix zfs-dkms uninstall/updateBrian Behlendorf2015-10-021-5/+6
* zfs_inode_update should not call dmu_object_size_from_db under spinlockRichard Yao2015-09-301-2/+4
* Remove obsolete zv_lockRichard Yao2015-09-301-2/+0
* Init script fixesTurbo Fredriksson2015-09-297-63/+88
* Fix uioskip crash when skip to endChunwei Chen2015-09-291-2/+4
* Userspace can pass zero length segments via writev/readvRichard Yao2015-09-251-5/+0
* Revert "dmu_objset_userquota_get_ids uses dn_bonus unsafely"Brian Behlendorf2015-09-251-17/+3
* Fix synchronous behavior in __vdev_disk_physio()Brian Behlendorf2015-09-253-81/+8
* Avoid blocking in arc_reclaim_thread()Brian Behlendorf2015-09-251-11/+4
* Disable zpl_nr_cached_objects() callbackBrian Behlendorf2015-09-251-14/+1
* Allow NFS activity to defer snapshot unmountsBrian Behlendorf2015-09-251-2/+13
* Linux 4.3 compat: bio_end_io_t / BIO_UPTODATELukas Wunner2015-09-254-40/+34
* Fixed --signal typoyuina8222015-09-221-1/+1
* Add extra_started_commands because reload function is not defaultyuina8222015-09-221-0/+2
* Add large block support to zpios(1) benchmarkDon Brady2015-09-227-17/+127
* Tab-indent continuation lines in the "scan:" section of "zpool status".Remy Blank2015-09-191-3/+3
* Honor xattr=sa dataset propertyNed Bass2015-09-195-8/+28
* Fix NULL as mount(2) syscall data parameterBrian Behlendorf2015-09-191-23/+24
* Discard on zvols should not exceed the length of a blockRichard Yao2015-09-191-0/+1
* Tag zfs-0.6.5zfs-0.6.5Brian Behlendorf2015-09-113-1/+7
* Illumos 6214 - zpools going southArne Jansen2015-09-113-34/+16
* Prefetch start and end of volumesBrian Behlendorf2015-09-092-0/+32
* Reintroduce IO accounting on zvols on Linux 3.19+Richard Yao2015-09-094-5/+45
* Force create /run/sendsigs.omit.d link when starting zedSenH2015-09-081-1/+1
* Add dbgmsg kstatBrian Behlendorf2015-09-046-142/+199
* Support accessing .zfs/snapshot via NFSBrian Behlendorf2015-09-043-0/+141
* Fix invalid fileid for snapshot root dentryAndrey Vesnovaty2015-09-041-0/+10
* Merge branch 'zvol'Brian Behlendorf2015-09-0421-700/+288
|\
| * Remove blk_queue_nonrot() autotools checkRichard Yao2015-09-042-26/+0
| * Remove blk_queue_discard() autotools checkRichard Yao2015-09-042-23/+0
| * Remove blk_rq_bytes()/blk_rq_sectors autotools checksRichard Yao2015-09-044-87/+0
| * Remove blk_rq_pos() autotools checkRichard Yao2015-09-043-30/+0
| * Remove blk_fetch_request() autotools checkRichard Yao2015-09-043-40/+0
| * Remove blk_requeue_request() autotools checkRichard Yao2015-09-043-34/+0
| * Remove blk_end_request() autotools check.Richard Yao2015-09-043-115/+0
| * Remove rq_is_sync() autotools checkRichard Yao2015-09-043-30/+0
| * Remove rq_for_each_segment() autotools checkRichard Yao2015-09-043-90/+0
| * Support secure discard on zvolsRichard Yao2015-09-041-7/+12
| * zvol processing should use struct bioRichard Yao2015-09-0411-218/+276
| * VDEV_REQ_FUA should be mapped to REQ_FUARichard Yao2015-09-021-1/+1