summaryrefslogtreecommitdiff
path: root/mm/shmem.c
AgeCommit message (Expand)AuthorFilesLines
2022-01-27shmem: fix a race between shmem_unused_huge_shrink and shmem_evict_inodeGang Li1-16/+21
2021-05-22userfaultfd: release page in error path to avoid BUG_ONAxel Rasmussen1-1/+11
2020-05-20shmem: fix possible deadlocks on shmlock_user_lockHugh Dickins1-2/+5
2020-05-02mm: shmem: disable interrupt when acquiring info->lock in userfaultfd_copy pathYang Shi1-2/+2
2020-01-23mm/shmem.c: thp, shmem: fix conflict of above-47bit hint address and PMD alig...Kirill A. Shutemov1-3/+4
2019-12-17mm/shmem.c: cast the type of unmap_start to u64Chen Jun1-1/+1
2019-03-23tmpfs: fix uninitialized return value in shmem_linkDarrick J. Wong1-1/+1
2019-03-23tmpfs: fix link accounting when a tmpfile is linked inDarrick J. Wong1-3/+7
2018-12-08userfaultfd: shmem: UFFDIO_COPY: set the page dirty if VM_WRITE is not setAndrea Arcangeli1-0/+11
2018-12-08userfaultfd: shmem: add i_size checksAndrea Arcangeli1-2/+16
2018-12-08userfaultfd: use ENOENT instead of EFAULT if the atomic copy user failsAndrea Arcangeli1-1/+1
2018-12-05mm: use swp_offset as key in shmem_replace_page()Yu Zhao1-2/+4
2018-12-05mm/khugepaged: fix crashes due to misaccounted holesHugh Dickins1-1/+5
2018-12-01tmpfs: make lseek(SEEK_DATA/SEK_HOLE) return ENXIO with a negative offsetYufen Yu1-3/+1
2018-09-20mm: shmem.c: Correctly annotate new inodes for lockdepJoel Fernandes (Google)1-0/+2
2018-08-24mm: 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-18shmem: 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-14Merge branch 'work.open3' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds1-38/+11
2018-07-27mm: 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-08mm/shmem.c: zero out unused vma fields in shmem_pseudo_vma_init()Kirill A. Shutemov1-2/+1
2018-06-08mm/shmem.c: use new return type vm_fault_tSouptick Joarder1-6/+6
2018-06-08tmpfs: allow decoding a file handle of an unlinked fileAmir Goldstein1-1/+10
2018-06-08mm: shmem: make stat.st_blksize return huge page size if THP is onYang Shi1-0/+14
2018-06-08mm: restructure memfd codeMike Kravetz1-324/+0
2018-06-08mm/shmem: update file sealing comments and file checkingMike Kravetz1-24/+26
2018-06-08mm/shmem: add __rcu annotations and properly deref radix entryMike Kravetz1-7/+13
2018-06-08mm, memcontrol: move swap charge handling into get_swap_page()Tejun Heo1-4/+0
2018-04-11page cache: use xa_lockMatthew Wilcox1-30/+30
2018-04-06mm: swap: unify cluster-based and vma-based swap readaheadMinchan Kim1-1/+4
2018-03-23mm/shmem: do not wait for lock_page() in shmem_unused_huge_shrink()Kirill A. Shutemov1-11/+20
2018-02-01shmem: add sealing support to hugetlb-backed memfdMarc-André Lureau1-19/+28
2018-02-01shmem: rename functions that are memfd-relatedMarc-André Lureau1-5/+5
2018-02-01shmem: unexport shmem_add_seals()/shmem_get_seals()Marc-André Lureau1-4/+2
2017-11-28Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds1-5/+5
2017-11-18mm: shmem: remove unused info variableCorentin Labbe1-2/+0
2017-11-16Merge tag 'drm-for-v4.15' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-8/+22
2017-11-16mm/shmem.c: mark expected switch fall-throughGustavo A. R. Silva1-0/+1
2017-11-16shmem: convert shmem_init_inodecache() to voidweiping zhang1-6/+2
2017-11-16mm, pagevec: remove cold parameter for pagevecsMel Gorman1-3/+3
2017-11-16mm, truncate: do not check mapping for every page being truncatedMel Gorman1-1/+1
2017-10-07mm/shmem: introduce shmem_file_setup_with_mntMatthew Auld1-8/+22
2017-09-14mm: treewide: remove GFP_TEMPORARY allocation flagMichal Hocko1-1/+1
2017-09-07mm, swap: VMA based swap readaheadHuang Ying1-1/+1