aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add temporary mount optionsBrian Behlendorf2015-09-0313-62/+332
* Dbuf hash table should be sized as is the arc hash tableTim Chase2015-09-022-3/+7
* Add spa_slop_shift module optionBrian Behlendorf2015-09-022-0/+19
* Reorder zfs-* services to allow /var on separate datasetJames Lee2015-09-025-46/+45
* Disable LBA weighting on files and SSDsRichard Yao2015-09-015-2/+17
* Check for RW_WRITE_HELD in zfs_inactivetuxoko2015-09-011-3/+10
* Remove blk_queue_io_opt() autotools checkRichard Yao2015-09-013-34/+0
* Remove blk_queue_physical_block_size() autotools checkRichard Yao2015-09-013-36/+0
* Linux 4.2 compat: misc_deregister()Brian Behlendorf2015-09-012-10/+2
* Linux 3.18 compat: Snapshot auto-mountingBrian Behlendorf2015-08-3113-419/+496
* 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
* Some OpenRC dependency logic belongs in mountRichard Yao2015-08-302-10/+12
* Initialize the taskq entry embedded within struct vdevTim Chase2015-08-301-0/+1
* Add extra keyword 'slot' to vdev_id.confAndreas Buschmann2015-08-302-1/+40
* Allow recovery from corrupted snapshot mapsTim Chase2015-08-281-0/+6
* Check large block feature flag on volumesBrian Behlendorf2015-08-284-5/+36
* 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
* Add compatibility layer for {kmap,kunmap}_atomicChunwei Chen2015-08-244-1/+63
* 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
* Fix zvol detectionRichard Yao2015-08-191-0/+6
* Add parenthesis to the ternary operatortuxoko2015-08-191-1/+1
* Fix build failure with Linux 4.1 and FTRACEChris Dunlop2015-08-181-0/+3
* Linux 4.1 compat: configure bdi_setup_and_register()Chris Dunlop2015-08-181-2/+2
* ztest: display non-index properties properly at verbose level 6Tim Chase2015-07-301-3/+10
* Rework zed_notify_email for configurable PROG/OPTSChris Dunlap2015-07-302-11/+51
* Fix whitespace in zed_log_errChris Dunlap2015-07-301-1/+1
* Update arc_memory_throttle() to check pageoutBrian Behlendorf2015-07-302-13/+44
* Update arc_available_memory() to check freememBrian Behlendorf2015-07-302-31/+46
* Bound zvol_threads module optionBrian Behlendorf2015-07-292-4/+5
* Fix "BUG: Bad page state" caused by writeback flagChunwei Chen2015-07-291-0/+50
* Fix build failure with Linux 4.1 and FTRACEFrédéric VANNIÈRE2015-07-298-0/+24
* Align thread priority with Linux defaultsBrian Behlendorf2015-07-2812-20/+29
* Check for NULL in dmu_free_long_range_impl()Brian Behlendorf2015-07-281-1/+5
* Make sure that POOL_IMPORTED is set, unset and checked where appropriate.Turbo Fredriksson2015-07-281-10/+17
* Fix some minor issues with the SYSV init and initramfs scripts.Turbo Fredriksson2015-07-248-20/+27
* 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-232-2/+26
* Illumos 5817 - change type of arcs_size from uint64_t to refcount_tPrakash Surya2015-07-232-28/+113
* 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-233-157/+374
* Set default _initconfdir directoryBrian Behlendorf2015-07-211-0/+5
* 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-1742-388/+476
* Update inode under range lockBrian Behlendorf2015-07-171-1/+1