aboutsummaryrefslogtreecommitdiff
path: root/mm/shmem.c
AgeCommit message (Expand)Author
2018-10-21shmem: Comment fixupsMatthew Wilcox
2018-10-21shmem: Convert shmem_partial_swap_usage to XArrayMatthew Wilcox
2018-10-21shmem: Convert shmem_free_swap to XArrayMatthew Wilcox
2018-10-21shmem: Convert shmem_alloc_hugepage to XArrayMatthew Wilcox
2018-10-21shmem: Convert shmem_add_to_page_cache to XArrayMatthew Wilcox
2018-10-21shmem: Convert find_swap_entry to XArrayMatthew Wilcox
2018-10-21shmem: Convert shmem_confirm_swap to XArrayMatthew Wilcox
2018-10-21shmem: Convert shmem_radix_tree_replace to XArrayMatthew Wilcox
2018-09-29xarray: Replace exceptional entriesMatthew Wilcox
2018-09-20mm: shmem.c: Correctly annotate new inodes for lockdepJoel Fernandes (Google)
2018-08-23mm: Change return type int to vm_fault_t for fault handlersSouptick Joarder
2018-08-22mm: zero out the vma in vma_init()Andrew Morton
2018-08-17shmem: use monotonic time for i_generationArnd Bergmann
2018-08-14Merge tag 'for-4.19/block-20180812' of git://git.kernel.dk/linux-blockLinus Torvalds
2018-08-13Merge branch 'work.open3' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2018-07-26mm: use vma_init() to initialize VMAs on stack and data segmentsKirill A. Shutemov
2018-07-12... and switch shmem_file_setup() to alloc_file_pseudo()Al Viro
2018-07-12__shmem_file_setup(): reorder allocationsAl Viro
2018-07-12alloc_file(): switch to passing O_... flags instead of FMODE_... modeAl Viro
2018-07-09memcontrol: schedule throttling if we are congestedTejun Heo
2018-06-15mm: use octal not symbolic permissionsJoe Perches
2018-06-07mm/shmem.c: zero out unused vma fields in shmem_pseudo_vma_init()Kirill A. Shutemov
2018-06-07mm/shmem.c: use new return type vm_fault_tSouptick Joarder
2018-06-07tmpfs: allow decoding a file handle of an unlinked fileAmir Goldstein
2018-06-07mm: shmem: make stat.st_blksize return huge page size if THP is onYang Shi
2018-06-07mm: restructure memfd codeMike Kravetz
2018-06-07mm/shmem: update file sealing comments and file checkingMike Kravetz
2018-06-07mm/shmem: add __rcu annotations and properly deref radix entryMike Kravetz
2018-06-07mm, memcontrol: move swap charge handling into get_swap_page()Tejun Heo
2018-04-11page cache: use xa_lockMatthew Wilcox
2018-04-05mm: swap: unify cluster-based and vma-based swap readaheadMinchan Kim
2018-03-22mm/shmem: do not wait for lock_page() in shmem_unused_huge_shrink()Kirill A. Shutemov
2018-01-31shmem: add sealing support to hugetlb-backed memfdMarc-André Lureau
2018-01-31shmem: rename functions that are memfd-relatedMarc-André Lureau
2018-01-31shmem: unexport shmem_add_seals()/shmem_get_seals()Marc-André Lureau
2017-11-27Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds
2017-11-17mm: shmem: remove unused info variableCorentin Labbe
2017-11-15Merge tag 'drm-for-v4.15' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds
2017-11-15mm/shmem.c: mark expected switch fall-throughGustavo A. R. Silva
2017-11-15shmem: convert shmem_init_inodecache() to voidweiping zhang
2017-11-15mm, pagevec: remove cold parameter for pagevecsMel Gorman
2017-11-15mm, truncate: do not check mapping for every page being truncatedMel Gorman
2017-10-07mm/shmem: introduce shmem_file_setup_with_mntMatthew Auld
2017-09-13mm: treewide: remove GFP_TEMPORARY allocation flagMichal Hocko
2017-09-06mm, swap: VMA based swap readaheadHuang Ying
2017-09-06mm/shmem: add hugetlbfs support to memfd_create()Mike Kravetz
2017-09-06userfaultfd: shmem: add shmem_mfill_zeropage_pte for userfaultfd supportMike Rapoport
2017-09-06shmem: introduce shmem_inode_acct_blockMike Rapoport
2017-09-06shmem: shmem_charge: verify max_block is not exceeded before inode updateMike Rapoport
2017-08-25mm, shmem: fix handling /sys/kernel/mm/transparent_hugepage/shmem_enabledKirill A. Shutemov