summaryrefslogtreecommitdiffstats
path: root/mm/shmem.c
Commit message (Expand)AuthorAgeFilesLines
* huge tmpfs: fix Committed_AS leakHugh Dickins2016-09-241-1/+2
* shmem: fix tmpfs to handle the huge= option properlyToshi Kani2016-09-241-1/+1
* thp: move shmem_huge_enabled() outside of SYSFS ifdefArnd Bergmann2016-08-101-1/+3
* shmem: Fix link error if huge pages support is disabledGeert Uytterhoeven2016-08-031-1/+2
* mm: move most file-based accounting to the nodeMel Gorman2016-07-281-7/+7
* shmem: split huge pages beyond i_size under memory pressureKirill A. Shutemov2016-07-261-0/+175
* thp: introduce CONFIG_TRANSPARENT_HUGE_PAGECACHEKirill A. Shutemov2016-07-261-13/+13
* khugepaged: add support of collapse for tmpfs/shmem pagesKirill A. Shutemov2016-07-261-11/+45
* shmem: make shmem_inode_info::lock irq-safeKirill A. Shutemov2016-07-261-24/+26
* shmem, thp: respect MADV_{NO,}HUGEPAGE for file mappingsKirill A. Shutemov2016-07-261-3/+17
* shmem: add huge pages supportKirill A. Shutemov2016-07-261-67/+313
* shmem: get_unmapped_area align huge pageHugh Dickins2016-07-261-0/+98
* shmem: prepare huge= mount option and sysfs knobKirill A. Shutemov2016-07-261-0/+161
* tmpfs: fix regression hang in fallocate undoHugh Dickins2016-07-101-3/+5
* tmpfs: don't undo fallocate past its last pageAnthony Romano2016-06-241-1/+1
* switch xattr_handler->set() to passing dentry and inode separatelyAl Viro2016-05-271-3/+4
* tmpfs: mem_cgroup charge fault to vm_mm not current mmAndres Lagar-Cavilla2016-05-191-27/+34
* tmpfs: preliminary minor tidyupsHugh Dickins2016-05-191-43/+26
* mm: use __SetPageSwapBacked and dont ClearPageSwapBackedHugh Dickins2016-05-191-2/+2
* parallel lookups machinery, part 2Al Viro2016-05-021-1/+2
* Merge getxattr prototype change into work.lookupsAl Viro2016-05-021-3/+3
|\
| * xattr_handler: pass dentry and inode as separate arguments of ->get()Al Viro2016-04-101-3/+3
* | mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-041-65/+65
|/
* radix-tree,shmem: introduce radix_tree_iter_next()Matthew Wilcox2016-03-171-9/+3
* mm: use radix_tree_iter_retry()Matthew Wilcox2016-03-171-11/+12
* mm: convert printk(KERN_<LEVEL> to pr_<level>Joe Perches2016-03-171-8/+6
* mm: migrate: do not touch page->mem_cgroup of live pagesJohannes Weiner2016-03-151-1/+1
* make sure that freeing shmem fast symlinks is RCU-delayedAl Viro2016-01-221-5/+4
* wrappers for ->i_mutex accessAl Viro2016-01-221-6/+6
* mm: memcontrol: charge swap to cgroup2Vladimir Davydov2016-01-201-0/+4
* memcg: adjust to support new THP refcountingKirill A. Shutemov2016-01-151-9/+12
* page-flags: define PG_locked behavior on compound pagesKirill A. Shutemov2016-01-151-2/+2
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-01-151-1/+82
|\
| * mm, proc: reduce cost of /proc/pid/smaps for unpopulated shmem mappingsVlastimil Babka2016-01-141-27/+38
| * mm, proc: reduce cost of /proc/pid/smaps for shmem mappingsVlastimil Babka2016-01-141-0/+70
| * kmemcg: account certain kmem allocations to memcgVladimir Davydov2016-01-141-1/+1
* | Make sure that highmem pages are not added to symlink page cacheAl Viro2016-01-141-1/+1
|/
* Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2016-01-111-90/+43
|\
| * tmpfs: listxattr should include POSIX ACL xattrsAndreas Gruenbacher2015-12-061-1/+1
| * tmpfs: Use xattr handler infrastructureAndreas Gruenbacher2015-12-061-89/+42
* | Merge branch 'work.symlinks' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-01-111-20/+28
|\ \
| * | switch ->get_link() to delayed_call, kill ->put_link()Al Viro2015-12-301-10/+9
| * | teach shmem_get_link() to work in RCU modeAl Viro2015-12-081-6/+14
| * | replace ->follow_link() with new method that could stay in RCU modeAl Viro2015-12-081-4/+8
| * | don't put symlink bodies in pagecache into highmemAl Viro2015-12-081-6/+3
| |/
* / tmpfs: fix shmem_evict_inode() warnings on i_blocksHugh Dickins2015-12-121-20/+14
|/
* mm: page_alloc: hide some GFP internals and document the bits and flag combin...Mel Gorman2015-11-061-0/+2
* tmpfs: avoid a little creat and stat slowdownHugh Dickins2015-11-051-8/+14
* mm: rename mem_cgroup_migrate to mem_cgroup_replace_pageHugh Dickins2015-11-051-1/+1
* shmem: recalculate file inode when fstatYu Zhao2015-09-081-0/+16