aboutsummaryrefslogtreecommitdiffstats
path: root/mm/shmem.c
AgeCommit message (Expand)AuthorFilesLines
2016-08-03shmem: Fix link error if huge pages support is disabledGeert Uytterhoeven1-1/+2
2016-07-28mm: move most file-based accounting to the nodeMel Gorman1-7/+7
2016-07-26shmem: split huge pages beyond i_size under memory pressureKirill A. Shutemov1-0/+175
2016-07-26thp: introduce CONFIG_TRANSPARENT_HUGE_PAGECACHEKirill A. Shutemov1-13/+13
2016-07-26khugepaged: add support of collapse for tmpfs/shmem pagesKirill A. Shutemov1-11/+45
2016-07-26shmem: make shmem_inode_info::lock irq-safeKirill A. Shutemov1-24/+26
2016-07-26shmem, thp: respect MADV_{NO,}HUGEPAGE for file mappingsKirill A. Shutemov1-3/+17
2016-07-26shmem: add huge pages supportKirill A. Shutemov1-67/+313
2016-07-26shmem: get_unmapped_area align huge pageHugh Dickins1-0/+98
2016-07-26shmem: prepare huge= mount option and sysfs knobKirill A. Shutemov1-0/+161
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/vi...Linus Torvalds1-90/+43
2016-01-11Merge branch 'work.symlinks' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus 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 combin...Mel 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/v...Linus 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
2015-02-22VFS: (Scripted) Convert S_ISLNK/DIR/REG(dentry->d_inode) to d_is_*(dentry)David Howells1-2/+2
2015-02-12Merge branch 'for-3.20/bdi' of git://git.kernel.dk/linux-blockLinus Torvalds1-18/+6
2015-02-11swap: remove unused mem_cgroup_uncharge_swapcache declarationVladimir Davydov1-1/+1
2015-02-10mm: drop vm_ops->remap_pages and generic_file_remap_pages() stubKirill A. Shutemov1-1/+0
2015-02-05memcg, shmem: fix shmem migration to use lrucareMichal Hocko1-1/+1
2015-01-20fs: remove mapping->backing_dev_infoChristoph Hellwig1-1/+0
2015-01-20fs: kill BDI_CAP_SWAP_BACKEDChristoph Hellwig1-18/+7
2014-12-17new helper: iter_is_iovec()Al Viro1-1/+1
2014-10-24shmem: support RENAME_WHITEOUTMiklos Szeredi1-1/+35
2014-10-10Merge branch 'for-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/p...Linus Torvalds1-1/+1
2014-10-09include/linux/migrate.h: remove migrate_page #defineAndrew Morton1-0/+2
2014-09-26shmem: fix nlink for rename overwrite directoryMiklos Szeredi1-1/+3
2014-09-08percpu_counter: add @gfp to percpu_counter_init()Tejun Heo1-1/+1
2014-08-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-2/+30
2014-08-08shm: wait for pins to be released when sealingDavid Herrmann1-1/+109
2014-08-08shm: add memfd_create() syscallDavid Herrmann1-0/+73
2014-08-08shm: add sealing APIDavid Herrmann1-0/+143
2014-08-08mm: memcontrol: rewrite uncharge APIJohannes Weiner1-6/+2
2014-08-08mm: memcontrol: rewrite charge APIJohannes Weiner1-14/+23
2014-08-07shmem: support RENAME_EXCHANGEMiklos Szeredi1-1/+26
2014-08-07shmem: support RENAME_NOREPLACEMiklos Szeredi1-2/+5
2014-08-06mm/shmem.c: remove the unused gfp arg to shmem_add_to_page_cache()Wang Sheng-Hui1-4/+4
2014-08-06mm: replace init_page_accessed by __SetPageReferencedHugh Dickins1-1/+1
2014-08-06shmem: update memory reservation on truncateKonstantin Khlebnikov1-0/+17
2014-08-06shmem: fix double uncharge in __shmem_file_setup()Konstantin Khlebnikov1-6/+6
2014-07-23shmem: fix splicing from a hole while it's punchedHugh Dickins1-9/+15
2014-07-23shmem: fix faulting into a hole, not taking i_mutexHugh Dickins1-26/+52
2014-07-03shmem: fix init_page_accessed use to stop !PageLRU bugHugh Dickins1-5/+10
2014-06-23shmem: fix faulting into a hole while it's punchedHugh Dickins1-4/+52
2014-06-23tmpfs: ZERO_RANGE and COLLAPSE_RANGE not currently supportedHugh Dickins1-0/+3
2014-06-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-17/+9
2014-06-12shmem: switch to iter_file_splice_write()Al Viro1-1/+1
2014-06-04mm: non-atomically mark page accessed during page cache allocation where poss...Mel Gorman1-1/+5
2014-06-04mm: shmem: avoid atomic operation during shmem_getpage_gfpMel Gorman1-1/+1
2014-05-06write_iter variants of {__,}generic_file_aio_write()Al Viro1-2/+2
2014-05-06shmem: switch to ->read_iter()Al Viro1-10/+5
2014-05-06start adding the tag to iov_iterAl Viro1-1/+1
2014-05-06kill generic_segment_checks()Al Viro1-5/+2
2014-04-13mm: Initialize error in shmem_file_aio_read()Geert Uytterhoeven1-1/+1
2014-04-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-51/+28
2014-04-12missing bits of "splice: fix racy pipe->buffers uses"Al Viro1-1/+1
2014-04-07memcg: rename high level charging functionsMichal Hocko1-3/+3
2014-04-07mm: implement ->map_pages for shmem/tmpfsNing Qu1-0/+1
2014-04-03mm + fs: prepare for non-page entries in page cache radix treesJohannes Weiner1-79/+20
2014-04-03mm: shmem: save one radix tree lookup when truncating swapped pagesJohannes Weiner1-13/+12
2014-04-01introduce copy_page_to_iter, kill loop over iovec in generic_file_aio_read()Al Viro1-50/+27
2014-04-01do_shmem_file_read(): call file_read_actor() directlyAl Viro1-3/+3
2014-01-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-34/+23
2014-01-26fs: remove generic_aclChristoph Hellwig1-34/+23
2014-01-23mm: dump page when hitting a VM_BUG_ON using VM_BUG_ON_PAGESasha Levin1-4/+4
2013-12-02security: shmem: implement kernel private shmem inodesEric Paris1-7/+29
2013-09-11initmpfs: make rootfs use tmpfs when CONFIG_TMPFS enabledRob Landley1-0/+4
2013-09-11lib/radix-tree.c: make radix_tree_node_alloc() work correctly within interruptJan Kara1-1/+1
2013-09-03shm_mnt is as longterm as it gets, TYVM...Al Viro1-3/+4
2013-08-24cope with potentially long ->d_dname() output for shmem/hugetlbAl Viro1-7/+1
2013-08-04tmpfs: fix SEEK_DATA/SEEK_HOLE regressionHugh Dickins1-1/+2
2013-07-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds1-8/+8
2013-07-03vfs: export lseek_execute() to modulesJie Liu1-4/+1
2013-06-29[O_TMPFILE] it's still short a few helpers, but infrastructure should be OK n...Al Viro1-0/+32
2013-06-20evm: calculate HMAC after initializing posix acl on tmpfsMimi Zohar1-8/+8
2013-05-07aio: don't include aio.h in sched.hKent Overstreet1-0/+1
2013-04-29mm/shmem.c: remove an ifdefAndrew Morton1-4/+1
2013-03-01fix nommu breakage in shmem.cAl Viro1-3/+2
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-21/+31
2013-02-26fs: encode_fh: return FILEID_INVALID if invalid fid_typeNamjae Jeon1-1/+1
2013-02-26shmem_setup_file(): use d_alloc_pseudo() instead of d_alloc()Al Viro1-4/+15
2013-02-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds1-0/+2
2013-02-23tmpfs: fix mempolicy object leaksGreg Thelen1-3/+10
2013-02-23tmpfs: fix use-after-free of mempolicy objectGreg Thelen1-2/+8
2013-02-23mm: shmem: use new radix tree iteratorJohannes Weiner1-13/+12
2013-02-22clean shmem_file_setup() a bitAl Viro1-10/+9
2013-02-22fs: Preserve error code in get_empty_filp(), part 2Anatol Pomozov1-2/+2
2013-02-22new helper: file_inode(file)Al Viro1-6/+6
2013-01-26userns: Allow the userns root to mount tmpfs.Eric W. Biederman1-0/+2
2013-01-02mempolicy: remove arg from mpol_parse_str, mpol_to_strHugh Dickins1-2/+2
2012-12-17lseek: the "whence" argument is called "whence"Andrew Morton1-10/+10
2012-12-12tmpfs: support SEEK_DATA and SEEK_HOLE (reprise)Hugh Dickins1-1/+91
2012-12-06tmpfs: fix shared mempolicy leakMel Gorman1-10/+16
2012-11-16tmpfs: change final i_blocks BUG to WARNINGHugh Dickins1-1/+1
2012-11-16tmpfs: fix shmem_getpage_gfp() VM_BUG_ONHugh Dickins1-2/+14
2012-10-09tmpfs,ceph,gfs2,isofs,reiserfs,xfs: fix fh_len checkingHugh Dickins1-2/+4
2012-10-09mm: kill vma flag VM_CAN_NONLINEARKonstantin Khlebnikov1-2/+1
2012-08-24xattr: extract simple_xattr code from tmpfsAristeu Rozanski1-158/+13
2012-07-31tmpfs: distribute interleave better across nodesNathan Zimmer1-2/+4
2012-07-14don't pass nameidata to ->create()Al Viro1-1/+1
2012-07-11shmem: cleanup shmem_add_to_page_cacheHugh Dickins1-30/+28
2012-07-11shmem: fix negative rss in memcg memory.statHugh Dickins1-12/+29
2012-07-11tmpfs: revert SEEK_DATA and SEEK_HOLEHugh Dickins1-93/+1
2012-07-03Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+2
2012-06-13splice: fix racy pipe->buffers usesEric Dumazet1-1/+2
2012-06-07shmem: replace_page must flush_dcache and othersHugh Dickins1-20/+37
2012-06-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-4/+2
2012-05-29->encode_fh() API changeAl Viro1-4/+2
2012-05-29tmpfs: support SEEK_DATA and SEEK_HOLEHugh Dickins1-1/+93
2012-05-29tmpfs: quit when fallocate fills memoryHugh Dickins1-2/+56
2012-05-29tmpfs: undo fallocation on failureHugh Dickins1-33/+72
2012-05-29tmpfs: support fallocate preallocationHugh Dickins1-1/+60
2012-05-29mm/fs: remove truncate_rangeHugh Dickins1-1/+0
2012-05-29tmpfs: support fallocate FALLOC_FL_PUNCH_HOLEHugh Dickins1-11/+57
2012-05-29tmpfs: optimize clearing when writingHugh Dickins1-3/+17
2012-05-29tmpfs: enable NOSEC optimizationHugh Dickins1-0/+1
2012-05-29shmem: replace page if mapping excludes its zoneHugh Dickins1-19/+122
2012-05-28Merge tag 'writeback' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/linuxLinus Torvalds1-1/+1
2012-05-15userns: Convert tmpfs to use kuid and kgid where appropriateEric W. Biederman1-6/+16
2012-05-06vfs: Rename end_writeback() to clear_inode()Jan Kara1-1/+1
2012-03-22Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds1-16/+72
2012-03-21tmpfs: security xattr setting on inode creationJarkko Sakkinen1-16/+72
2012-03-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-7/+3
2012-03-21Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds1-2/+2
2012-03-20tidy up after d_make_root() conversionAl Viro1-4/+2
2012-03-20switch open-coded instances of d_make_root() to new helperAl Viro1-4/+2
2012-03-20mm: remove the second argument of k[un]map_atomic()Cong Wang1-2/+2
2012-02-14mm: collapse security_vm_enough_memory() variants into a single functionAl Viro1-2/+2
2012-01-23SHM_UNLOCK: fix Unevictable pages stranded after swapHugh Dickins1-5/+41
2012-01-23SHM_UNLOCK: fix long unpreemptible sectionHugh Dickins1-7/+0
2012-01-06vfs: switch ->show_options() to struct dentry *Al Viro1-2/+2
2012-01-03shmem, ramfs: propagate umode_t, open-coded S_ISREGAl Viro1-3/+3
2012-01-03switch ->mknod() to umode_tAl Viro1-1/+1
2012-01-03switch ->create() to umode_tAl Viro1-1/+1
2012-01-03switch vfs_mkdir() and ->mkdir() to umode_tAl Viro1-1/+1
2012-01-03vfs: fix the stupidity with i_dentry in inode destructorsAl Viro1-1/+0
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+1
2011-11-02filesystems: add missing nlink wrappersMiklos Szeredi1-1/+1
2011-10-31vmscan: add barrier to prevent evictable page in unevictable listMinchan Kim1-0/+6
2011-10-31mm: Map most files to use export.h instead of module.hPaul Gortmaker1-1/+1
2011-08-09Merge branch 'next-evm' of git://git.kernel.org/pub/scm/linux/kernel/git/zoha...James Morris1-2/+2
2011-08-03mm: clarify the radix_tree exceptional casesHugh Dickins1-4/+8
2011-08-03tmpfs radix_tree: locate_item to speed up swapoffHugh Dickins1-37/+1
2011-08-03tmpfs: use kmemdup for short symlinksHugh Dickins1-13/+18
2011-08-03tmpfs: convert shmem_writepage and enable swapHugh Dickins1-51/+37
2011-08-03tmpfs: convert mem_cgroup shmem to radix-swapHugh Dickins1-72/+11
2011-08-03tmpfs: convert shmem_getpage_gfp to radix-swapHugh Dickins1-147/+112
2011-08-03tmpfs: convert shmem_unuse_inode to radix-swapHugh Dickins1-26/+107
2011-08-03tmpfs: convert shmem_truncate_range to radix-swapHugh Dickins1-46/+146
2011-08-03tmpfs: copy truncate_inode_pages_rangeHugh Dickins1-20/+79
2011-08-03tmpfs: miscellaneous trivial cleanupsHugh Dickins1-109/+107
2011-08-03tmpfs: demolish old swap vector supportHugh Dickins1-698/+84
2011-07-25Merge 'akpm' patch seriesLinus Torvalds1-256/+296
2011-07-25tmpfs: simplify unuse and writepageHugh Dickins1-34/+16
2011-07-25tmpfs: simplify filepage/swappageHugh Dickins1-129/+108