summaryrefslogtreecommitdiffstats
path: root/mm/shmem.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Revert "mm: shmem: don't truncate page if memory failure happens"Linus Torvalds2021-11-131-35/+3
* Merge tag 'net-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2021-11-111-23/+1
|\
| * libfs: Move shmem_exchange to simple_rename_exchangeLorenz Bauer2021-11-031-23/+1
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-11-061-7/+37
|\ \ | |/ |/|
| * mm: shmem: don't truncate page if memory failure happensYang Shi2021-11-061-3/+35
| * mm/shmem: unconditionally set pte dirty in mfill_atomic_install_ptePeter Xu2021-11-061-1/+0
| * mm/smaps: use vma->vm_pgoff directly when counting partial swapPeter Xu2021-11-061-3/+2
* | Merge tag 'for-5.16/block-2021-10-29' of git://git.kernel.dk/linux-blockLinus Torvalds2021-11-011-1/+0
|\ \
| * | mm: remove spurious blkdev.h includesChristoph Hellwig2021-10-181-1/+0
| |/
* | mm/memcg: Convert mem_cgroup_migrate() to take foliosMatthew Wilcox (Oracle)2021-09-271-1/+4
* | mm/memcg: Convert mem_cgroup_charge() to take a folioMatthew Wilcox (Oracle)2021-09-271-1/+1
|/
* mm/shmem.c: fix judgment error in shmem_is_huge()Liu Yuntao2021-09-241-2/+2
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-09-031-148/+123
|\
| * shmem: shmem_writepage() split unlikely i915 THPHugh Dickins2021-09-031-1/+13
| * huge tmpfs: decide stat.st_blksize by shmem_is_huge()Hugh Dickins2021-09-031-11/+1
| * huge tmpfs: shmem_is_huge(vma, inode, index)Hugh Dickins2021-09-031-59/+25
| * huge tmpfs: SGP_NOALLOC to stop collapse_file() on raceHugh Dickins2021-09-031-12/+17
| * huge tmpfs: move shmem_huge_enabled() upwardsHugh Dickins2021-09-031-37/+35
| * huge tmpfs: revert shmem's use of transhuge_vma_enabled()Hugh Dickins2021-09-031-1/+2
| * huge tmpfs: remove shrinklist addition from shmem_setattr()Hugh Dickins2021-09-031-19/+0
| * huge tmpfs: fix split_huge_page() after FALLOC_FL_KEEP_SIZEHugh Dickins2021-09-031-1/+14
| * huge tmpfs: fix fallocate(vanilla) advance over huge pagesHugh Dickins2021-09-031-3/+16
| * shmem: include header file to declare swap_infoMiaohe Lin2021-09-031-2/+1
| * shmem: remove unneeded function forward declarationMiaohe Lin2021-09-031-3/+0
| * shmem: remove unneeded header fileMiaohe Lin2021-09-031-2/+0
| * shmem: remove unneeded variable retMiaohe Lin2021-09-031-2/+1
| * shmem: use raw_spinlock_t for ->stat_lockSebastian Andrzej Siewior2021-09-031-14/+17
* | Merge tag 'hole_punch_for_v5.15-rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2021-08-301-10/+10
|\ \ | |/ |/|
| * mm: Fix comments mentioning i_mutexJan Kara2021-07-121-10/+10
* | Revert "mm/shmem: fix shmem_swapin() race with swapoff"Yang Shi2021-08-201-13/+1
|/
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-07-021-84/+39
|\
| * userfaultfd/shmem: modify shmem_mfill_atomic_pte to use install_pte()Axel Rasmussen2021-06-301-46/+12
| * userfaultfd/shmem: support minor fault registration for shmemAxel Rasmussen2021-06-301-1/+11
| * userfaultfd/shmem: combine shmem_{mcopy_atomic,mfill_zeropage}_pteAxel Rasmussen2021-06-301-36/+16
| * mm/huge_memory.c: add missing read-only THP checking in transparent_hugepage_...Miaohe Lin2021-06-301-2/+1
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-06-291-3/+15
|\|
| * mm: charge active memcg when no mm is setDan Schatzberg2021-06-291-2/+2
| * mm/shmem: fix shmem_swapin() race with swapoffMiaohe Lin2021-06-291-1/+13