summaryrefslogtreecommitdiffstats
path: root/module
Commit message (Expand)AuthorAgeFilesLines
* Illumos 5960, 5925Paul Dagnelie2016-01-0823-331/+1201
* Fix casesensitivity=insensitive deadlockRichard Sharpe2016-01-081-2/+30
* Illumos 3139 - zdb dies when it tries to determine path of unlinked fileJeremy Jones2016-01-051-4/+30
* Illumos 5746 - more checksumming in zfs sendMatthew Ahrens2015-12-301-219/+290
* Prevent SA length overflowNed Bass2015-12-303-10/+22
* Make xattr dir truncate and remove in one txChunwei Chen2015-12-281-8/+15
* Fix empty xattr dir causing lockupChunwei Chen2015-12-281-0/+10
* Fix z_xattr_lock/z_teardown_lock inversionBrian Behlendorf2015-12-221-0/+7
* Revert "Fix z_xattr_lock/z_teardown_lock lock inversion"Brian Behlendorf2015-12-221-10/+1
* Fix ztest truncated cache fileBrian Behlendorf2015-12-221-2/+3
* Identify locks flagged by lockdepOlaf Faaland2015-12-228-8/+8
* Make zio_taskq_batch_pct user configurableDHE2015-12-181-1/+6
* Fix zfs_vdev_aggregation_limit bounds checkingBrian Behlendorf2015-12-181-11/+8
* Fix vdev_queue_aggregate() deadlockBrian Behlendorf2015-12-182-1/+21
* Fix z_xattr_lock/z_teardown_lock lock inversionBrian Behlendorf2015-12-181-1/+10
* Use uio for zvol_{read,write}Chunwei Chen2015-12-152-169/+22
* 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
* 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
* Use spa as key besides objsetid for snapentryChunwei Chen2015-12-082-11/+24
* Use large stacks when availableBrian Behlendorf2015-12-072-17/+38
* Illumos 5959 - clean up per-dataset feature count codeMatthew Ahrens2015-12-046-141/+163
* Add zap_prefetch() interfaceBrian Behlendorf2015-12-041-0/+23
* Prevent rm modules.* when make installtuxoko2015-12-021-1/+1
* Linux 4.4 compat: xattr operations takes xattr_handlerChunwei Chen2015-12-011-2/+67
* Linux 4.4 compat: make_request_fn returns blk_qc_tChunwei Chen2015-12-011-0/+2
* 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
* Follow 0/-E convention for module load errorsBrian Behlendorf2015-11-161-2/+2
* Obey arc_meta_limit default size when changing arc_maxAndCycle2015-11-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-133-41/+21
* Fix 'arc_c < arc_c_min' panicBrian Behlendorf2015-10-131-1/+2
* 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
* 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-251-28/+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-252-17/+16