summaryrefslogtreecommitdiffstats
path: root/mm/shmem.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-10-101-11/+11
|\
| * Merge remote-tracking branch 'ovl/rename2' into for-linusAl Viro2016-10-101-3/+4
| |\
| | * fs: rename "rename2" i_op to "rename"Miklos Szeredi2016-09-271-1/+1
| * | fs: Replace CURRENT_TIME with current_time() for inode timestampsDeepa Dinamani2016-09-271-10/+10
* | | Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2016-10-101-15/+0
|\ \ \
| * | | vfs: Remove {get,set,remove}xattr inode operationsAndreas Gruenbacher2016-10-071-15/+0
| | |/ | |/|
* | | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-10-101-1/+1
|\ \ \
| * \ \ Merge remote-tracking branch 'jk/vfs' into work.miscAl Viro2016-10-081-1/+1
| |\ \ \ | | |/ / | |/| |
| | * | fs: Give dentry to inode_change_ok() instead of inodeJan Kara2016-09-221-1/+1
* | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-10-071-1/+1
|\ \ \ \
| * | | | mm/shmem.c: constify anon_opsRasmus Villemoes2016-10-071-1/+1
| |/ / /
* | | | switch generic_file_splice_read() to use of ->read_iter()Al Viro2016-10-051-114/+1
|/ / /
* | | 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
|\
OpenPOWER on IntegriCloud