aboutsummaryrefslogtreecommitdiffstats
path: root/module
Commit message (Expand)AuthorAgeFilesLines
* Illumos 6681 - zfs list burning lots of time in dodefault() via dsl_prop_*Alex Wilson2016-03-151-7/+6
* Illumos 6370 - ZFS send fails to transmit some holesPaul Dagnelie2016-03-102-14/+43
* Fix lock order inversion with zvol_open()Boris Protopopov2016-03-101-43/+20
* Add support for asynchronous zvol minor operationsBoris Protopopov2016-03-108-202/+436
* Change KM_SLEEP to TQ_SLEEP in spa_deadman()Tim Chase2016-03-091-1/+1
* Make zvol update volsize operation synchronous.ab-oe2016-02-291-0/+4
* FreeBSD r256956: Improve ZFS N-way mirror read performance by using load and ...smh2016-02-262-111/+240
* Add l2arc_max_block_size tunableBrian Behlendorf2016-02-251-1/+33
* Make zvol minor functionality more robustBoris Protopopov2016-02-241-16/+77
* Call dmu_read_uio_dbuf() in zvol_read()Richard Yao2016-02-181-1/+1
* Clean up zvol request processing to pass uio and fix porting regressionsRichard Yao2016-02-181-76/+71
* Remove wrong ASSERT in annotate_ecksumChunwei Chen2016-02-171-2/+2
* Illumos 5809 - Blowaway full receive in v1 pool causes kernel panicPaul Dagnelie2016-02-081-1/+2
* Illumos 6537 - Panic on zpool scrub with DEBUG kernelGary Mills2016-02-051-2/+4
* Illumos 6096 - ZFS_SMB_ACL_RENAME needs to cleanup betterDan McDonald2016-02-051-0/+1
* Illumos 6450 - scrub/resilver unnecessarily traverses snapshotsMatthew Ahrens2016-02-021-4/+50
* Handling negative dentries in a CI file system.Richard Sharpe2016-02-021-2/+32
* Illumos 6527 - Possible access beyond end of string in zpool commentJorgen Lundman2016-01-281-1/+0
* Illumos 6495 - Fix mutex leak in dmu_objset_find_dpBrian Behlendorf2016-01-281-0/+3
* Illumos 6414 - vdev_config_sync could be simplerBrian Behlendorf2016-01-282-14/+15
* llumos 6334 - Cannot unlink files when over quotaSimon Klinkert2016-01-261-5/+2
* Reintroduce zfs_remove() synchronous deleteskernelOfTruth2016-01-261-12/+66
* Log zvol truncate/discard operationsDan McDonald2016-01-261-8/+59
* Illumos 6251 - add tunable to disable free_bpobj processingGeorge Wilson2016-01-251-2/+11
* Set arc_c_min properly in userland buildsTim Chase2016-01-251-4/+4
* Prevent arc_c collapseTim Chase2016-01-251-8/+8
* Illumos 4950 - files sometimes can't be removed from a full filesystemMatthew Ahrens2016-01-216-7/+56
* Close possible zfs_znode_held() raceBrian Behlendorf2016-01-201-4/+3
* Linux 4.5 compat: xattr list handlerBrian Behlendorf2016-01-201-197/+255
* Linux 4.5 compat: get_link() / put_link()Brian Behlendorf2016-01-201-33/+92
* Illumos 5045 - use atomic_{inc,dec}_* instead of atomic_add_*Josef 'Jeff' Sipek2016-01-156-71/+68
* Illumos 4039 - zfs_rename()/zfs_link() needs stronger test for XDEVMarcel Telka2016-01-151-5/+14
* Illumos 3557, 3558, 3559, 3560George Wilson2016-01-151-10/+0
* Prevent duplicated xattr between SA and dirChunwei Chen2016-01-151-5/+68
* Remove fastwrite mutexRichard Yao2016-01-151-9/+0
* Fix zsb->z_hold_mtx deadlockBrian Behlendorf2016-01-152-47/+205
* Add zfs_object_mutex_size module optionBrian Behlendorf2016-01-152-9/+17
* Increase default user space stack sizeBrian Behlendorf2016-01-131-1/+1
* Illumos 3749 - zfs event processing should work on R/O root filesystemsWill Andrews2016-01-122-20/+75
* Illumos 5438 - zfs_blkptr_verify should continue after zfs_panic_recoverJustin Gibbs2016-01-121-1/+3
* Illumos 5515 - dataset user hold doesn't reject empty tagsJosef 'Jeff' Sipek2016-01-121-2/+15
* Illumos 6281 - prefetching should apply to 1MB readsGeorge Wilson2016-01-122-3/+3
* Illumos 6367 - spa_config_tryenter incorrectly handles the multiple-lock caseSaso Kiselkov2016-01-121-3/+5
* Illumos 6295 - metaslab_condense's dbgmsg should include vdev idJoe Stein2016-01-121-5/+6
* Illumos 6171 - dsl_prop_unregister() slows down dataset eviction.Justin T. Gibbs2016-01-125-187/+170
* Illumos 6288 - dmu_buf_will_dirty could be fasterMatthew Ahrens2016-01-121-10/+52
* Illumos 6292 - exporting a pool while an async destroyGeorge Wilson2016-01-121-2/+15
* Illumos 6319 - assertion failed in zio_ddt_write: bp->blk_birth == txgMatthew Ahrens2016-01-121-0/+2
* Illumos 5987 - zfs prefetch code needs workMatthew Ahrens2016-01-125-619/+238
* Illumos 6293 - ztest failure: error == 28 (0xc == 0x1c) in ztest_tx_assign()Brian Behlendorf2016-01-111-1/+11