summaryrefslogtreecommitdiff
path: root/mm/shmem.c
AgeCommit message (Expand)AuthorFilesLines
2017-08-30mm, shmem: fix handling /sys/kernel/mm/transparent_hugepage/shmem_enabledKirill A. Shutemov1-2/+2
2017-08-16mm: fix list corruptions on shmem shrinklistCong Wang1-2/+10
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
2016-10-11Merge remote-tracking branch 'ovl/rename2' into for-linusAl Viro1-3/+4
2016-10-11Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds1-15/+0
2016-10-10Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-1/+1
2016-10-08Merge remote-tracking branch 'jk/vfs' into work.miscAl Viro1-1/+1
2016-10-08Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+1
2016-10-08vfs: Remove {get,set,remove}xattr inode operationsAndreas Gruenbacher1-15/+0
2016-10-08mm/shmem.c: constify anon_opsRasmus Villemoes1-1/+1
2016-10-06switch generic_file_splice_read() to use of ->read_iter()Al Viro1-114/+1
2016-09-28fs: Replace CURRENT_TIME with current_time() for inode timestampsDeepa Dinamani1-10/+10
2016-09-27fs: rename "rename2" i_op to "rename"Miklos Szeredi1-1/+1
2016-09-24huge tmpfs: fix Committed_AS leakHugh Dickins1-1/+2
2016-09-24shmem: fix tmpfs to handle the huge= option properlyToshi Kani1-1/+1
2016-09-22fs: Give dentry to inode_change_ok() instead of inodeJan Kara1-1/+1
2016-08-11thp: move shmem_huge_enabled() outside of SYSFS ifdefArnd Bergmann1-1/+3
2016-08-04shmem: Fix link error if huge pages support is disabledGeert Uytterhoeven1-1/+2
2016-07-29mm: move most file-based accounting to the nodeMel Gorman1-7/+7
2016-07-27shmem: split huge pages beyond i_size under memory pressureKirill A. Shutemov1-0/+175
2016-07-27thp: introduce CONFIG_TRANSPARENT_HUGE_PAGECACHEKirill A. Shutemov1-13/+13
2016-07-27khugepaged: add support of collapse for tmpfs/shmem pagesKirill A. Shutemov1-11/+45
2016-07-27shmem: make shmem_inode_info::lock irq-safeKirill A. Shutemov1-24/+26
2016-07-27shmem, thp: respect MADV_{NO,}HUGEPAGE for file mappingsKirill A. Shutemov1-3/+17
2016-07-27shmem: add huge pages supportKirill A. Shutemov1-67/+313