summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Prevent reclaim in the traverse prefetch threadTim Chase2015-09-041-0/+2
* | Add temporary mount optionsBrian Behlendorf2015-09-0313-62/+332
|/
* Dbuf hash table should be sized as is the arc hash tableTim Chase2015-09-022-3/+7
* Add spa_slop_shift module optionBrian Behlendorf2015-09-022-0/+19
* Reorder zfs-* services to allow /var on separate datasetJames Lee2015-09-025-46/+45
* Disable LBA weighting on files and SSDsRichard Yao2015-09-015-2/+17
* Check for RW_WRITE_HELD in zfs_inactivetuxoko2015-09-011-3/+10
* Remove blk_queue_io_opt() autotools checkRichard Yao2015-09-013-34/+0
* Remove blk_queue_physical_block_size() autotools checkRichard Yao2015-09-013-36/+0
* Linux 4.2 compat: misc_deregister()Brian Behlendorf2015-09-012-10/+2
* Linux 3.18 compat: Snapshot auto-mountingBrian Behlendorf2015-08-3113-419/+496
* zfsctl: No need to sync ctldir inodesAndrey Vesnovaty2015-08-311-0/+3
* Clear QUEUE_FLAG_ADD_RANDOM on zvolsRichard Yao2015-08-301-0/+3
* Fix small typololi10K2015-08-301-1/+1
* Some OpenRC dependency logic belongs in mountRichard Yao2015-08-302-10/+12
* Initialize the taskq entry embedded within struct vdevTim Chase2015-08-301-0/+1
* Add extra keyword 'slot' to vdev_id.confAndreas Buschmann2015-08-302-1/+40
* Allow recovery from corrupted snapshot mapsTim Chase2015-08-281-0/+6
* Check large block feature flag on volumesBrian Behlendorf2015-08-284-5/+36
* Limit max_hw_sectors_kb to 16MBrian Behlendorf2015-08-281-1/+1
* Linux 4.1 compat: loop device on ZFSChunwei Chen2015-08-245-137/+162
* Add compatibility layer for {kmap,kunmap}_atomicChunwei Chen2015-08-244-1/+63