summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-02-03nilfs2: convert nilfs_copy_dirty_pages() to use filemap_get_folios_tag()Vishal Moola (Oracle)1-19/+20
2023-02-03nilfs2: convert nilfs_btree_lookup_dirty_buffers() to use filemap_get_folios_...Vishal Moola (Oracle)1-7/+7
2023-02-03nilfs2: convert nilfs_lookup_dirty_node_buffers() to use filemap_get_folios_t...Vishal Moola (Oracle)1-8/+7
2023-02-03nilfs2: convert nilfs_lookup_dirty_data_buffers() to use filemap_get_folios_t...Vishal Moola (Oracle)1-13/+16
2023-02-03gfs2: convert gfs2_write_cache_jdata() to use filemap_get_folios_tag()Vishal Moola (Oracle)1-29/+35
2023-02-03f2fs: convert f2fs_sync_meta_pages() to use filemap_get_folios_tag()Vishal Moola (Oracle)1-23/+26
2023-02-03f2fs: convert last_fsync_dnode() to use filemap_get_folios_tag()Vishal Moola (Oracle)1-9/+10
2023-02-03f2fs: convert f2fs_write_cache_pages() to use filemap_get_folios_tag()Vishal Moola (Oracle)1-26/+58
2023-02-03f2fs: convert f2fs_sync_node_pages() to use filemap_get_folios_tag()Vishal Moola (Oracle)1-8/+9
2023-02-03f2fs: convert f2fs_flush_inline_data() to use filemap_get_folios_tag()Vishal Moola (Oracle)1-8/+9
2023-02-03f2fs: convert f2fs_fsync_node_pages() to use filemap_get_folios_tag()Vishal Moola (Oracle)1-9/+10
2023-02-03ext4: convert mpage_prepare_extent_to_map() to use filemap_get_folios_tag()Vishal Moola (Oracle)1-33/+32
2023-02-03cifs: convert wdata_alloc_and_fillpages() to use filemap_get_folios_tag()Vishal Moola (Oracle)1-3/+29
2023-02-03ceph: convert ceph_writepages_start() to use filemap_get_folios_tag()Vishal Moola (Oracle)1-28/+30
2023-02-03btrfs: convert extent_write_cache_pages() to use filemap_get_folios_tag()Vishal Moola (Oracle)1-19/+19
2023-02-03btrfs: convert btree_write_cache_pages() to use filemap_get_folio_tag()Vishal Moola (Oracle)1-9/+10
2023-02-03afs: convert afs_writepages_region() to use filemap_get_folios_tag()Vishal Moola (Oracle)1-57/+59
2023-02-03page-writeback: convert write_cache_pages() to use filemap_get_folios_tag()Vishal Moola (Oracle)1-21/+23
2023-02-03filemap: convert __filemap_fdatawait_range() to use filemap_get_folios_tag()Vishal Moola (Oracle)1-11/+13
2023-02-03filemap: add filemap_get_folios_tag()Vishal Moola (Oracle)2-0/+56
2023-02-03pagemap: add filemap_grab_folio()Vishal Moola (Oracle)1-0/+20
2023-02-03mm: fix khugepaged with shmem_enabled=adviseDavid Stevens3-18/+13
2023-02-03mm: discard __GFP_ATOMICNeilBrown8-28/+15
2023-02-03mm/page_alloc: explicitly define how __GFP_HIGH non-blocking allocations acce...Mel Gorman2-22/+29
2023-02-03mm/page_alloc: explicitly define what alloc flags deplete min reservesMel Gorman2-12/+25
2023-02-03mm/page_alloc: explicitly record high-order atomic allocations in alloc_flagsMel Gorman2-6/+24
2023-02-03mm/page_alloc: treat RT tasks similar to __GFP_HIGHMel Gorman1-1/+1
2023-02-03mm/page_alloc: rename ALLOC_HIGH to ALLOC_MIN_RESERVEMel Gorman2-5/+7
2023-02-03mm/page_ext: do not allocate space for page_ext->flags if not neededPasha Tatashin4-2/+32
2023-02-03mm: remove __HAVE_ARCH_PTE_SWP_EXCLUSIVEDavid Hildenbrand31-73/+0
2023-02-03xtensa/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVEDavid Hildenbrand1-5/+27
2023-02-03x86/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE also on 32bitDavid Hildenbrand3-10/+44
2023-02-03um/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVEDavid Hildenbrand1-2/+35
2023-02-03sparc/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE on 64bitDavid Hildenbrand1-3/+35
2023-02-03sparc/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE on 32bitDavid Hildenbrand2-12/+29
2023-02-03sh/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVEDavid Hildenbrand1-12/+42
2023-02-03riscv/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVEDavid Hildenbrand2-5/+27
2023-02-03powerpc/nohash/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVEDavid Hildenbrand7-28/+63
2023-02-03powerpc/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE on 32bit book3sDavid Hildenbrand1-5/+33
2023-02-03parisc/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVEDavid Hildenbrand1-3/+38
2023-02-03openrisc/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVEDavid Hildenbrand1-5/+36
2023-02-03nios2/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVEDavid Hildenbrand2-1/+24
2023-02-03nios2/mm: refactor swap PTE layoutDavid Hildenbrand1-8/+10
2023-02-03mips/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVEDavid Hildenbrand3-16/+131
2023-02-03microblaze/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVEDavid Hildenbrand2-12/+37
2023-02-03m68k/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVEDavid Hildenbrand3-9/+104
2023-02-03m68k/mm: remove dummy __swp definitions for nommuDavid Hildenbrand1-6/+0
2023-02-03loongarch/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVEDavid Hildenbrand2-4/+39
2023-02-03ia64/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVEDavid Hildenbrand1-3/+29
2023-02-03hexagon/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVEDavid Hildenbrand1-6/+31