aboutsummaryrefslogtreecommitdiffstats
path: root/mm/shmem.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-07-10tmpfs: fix regression hang in fallocate undoHugh Dickins1-3/+5
2016-06-24tmpfs: don't undo fallocate past its last pageAnthony Romano1-1/+1
2016-05-27switch xattr_handler->set() to passing dentry and inode separatelyAl Viro1-3/+4
2016-05-19tmpfs: mem_cgroup charge fault to vm_mm not current mmAndres Lagar-Cavilla1-27/+34
2016-05-19tmpfs: preliminary minor tidyupsHugh Dickins1-43/+26
2016-05-19mm: use __SetPageSwapBacked and dont ClearPageSwapBackedHugh Dickins1-2/+2
2016-05-02parallel lookups machinery, part 2Al Viro1-1/+2
2016-05-02Merge getxattr prototype change into work.lookupsAl Viro1-3/+3
2016-04-10xattr_handler: pass dentry and inode as separate arguments of ->get()Al Viro1-3/+3
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov1-65/+65
2016-03-17radix-tree,shmem: introduce radix_tree_iter_next()Matthew Wilcox1-9/+3
2016-03-17mm: use radix_tree_iter_retry()Matthew Wilcox1-11/+12
2016-03-17mm: convert printk(KERN_<LEVEL> to pr_<level>Joe Perches1-8/+6
2016-03-15mm: migrate: do not touch page->mem_cgroup of live pagesJohannes Weiner1-1/+1
2016-01-22make sure that freeing shmem fast symlinks is RCU-delayedAl Viro1-5/+4
2016-01-22wrappers for ->i_mutex accessAl Viro1-6/+6
2016-01-20mm: memcontrol: charge swap to cgroup2Vladimir Davydov1-0/+4
2016-01-15memcg: adjust to support new THP refcountingKirill A. Shutemov1-9/+12
2016-01-15page-flags: define PG_locked behavior on compound pagesKirill A. Shutemov1-2/+2
2016-01-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+82
2016-01-14mm, proc: reduce cost of /proc/pid/smaps for unpopulated shmem mappingsVlastimil Babka1-27/+38
2016-01-14mm, proc: reduce cost of /proc/pid/smaps for shmem mappingsVlastimil Babka1-0/+70
2016-01-14kmemcg: account certain kmem allocations to memcgVladimir Davydov1-1/+1
2016-01-14Make sure that highmem pages are not added to symlink page cacheAl Viro1-1/+1
2016-01-11Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-90/+43
2016-01-11Merge branch 'work.symlinks' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-20/+28
2015-12-30switch ->get_link() to delayed_call, kill ->put_link()Al Viro1-10/+9
2015-12-12tmpfs: fix shmem_evict_inode() warnings on i_blocksHugh Dickins1-20/+14
2015-12-08teach shmem_get_link() to work in RCU modeAl Viro1-6/+14
2015-12-08replace ->follow_link() with new method that could stay in RCU modeAl Viro1-4/+8
2015-12-08don't put symlink bodies in pagecache into highmemAl Viro1-6/+3
2015-12-06tmpfs: listxattr should include POSIX ACL xattrsAndreas Gruenbacher1-1/+1
2015-12-06tmpfs: Use xattr handler infrastructureAndreas Gruenbacher1-89/+42
2015-11-06mm: page_alloc: hide some GFP internals and document the bits and flag combinationsMel Gorman1-0/+2
2015-11-05tmpfs: avoid a little creat and stat slowdownHugh Dickins1-8/+14
2015-11-05mm: rename mem_cgroup_migrate to mem_cgroup_replace_pageHugh Dickins1-1/+1
2015-09-08shmem: recalculate file inode when fstatYu Zhao1-0/+16
2015-08-07ipc: use private shmem or hugetlbfs inodes for shm segments.Stephen Smalley1-2/+2
2015-06-24tmpfs: truncate prealloc blocks past i_sizeJosef Bacik1-1/+1
2015-06-22Merge branch 'for-linus-1' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-19/+13
2015-06-17mm: shmem_zero_setup skip security check and lockdep conflict with XFSHugh Dickins1-1/+7
2015-05-11switch ->put_link() from dentry to inodeAl Viro1-1/+1
2015-05-10don't pass nameidata to ->follow_link()Al Viro1-1/+1
2015-05-10new ->follow_link() and ->put_link() calling conventionsAl Viro1-12/+11
2015-05-10shmem: switch to simple_follow_link()Al Viro1-7/+2
2015-04-15VFS: assorted weird filesystems: d_inode() annotationsDavid Howells1-15/+15
2015-04-11make new_sync_{read,write}() staticAl Viro1-2/+0
2015-04-11Merge branch 'iocb' into for-nextAl Viro1-1/+1
2015-03-25fs: move struct kiocb to fs.hChristoph Hellwig1-1/+1
2015-02-23mm: shmem: check for mapping owner before dereferencingSasha Levin1-0/+3