aboutsummaryrefslogtreecommitdiffstats
path: root/mm/shmem.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-02-18tmpfs: deny and force are not huge mount optionsHugh Dickins1-2/+0
2020-02-07tmpfs: switch to use of invalfc()Al Viro1-3/+3
2020-02-07fs_parse: fold fs_parameter_desc/fs_parameter_specAl Viro1-8/+4
2020-02-07fs_parser: remove fs_parameter_description name fieldEric Sandeen1-1/+0
2020-02-07fold struct fs_parameter_enum into struct constant_tableAl Viro1-1/+1
2020-02-07fs_parse: get rid of ->enumsAl Viro1-10/+11
2020-01-13mm/shmem.c: thp, shmem: fix conflict of above-47bit hint address and PMD alignmentKirill A. Shutemov1-3/+4
2019-12-01mm/shmem.c: cast the type of unmap_start to u64Chen Jun1-1/+1
2019-12-01mm: shmem: use proper gfp flags for shmem_writepage()Yang Shi1-1/+2
2019-12-01mm/shmem.c: make array 'values' static const, makes object smallerColin Ian King1-1/+1
2019-12-01mm, memfd: fix COW issue on MAP_PRIVATE and F_SEAL_FUTURE_WRITE mappingsNicolas Geoffray1-4/+7
2019-12-01shmem: pin the file in shmem_fault() if mmap_sem is droppedKirill A. Shutemov1-5/+6
2019-10-10Merge branch 'work.mount3' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-0/+6
2019-10-09shmem: fix LSM options parsingAl Viro1-0/+6
2019-09-28Merge branch 'hugepage-fallbacks' (hugepatch patches from David Rientjes)Linus Torvalds1-1/+1
2019-09-28Revert "Revert "Revert "mm, thp: consolidate THP gfp handling into alloc_hugepage_direct_gfpmask""David Rientjes1-1/+1
2019-09-24shmem: fix obsolete comment in shmem_getpage_gfp()Miles Chen1-1/+1
2019-09-24mm: page cache: store only head pages in i_pagesMatthew Wilcox (Oracle)1-1/+1
2019-09-24mm: introduce compound_nr()Matthew Wilcox (Oracle)1-4/+4
2019-09-12vfs: Convert ramfs, shmem, tmpfs, devtmpfs, rootfs to use the new mount APIDavid Howells1-79/+108
2019-09-12shmem_parse_one(): switch to use of fs_parse()Al Viro1-67/+116
2019-09-12shmem_parse_options(): take handling a single option into a helperAl Viro1-69/+79
2019-09-12shmem_parse_options(): don't bother with mpol in separate variableAl Viro1-6/+5
2019-09-12shmem_parse_options(): use a separate structure to keep the resultsAl Viro1-43/+67
2019-09-05make shmem_fill_super() staticAl Viro1-2/+2
2019-08-13Revert "Revert "mm, thp: consolidate THP gfp handling into alloc_hugepage_direct_gfpmask""Andrea Arcangeli1-1/+1
2019-07-19Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-4/+0
2019-07-18mm: thp: fix false negative of shmem vma's THP eligibilityYang Shi1-0/+3
2019-07-16mm/shmem.c: fix unused shmem_parse_huge() function warningArnd Bergmann1-1/+3
2019-07-05Revert "mm: page cache: store only head pages in i_pages"Linus Torvalds1-1/+1
2019-07-04mnt_init(): call shmem_init() unconditionallyAl Viro1-4/+0
2019-05-14mm: page cache: store only head pages in i_pagesMatthew Wilcox1-1/+1
2019-05-07Merge branch 'work.icache' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-3/+2
2019-05-01shmem: make use of ->free_inode()Al Viro1-3/+2
2019-04-19mm: swapoff: shmem_unuse() stop eviction without igrab()Hugh Dickins1-22/+18
2019-04-19mm: swapoff: shmem_find_swap_entries() filter out other typesHugh Dickins1-9/+9
2019-03-05mm/memfd: add an F_SEAL_FUTURE_WRITE seal to memfdJoel Fernandes (Google)1-3/+22
2019-03-05mm: rid swapoff of quadratic complexityVineeth Remanan Pillai1-120/+147
2019-03-05mm: refactor swap-in logic out of shmem_getpage_gfpVineeth Remanan Pillai1-205/+244
2019-02-25tmpfs: fix uninitialized return value in shmem_linkDarrick J. Wong1-1/+1
2019-02-21tmpfs: fix link accounting when a tmpfile is linked inDarrick J. Wong1-3/+7
2018-12-28mm: convert totalram_pages and totalhigh_pages variables to atomicArun KS1-4/+5
2018-12-28mm: reference totalram_pages and managed_pages once per functionArun KS1-1/+2
2018-12-25Merge tag 'drm-next-2018-12-14' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-1/+1
2018-12-13Merge tag 'xarray-4.20-rc7' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds1-3/+1
2018-12-08Revert "mm, thp: consolidate THP gfp handling into alloc_hugepage_direct_gfpmask"David Rientjes1-1/+1
2018-12-06XArray: Add xa_cmpxchg_irq and xa_cmpxchg_bhMatthew Wilcox1-3/+1
2018-11-30mm/khugepaged: fix crashes due to misaccounted holesHugh Dickins1-1/+5
2018-11-30userfaultfd: shmem: UFFDIO_COPY: set the page dirty if VM_WRITE is not setAndrea Arcangeli1-0/+11
2018-11-30userfaultfd: shmem: add i_size checksAndrea Arcangeli1-2/+16