summaryrefslogtreecommitdiff
path: root/mm/shmem.c
AgeCommit message (Expand)Author
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
2016-12-12shmem: fix compilation warnings on unused functionsJérémy Lefaure
2016-12-12shmem: avoid maybe-uninitialized warningArnd Bergmann
2016-12-09vfs: remove ".readlink = generic_readlink" assignmentsMiklos Szeredi
2016-12-06shmem: fix shm fallocate() list corruptionLinus Torvalds
2016-11-11shmem: fix pageflags after swapping DMA32 objectHugh Dickins
2016-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-10-10Merge remote-tracking branch 'ovl/rename2' into for-linusAl Viro
2016-10-10Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2016-10-10Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-10-08Merge remote-tracking branch 'jk/vfs' into work.miscAl Viro
2016-10-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2016-10-07vfs: Remove {get,set,remove}xattr inode operationsAndreas Gruenbacher
2016-10-07mm/shmem.c: constify anon_opsRasmus Villemoes
2016-10-05switch generic_file_splice_read() to use of ->read_iter()Al Viro
2016-09-27fs: Replace CURRENT_TIME with current_time() for inode timestampsDeepa Dinamani
2016-09-27fs: rename "rename2" i_op to "rename"Miklos Szeredi
2016-09-24huge tmpfs: fix Committed_AS leakHugh Dickins
2016-09-24shmem: fix tmpfs to handle the huge= option properlyToshi Kani
2016-09-22fs: Give dentry to inode_change_ok() instead of inodeJan Kara
2016-08-10thp: move shmem_huge_enabled() outside of SYSFS ifdefArnd Bergmann
2016-08-03shmem: Fix link error if huge pages support is disabledGeert Uytterhoeven
2016-07-28mm: move most file-based accounting to the nodeMel Gorman
2016-07-26shmem: split huge pages beyond i_size under memory pressureKirill A. Shutemov
2016-07-26thp: introduce CONFIG_TRANSPARENT_HUGE_PAGECACHEKirill A. Shutemov
2016-07-26khugepaged: add support of collapse for tmpfs/shmem pagesKirill A. Shutemov
2016-07-26shmem: make shmem_inode_info::lock irq-safeKirill A. Shutemov
2016-07-26shmem, thp: respect MADV_{NO,}HUGEPAGE for file mappingsKirill A. Shutemov
2016-07-26shmem: add huge pages supportKirill A. Shutemov
2016-07-26shmem: get_unmapped_area align huge pageHugh Dickins
2016-07-26shmem: prepare huge= mount option and sysfs knobKirill A. Shutemov