summaryrefslogtreecommitdiffstats
path: root/mm/shmem.c
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
| |/
* / tmpfs: fix the issue that the mount and remount results are inconsistent.ZhaoLong Wang2022-07-181-5/+2
|/
* 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