summaryrefslogtreecommitdiffstats
path: root/mm/shmem.c
Commit message (Expand)AuthorAgeFilesLines
* shmem: add sealing support to hugetlb-backed memfdMarc-André Lureau2018-02-011-19/+28
* shmem: rename functions that are memfd-relatedMarc-André Lureau2018-02-011-5/+5
* shmem: unexport shmem_add_seals()/shmem_get_seals()Marc-André Lureau2018-02-011-4/+2Star
* Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds2017-11-271-5/+5
* mm: shmem: remove unused info variableCorentin Labbe2017-11-181-2/+0Star
* Merge tag 'drm-for-v4.15' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2017-11-161-8/+22
|\
| * mm/shmem: introduce shmem_file_setup_with_mntMatthew Auld2017-10-071-8/+22
* | mm/shmem.c: mark expected switch fall-throughGustavo A. R. Silva2017-11-161-0/+1
* | shmem: convert shmem_init_inodecache() to voidweiping zhang2017-11-161-6/+2Star
* | mm, pagevec: remove cold parameter for pagevecsMel Gorman2017-11-161-3/+3
* | mm, truncate: do not check mapping for every page being truncatedMel Gorman2017-11-161-1/+1
|/
* mm: treewide: remove GFP_TEMPORARY allocation flagMichal Hocko2017-09-141-1/+1
* mm, swap: VMA based swap readaheadHuang Ying2017-09-071-1/+1
* mm/shmem: add hugetlbfs support to memfd_create()Mike Kravetz2017-09-071-6/+31
* userfaultfd: shmem: add shmem_mfill_zeropage_pte for userfaultfd supportMike Rapoport2017-09-071-17/+45
* shmem: introduce shmem_inode_acct_blockMike Rapoport2017-09-071-56/+46Star
* shmem: shmem_charge: verify max_block is not exceeded before inode updateMike Rapoport2017-09-071-13/+12Star
* mm, shmem: fix handling /sys/kernel/mm/transparent_hugepage/shmem_enabledKirill A. Shutemov2017-08-261-2/+2
* mm: fix list corruptions on shmem shrinklistCong Wang2017-08-111-2/+10
* mm: make PR_SET_THP_DISABLE immediately activeMichal Hocko2017-07-111-3/+5
* mm: per-cgroup memory reclaim statsRoman Gushchin2017-07-071-2/+1Star
* mm, THP, swap: unify swap slot free functions to put_swap_pageMinchan Kim2017-07-071-1/+1
* mm, THP, swap: delay splitting THP during swap outHuang Ying2017-07-071-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-031-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-251-1/+1
* mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmfDave Jiang2017-02-251-1/+2
* userfaultfd: shmem: avoid leaking blocks and used blocks in UFFDIO_COPYAndrea Arcangeli2017-02-231-10/+13
* userfaultfd: shmem: avoid a lockup resulting from corrupted page->flagsAndrea Arcangeli2017-02-231-2/+1Star
* userfaultfd: shmem: lock the page before adding it to pagecacheAndrea Arcangeli2017-02-231-0/+5
* userfaultfd: shmem: add userfaultfd hook for shared memory faultsMike Rapoport2017-02-231-7/+15
* userfaultfd: shmem: add tlbflush.h header for microblazeAndrea Arcangeli2017-02-231-0/+2
* userfaultfd: shmem: introduce vma_is_shmemMike Rapoport2017-02-231-0/+5
* userfaultfd: shmem: add shmem_mcopy_atomic_pte for userfaultfd supportMike Rapoport2017-02-231-0/+110
* tmpfs: change shmem_mapping() to test shmem_aopsHugh Dickins2017-02-231-4/+1Star
* 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-181-2/+0Star
|\
| * vfs: remove ".readlink = generic_readlink" assignmentsMiklos Szeredi2016-12-091-2/+0Star
* | radix-tree: delete radix_tree_locate_item()Matthew Wilcox2016-12-151-1/+25
* | radix-tree: improve multiorder iteratorsMatthew Wilcox2016-12-151-3/+3
* | lib: radix-tree: update callback for changing leaf nodesJohannes Weiner2016-12-131-1/+2
* | lib: radix-tree: native accounting of exceptional entriesJohannes Weiner2016-12-131-4/+4
* | shmem: fix compilation warnings on unused functionsJérémy Lefaure2016-12-131-0/+2
* | shmem: avoid maybe-uninitialized warningArnd Bergmann2016-12-131-3/+1Star