Age | Commit message (Expand) | Author | Files | Lines |
2023-06-24 | hugetlb: revert use of page_cache_next_miss() | Mike Kravetz | 1 | -5/+3 |
2023-06-10 | fs: hugetlbfs: set vma policy only when needed for allocating folio | Ackerley Tng | 1 | -4/+1 |
2023-04-22 | mm: move 'mmap_min_addr' logic from callers into vm_unmapped_area() | Linus Torvalds | 1 | -1/+1 |
2023-04-06 | mm: return an ERR_PTR from __filemap_get_folio | Christoph Hellwig | 1 | -1/+1 |
2023-02-24 | Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -36/+36 |
2023-02-14 | mm/hugetlb: convert hugetlb_add_to_page_cache to take in a folio | Sidhartha Kumar | 1 | -1/+1 |
2023-02-14 | mm/hugetlb: convert restore_reserve_on_error to take in a folio | Sidhartha Kumar | 1 | -1/+1 |
2023-02-14 | mm/hugetlb: convert hugetlb fault paths to use alloc_hugetlb_folio() | Sidhartha Kumar | 1 | -19/+21 |
2023-02-10 | mm: replace vma->vm_flags direct modifications with modifier calls | Suren Baghdasaryan | 1 | -2/+2 |
2023-01-19 | fs: port inode_init_owner() to mnt_idmap | Christian Brauner | 1 | -1/+1 |
2023-01-19 | fs: port ->tmpfile() to pass mnt_idmap | Christian Brauner | 1 | -1/+1 |
2023-01-19 | fs: port ->mknod() to pass mnt_idmap | Christian Brauner | 1 | -3/+3 |
2023-01-19 | fs: port ->mkdir() to pass mnt_idmap | Christian Brauner | 1 | -1/+1 |
2023-01-19 | fs: port ->symlink() to pass mnt_idmap | Christian Brauner | 1 | -1/+1 |
2023-01-19 | fs: port ->create() to pass mnt_idmap | Christian Brauner | 1 | -1/+1 |
2023-01-19 | fs: port ->setattr() to pass mnt_idmap | Christian Brauner | 1 | -3/+3 |
2023-01-19 | mm/hugetlb: introduce hugetlb_walk() | Peter Xu | 1 | -3/+1 |
2023-01-19 | mm/hugetlb: let vma_offset_start() to return start | Peter Xu | 1 | -12/+12 |
2022-12-01 | hugetlbfs: inode: remove unnecessary (void*) conversions | Li zeming | 1 | -1/+1 |
2022-12-01 | Merge branch 'mm-hotfixes-stable' into mm-stable | Andrew Morton | 1 | -7/+6 |
2022-11-09 | hugetlbfs: fix null-ptr-deref in hugetlbfs_parse_param() | Hawkins Jiawei | 1 | -3/+3 |
2022-11-09 | hugetlbfs: convert hugetlb_delete_from_page_cache() to use folios | Sidhartha Kumar | 1 | -6/+6 |
2022-11-09 | mm/hugetlb: add hugetlb_folio_subpool() helpers | Sidhartha Kumar | 1 | -4/+4 |
2022-11-09 | hugetlbfs: don't delete error page from pagecache | James Houghton | 1 | -7/+6 |
2022-10-11 | Merge tag 'pull-tmpfile' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -25/+17 |
2022-10-04 | hugetlb: clean up code checking for fault/truncation races | Mike Kravetz | 1 | -19/+12 |
2022-10-04 | hugetlb: use new vma_lock for pmd sharing synchronization | Mike Kravetz | 1 | -1/+65 |
2022-10-04 | hugetlb: create hugetlb_unmap_file_folio to unmap single file folio | Mike Kravetz | 1 | -29/+94 |
2022-10-04 | hugetlb: create remove_inode_single_folio to remove single file folio | Mike Kravetz | 1 | -42/+63 |
2022-10-04 | hugetlb: rename remove_huge_page to hugetlb_delete_from_page_cache | Mike Kravetz | 1 | -11/+10 |
2022-10-04 | hugetlbfs: revert use i_mmap_rwsem for more pmd sharing synchronization | Mike Kravetz | 1 | -2/+0 |
2022-10-04 | hugetlbfs: revert use i_mmap_rwsem to address page fault/truncate race | Mike Kravetz | 1 | -21/+9 |
2022-09-24 | vfs: open inside ->tmpfile() | Miklos Szeredi | 1 | -3/+3 |
2022-09-24 | hugetlbfs: cleanup mknod and tmpfile | Al Viro | 1 | -24/+16 |
2022-08-09 | Merge tag 'pull-work.iov_iter-rebased' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -30/+1 |
2022-08-09 | hugetlbfs: copy_page_to_iter() can deal with compound pages | Al Viro | 1 | -30/+1 |
2022-08-06 | Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -8/+5 |
2022-08-03 | Merge tag 'folio-6.0' of git://git.infradead.org/users/willy/pagecache | Linus Torvalds | 1 | -40/+29 |
2022-08-02 | hugetlb: Convert to migrate_folio | Matthew Wilcox (Oracle) | 1 | -9/+14 |
2022-07-30 | hugetlbfs: fix inaccurate comment in hugetlbfs_statfs() | Miaohe Lin | 1 | -1/+1 |
2022-07-30 | hugetlbfs: cleanup some comments in inode.c | Miaohe Lin | 1 | -3/+2 |
2022-07-30 | hugetlbfs: remove unneeded header file | Miaohe Lin | 1 | -1/+0 |
2022-07-30 | hugetlbfs: remove unneeded hugetlbfs_ops forward declaration | Miaohe Lin | 1 | -1/+0 |
2022-07-30 | hugetlbfs: use helper macro SZ_1{K,M} | Miaohe Lin | 1 | -2/+2 |
2022-06-29 | hugetlbfs: Convert remove_inode_hugepages() to use filemap_get_folios() | Matthew Wilcox (Oracle) | 1 | -30/+14 |
2022-06-29 | hugetlb: Convert huge_add_to_page_cache() to use a folio | Matthew Wilcox (Oracle) | 1 | -1/+1 |
2022-06-17 | hugetlbfs: zero partial pages during fallocate hole punch | Mike Kravetz | 1 | -15/+53 |
2022-05-28 | Merge tag 'powerpc-5.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p... | Linus Torvalds | 1 | -7/+16 |
2022-05-26 | Merge tag 'mm-stable-2022-05-25' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -8/+11 |
2022-05-13 | mm/hugetlb: only drop uffd-wp special pte if required | Peter Xu | 1 | -6/+9 |