summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Illumos #3639 zpool.cache should skip over readonly poolsGeorge Wilson2013-08-071-1/+9
* Write dirty inodes on closeBrian Behlendorf2013-08-071-0/+3
* Fix man page for the sync propertySteven Burgess2013-08-071-2/+2
* Fix the default checksum algorithm in the manpageMassimo Maggi2013-08-071-1/+1
* Add kmod repo integrationBrian Behlendorf2013-08-013-170/+81
* Export additional dmu symbolsBrian Behlendorf2013-08-011-0/+6
* dmu_tx: Fix possible NULL pointer dereferenceNathaniel Clark2013-08-011-2/+5
* Remove b_thawed from arc_buf_hdr_tRichard Yao2013-08-011-11/+0
* Remove arc_data_buf_alloc()/arc_data_buf_free()Richard Yao2013-08-012-19/+0
* Remove zio_alloc_arenaRichard Yao2013-08-011-6/+0
* Make arc+l2arc module options writableBrian Behlendorf2013-07-301-49/+60
* Change l2arc_norw default to zeroBrian Behlendorf2013-07-291-1/+1
* Fix inaccurate arcstat_l2_hdr_size calculationsYing Zhu2013-07-291-2/+7
* Fix 'zpool list -H' error codeBrian Behlendorf2013-07-231-1/+1
* Add missing -v to usage help for zpool list.Christer Ekholm2013-07-221-1/+1
* Add documentation for -T and interval to "zpool list"Christer Ekholm2013-07-221-3/+15
* Fix arc_adapt() spinning in iterate_supers_type()Brian Behlendorf2013-07-173-0/+44
* Fix read-only pool hang on unmountBrian Behlendorf2013-07-171-1/+5
* Fix zfsctl_expire_snapshot() deadlockBrian Behlendorf2013-07-121-0/+8
* Add dkms_version conditionalBrian Behlendorf2013-07-111-0/+4
* Improve N-way mirror performanceBrian Behlendorf2013-07-111-3/+73
* Add new kstat for monitoring time in dmu_tx_assignPrakash Surya2013-07-113-0/+72
* Log pool suspension warnings to the consoleBrian Behlendorf2013-07-101-0/+3
* Use GFP_NOIO in vdev_disk_io_flush()Brian Behlendorf2013-07-101-1/+1
* Fix zpool_read_label()Brian Behlendorf2013-07-091-1/+1
* Add FreeBSD 'zpool labelclear' commandDmitry Khasanov2013-07-095-2/+187
* Readd zpool_clear_label() from OpenSolarisDmitry Khasanov2013-07-091-0/+30
* zdb: enhancement - Display SA xattrs.Tim Chase2013-07-091-0/+56
* Avoid abort() in vn_rdwr(): libzpool/kernel.cMike Leddy2013-07-091-1/+1
* Improve code in arc_buf_remove_refYing Zhu2013-07-091-1/+2
* Update zio.cShen Yan2013-07-091-1/+1
* Fix the comment in zfs.hShen Yan2013-07-091-2/+2
* Add zfs_autoimport_disable tunableBrian Behlendorf2013-07-091-0/+8
* Explicitly flush output at end of each zeventCraig Loomis2013-07-081-0/+1
* 3.10 API change: block_device_operations->release() returns voidChris Dunlop2013-07-084-2/+37
* Add conditional chkconfig to packagingBrian Behlendorf2013-07-031-0/+2
* Add conditional chkconfig to packagingBrian Behlendorf2013-07-031-1/+8
* Remove zfs-dracut and zfs-test dependenciesBrian Behlendorf2013-07-031-2/+0
* Open pools asynchronously after module loadBrian Behlendorf2013-07-033-4/+5
* Cleanup zvol initialization codeRichard Yao2013-07-031-10/+18
* Call zvol_create_minors() in spa_open_common() when initializing poolPawel Jakub Dawidek2013-07-032-3/+13
* Fix parse_dataset error handlingBrian Behlendorf2013-07-031-4/+6
* Illumos #3498 panic in arc_read()George Wilson2013-07-0216-196/+75
* Illumos #3122 zfs destroy filesystem should prefetch blocksMatthew Ahrens2013-07-023-16/+86
* Use MAXPATHLEN instead of sizeof in snprintfRichard Yao2013-07-021-1/+1
* Add zfs_sync_pass_* tunable parametersCyril Plisko2013-07-021-0/+12
* Add SEEK_DATA/SEEK_HOLE to lseek()/llseek()Li Dongyang2013-07-026-11/+97
* Readd zfs_holey() from OpenSolarisMatthew Ahrens2013-07-021-0/+45
* kmem_zalloc(..., KM_SLEEP) will never failshenyan12013-07-012-5/+1
* Fix zfs_sb_teardown/zfs_resume_fs NULL dereferenceTim Chase2013-07-011-5/+8