summaryrefslogtreecommitdiff
path: root/mm/shmem.c
AgeCommit message (Expand)Author
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
2016-07-10tmpfs: fix regression hang in fallocate undoHugh Dickins
2016-06-24tmpfs: don't undo fallocate past its last pageAnthony Romano
2016-05-27switch xattr_handler->set() to passing dentry and inode separatelyAl Viro
2016-05-19tmpfs: mem_cgroup charge fault to vm_mm not current mmAndres Lagar-Cavilla
2016-05-19tmpfs: preliminary minor tidyupsHugh Dickins
2016-05-19mm: use __SetPageSwapBacked and dont ClearPageSwapBackedHugh Dickins
2016-05-02parallel lookups machinery, part 2Al Viro
2016-05-02Merge getxattr prototype change into work.lookupsAl Viro
2016-04-10xattr_handler: pass dentry and inode as separate arguments of ->get()Al Viro
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov
2016-03-17radix-tree,shmem: introduce radix_tree_iter_next()Matthew Wilcox
2016-03-17mm: use radix_tree_iter_retry()Matthew Wilcox
2016-03-17mm: convert printk(KERN_<LEVEL> to pr_<level>Joe Perches
2016-03-15mm: migrate: do not touch page->mem_cgroup of live pagesJohannes Weiner
2016-01-22make sure that freeing shmem fast symlinks is RCU-delayedAl Viro
2016-01-22wrappers for ->i_mutex accessAl Viro
2016-01-20mm: memcontrol: charge swap to cgroup2Vladimir Davydov
2016-01-15memcg: adjust to support new THP refcountingKirill A. Shutemov
2016-01-15page-flags: define PG_locked behavior on compound pagesKirill A. Shutemov
2016-01-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2016-01-14mm, proc: reduce cost of /proc/pid/smaps for unpopulated shmem mappingsVlastimil Babka
2016-01-14mm, proc: reduce cost of /proc/pid/smaps for shmem mappingsVlastimil Babka
2016-01-14kmemcg: account certain kmem allocations to memcgVladimir Davydov
2016-01-14Make sure that highmem pages are not added to symlink page cacheAl Viro
2016-01-11Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds