aboutsummaryrefslogtreecommitdiff
path: root/module
Commit message (Expand)AuthorAgeFilesLines
* Prevent rm modules.* when make installtuxoko2015-12-021-1/+1
* Linux 4.4 compat: xattr operations takes xattr_handlerChunwei Chen2015-12-021-2/+67
* Linux 4.4 compat: make_request_fn returns blk_qc_tChunwei Chen2015-12-021-0/+2
* Fix zfs_dirty_data_max overflow on 32-bittuxoko2015-11-201-2/+2
* Fix null pointer in arc_kmem_reap_now on 32-bittuxoko2015-11-201-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-171-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
* Add large block support to zpios(1) benchmarkDon Brady2015-09-221-2/+16
* Honor xattr=sa dataset propertyNed Bass2015-09-191-2/+14
* 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
* Illumos 6214 - zpools going southArne Jansen2015-09-111-20/+15
* Prefetch start and end of volumesBrian Behlendorf2015-09-091-0/+17
* Reintroduce IO accounting on zvols on Linux 3.19+Richard Yao2015-09-091-5/+13
* Add dbgmsg kstatBrian Behlendorf2015-09-042-102/+170
* Support accessing .zfs/snapshot via NFSBrian Behlendorf2015-09-042-0/+126
* Fix invalid fileid for snapshot root dentryAndrey Vesnovaty2015-09-041-0/+10
* Merge branch 'zvol'Brian Behlendorf2015-09-043-210/+135
|\
| * Support secure discard on zvolsRichard Yao2015-09-041-7/+12
| * zvol processing should use struct bioRichard Yao2015-09-043-204/+124
* | Prevent reclaim in the traverse prefetch threadTim Chase2015-09-041-0/+2
* | Add temporary mount optionsBrian Behlendorf2015-09-033-38/+275
|/
* Dbuf hash table should be sized as is the arc hash tableTim Chase2015-09-021-3/+4
* Add spa_slop_shift module optionBrian Behlendorf2015-09-021-0/+3
* Disable LBA weighting on files and SSDsRichard Yao2015-09-014-2/+16
* Check for RW_WRITE_HELD in zfs_inactivetuxoko2015-09-011-3/+10
* Linux 4.2 compat: misc_deregister()Brian Behlendorf2015-09-012-10/+2
* Linux 3.18 compat: Snapshot auto-mountingBrian Behlendorf2015-08-318-398/+454
* 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
* Initialize the taskq entry embedded within struct vdevTim Chase2015-08-301-0/+1
* Allow recovery from corrupted snapshot mapsTim Chase2015-08-281-0/+6
* Check large block feature flag on volumesBrian Behlendorf2015-08-282-2/+27
* Limit max_hw_sectors_kb to 16MBrian Behlendorf2015-08-281-1/+1