summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-02-24writeback: add a writeback iteratorChristoph Hellwig2-78/+118
2024-02-24writeback: move the folio_prepare_writeback loop out of write_cache_pages()Matthew Wilcox (Oracle)1-8/+10
2024-02-24writeback: use the folio_batch queue iteratorMatthew Wilcox (Oracle)1-13/+15
2024-02-24pagevec: add ability to iterate a queueMatthew Wilcox (Oracle)1-0/+18
2024-02-24writeback: simplify the loops in write_cache_pages()Matthew Wilcox (Oracle)1-39/+36
2024-02-24writeback: factor writeback_get_batch() out of write_cache_pages()Matthew Wilcox (Oracle)2-22/+44
2024-02-24writeback: factor folio_prepare_writeback() out of write_cache_pages()Matthew Wilcox (Oracle)1-27/+34
2024-02-24writeback: rework the loop termination condition in write_cache_pagesChristoph Hellwig1-51/+33
2024-02-24writeback: only update ->writeback_index for range_cyclic writebackChristoph Hellwig1-10/+14
2024-02-24writeback: also update wbc->nr_to_write on writeback failureChristoph Hellwig1-1/+1
2024-02-24writeback: fix done_index when hitting the wbc->nr_to_writeChristoph Hellwig1-0/+1
2024-02-24writeback: remove a duplicate prototype for tag_pages_for_writebackMatthew Wilcox (Oracle)1-2/+0
2024-02-24writeback: don't call mapping_set_error on AOP_WRITEPAGE_ACTIVATEChristoph Hellwig1-1/+3
2024-02-24mm/page_alloc: make bad_range() return boolHao Ge1-6/+6
2024-02-24madvise:madvise_cold_or_pageout_pte_range(): allow split while folio_estimate...Barry Song1-1/+1
2024-02-24mm/swapfile:__swap_duplicate: drop redundant WRITE_ONCE on swap_map for err c...Barry Song1-1/+2
2024-02-24shmem: properly report quota mount optionsJan Kara1-0/+18
2024-02-24mm/compaction: optimize >0 order folio compaction with free page split.Zi Yan1-5/+30
2024-02-24mm/compaction: add support for >0 order folio memory compaction.Zi Yan3-63/+83
2024-02-24mm/compaction: enable compacting >0 order folios.Zi Yan1-25/+76
2024-02-24mm/page_alloc: remove unused fpi_flags in free_pages_prepare()Zi Yan1-5/+5
2024-02-24MAINTAINERS: add Chengming Zhou as a zswap reviewerChengming Zhou1-0/+1
2024-02-24mm/zsmalloc: remove get_zspage_mapping()Chengming Zhou1-24/+4
2024-02-24mm/zsmalloc: remove_zspage() don't need fullness parameterChengming Zhou1-7/+7
2024-02-24mm/zsmalloc: remove set_zspage_mapping()Chengming Zhou1-11/+2
2024-02-24mm: compaction: early termination in compact_nodes()Kefeng Wang1-7/+17
2024-02-24mm: zswap: increase reject_compress_poor but not reject_compress_fail if comp...Barry Song1-14/+13
2024-02-24mm/z3fold: fix the comment for __encode_handle()Zhongkun He1-2/+3
2024-02-24mm/zsmalloc: remove unused zspage->isolatedChengming Zhou1-32/+0
2024-02-24mm/zsmalloc: remove migrate_write_lock_nested()Chengming Zhou1-17/+5
2024-02-24mm/zsmalloc: fix migrate_write_lock() when !CONFIG_COMPACTIONChengming Zhou1-6/+3
2024-02-24Docs/admin-guide/mm/damon/reclaim: document auto-tuning parametersSeongJae Park1-0/+27
2024-02-24mm/damon/reclaim: implement memory PSI-driven quota self-tuningSeongJae Park1-0/+25
2024-02-24mm/damon/reclaim: implement user-feedback driven quota auto-tuningSeongJae Park1-0/+28
2024-02-24Docs/admin-guide/mm/damon/usage: document quota goal metric fileSeongJae Park1-6/+6
2024-02-24Docs/ABI/damon: document quota goal metric fileSeongJae Park1-0/+6
2024-02-24Docs/mm/damon/design: document quota goal self-tuningSeongJae Park1-2/+18
2024-02-24mm/damon/sysfs-schemes: support PSI-based quota auto-tuneSeongJae Park1-2/+40
2024-02-24mm/damon/core: implement PSI metric DAMOS quota goalSeongJae Park2-0/+32
2024-02-24mm/damon/core: support multiple metrics for quota goalSeongJae Park3-8/+45
2024-02-24mm/damon/core: let goal specified with only target and current valuesSeongJae Park3-22/+16
2024-02-24mm/damon/core: remove ->goal field of damos_quotaSeongJae Park2-20/+9
2024-02-24mm/damon/sysfs: use only quota->goalsSeongJae Park3-19/+35
2024-02-24mm/damon/core: add multiple goals per damos_quota and helpers for thoseSeongJae Park2-7/+88
2024-02-24mm/damon/core: split out quota goal related fields to a structSeongJae Park3-25/+34
2024-02-24mm/damon: move comments and fields for damos-quota-prioritization to the endSeongJae Park1-16/+14
2024-02-24Docs/admin-guide/mm/damon/usage: document effective_bytes fileSeongJae Park1-3/+16
2024-02-24Docs/ABI/damon: document effective_bytes sysfs fileSeongJae Park1-1/+9
2024-02-24mm/damon/sysfs: implement a kdamond command for updating schemes' effective q...SeongJae Park3-0/+56
2024-02-24mm/damon/sysfs-schemes: implement quota effective_bytes fileSeongJae Park1-0/+14