2022-06-23 | Matthew Wilcox ... | mm: Clear page->private when splitting or migrating... Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org> |
commit | commitdiff | tree |
2022-06-20 | Matthew Wilcox ... | filemap: Handle sibling entries in filemap_get_read_batch() Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org> |
commit | commitdiff | tree |
2022-06-20 | Matthew Wilcox ... | filemap: Correct the conditions for marking a folio... Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org> |
commit | commitdiff | tree |
2022-06-13 | Matthew Wilcox ... | usercopy: Make usercopy resilient against ridiculously... Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org> |
commit | commitdiff | tree |
2022-06-13 | Matthew Wilcox ... | usercopy: Cast pointer to an integer once Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org> |
commit | commitdiff | tree |
2022-06-13 | Matthew Wilcox ... | usercopy: Handle vm_map_ram() areas Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org> |
commit | commitdiff | tree |
2022-06-09 | Matthew Wilcox ... | mm: Add kernel-doc for folio->mlock_count Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org> |
commit | commitdiff | tree |
2022-06-09 | Matthew Wilcox ... | mm/huge_memory: Fix xarray node memory leak Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org> |
commit | commitdiff | tree |
2022-06-09 | Matthew Wilcox ... | filemap: Cache the value of vm_flags Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org> |
commit | commitdiff | tree |
2022-06-09 | Matthew Wilcox ... | filemap: Don't release a locked folio Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org> |
commit | commitdiff | tree |
2022-06-06 | Matthew Wilcox ... | quota: Prevent memory allocation recursion while holding... Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org> |
commit | commitdiff | tree |
2022-05-13 | Matthew Wilcox ... | mm/migrate: convert move_to_new_page() into move_to_new_folio() Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org> |
commit | commitdiff | tree |
2022-05-13 | Matthew Wilcox ... | mm: add folio_test_movable() Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org> |
commit | commitdiff | tree |
2022-05-13 | Matthew Wilcox ... | mm: add folio_mapping_flags() Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org> |
commit | commitdiff | tree |
2022-05-13 | Matthew Wilcox ... | mm/shmem: convert shmem_swapin_page() to shmem_swapin_folio() Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org> |
commit | commitdiff | tree |
2022-05-13 | Matthew Wilcox ... | mm/shmem: convert shmem_getpage_gfp to use a folio Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org> |
commit | commitdiff | tree |
2022-05-13 | Matthew Wilcox ... | mm/shmem: convert shmem_alloc_and_acct_page to use... Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org> |
commit | commitdiff | tree |
2022-05-13 | Matthew Wilcox ... | mm/shmem: add shmem_alloc_folio() Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org> |
commit | commitdiff | tree |
2022-05-13 | Matthew Wilcox ... | mm/shmem: turn shmem_should_replace_page into shmem_should_r... Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org> |
commit | commitdiff | tree |
2022-05-13 | Matthew Wilcox ... | mm/shmem: convert shmem_add_to_page_cache to take a... Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org> |
commit | commitdiff | tree |
2022-05-13 | Matthew Wilcox ... | mm/swap: add folio_throttle_swaprate Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org> |
commit | commitdiff | tree |
2022-05-13 | Matthew Wilcox ... | mm/shmem: use a folio in shmem_unused_huge_shrink Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org> |
commit | commitdiff | tree |
2022-05-13 | Matthew Wilcox ... | vmscan: remove remaining uses of page in shrink_page_list Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org> |
commit | commitdiff | tree |
2022-05-13 | Matthew Wilcox ... | mm: allow can_split_folio() to be called when THP are... Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org> |
commit | commitdiff | tree |
2022-05-13 | Matthew Wilcox ... | vmscan: convert the activate_locked portion of shrink_page_l... Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org> |
commit | commitdiff | tree |
2022-05-13 | Matthew Wilcox ... | vmscan: move initialisation of mapping down Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org> |
commit | commitdiff | tree |
2022-05-13 | Matthew Wilcox ... | vmscan: convert lazy freeing to folios Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org> |
commit | commitdiff | tree |
2022-05-13 | Matthew Wilcox ... | vmscan: convert page buffer handling to use folios Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org> |
commit | commitdiff | tree |
2022-05-13 | Matthew Wilcox ... | vmscan: convert dirty page handling to folios Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org> |
commit | commitdiff | tree |
2022-05-13 | Matthew Wilcox ... | swap: convert add_to_swap() to take a folio Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org> |
commit | commitdiff | tree |
2022-05-13 | Matthew Wilcox ... | swap: turn get_swap_page() into folio_alloc_swap() Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org> |
commit | commitdiff | tree |
2022-05-13 | Matthew Wilcox ... | vmscan: convert the writeback handling in shrink_page_list... Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org> |
commit | commitdiff | tree |
2022-05-13 | Matthew Wilcox ... | vmscan: use folio_mapped() in shrink_page_list() Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org> |
commit | commitdiff | tree |
2022-05-13 | Matthew Wilcox ... | mm: remove alloc_pages_vma() Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org> |
commit | commitdiff | tree |
2022-05-13 | Matthew Wilcox ... | alpha: fix alloc_zeroed_user_highpage_movable() Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org> |
commit | commitdiff | tree |
2022-05-13 | Matthew Wilcox ... | mm/huge_memory: convert do_huge_pmd_anonymous_page... Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org> |
commit | commitdiff | tree |
2022-05-13 | Matthew Wilcox ... | shmem: convert shmem_alloc_hugepage() to use vma_alloc_folio() Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org> |
commit | commitdiff | tree |
2022-05-12 | Matthew Wilcox ... | Appoint myself page cache maintainer Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org> |
commit | commitdiff | tree |
2022-05-10 | Matthew Wilcox ... | fs: Remove aops->freepage Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org> |
commit | commitdiff | tree |
2022-05-10 | Matthew Wilcox ... | secretmem: Convert to free_folio Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org> |
commit | commitdiff | tree |
2022-05-10 | Matthew Wilcox ... | nfs: Convert to free_folio Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org> |
commit | commitdiff | tree |
2022-05-10 | Matthew Wilcox ... | orangefs: Convert to free_folio Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org> |
commit | commitdiff | tree |
2022-05-10 | Matthew Wilcox ... | fs: Add free_folio address space operation Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org> |
commit | commitdiff | tree |
2022-05-10 | Matthew Wilcox ... | fs: Convert drop_buffers() to use a folio Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org> |
commit | commitdiff | tree |
2022-05-10 | Matthew Wilcox ... | fs: Change try_to_free_buffers() to take a folio Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org> |
commit | commitdiff | tree |
2022-05-10 | Matthew Wilcox ... | jbd2: Convert release_buffer_page() to use a folio Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org> |
commit | commitdiff | tree |
2022-05-10 | Matthew Wilcox ... | jbd2: Convert jbd2_journal_try_to_free_buffers to take... Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org> |
commit | commitdiff | tree |
2022-05-10 | Matthew Wilcox ... | reiserfs: Convert release_buffer_page() to use a folio Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org> |
commit | commitdiff | tree |
2022-05-10 | Matthew Wilcox ... | fs: Remove last vestiges of releasepage Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org> |
commit | commitdiff | tree |
2022-05-10 | Matthew Wilcox ... | ubifs: Convert to release_folio Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org> |
commit | commitdiff | tree |
2022-05-10 | Matthew Wilcox ... | reiserfs: Convert to release_folio Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org> |
commit | commitdiff | tree |
2022-05-10 | Matthew Wilcox ... | orangefs: Convert to release_folio Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org> |
commit | commitdiff | tree |
2022-05-10 | Matthew Wilcox ... | ocfs2: Convert to release_folio Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org> |
commit | commitdiff | tree |
2022-05-10 | Matthew Wilcox ... | nilfs2: Remove comment about releasepage Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org> |
commit | commitdiff | tree |
2022-05-10 | Matthew Wilcox ... | nfs: Convert to release_folio Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org> |
commit | commitdiff | tree |
2022-05-10 | Matthew Wilcox ... | jfs: Convert to release_folio Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org> |
commit | commitdiff | tree |
2022-05-10 | Matthew Wilcox ... | hfsplus: Convert to release_folio Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org> |
commit | commitdiff | tree |
2022-05-10 | Matthew Wilcox ... | hfs: Convert to release_folio Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org> |
commit | commitdiff | tree |
2022-05-10 | Matthew Wilcox ... | gfs2: Convert to release_folio Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org> |
commit | commitdiff | tree |
2022-05-10 | Matthew Wilcox ... | f2fs: Convert to release_folio Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org> |
commit | commitdiff | tree |
2022-05-10 | Matthew Wilcox ... | ext4: Convert to release_folio Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org> |
commit | commitdiff | tree |
2022-05-10 | Matthew Wilcox ... | erofs: Convert to release_folio Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org> |
commit | commitdiff | tree |
2022-05-10 | Matthew Wilcox ... | cifs: Convert to release_folio Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org> |
commit | commitdiff | tree |
2022-05-10 | Matthew Wilcox ... | ceph: Convert to release_folio Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org> |
commit | commitdiff | tree |
2022-05-10 | Matthew Wilcox ... | btrfs: Convert to release_folio Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org> |
commit | commitdiff | tree |
2022-05-10 | Matthew Wilcox ... | afs: Convert to release_folio Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org> |
commit | commitdiff | tree |
2022-05-10 | Matthew Wilcox ... | 9p: Convert to release_folio Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org> |
commit | commitdiff | tree |
2022-05-10 | Matthew Wilcox ... | iomap: Convert to release_folio Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org> |
commit | commitdiff | tree |
2022-05-10 | Matthew Wilcox ... | fs: Add aops->release_folio Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org> |
commit | commitdiff | tree |
2022-05-09 | Matthew Wilcox ... | mm,doc: Add new documentation structure Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org> |
commit | commitdiff | tree |
2022-05-09 | Matthew Wilcox ... | mm/filemap: Hoist filler_t decision to the top of do_read_ca... Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org> |
commit | commitdiff | tree |
2022-05-09 | Matthew Wilcox ... | fs: Change the type of filler_t Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org> |
commit | commitdiff | tree |
2022-05-09 | Matthew Wilcox ... | nfs: Pass the file pointer to nfs_symlink_filler() Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org> |
commit | commitdiff | tree |
2022-05-09 | Matthew Wilcox ... | jffs2: Pass the file pointer to jffs2_do_readpage_unlock() Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org> |
commit | commitdiff | tree |
2022-05-09 | Matthew Wilcox ... | mm,fs: Remove aops->readpage Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org> |
commit | commitdiff | tree |
2022-05-09 | Matthew Wilcox ... | mm: Convert swap_readpage to call read_folio instead... Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org> |
commit | commitdiff | tree |
2022-05-09 | Matthew Wilcox ... | vboxsf: Convert vboxsf to read_folio Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org> |
commit | commitdiff | tree |
2022-05-09 | Matthew Wilcox ... | udf: Convert adinicb and symlinks to read_folio Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org> |
commit | commitdiff | tree |
2022-05-09 | Matthew Wilcox ... | ubifs: Convert ubifs to read_folio Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org> |
commit | commitdiff | tree |
2022-05-09 | Matthew Wilcox ... | squashfs: Convert squashfs to read_folio Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org> |
commit | commitdiff | tree |
2022-05-09 | Matthew Wilcox ... | romfs: Convert romfs to read_folio Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org> |
commit | commitdiff | tree |
2022-05-09 | Matthew Wilcox ... | orangefs: Convert orangefs to read_folio Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org> |
commit | commitdiff | tree |
2022-05-09 | Matthew Wilcox ... | ocfs2: Convert ocfs2 to read_folio Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org> |
commit | commitdiff | tree |
2022-05-09 | Matthew Wilcox ... | ntfs: Convert ntfs to read_folio Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org> |
commit | commitdiff | tree |
2022-05-09 | Matthew Wilcox ... | nfs: Convert nfs to read_folio Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org> |
commit | commitdiff | tree |
2022-05-09 | Matthew Wilcox ... | jfs: Convert metadata pages to read_folio Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org> |
commit | commitdiff | tree |
2022-05-09 | Matthew Wilcox ... | jffs2: Convert jffs2 to read_folio Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org> |
commit | commitdiff | tree |
2022-05-09 | Matthew Wilcox ... | isofs: Convert symlinks and zisofs to read_folio Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org> |
commit | commitdiff | tree |
2022-05-09 | Matthew Wilcox ... | hpfs: Convert symlinks to read_folio Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org> |
commit | commitdiff | tree |
2022-05-09 | Matthew Wilcox ... | hostfs: Convert hostfs to read_folio Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org> |
commit | commitdiff | tree |
2022-05-09 | Matthew Wilcox ... | fuse: Convert fuse to read_folio Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org> |
commit | commitdiff | tree |
2022-05-09 | Matthew Wilcox ... | freevxfs: Convert vxfs_immed to read_folio Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org> |
commit | commitdiff | tree |
2022-05-09 | Matthew Wilcox ... | f2fs: Convert f2fs to read_folio Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org> |
commit | commitdiff | tree |
2022-05-09 | Matthew Wilcox ... | ext4: Convert ext4 to read_folio Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org> |
commit | commitdiff | tree |
2022-05-09 | Matthew Wilcox ... | erofs: Convert erofs zdata to read_folio Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org> |
commit | commitdiff | tree |
2022-05-09 | Matthew Wilcox ... | efs: Convert efs symlinks to read_folio Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org> |
commit | commitdiff | tree |
2022-05-09 | Matthew Wilcox ... | ecryptfs: Convert ecryptfs to read_folio Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org> |
commit | commitdiff | tree |
2022-05-09 | Matthew Wilcox ... | cramfs: Convert cramfs to read_folio Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org> |
commit | commitdiff | tree |
2022-05-09 | Matthew Wilcox ... | coda: Convert coda to read_folio Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org> |
commit | commitdiff | tree |
2022-05-09 | Matthew Wilcox ... | cifs: Convert cifs to read_folio Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org> |
commit | commitdiff | tree |
next |