summaryrefslogtreecommitdiffstats
path: root/mm/shmem.c
Commit message (Expand)AuthorAgeFilesLines
* tmpfs: fix uninitialized return value in shmem_linkDarrick J. Wong2019-03-231-1/+1
* tmpfs: fix link accounting when a tmpfile is linked inDarrick J. Wong2019-03-231-3/+7
* userfaultfd: shmem: UFFDIO_COPY: set the page dirty if VM_WRITE is not setAndrea Arcangeli2018-12-081-0/+11
* userfaultfd: shmem: add i_size checksAndrea Arcangeli2018-12-081-2/+16
* userfaultfd: use ENOENT instead of EFAULT if the atomic copy user failsAndrea Arcangeli2018-12-081-1/+1
* mm: use swp_offset as key in shmem_replace_page()Yu Zhao2018-12-051-2/+4
* mm/khugepaged: fix crashes due to misaccounted holesHugh Dickins2018-12-051-1/+5
* tmpfs: make lseek(SEEK_DATA/SEK_HOLE) return ENXIO with a negative offsetYufen Yu2018-12-011-3/+1
* mm: shmem.c: Correctly annotate new inodes for lockdepJoel Fernandes (Google)2018-09-291-0/+2
* mm/shmem: do not wait for lock_page() in shmem_unused_huge_shrink()Kirill A. Shutemov2018-03-281-11/+20
* mm: treewide: remove GFP_TEMPORARY allocation flagMichal Hocko2017-09-131-1/+1
* mm, swap: VMA based swap readaheadHuang Ying2017-09-061-1/+1
* mm/shmem: add hugetlbfs support to memfd_create()Mike Kravetz2017-09-061-6/+31
* userfaultfd: shmem: add shmem_mfill_zeropage_pte for userfaultfd supportMike Rapoport2017-09-061-17/+45
* shmem: introduce shmem_inode_acct_blockMike Rapoport2017-09-061-56/+46
* shmem: shmem_charge: verify max_block is not exceeded before inode updateMike Rapoport2017-09-061-13/+12
* mm, shmem: fix handling /sys/kernel/mm/transparent_hugepage/shmem_enabledKirill A. Shutemov2017-08-251-2/+2
* mm: fix list corruptions on shmem shrinklistCong Wang2017-08-101-2/+10
* mm: make PR_SET_THP_DISABLE immediately activeMichal Hocko2017-07-101-3/+5
* mm: per-cgroup memory reclaim statsRoman Gushchin2017-07-061-2/+1
* mm, THP, swap: unify swap slot free functions to put_swap_pageMinchan Kim2017-07-061-1/+1
* mm, THP, swap: delay splitting THP during swap outHuang Ying2017-07-061-1/+1
* Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-07-031-3/+3
|\
| * sched/wait: Disambiguate wq_entry->task_list and wq_head->task_list namingIngo Molnar2017-06-201-2/+2
| * sched/wait: Rename wait_queue_t => wait_queue_entry_tIngo Molnar2017-06-201-1/+1
* | tmpfs: generate random sb->s_uuidAmir Goldstein2017-06-051-0/+2
|/
* Merge branch 'rebased-statx' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-03-031-3/+3
|\
| * statx: Add a system call to make enhanced file info availableDavid Howells2017-03-021-3/+3
* | sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar2017-03-021-0/+1
|/
* mm/shmem.c: fix unlikely() test of info->seals to test only for WRITE and GROWSteven Rostedt (VMware)2017-02-241-1/+1
* mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmfDave Jiang2017-02-241-1/+2
* userfaultfd: shmem: avoid leaking blocks and used blocks in UFFDIO_COPYAndrea Arcangeli2017-02-221-10/+13
* userfaultfd: shmem: avoid a lockup resulting from corrupted page->flagsAndrea Arcangeli2017-02-221-2/+1
* userfaultfd: shmem: lock the page before adding it to pagecacheAndrea Arcangeli2017-02-221-0/+5
* userfaultfd: shmem: add userfaultfd hook for shared memory faultsMike Rapoport2017-02-221-7/+15
* userfaultfd: shmem: add tlbflush.h header for microblazeAndrea Arcangeli2017-02-221-0/+2
* userfaultfd: shmem: introduce vma_is_shmemMike Rapoport2017-02-221-0/+5
* userfaultfd: shmem: add shmem_mcopy_atomic_pte for userfaultfd supportMike Rapoport2017-02-221-0/+110
* tmpfs: change shmem_mapping() to test shmem_aopsHugh Dickins2017-02-221-4/+1
* shmem: fix sleeping from atomic contextKirill A. Shutemov2017-02-031-2/+9
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* Merge uncontroversial parts of branch 'readlink' of git://git.kernel.org/pub/...Linus Torvalds2016-12-171-2/+0
|\
| * vfs: remove ".readlink = generic_readlink" assignmentsMiklos Szeredi2016-12-091-2/+0
* | radix-tree: delete radix_tree_locate_item()Matthew Wilcox2016-12-141-1/+25
* | radix-tree: improve multiorder iteratorsMatthew Wilcox2016-12-141-3/+3
* | lib: radix-tree: update callback for changing leaf nodesJohannes Weiner2016-12-121-1/+2
* | lib: radix-tree: native accounting of exceptional entriesJohannes Weiner2016-12-121-4/+4
* | shmem: fix compilation warnings on unused functionsJérémy Lefaure2016-12-121-0/+2
* | shmem: avoid maybe-uninitialized warningArnd Bergmann2016-12-121-3/+1
* | shmem: fix shm fallocate() list corruptionLinus Torvalds2016-12-061-1/+14
|/