summaryrefslogtreecommitdiff
path: root/mm/shmem.c
AgeCommit message (Expand)Author
2020-01-23mm/shmem.c: thp, shmem: fix conflict of above-47bit hint address and PMD alig...Kirill A. Shutemov
2019-12-17mm/shmem.c: cast the type of unmap_start to u64Chen Jun
2019-11-20memfd: Use radix_tree_deref_slot_protected to avoid the warning.zhong jiang
2019-10-29memfd: Fix locking when tagging pinsMatthew Wilcox (Oracle)
2019-03-23tmpfs: fix uninitialized return value in shmem_linkDarrick J. Wong
2019-03-23tmpfs: fix link accounting when a tmpfile is linked inDarrick J. Wong
2018-12-08userfaultfd: shmem: UFFDIO_COPY: set the page dirty if VM_WRITE is not setAndrea Arcangeli
2018-12-08userfaultfd: shmem: add i_size checksAndrea Arcangeli
2018-12-08userfaultfd: use ENOENT instead of EFAULT if the atomic copy user failsAndrea Arcangeli
2018-12-05mm: use swp_offset as key in shmem_replace_page()Yu Zhao
2018-12-05mm/khugepaged: fix crashes due to misaccounted holesHugh Dickins
2018-12-01tmpfs: make lseek(SEEK_DATA/SEK_HOLE) return ENXIO with a negative offsetYufen Yu
2018-09-29mm: shmem.c: Correctly annotate new inodes for lockdepJoel Fernandes (Google)
2018-03-28mm/shmem: do not wait for lock_page() in shmem_unused_huge_shrink()Kirill A. Shutemov
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
2017-08-10mm: fix list corruptions on shmem shrinklistCong Wang
2017-07-10mm: make PR_SET_THP_DISABLE immediately activeMichal Hocko
2017-07-06mm: per-cgroup memory reclaim statsRoman Gushchin
2017-07-06mm, THP, swap: unify swap slot free functions to put_swap_pageMinchan Kim
2017-07-06mm, THP, swap: delay splitting THP during swap outHuang Ying
2017-07-03Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2017-06-20sched/wait: Disambiguate wq_entry->task_list and wq_head->task_list namingIngo Molnar
2017-06-20sched/wait: Rename wait_queue_t => wait_queue_entry_tIngo Molnar
2017-06-05tmpfs: generate random sb->s_uuidAmir Goldstein
2017-03-03Merge branch 'rebased-statx' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2017-03-02statx: Add a system call to make enhanced file info availableDavid Howells
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar
2017-02-24mm/shmem.c: fix unlikely() test of info->seals to test only for WRITE and GROWSteven Rostedt (VMware)
2017-02-24mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmfDave Jiang
2017-02-22userfaultfd: shmem: avoid leaking blocks and used blocks in UFFDIO_COPYAndrea Arcangeli
2017-02-22userfaultfd: shmem: avoid a lockup resulting from corrupted page->flagsAndrea Arcangeli
2017-02-22userfaultfd: shmem: lock the page before adding it to pagecacheAndrea Arcangeli
2017-02-22userfaultfd: shmem: add userfaultfd hook for shared memory faultsMike Rapoport
2017-02-22userfaultfd: shmem: add tlbflush.h header for microblazeAndrea Arcangeli
2017-02-22userfaultfd: shmem: introduce vma_is_shmemMike Rapoport
2017-02-22userfaultfd: shmem: add shmem_mcopy_atomic_pte for userfaultfd supportMike Rapoport
2017-02-22tmpfs: change shmem_mapping() to test shmem_aopsHugh Dickins
2017-02-03shmem: fix sleeping from atomic contextKirill A. Shutemov
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2016-12-17Merge uncontroversial parts of branch 'readlink' of git://git.kernel.org/pub/...Linus Torvalds
2016-12-14radix-tree: delete radix_tree_locate_item()Matthew Wilcox
2016-12-14radix-tree: improve multiorder iteratorsMatthew Wilcox
2016-12-12lib: radix-tree: update callback for changing leaf nodesJohannes Weiner
2016-12-12lib: radix-tree: native accounting of exceptional entriesJohannes Weiner