summaryrefslogtreecommitdiffstats
path: root/mm/shmem.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2021-06-281-5/+5
|\ \ | |/ |/|
| * Reimplement RLIMIT_MEMLOCK on top of ucountsAlexey Gladkov2021-04-301-5/+5
* | userfaultfd: release page in error path to avoid BUG_ONAxel Rasmussen2021-05-141-1/+11
* | mm/hugetlb: fix F_SEAL_FUTURE_WRITEPeter Xu2021-05-141-18/+4
* | mm/mempool: minor coding style tweaksZhiyuan Dai2021-05-051-1/+1
* | shmem: allow reporting fanotify events with file handles on tmpfsAmir Goldstein2021-04-191-0/+3
|/
* mm,shmem,thp: limit shmem THP allocations to requested zonesRik van Riel2021-02-261-1/+5
* mm,thp,shm: limit gfp mask to no more than specifiedRik van Riel2021-02-261-0/+21
* mm,thp,shmem: limit shmem THP alloc gfp_maskRik van Riel2021-02-261-3/+5
* mm: pass pvec directly to find_get_entriesMatthew Wilcox (Oracle)2021-02-261-3/+2
* mm: add an 'end' parameter to find_get_entriesMatthew Wilcox (Oracle)2021-02-261-8/+2
* mm: add and use find_lock_entriesMatthew Wilcox (Oracle)2021-02-261-17/+5