aboutsummaryrefslogtreecommitdiffstats
path: root/mm/shmem.c
AgeCommit message (Expand)Author
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
2016-01-11Merge branch 'work.symlinks' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2015-12-30switch ->get_link() to delayed_call, kill ->put_link()Al Viro
2015-12-12tmpfs: fix shmem_evict_inode() warnings on i_blocksHugh Dickins
2015-12-08teach shmem_get_link() to work in RCU modeAl Viro
2015-12-08replace ->follow_link() with new method that could stay in RCU modeAl Viro
2015-12-08don't put symlink bodies in pagecache into highmemAl Viro
2015-12-06tmpfs: listxattr should include POSIX ACL xattrsAndreas Gruenbacher
2015-12-06tmpfs: Use xattr handler infrastructureAndreas Gruenbacher
2015-11-06mm: page_alloc: hide some GFP internals and document the bits and flag combin...Mel Gorman
2015-11-05tmpfs: avoid a little creat and stat slowdownHugh Dickins
2015-11-05mm: rename mem_cgroup_migrate to mem_cgroup_replace_pageHugh Dickins
2015-09-08shmem: recalculate file inode when fstatYu Zhao
2015-08-07ipc: use private shmem or hugetlbfs inodes for shm segments.Stephen Smalley
2015-06-24tmpfs: truncate prealloc blocks past i_sizeJosef Bacik
2015-06-22Merge branch 'for-linus-1' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2015-06-17mm: shmem_zero_setup skip security check and lockdep conflict with XFSHugh Dickins
2015-05-11switch ->put_link() from dentry to inodeAl Viro
2015-05-10don't pass nameidata to ->follow_link()Al Viro
2015-05-10new ->follow_link() and ->put_link() calling conventionsAl Viro
2015-05-10shmem: switch to simple_follow_link()Al Viro
2015-04-15VFS: assorted weird filesystems: d_inode() annotationsDavid Howells
2015-04-11make new_sync_{read,write}() staticAl Viro
2015-04-11Merge branch 'iocb' into for-nextAl Viro
2015-03-25fs: move struct kiocb to fs.hChristoph Hellwig
2015-02-23mm: shmem: check for mapping owner before dereferencingSasha Levin
2015-02-22VFS: (Scripted) Convert S_ISLNK/DIR/REG(dentry->d_inode) to d_is_*(dentry)David Howells