summaryrefslogtreecommitdiffstats
path: root/mm/shmem.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'mm-hotfixes-stable' into mm-stableAndrew Morton2022-12-091-0/+11
|\
| * tmpfs: fix data loss from failed fallocateHugh Dickins2022-12-091-0/+11
* | mm: anonymous shared memory namingPasha Tatashin2022-11-301-4/+25
* | mm: use pte markers for swap errorsPeter Xu2022-11-301-1/+1
* | tmpfs: ensure O_LARGEFILE with generic_file_open()Thomas Weißschuh2022-11-081-0/+1
* | mm/shmem: remove unneeded assignments in shmem_get_folio_gfp()Lukas Bulwahn2022-11-081-2/+1
* | filemap: find_get_entries() now updates start offsetVishal Moola (Oracle)2022-11-081-7/+4
* | filemap: find_lock_entries() now updates start offsetVishal Moola (Oracle)2022-11-081-6/+2
|/
* mm/shmem: ensure proper fallback if page faultsIra Weiny2022-10-281-0/+17
* treewide: use get_random_u32() when possibleJason A. Donenfeld2022-10-111-1/+1
* Merge tag 'pull-tmpfile' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2022-10-101-3/+3
|\
| * vfs: open inside ->tmpfile()Miklos Szeredi2022-09-241-3/+3
* | mm/shmem: add flag to enforce shmem THP in hugepage_vma_check()Zach O'Keefe2022-10-031-8/+10
* | tmpfs: add support for an i_version counterJeff Layton2022-10-031-3/+28
* | shmem: remove shmem_getpage()Matthew Wilcox (Oracle)2022-10-031-14/+1
* | khugepaged: call shmem_get_folio()Matthew Wilcox (Oracle)2022-10-031-2/+2
* | shmem: convert shmem_get_link() to use a folioMatthew Wilcox (Oracle)2022-10-031-16/+17
* | shmem: convert shmem_symlink() to use a folioMatthew Wilcox (Oracle)2022-10-031-7/+7
* | shmem: convert shmem_fallocate() to use a folioMatthew Wilcox (Oracle)2022-10-031-19/+17
* | shmem: convert shmem_file_read_iter() to use shmem_get_folio()Matthew Wilcox (Oracle)2022-10-031-9/+11
* | shmem: convert shmem_write_begin() to use shmem_get_folio()Matthew Wilcox (Oracle)2022-10-031-3/+5
* | shmem: convert shmem_get_partial_folio() to use shmem_get_folio()Matthew Wilcox (Oracle)2022-10-031-5/+4
* | shmem: add shmem_get_folio()Matthew Wilcox (Oracle)2022-10-031-13/+10
* | shmem: convert shmem_read_mapping_page_gfp() to use shmem_get_folio_gfp()Matthew Wilcox (Oracle)2022-10-031-3/+5
* | shmem: convert shmem_fault() to use shmem_get_folio_gfp()Matthew Wilcox (Oracle)2022-10-031-1/+4
* | shmem: convert shmem_getpage_gfp() to shmem_get_folio_gfp()Matthew Wilcox (Oracle)2022-10-031-29/+41
* | shmem: eliminate struct page from shmem_swapin_folio()Matthew Wilcox (Oracle)2022-10-031-8/+8
* | shmem: convert shmem_replace_page() to shmem_replace_folio()Matthew Wilcox (Oracle)2022-10-031-5/+4
* | shmem: convert shmem_mfill_atomic_pte() to use a folioMatthew Wilcox (Oracle)2022-10-031-26/+19
* | mm/swap: convert put_swap_page() to put_swap_folio()Matthew Wilcox (Oracle)2022-10-031-1/+1
* | mm/swap: convert add_to_swap_cache() to take a folioMatthew Wilcox (Oracle)2022-10-031-1/+1
* | shmem: convert shmem_replace_page() to use folios throughoutMatthew Wilcox (Oracle)2022-10-031-35/+32
* | shmem: convert shmem_delete_from_page_cache() to take a folioMatthew Wilcox (Oracle)2022-10-031-12/+11
* | shmem: convert shmem_writepage() to use a folio throughoutMatthew Wilcox (Oracle)2022-10-031-23/+24
* | mm: add split_folio()Matthew Wilcox (Oracle)2022-10-031-1/+1
|/
* shmem: update folio if shmem_replace_page() updates the pageMatthew Wilcox (Oracle)2022-08-281-0/+1
* mm/shmem: shmem_replace_page() remember NR_SHMEMHugh Dickins2022-08-201-0/+2
* mm/shmem: tmpfs fallocate use file_modified()Hugh Dickins2022-08-201-1/+2
* mm/shmem: fix chattr fsflags support in tmpfsHugh Dickins2022-08-201-23/+31
* Merge tag 'pull-work.iov_iter-rebased' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2022-08-081-1/+1
|\
| * new iov_iter flavour - ITER_UBUFAl Viro2022-08-081-1/+1
* | Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-08-051-8/+70
|\ \ | |/ |/|
| * mm/shmem: support FS_IOC_[SG]ETFLAGS in tmpfsTheodore Ts'o2022-07-291-1/+63
| * mm/swap: convert delete_from_swap_cache() to take a folioMatthew Wilcox (Oracle)2022-07-031-2/+2
| * mm/shmem.c: clean up comment of shmem_swapin_folioMiaohe Lin2022-06-161-5/+5
* | Merge tag 'folio-6.0' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds2022-08-031-10/+9
|\ \
| * | mm/migrate: Convert migrate_page() to migrate_folio()Matthew Wilcox (Oracle)2022-08-021-1/+1
| * | shmem: Convert shmem_unlock_mapping() to use filemap_get_folios()Matthew Wilcox (Oracle)2022-06-291-7/+6
| * | filemap: Remove add_to_page_cache() and add_to_page_cache_locked()Matthew Wilcox (Oracle)2022-06-291-1/+1
| * | mm: Remove __delete_from_page_cache()Matthew Wilcox (Oracle)2022-06-291-1/+1
| |/