summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* hfsplus: remove ->writepageChristoph Hellwig2022-12-121-1/+1
* hfs: remove ->writepageChristoph Hellwig2022-12-121-1/+1
* fat: remove ->writepageChristoph Hellwig2022-12-121-7/+2
* extfat: remove ->writepageChristoph Hellwig2022-12-121-7/+2
* mm/page_alloc: update comments in __free_pages_ok()Deyan Wang2022-12-121-0/+5
* xfs: remove restrictions for fsdax and reflinkShiyang Ruan2022-12-122-8/+0
* fsdax,xfs: port unshare to fsdaxShiyang Ruan2022-12-123-2/+60
* xfs: use dax ops for zero and truncate in fsdax modeShiyang Ruan2022-12-121-2/+2
* fsdax: dedupe: iter two files at the same timeShiyang Ruan2022-12-121-8/+8
* fsdax,xfs: set the shared flag when file extent is sharedShiyang Ruan2022-12-122-13/+8
* fsdax: zero the edges if source is HOLE or UNWRITTENShiyang Ruan2022-12-121-30/+49
* fsdax: invalidate pages when CoWShiyang Ruan2022-12-121-4/+13
* fsdax: introduce page->share for fsdax in reflink modeShiyang Ruan2022-12-123-18/+27
* selftests/damon: test removed scheme sysfs dir access bugSeongJae Park2022-12-122-1/+59
* kasan: fail non-kasan KUnit tests on KASAN reportsAndrey Konovalov2022-12-123-0/+69
* mm/hugetlb: change hugetlb allocation functions to return a folioSidhartha Kumar2022-12-121-70/+64
* mm/hugetlb: convert hugetlb prep functions to foliosSidhartha Kumar2022-12-121-33/+30
* mm/hugetlb: convert free_gigantic_page() to foliosSidhartha Kumar2022-12-121-12/+17
* mm/hugetlb: convert enqueue_huge_page() to foliosSidhartha Kumar2022-12-121-11/+11
* mm/hugetlb: convert add_hugetlb_page() to folios and add hugetlb_cma_folio()Sidhartha Kumar2022-12-121-21/+21
* mm/hugetlb: convert update_and_free_page() to foliosSidhartha Kumar2022-12-121-14/+16
* mm/hugetlb: convert remove_hugetlb_page() to foliosSidhartha Kumar2022-12-121-23/+25
* mm/hugetlb: convert dissolve_free_huge_page() to foliosSidhartha Kumar2022-12-121-10/+10
* mm/hugetlb: convert destroy_compound_gigantic_page() to foliosSidhartha Kumar2022-12-121-22/+21
* mm: add folio dtor and order setter functionsSidhartha Kumar2022-12-122-3/+24
* folio-compat: remove lru_cache_add()Vishal Moola (Oracle)2022-12-124-9/+5
* khugepage: replace lru_cache_add() with folio_add_lru()Vishal Moola (Oracle)2022-12-121-4/+7
* userfaultfd: replace lru_cache functions with folio_add functionsVishal Moola (Oracle)2022-12-121-2/+4
* fuse: convert fuse_try_move_page() to use foliosVishal Moola (Oracle)2022-12-121-27/+28
* filemap: convert replace_page_cache_page() to replace_page_cache_folio()Vishal Moola (Oracle)2022-12-123-29/+27
* LoongArch: enable ARCH_WANT_HUGETLB_PAGE_OPTIMIZE_VMEMMAPFeiyang Chen2022-12-121-0/+1
* mm/sparse-vmemmap: generalise vmemmap_populate_hugepages()Feiyang Chen2022-12-125-143/+132
* LoongArch: add sparse memory vmemmap supportFeiyang Chen2022-12-126-4/+96
* MIPS&LoongArch&NIOS2: adjust prototypes of p?d_init()Feiyang Chen2022-12-1211-57/+46
* kmsan: allow using __msan_instrument_asm_store() inside runtimeAlexander Potapenko2022-12-121-3/+5
* lockdep: allow instrumenting lockdep.c with KMSANAlexander Potapenko2022-12-121-1/+0
* include/linux/pgtable.h: : remove redundant pte variablezhang songyi2022-12-121-3/+1
* mm/fadvise: use LLONG_MAX instead of -1 for eofBrian Foster2022-12-121-1/+1
* filemap: skip write and wait if end offset precedes startBrian Foster2022-12-121-3/+6
* zsmalloc: implement writeback mechanism for zsmallocNhat Pham2022-12-121-11/+183
* zsmalloc: add zpool_ops field to zs_pool to store evict handlersNhat Pham2022-12-121-1/+10
* zsmalloc: add a LRU to zs_pool to keep track of zspages in LRU orderNhat Pham2022-12-121-0/+50
* zsmalloc: consolidate zs_pool's migrate_lock and size_class's locksNhat Pham2022-12-121-50/+37
* zpool: clean out dead codeJohannes Weiner2022-12-123-66/+12
* zswap: fix writeback lock ordering for zsmallocJohannes Weiner2022-12-121-16/+19
* mm/madvise: fix madvise_pageout for private file mappingsPavankumar Kondeti2022-12-121-18/+35
* mm/khugepaged: add tracepoint to collapse_file()Gautam Menghani2022-12-122-3/+42
* mm/gup: remove FOLL_MIGRATIONDavid Hildenbrand2022-12-122-51/+5
* mm/ksm: convert break_ksm() to use walk_page_range_vma()David Hildenbrand2022-12-121-10/+39
* mm/pagewalk: add walk_page_range_vma()David Hildenbrand2022-12-122-0/+23