aboutsummaryrefslogtreecommitdiff
path: root/mm/shmem.c
AgeCommit message (Expand)AuthorFilesLines
2016-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-11/+11
2016-10-10Merge remote-tracking branch 'ovl/rename2' into for-linusGravatar Al Viro 1-3/+4
2016-10-10Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Gravatar Linus Torvalds 1-15/+0
2016-10-10Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-1/+1
2016-10-08Merge remote-tracking branch 'jk/vfs' into work.miscGravatar Al Viro 1-1/+1
2016-10-07Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-1/+1
2016-10-07vfs: Remove {get,set,remove}xattr inode operationsGravatar Andreas Gruenbacher 1-15/+0
2016-10-07mm/shmem.c: constify anon_opsGravatar Rasmus Villemoes 1-1/+1
2016-10-05switch generic_file_splice_read() to use of ->read_iter()Gravatar Al Viro 1-114/+1
2016-09-27fs: Replace CURRENT_TIME with current_time() for inode timestampsGravatar Deepa Dinamani 1-10/+10
2016-09-27fs: rename "rename2" i_op to "rename"Gravatar Miklos Szeredi 1-1/+1
2016-09-24huge tmpfs: fix Committed_AS leakGravatar Hugh Dickins 1-1/+2
2016-09-24shmem: fix tmpfs to handle the huge= option properlyGravatar Toshi Kani 1-1/+1
2016-09-22fs: Give dentry to inode_change_ok() instead of inodeGravatar Jan Kara 1-1/+1
2016-08-10thp: move shmem_huge_enabled() outside of SYSFS ifdefGravatar Arnd Bergmann 1-1/+3
2016-08-03shmem: Fix link error if huge pages support is disabledGravatar Geert Uytterhoeven 1-1/+2
2016-07-28mm: move most file-based accounting to the nodeGravatar Mel Gorman 1-7/+7
2016-07-26shmem: split huge pages beyond i_size under memory pressureGravatar Kirill A. Shutemov 1-0/+175
2016-07-26thp: introduce CONFIG_TRANSPARENT_HUGE_PAGECACHEGravatar Kirill A. Shutemov 1-13/+13
2016-07-26khugepaged: add support of collapse for tmpfs/shmem pagesGravatar Kirill A. Shutemov 1-11/+45
2016-07-26shmem: make shmem_inode_info::lock irq-safeGravatar Kirill A. Shutemov 1-24/+26
2016-07-26shmem, thp: respect MADV_{NO,}HUGEPAGE for file mappingsGravatar Kirill A. Shutemov 1-3/+17
2016-07-26shmem: add huge pages supportGravatar Kirill A. Shutemov 1-67/+313
2016-07-26shmem: get_unmapped_area align huge pageGravatar Hugh Dickins 1-0/+98
2016-07-26shmem: prepare huge= mount option and sysfs knobGravatar Kirill A. Shutemov 1-0/+161
2016-07-10tmpfs: fix regression hang in fallocate undoGravatar Hugh Dickins 1-3/+5
2016-06-24tmpfs: don't undo fallocate past its last pageGravatar Anthony Romano 1-1/+1
2016-05-27switch xattr_handler->set() to passing dentry and inode separatelyGravatar Al Viro 1-3/+4
2016-05-19tmpfs: mem_cgroup charge fault to vm_mm not current mmGravatar Andres Lagar-Cavilla 1-27/+34
2016-05-19tmpfs: preliminary minor tidyupsGravatar Hugh Dickins 1-43/+26
2016-05-19mm: use __SetPageSwapBacked and dont ClearPageSwapBackedGravatar Hugh Dickins 1-2/+2
2016-05-02parallel lookups machinery, part 2Gravatar Al Viro 1-1/+2
2016-05-02Merge getxattr prototype change into work.lookupsGravatar Al Viro 1-3/+3
2016-04-10xattr_handler: pass dentry and inode as separate arguments of ->get()Gravatar Al Viro 1-3/+3
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosGravatar Kirill A. Shutemov 1-65/+65
2016-03-17radix-tree,shmem: introduce radix_tree_iter_next()Gravatar Matthew Wilcox 1-9/+3
2016-03-17mm: use radix_tree_iter_retry()Gravatar Matthew Wilcox 1-11/+12
2016-03-17mm: convert printk(KERN_<LEVEL> to pr_<level>Gravatar Joe Perches 1-8/+6
2016-03-15mm: migrate: do not touch page->mem_cgroup of live pagesGravatar Johannes Weiner 1-1/+1
2016-01-22make sure that freeing shmem fast symlinks is RCU-delayedGravatar Al Viro 1-5/+4
2016-01-22wrappers for ->i_mutex accessGravatar Al Viro 1-6/+6
2016-01-20mm: memcontrol: charge swap to cgroup2Gravatar Vladimir Davydov 1-0/+4
2016-01-15memcg: adjust to support new THP refcountingGravatar Kirill A. Shutemov 1-9/+12
2016-01-15page-flags: define PG_locked behavior on compound pagesGravatar Kirill A. Shutemov 1-2/+2
2016-01-15Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-1/+82
2016-01-14mm, proc: reduce cost of /proc/pid/smaps for unpopulated shmem mappingsGravatar Vlastimil Babka 1-27/+38
2016-01-14mm, proc: reduce cost of /proc/pid/smaps for shmem mappingsGravatar Vlastimil Babka 1-0/+70
2016-01-14kmemcg: account certain kmem allocations to memcgGravatar Vladimir Davydov 1-1/+1
2016-01-14Make sure that highmem pages are not added to symlink page cacheGravatar Al Viro 1-1/+1
2016-01-11Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Gravatar Linus Torvalds 1-90/+43