Age | Commit message (Expand) | Author |
2020-04-21 | mm: shmem: disable interrupt when acquiring info->lock in userfaultfd_copy path | Yang Shi |
2020-04-21 | shmem: fix possible deadlocks on shmlock_user_lock | Hugh Dickins |
2020-04-21 | mm/shmem: fix build without THP | Hugh Dickins |
2020-04-07 | mm: use fallthrough; | Joe Perches |
2020-04-07 | mm: huge tmpfs: try to split_huge_page() when punching hole | Hugh Dickins |
2020-04-07 | mm/shmem.c: clean code by removing unnecessary assignment | Mateusz Nosek |
2020-04-07 | mm/shmem.c: distribute switch variables for initialization | Kees Cook |
2020-04-07 | mm: remove CONFIG_TRANSPARENT_HUGE_PAGECACHE | Matthew Wilcox (Oracle) |
2020-04-07 | mm, thp: track fallbacks due to failed memcg charges separately | David Rientjes |
2020-04-07 | mm, shmem: add vmstat for hugepage fallback | David Rientjes |
2020-04-03 | Merge branch 'for-5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg... | Linus Torvalds |
2020-03-16 | kernfs: Add removed_size out param for simple_xattr_set | Daniel Xu |
2020-02-18 | tmpfs: deny and force are not huge mount options | Hugh Dickins |
2020-02-07 | tmpfs: switch to use of invalfc() | Al Viro |
2020-02-07 | fs_parse: fold fs_parameter_desc/fs_parameter_spec | Al Viro |
2020-02-07 | fs_parser: remove fs_parameter_description name field | Eric Sandeen |
2020-02-07 | fold struct fs_parameter_enum into struct constant_table | Al Viro |
2020-02-07 | fs_parse: get rid of ->enums | Al Viro |
2020-01-13 | mm/shmem.c: thp, shmem: fix conflict of above-47bit hint address and PMD alig... | Kirill A. Shutemov |
2019-12-01 | mm/shmem.c: cast the type of unmap_start to u64 | Chen Jun |
2019-12-01 | mm: shmem: use proper gfp flags for shmem_writepage() | Yang Shi |
2019-12-01 | mm/shmem.c: make array 'values' static const, makes object smaller | Colin Ian King |
2019-12-01 | mm, memfd: fix COW issue on MAP_PRIVATE and F_SEAL_FUTURE_WRITE mappings | Nicolas Geoffray |
2019-12-01 | shmem: pin the file in shmem_fault() if mmap_sem is dropped | Kirill A. Shutemov |
2019-10-10 | Merge branch 'work.mount3' of git://git.kernel.org/pub/scm/linux/kernel/git/v... | Linus Torvalds |
2019-10-09 | shmem: fix LSM options parsing | Al Viro |
2019-09-28 | Merge branch 'hugepage-fallbacks' (hugepatch patches from David Rientjes) | Linus Torvalds |
2019-09-28 | Revert "Revert "Revert "mm, thp: consolidate THP gfp handling into alloc_huge... | David Rientjes |
2019-09-24 | shmem: fix obsolete comment in shmem_getpage_gfp() | Miles Chen |
2019-09-24 | mm: page cache: store only head pages in i_pages | Matthew Wilcox (Oracle) |
2019-09-24 | mm: introduce compound_nr() | Matthew Wilcox (Oracle) |
2019-09-12 | vfs: Convert ramfs, shmem, tmpfs, devtmpfs, rootfs to use the new mount API | David Howells |
2019-09-12 | shmem_parse_one(): switch to use of fs_parse() | Al Viro |
2019-09-12 | shmem_parse_options(): take handling a single option into a helper | Al Viro |
2019-09-12 | shmem_parse_options(): don't bother with mpol in separate variable | Al Viro |
2019-09-12 | shmem_parse_options(): use a separate structure to keep the results | Al Viro |
2019-09-05 | make shmem_fill_super() static | Al Viro |
2019-08-13 | Revert "Revert "mm, thp: consolidate THP gfp handling into alloc_hugepage_dir... | Andrea Arcangeli |
2019-07-19 | Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/v... | Linus Torvalds |
2019-07-18 | mm: thp: fix false negative of shmem vma's THP eligibility | Yang Shi |
2019-07-16 | mm/shmem.c: fix unused shmem_parse_huge() function warning | Arnd Bergmann |
2019-07-05 | Revert "mm: page cache: store only head pages in i_pages" | Linus Torvalds |
2019-07-04 | mnt_init(): call shmem_init() unconditionally | Al Viro |
2019-05-14 | mm: page cache: store only head pages in i_pages | Matthew Wilcox |
2019-05-07 | Merge branch 'work.icache' of git://git.kernel.org/pub/scm/linux/kernel/git/v... | Linus Torvalds |
2019-05-01 | shmem: make use of ->free_inode() | Al Viro |
2019-04-19 | mm: swapoff: shmem_unuse() stop eviction without igrab() | Hugh Dickins |
2019-04-19 | mm: swapoff: shmem_find_swap_entries() filter out other types | Hugh Dickins |
2019-03-05 | mm/memfd: add an F_SEAL_FUTURE_WRITE seal to memfd | Joel Fernandes (Google) |
2019-03-05 | mm: rid swapoff of quadratic complexity | Vineeth Remanan Pillai |