aboutsummaryrefslogtreecommitdiffstats
path: root/module/zfs/arc.c
Commit message (Expand)AuthorAgeFilesLines
* Update arc_memory_throttle() to check pageoutBrian Behlendorf2015-07-301-7/+37
* Update arc_available_memory() to check freememBrian Behlendorf2015-07-301-31/+33
* Align thread priority with Linux defaultsBrian Behlendorf2015-07-281-4/+4
* 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
* Illumos 6033 - arc_adjust() should search MFU listsAlek Pinchuk2015-07-011-1/+1
* Illumos 5368 - ARC should cache more metadataMatthew Ahrens2015-06-251-0/+6
* Illumos 5163 - arc should reap range_seg_cacheGeorge Wilson2015-06-251-0/+2
* Update all default taskq settingsBrian Behlendorf2015-06-251-1/+1
* Account for ashift when gathering buffers to be written to l2arc deviceAndriy Gapon2015-06-251-13/+34
* Illumos 5701 - zpool list reports incorrect "alloc" value for cache devicesPrakash Surya2015-06-251-42/+139
* Rename cv_wait_interruptible() to cv_wait_sig()Brian Behlendorf2015-06-111-3/+3
* Increase arc_c_min to allow safe operation of arc_adapt()Tim Chase2015-06-111-6/+8
* Make arc_prune() asynchronousBrian Behlendorf2015-06-111-39/+112
* Illumos 5497 - lock contention on arcs_mtxPrakash Surya2015-06-111-661/+1198
* Illumos 5408 - managing ZFS cache devices requires lots of RAMChris Williamson2015-06-111-573/+822
* Illumos 5369 - arc flags should be an enumGeorge Wilson2015-06-111-351/+338
* Partially revert "Add ddt, ddt_entry, and l2arc_hdr caches"Tim Chase2015-06-111-10/+6
* Revert "Allow arc_evict_ghost() to only evict meta data"Tim Chase2015-06-111-15/+11
* Revert "fix l2arc compression buffers leak"Tim Chase2015-06-111-55/+10
* Revert "arc_evict, arc_evict_ghost: reduce stack usage using kmem_zalloc"Tim Chase2015-06-111-20/+12
* Illumos 5027 - zfs large block supportMatthew Ahrens2015-05-111-2/+2
* arc_evict, arc_evict_ghost: reduce stack usage using kmem_zallocChris Dunlop2015-05-081-12/+20
* Mark all ZPL and ioctl functions as PF_FSTRANSTim Chase2015-04-031-2/+8
* Fix arc_adjust_meta() behaviorBrian Behlendorf2015-03-201-23/+66
* Restructure per-filesystem reclaimBrian Behlendorf2015-03-201-3/+3
* Fix arc_meta_max accountingBrian Behlendorf2015-03-201-3/+4
* Use MUTEX_FSTRANS on l2arc_buflist_mtxChunwei Chen2015-03-181-1/+1
* Change ASSERT(!"...") to cmn_err(CE_PANIC, ...)Brian Behlendorf2015-03-031-1/+1
* Use MUTEX_FSTRANS mutex typeBrian Behlendorf2015-03-031-1/+1
* fix l2arc compression buffers leakavg2015-02-031-10/+55
* Change KM_PUSHPAGE -> KM_SLEEPBrian Behlendorf2015-01-161-8/+8
* Remove duplicate typedefs from trace.hNed Bass2015-01-061-5/+1
* Explicitly include SPL compat headersNed Bass2014-11-191-0/+1
* Fix dprintf format specifiersNed Bass2014-11-171-1/+1
* Move a few internal ARC strucutres to arc_impl.hNed Bass2014-11-171-116/+1
* Reduce buf/dbuf mutex contentionChris Wedgwood2014-11-141-1/+1
* Export symbols for ZIL interfaceAlex Zhuravlev2014-11-141-0/+2
* Linux 3.12 compat: shrinker semanticsTim Chase2014-10-281-6/+23
* Handle block pointers with a corrupt logical sizeBrian Behlendorf2014-10-231-4/+20
* Illumos 5034 - ARC's buf_hash_table is too smallMatthew Ahrens2014-08-261-3/+10
* Illumos 4631 - zvol_get_stats triggering too many readsMatthew Ahrens2014-08-201-64/+38
* Illumos 4914 - zfs on-disk bookmark structure should be named *_phys_tMatthew Ahrens2014-08-061-5/+5
* Illumos 4897 - Space accounting mismatch in L2ARC/zpoolSaso Kiselkov2014-08-061-5/+13
* Illumos 4757, 4913Matthew Ahrens2014-08-011-30/+65