summaryrefslogtreecommitdiffstats
path: root/mm/shmem.c
Commit message (Expand)AuthorAgeFilesLines
* mm: use fallthrough;Joe Perches2020-04-071-1/+1
* mm: huge tmpfs: try to split_huge_page() when punching holeHugh Dickins2020-04-071-55/+43
* mm/shmem.c: clean code by removing unnecessary assignmentMateusz Nosek2020-04-071-6/+3
* mm/shmem.c: distribute switch variables for initializationKees Cook2020-04-071-4/+7
* mm: remove CONFIG_TRANSPARENT_HUGE_PAGECACHEMatthew Wilcox (Oracle)2020-04-071-17/+17
* mm, thp: track fallbacks due to failed memcg charges separatelyDavid Rientjes2020-04-071-1/+3
* mm, shmem: add vmstat for hugepage fallbackDavid Rientjes2020-04-071-4/+6
* Merge branch 'for-5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds2020-04-031-1/+1
|\
| * kernfs: Add removed_size out param for simple_xattr_setDaniel Xu2020-03-161-1/+1
* | tmpfs: deny and force are not huge mount optionsHugh Dickins2020-02-181-2/+0
|/
* tmpfs: switch to use of invalfc()Al Viro2020-02-071-3/+3
* fs_parse: fold fs_parameter_desc/fs_parameter_specAl Viro2020-02-071-8/+4
* fs_parser: remove fs_parameter_description name fieldEric Sandeen2020-02-071-1/+0
* fold struct fs_parameter_enum into struct constant_tableAl Viro2020-02-071-1/+1
* fs_parse: get rid of ->enumsAl Viro2020-02-071-10/+11
* mm/shmem.c: thp, shmem: fix conflict of above-47bit hint address and PMD alig...Kirill A. Shutemov2020-01-131-3/+4
* mm/shmem.c: cast the type of unmap_start to u64Chen Jun2019-12-011-1/+1
* mm: shmem: use proper gfp flags for shmem_writepage()Yang Shi2019-12-011-1/+2
* mm/shmem.c: make array 'values' static const, makes object smallerColin Ian King2019-12-011-1/+1
* mm, memfd: fix COW issue on MAP_PRIVATE and F_SEAL_FUTURE_WRITE mappingsNicolas Geoffray2019-12-011-4/+7
* shmem: pin the file in shmem_fault() if mmap_sem is droppedKirill A. Shutemov2019-12-011-5/+6
* Merge branch 'work.mount3' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2019-10-101-0/+6
|\
| * shmem: fix LSM options parsingAl Viro2019-10-091-0/+6
* | Merge branch 'hugepage-fallbacks' (hugepatch patches from David Rientjes)Linus Torvalds2019-09-281-1/+1
|\ \
| * | Revert "Revert "Revert "mm, thp: consolidate THP gfp handling into alloc_huge...David Rientjes2019-09-281-1/+1
* | | shmem: fix obsolete comment in shmem_getpage_gfp()Miles Chen2019-09-241-1/+1
* | | mm: page cache: store only head pages in i_pagesMatthew Wilcox (Oracle)2019-09-241-1/+1
* | | mm: introduce compound_nr()Matthew Wilcox (Oracle)2019-09-241-4/+4
| |/ |/|
* | vfs: Convert ramfs, shmem, tmpfs, devtmpfs, rootfs to use the new mount APIDavid Howells2019-09-121-79/+108
* | shmem_parse_one(): switch to use of fs_parse()Al Viro2019-09-121-67/+116
* | shmem_parse_options(): take handling a single option into a helperAl Viro2019-09-121-69/+79
* | shmem_parse_options(): don't bother with mpol in separate variableAl Viro2019-09-121-6/+5
* | shmem_parse_options(): use a separate structure to keep the resultsAl Viro2019-09-121-43/+67
* | make shmem_fill_super() staticAl Viro2019-09-051-2/+2
|/
* Revert "Revert "mm, thp: consolidate THP gfp handling into alloc_hugepage_dir...Andrea Arcangeli2019-08-131-1/+1
* Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2019-07-191-4/+0
|\
| * mnt_init(): call shmem_init() unconditionallyAl Viro2019-07-041-4/+0
* | mm: thp: fix false negative of shmem vma's THP eligibilityYang Shi2019-07-181-0/+3
* | mm/shmem.c: fix unused shmem_parse_huge() function warningArnd Bergmann2019-07-161-1/+3
* | Revert "mm: page cache: store only head pages in i_pages"Linus Torvalds2019-07-051-1/+1
|/
* mm: page cache: store only head pages in i_pagesMatthew Wilcox2019-05-141-1/+1
* Merge branch 'work.icache' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2019-05-071-3/+2
|\
| * shmem: make use of ->free_inode()Al Viro2019-05-011-3/+2
* | mm: swapoff: shmem_unuse() stop eviction without igrab()Hugh Dickins2019-04-191-22/+18
* | mm: swapoff: shmem_find_swap_entries() filter out other typesHugh Dickins2019-04-191-9/+9
|/
* mm/memfd: add an F_SEAL_FUTURE_WRITE seal to memfdJoel Fernandes (Google)2019-03-051-3/+22
* mm: rid swapoff of quadratic complexityVineeth Remanan Pillai2019-03-051-120/+147
* mm: refactor swap-in logic out of shmem_getpage_gfpVineeth Remanan Pillai2019-03-051-205/+244
* tmpfs: fix uninitialized return value in shmem_linkDarrick J. Wong2019-02-251-1/+1
* tmpfs: fix link accounting when a tmpfile is linked inDarrick J. Wong2019-02-211-3/+7