aboutsummaryrefslogtreecommitdiffstats
path: root/module
Commit message (Expand)AuthorAgeFilesLines
* 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
* Linux 4.1 compat: loop device on ZFSChunwei Chen2015-08-245-137/+162
* Linux 4.2 compat: vfs_rename()Brian Behlendorf2015-08-191-0/+22
* Handle zap_lookup() failure in ddt_object_load()Brian Behlendorf2015-08-191-3/+4
* Add parenthesis to the ternary operatortuxoko2015-08-191-1/+1
* Update arc_memory_throttle() to check pageoutBrian Behlendorf2015-07-301-7/+37
* Update arc_available_memory() to check freememBrian Behlendorf2015-07-301-31/+33
* Bound zvol_threads module optionBrian Behlendorf2015-07-291-3/+4
* Fix "BUG: Bad page state" caused by writeback flagChunwei Chen2015-07-291-0/+50
* Align thread priority with Linux defaultsBrian Behlendorf2015-07-289-16/+18
* Check for NULL in dmu_free_long_range_impl()Brian Behlendorf2015-07-281-1/+5
* Minor style cleanupBrian Behlendorf2015-07-231-10/+7
* Remove double counting HDR_L2ONLY_SIZEBrian Behlendorf2015-07-231-3/+0
* Add hdr_recl() reclaim callbackBrian Behlendorf2015-07-231-2/+18
* Reinstate zfs_arc_p_min_shiftBrian Behlendorf2015-07-231-2/+14
* Illumos 5817 - change type of arcs_size from uint64_t to refcount_tPrakash Surya2015-07-231-27/+112
* Illumos 5445 - Add more visibility via arcstatsPrakash Surya2015-07-231-40/+151
* Illumos 5376 - arc_kmem_reap_now() should not result in clearing arc_no_growMatthew Ahrens2015-07-231-156/+369
* Add logic to try and recover an inode with an invalid modeBrian Behlendorf2015-07-171-4/+11
* Support parallel build trees (VPATH builds)Turbo Fredriksson2015-07-177-115/+137
* Update inode under range lockBrian Behlendorf2015-07-171-1/+1
* Linux 4.2 compat: follow_link() / put_link()Brian Behlendorf2015-07-171-4/+27
* Linux 4.2 compat: remove bio->bi_cnt accessBrian Behlendorf2015-07-171-9/+0
* Illumos 5347 - idle pool may run itself out of spaceMatthew Ahrens2015-07-143-23/+46
* Illumos 5610 - zfs clone from different source and target pools produces core...Alexander Eremin2015-07-141-11/+2