summaryrefslogtreecommitdiffstats
path: root/mm/shmem.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* mm/filemap: add mapping_seek_hole_dataMatthew Wilcox (Oracle)2021-02-261-70/+4
* mm: add FGP_ENTRYMatthew Wilcox (Oracle)2021-02-261-1/+2
* mm/shmem: use pagevec_lookup in shmem_unlock_mappingMatthew Wilcox (Oracle)2021-02-261-10/+1
* mm: memcontrol: convert NR_SHMEM_THPS account to pagesMuchun Song2021-02-241-1/+1
* Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-02-231-19/+31
|\
| * fs: make helpers idmap mount awareChristian Brauner2021-01-241-14/+25
| * stat: handle idmapped mountsChristian Brauner2021-01-241-1/+1
| * acl: handle idmapped mountsChristian Brauner2021-01-241-1/+2
| * attr: handle idmapped mountsChristian Brauner2021-01-241-2/+2
| * inode: make init and permission helpers idmapped mount awareChristian Brauner2021-01-241-1/+1
* | mm: Use static initialisers for immutable fields of 'struct vm_fault'Will Deacon2021-01-211-3/+3
|/
* mm: shmem: convert shmem_enabled_show to use sysfs_emit_atJoe Perches2020-12-151-9/+12