summaryrefslogtreecommitdiff
path: root/mm/shmem.c
AgeCommit message (Expand)AuthorFilesLines
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-29mm: shmem.c: Correctly annotate new inodes for lockdepJoel Fernandes (Google)1-0/+2
2018-03-28mm/shmem: do not wait for lock_page() in shmem_unused_huge_shrink()Kirill A. Shutemov1-11/+20
2017-09-14mm: treewide: remove GFP_TEMPORARY allocation flagMichal Hocko1-1/+1
2017-09-07mm, swap: VMA based swap readaheadHuang Ying1-1/+1
2017-09-07mm/shmem: add hugetlbfs support to memfd_create()Mike Kravetz1-6/+31
2017-09-07userfaultfd: shmem: add shmem_mfill_zeropage_pte for userfaultfd supportMike Rapoport1-17/+45
2017-09-07shmem: introduce shmem_inode_acct_blockMike Rapoport1-56/+46
2017-09-07shmem: shmem_charge: verify max_block is not exceeded before inode updateMike Rapoport1-13/+12
2017-08-26mm, shmem: fix handling /sys/kernel/mm/transparent_hugepage/shmem_enabledKirill A. Shutemov1-2/+2
2017-08-11mm: fix list corruptions on shmem shrinklistCong Wang1-2/+10
2017-07-11mm: make PR_SET_THP_DISABLE immediately activeMichal Hocko1-3/+5
2017-07-07mm: per-cgroup memory reclaim statsRoman Gushchin1-2/+1
2017-07-07mm, THP, swap: unify swap slot free functions to put_swap_pageMinchan Kim1-1/+1
2017-07-07mm, THP, swap: delay splitting THP during swap outHuang Ying1-1/+1
2017-07-03Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-3/+3
2017-06-20sched/wait: Disambiguate wq_entry->task_list and wq_head->task_list namingIngo Molnar1-2/+2
2017-06-20sched/wait: Rename wait_queue_t => wait_queue_entry_tIngo Molnar1-1/+1
2017-06-05tmpfs: generate random sb->s_uuidAmir Goldstein1-0/+2
2017-03-03Merge branch 'rebased-statx' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-3/+3
2017-03-03statx: Add a system call to make enhanced file info availableDavid Howells1-3/+3
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar1-0/+1
2017-02-25mm/shmem.c: fix unlikely() test of info->seals to test only for WRITE and GROWSteven Rostedt (VMware)1-1/+1
2017-02-25mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmfDave Jiang1-1/+2
2017-02-23userfaultfd: shmem: avoid leaking blocks and used blocks in UFFDIO_COPYAndrea Arcangeli1-10/+13
2017-02-23userfaultfd: shmem: avoid a lockup resulting from corrupted page->flagsAndrea Arcangeli1-2/+1
2017-02-23userfaultfd: shmem: lock the page before adding it to pagecacheAndrea Arcangeli1-0/+5
2017-02-23userfaultfd: shmem: add userfaultfd hook for shared memory faultsMike Rapoport1-7/+15
2017-02-23userfaultfd: shmem: add tlbflush.h header for microblazeAndrea Arcangeli1-0/+2
2017-02-23userfaultfd: shmem: introduce vma_is_shmemMike Rapoport1-0/+5
2017-02-23userfaultfd: shmem: add shmem_mcopy_atomic_pte for userfaultfd supportMike Rapoport1-0/+110
2017-02-23tmpfs: change shmem_mapping() to test shmem_aopsHugh Dickins1-4/+1
2017-02-04shmem: fix sleeping from atomic contextKirill A. Shutemov1-2/+9
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-12-18Merge uncontroversial parts of branch 'readlink' of git://git.kernel.org/pub/...Linus Torvalds1-2/+0
2016-12-15radix-tree: delete radix_tree_locate_item()Matthew Wilcox1-1/+25
2016-12-15radix-tree: improve multiorder iteratorsMatthew Wilcox1-3/+3
2016-12-13lib: radix-tree: update callback for changing leaf nodesJohannes Weiner1-1/+2
2016-12-13lib: radix-tree: native accounting of exceptional entriesJohannes Weiner1-4/+4
2016-12-13shmem: fix compilation warnings on unused functionsJérémy Lefaure1-0/+2
2016-12-13shmem: avoid maybe-uninitialized warningArnd Bergmann1-3/+1
2016-12-09vfs: remove ".readlink = generic_readlink" assignmentsMiklos Szeredi1-2/+0
2016-12-06shmem: fix shm fallocate() list corruptionLinus Torvalds1-1/+14
2016-11-11shmem: fix pageflags after swapping DMA32 objectHugh Dickins1-0/+2
2016-10-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-11/+11