summaryrefslogtreecommitdiff
path: root/mm/shmem.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'mm-everything' of git://git.kernel.org/pub/scm/linux/kernel/git...akpm-baseakpmStephen Rothwell2022-06-281-2/+2
|\
| * mm/swap: convert delete_from_swap_cache() to take a folioMatthew Wilcox (Oracle)2022-06-271-2/+2
* | Merge branch 'mm-stable' of git://git.kernel.org/pub/scm/linux/kernel/git/akp...Stephen Rothwell2022-06-281-5/+5
|\ \ | |/
| * mm/shmem.c: clean up comment of shmem_swapin_folioMiaohe Lin2022-06-161-5/+5
* | mm/migrate: Convert migrate_page() to migrate_folio()Matthew Wilcox (Oracle)2022-06-261-1/+1
* | shmem: Convert shmem_unlock_mapping() to use filemap_get_folios()Matthew Wilcox (Oracle)2022-06-261-7/+6
* | filemap: Remove add_to_page_cache() and add_to_page_cache_locked()Matthew Wilcox (Oracle)2022-06-261-1/+1
|/
* Merge tag 'mm-stable-2022-05-27' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-05-271-1/+40
|\
| * mm/shmem.c: suppress shift warningAndrew Morton2022-05-271-1/+1
| * mm/shmem: fix infinite loop when swap in shmem error at swapoff timeMiaohe Lin2022-05-271-0/+39
* | Merge tag 'mm-stable-2022-05-25' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-05-261-185/+168
|\ \ | |/
| * mm/shmem: fix shmem folio swapoff hangHugh Dickins2022-05-251-2/+1
| * tmpfs: fix undefined-behaviour in shmem_reconfigure()Luo Meng2022-05-191-0/+4
| * mm: mmap: register suitable readonly file vmas for khugepagedYang Shi2022-05-191-4/+0
| * mm: khugepaged: introduce khugepaged_enter_vma() helperYang Shi2022-05-191-10/+2
| * mm/shmem: convert shmem_swapin_page() to shmem_swapin_folio()Matthew Wilcox (Oracle)2022-05-131-59/+51
| * mm/shmem: convert shmem_getpage_gfp to use a folioMatthew Wilcox (Oracle)2022-05-131-52/+43
| * mm/shmem: convert shmem_alloc_and_acct_page to use a folioMatthew Wilcox (Oracle)2022-05-131-9/+9
| * mm/shmem: add shmem_alloc_folio()Matthew Wilcox (Oracle)2022-05-131-4/+10
| * mm/shmem: turn shmem_should_replace_page into shmem_should_replace_folioMatthew Wilcox (Oracle)2022-05-131-4/+4
| * mm/shmem: convert shmem_add_to_page_cache to take a folioMatthew Wilcox (Oracle)2022-05-131-26/+31
| * mm/shmem: use a folio in shmem_unused_huge_shrinkMatthew Wilcox (Oracle)2022-05-131-11/+12
| * swap: turn get_swap_page() into folio_alloc_swap()Matthew Wilcox (Oracle)2022-05-131-1/+2
| * shmem: convert shmem_alloc_hugepage() to use vma_alloc_folio()Matthew Wilcox (Oracle)2022-05-131-6/+4
| * mm/shmem: take care of UFFDIO_COPY_MODE_WPPeter Xu2022-05-131-2/+2
| * mm: create new mm/swap.h header fileNeilBrown2022-05-091-0/+1
| * mm: shmem: make shmem_init return voidMiaohe Lin2022-04-281-6/+3
* | mm,fs: Remove aops->readpageMatthew Wilcox (Oracle)2022-05-091-1/+1
* | fs: Remove flags parameter from aops->write_beginMatthew Wilcox (Oracle)2022-05-081-1/+1
|/
* tmpfs: fix regressions from wider use of ZERO_PAGEHugh Dickins2022-04-151-11/+20
* Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds2022-03-221-1/+1
|\
| * fs: Convert __set_page_dirty_no_writeback to noop_dirty_folioMatthew Wilcox (Oracle)2022-03-161-1/+1
* | mm: shmem: fix missing cache flush in shmem_mfill_atomic_pte()Muchun Song2022-03-221-1/+3
* | fs: allocate inode by using alloc_inode_sb()Muchun Song2022-03-221-1/+1
* | mm: shmem: use helper macro __ATTR_RWMiaohe Lin2022-03-221-2/+1
* | tmpfs: do not allocate pages on readHugh Dickins2022-03-221-14/+6
* | shmem: mapping_set_exiting() to help mapped resilienceHugh Dickins2022-03-221-0/+1
* | tmpfs: support for file creation timeXavier Roche2022-03-221-3/+13
|/
* mm: simplify try_to_unuseChristoph Hellwig2022-01-221-27/+6
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2022-01-151-24/+67
|\
| * mm: drop node from alloc_pages_vmaMichal Hocko2022-01-151-2/+1
| * shmem: fix a race between shmem_unused_huge_shrink and shmem_evict_inodeGang Li2022-01-151-16/+21
| * mm: shmem: don't truncate page if memory failure happensYang Shi2022-01-151-6/+45
* | mm: Use multi-index entries in the page cacheMatthew Wilcox (Oracle)2022-01-081-11/+8
* | truncate,shmem: Handle truncates that split large foliosMatthew Wilcox (Oracle)2022-01-081-63/+45
* | mm: Convert find_lock_entries() to use a folio_batchMatthew Wilcox (Oracle)2022-01-081-8/+6
* | filemap: Return only folios from find_get_entries()Matthew Wilcox (Oracle)2022-01-081-16/+20
* | truncate,shmem: Add truncate_inode_folio()Matthew Wilcox (Oracle)2022-01-081-2/+3
* | shmem: Convert part of shmem_undo_range() to use a folioMatthew Wilcox (Oracle)2022-01-081-7/+7
|/
* fs: Remove FS_THP_SUPPORTMatthew Wilcox (Oracle)2021-11-171-1/+2