aboutsummaryrefslogtreecommitdiffstats
path: root/mm/shmem.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2018-11-30userfaultfd: use ENOENT instead of EFAULT if the atomic copy user failsAndrea Arcangeli1-1/+1
2018-11-30mm: use swp_offset as key in shmem_replace_page()Yu Zhao1-2/+4
2018-11-20Merge drm/drm-next into drm-intel-next-queuedJani Nikula1-124/+75
2018-11-18tmpfs: make lseek(SEEK_DATA/SEK_HOLE) return ENXIO with a negative offsetYufen Yu1-3/+1
2018-11-07mm, drm/i915: mark pinned shmemfs pages as unevictableKuo-Hsin Yang1-1/+1
2018-11-03mm, thp: consolidate THP gfp handling into alloc_hugepage_direct_gfpmaskMichal Hocko1-1/+1
2018-10-21shmem: Comment fixupsMatthew Wilcox1-6/+6
2018-10-21shmem: Convert shmem_partial_swap_usage to XArrayMatthew Wilcox1-14/+4
2018-10-21shmem: Convert shmem_free_swap to XArrayMatthew Wilcox1-2/+2
2018-10-21shmem: Convert shmem_alloc_hugepage to XArrayMatthew Wilcox1-10/+4
2018-10-21shmem: Convert shmem_add_to_page_cache to XArrayMatthew Wilcox1-47/+34
2018-10-21shmem: Convert find_swap_entry to XArrayMatthew Wilcox1-17/+10
2018-10-21shmem: Convert shmem_confirm_swap to XArrayMatthew Wilcox1-6/+1
2018-10-21shmem: Convert shmem_radix_tree_replace to XArrayMatthew Wilcox1-14/+8
2018-09-29xarray: Replace exceptional entriesMatthew Wilcox1-5/+5
2018-09-20mm: shmem.c: Correctly annotate new inodes for lockdepJoel Fernandes (Google)1-0/+2
2018-08-23mm: Change return type int to vm_fault_t for fault handlersSouptick Joarder1-2/+3
2018-08-22mm: zero out the vma in vma_init()Andrew Morton1-1/+0
2018-08-17shmem: use monotonic time for i_generationArnd Bergmann1-1/+2
2018-08-14Merge tag 'for-4.19/block-20180812' of git://git.kernel.dk/linux-blockLinus Torvalds1-5/+5
2018-08-13Merge branch 'work.open3' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-38/+11
2018-07-26mm: use vma_init() to initialize VMAs on stack and data segmentsKirill A. Shutemov1-0/+1
2018-07-12... and switch shmem_file_setup() to alloc_file_pseudo()Al Viro1-30/+7
2018-07-12__shmem_file_setup(): reorder allocationsAl Viro1-23/+20
2018-07-12alloc_file(): switch to passing O_... flags instead of FMODE_... modeAl Viro1-2/+1
2018-07-09memcontrol: schedule throttling if we are congestedTejun Heo1-5/+5
2018-06-15mm: use octal not symbolic permissionsJoe Perches1-4/+5
2018-06-07mm/shmem.c: zero out unused vma fields in shmem_pseudo_vma_init()Kirill A. Shutemov1-2/+1
2018-06-07mm/shmem.c: use new return type vm_fault_tSouptick Joarder1-6/+6
2018-06-07tmpfs: allow decoding a file handle of an unlinked fileAmir Goldstein1-1/+10
2018-06-07mm: shmem: make stat.st_blksize return huge page size if THP is onYang Shi1-0/+14