aboutsummaryrefslogtreecommitdiffstats
path: root/mm/shmem.c
AgeCommit message (Expand)AuthorFilesLines
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
2011-07-25tmpfs: simplify prealloc_pageHugh Dickins1-44/+16
2011-07-25tmpfs: remove_shmem_readpageHugh Dickins1-34/+6
2011-07-25tmpfs: pass gfp to shmem_getpage_gfpHugh Dickins1-23/+44
2011-07-25tmpfs: refine shmem_file_splice_readHugh Dickins1-119/+19
2011-07-25tmpfs: clone shmem_file_splice_read()Hugh Dickins1-1/+217
2011-07-25tmpfs: no need to use i_lockHugh Dickins1-8/+6
2011-07-25fs: take the ACL checks to common codeChristoph Hellwig1-6/+0
2011-07-18security: new security_inode_init_security API adds function callbackMimi Zohar1-2/+2
2011-06-27tmpfs: add shmem_read_mapping_page_gfpHugh Dickins1-0/+23
2011-06-27tmpfs: take control of its truncate_rangeHugh Dickins1-22/+29
2011-05-28tmpfs: fix race between truncate and writepageHugh Dickins1-1/+1
2011-05-26memcg: add the pagefault count into memcg statsYing Han1-5/+6
2011-05-25tmpfs: implement generic xattr supportEric Paris1-54/+266
2011-05-20tmpfs: fix highmem swapoff crash regressionHugh Dickins1-1/+2
2011-05-14tmpfs: fix race between swapoff and writepageHugh Dickins1-6/+4
2011-05-11tmpfs: fix spurious ENOSPC when racing with unswapHugh Dickins1-10/+22
2011-05-11tmpfs: fix race between umount and swapoffHugh Dickins1-45/+43
2011-05-11tmpfs: fix race between umount and writepageHugh Dickins1-11/+20
2011-04-14tmpfs: fix off-by-one in max_blocks checksHugh Dickins1-2/+4
2011-03-24Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-1/+0
2011-03-22shmem: let shared anonymous be nonlinear againHugh Dickins1-0/+1
2011-03-22mm: shmem: change remove_from_page_cacheMinchan Kim1-2/+1
2011-03-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
2011-03-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds1-4/+5
2011-03-14exportfs: Return the minimum required handle sizeAneesh Kumar K.V1-1/+3
2011-03-10block: remove per-queue pluggingJens Axboe1-1/+0
2011-03-01Remove one to many n's in a wordJustin P. Mattock1-1/+1
2011-02-01fs/vfs/security: pass last path component to LSM on inode creationEric Paris1-4/+5
2011-01-07fs: icache RCU free inodesNick Piggin1-1/+8
2010-10-29convert get_sb_nodev() usersAl Viro1-5/+5
2010-10-25fs: do not assign default i_ino in new_inodeChristoph Hellwig1-0/+1
2010-10-25new helper: ihold()Al Viro1-1/+1
2010-10-25new helper: inode_unhashed()Al Viro1-2/+2
2010-08-17shmem: put_super must percpu_counter_destroyHugh Dickins1-2/+6
2010-08-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-11/+12
2010-08-09shmem: reduce pagefault lock contentionShaohua Li1-21/+49
2010-08-09tmpfs: make tmpfs scalable with percpu_counter for used blocksTim Chen1-23/+17
2010-08-09switch shmem.c to ->evice_inode()Al Viro1-4/+4
2010-08-09check ATTR_SIZE contraints in inode_change_okChristoph Hellwig1-3/+2
2010-08-09always call inode_change_ok early in ->setattrChristoph Hellwig1-4/+6
2010-08-09rename generic_setattrChristoph Hellwig1-1/+1
2010-06-04fix truncate inode time modification breakageNick Piggin1-2/+3
2010-05-27tmpfs: convert to use the new truncate conventionnpiggin@suse.de1-21/+22
2010-05-27rename the generic fsync implementationsChristoph Hellwig1-1/+1
2010-05-27memcg: move charge of file pagesDaisuke Nishimura1-0/+64
2010-05-25shmem: remove redundant codeHuang Shijie1-2/+0
2010-05-21ramfs: replace inode uid,gid,mode initialization with helper functionDmitry Monakhov1-17/+8
2010-05-21fs: xattr_handler table should be constStephen Hemminger1-2/+2
2009-12-16Fix breakage in shmem.cAl Viro1-0/+2
2009-12-16make generic_acl slightly more genericChristoph Hellwig1-7/+10
2009-12-16sanitize xattr handler prototypesChristoph Hellwig1-9/+10
2009-12-16Untangling ima mess, part 1: alloc_file()Al Viro1-2/+0
2009-12-16switch alloc_file() to passing struct pathAl Viro1-6/+8
2009-12-16switch shmem_file_setup() to alloc_file()Al Viro1-12/+9
2009-12-15swap_info: note SWAP_MAP_SHMEMHugh Dickins1-2/+9
2009-09-27const: mark struct vm_struct_operationsAlexey Dobriyan1-2/+2
2009-09-25Merge branch 'writeback' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-2/+3
2009-09-25writeback: get rid to incorrect references to pdflush in commentsJens Axboe1-2/+3
2009-09-24Merge branch 'hwpoison' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/l...Linus Torvalds1-2/+3
2009-09-22shmem: initialize struct shmem_sb_info to zeroPekka Enberg1-4/+1
2009-09-22tmpfs: depend on shmemHugh Dickins1-0/+5
2009-09-22mm: includecheck fix for mm/shmem.cJaswinder Singh Rajput1-1/+0
2009-09-22mm: add_to_swap_cache() does not return -EEXISTDaisuke Nishimura1-0/+4
2009-09-16HWPOISON: Enable .remove_error_page for migration aware file systemsAndi Kleen1-0/+1
2009-09-16HWPOISON: shmem: call set_page_dirty() with locked pageWu Fengguang1-2/+2
2009-09-15Driver Core: devtmpfs - kernel-maintained tmpfs-based /devKay Sievers1-6/+3
2009-09-08shmfs: use 'check_acl' instead of 'permission'Linus Torvalds1-3/+3
2009-06-24Get "no acls for this inode" right, fix shmem breakageAl Viro1-4/+1
2009-06-24switch shmem to inode->i_aclAl Viro1-5/+4
2009-06-16mm cleanup: shmem_file_setup: 'char *' -> 'const char *' for name argumentSergei Trofimovich1-1/+1
2009-06-16mm: add swap cache interface for swap referenceKAMEZAWA Hiroyuki1-1/+1
2009-05-22integrity: move ima_counts_getMimi Zohar1-1/+1
2009-05-22integrity: path_check updateMimi Zohar1-1/+1
2009-05-02memcg: fix mem_cgroup_shrink_usage()Daisuke Nishimura1-2/+6
2009-04-13shmem: respect MAX_LFS_FILESIZEHugh Dickins1-5/+20
2009-04-13shmem: fix division by zeroYuri Tikhonov1-1/+1
2009-04-01shmem: writepage directly to swapHugh Dickins1-2/+1
2009-03-24Merge branch 'master' into nextJames Morris1-22/+21
2009-02-25shmem: fix shared anonymous accountingHugh Dickins1-22/+21
2009-02-11integrity: shmem zero fixMimi Zohar1-1/+1
2009-02-06Merge branch 'master' into nextJames Morris1-18/+86
2009-02-06Integrity: IMA file free imbalanceMimi Zohar1-0/+2
2009-01-31Stop playing silly games with the VM_ACCOUNT flagLinus Torvalds1-1/+1
2009-01-08memcg: fix shmem's swap accountingKAMEZAWA Hiroyuki1-18/+12
2009-01-08memcg: revert gfp mask fixKAMEZAWA Hiroyuki1-4/+4
2009-01-08memcg: handle swap cachesKAMEZAWA Hiroyuki1-2/+16
2009-01-08memcg: fix gfp_mask of callers of chargeKAMEZAWA Hiroyuki1-3/+3
2009-01-06shmem: unify regular and tiny shmemMatt Mackall1-10/+71
2009-01-06mm: don't mark_page_accessed in shmem_faultHugh Dickins1-1/+0
2008-11-14CRED: Wrap task credential accesses in the core kernelDavid Howells1-4/+4
2008-10-30nfsd: fix vm overcommit crashAlan Cox1-4/+4
2008-10-20SHM_LOCKED pages are unevictableLee Schermerhorn1-0/+4
2008-10-20vmscan: split LRU lists into anon & file setsRik van Riel1-1/+1
2008-10-20define page_file_cache() functionRik van Riel1-0/+1
2008-10-18Export shmem_file_setup for DRM-GEMKeith Packard1-0/+1
2008-10-13integrity: special fs magicMimi Zohar1-3/+1
2008-08-04mm: rename page trylockNick Piggin1-2/+2
2008-07-28tmpfs: fix kernel BUG in shmem_delete_inodeHugh Dickins1-1/+2
2008-07-26SL*B: drop kmem cache argument from constructorAlexey Dobriyan1-1/+1
2008-07-26mm: speculative page referencesNick Piggin1-3/+3
2008-07-25memcg: helper function for relcaim from shmem.KAMEZAWA Hiroyuki1-7/+4
2008-07-25memcg: remove refcnt from page_cgroupKAMEZAWA Hiroyuki1-11/+24
2008-07-24tmpfs: support aioHugh Dickins1-21/+34
2008-04-30mm: bdi: add separate writeback accounting capabilityMiklos Szeredi1-1/+1
2008-04-28mempolicy: use struct mempolicy pointer in shmem_sb_infoLee Schermerhorn1-25/+32
2008-04-28mempolicy: rework shmem mpol parsing and displayLee Schermerhorn1-105/+13
2008-04-28mempolicy: rework mempolicy Reference Counting [yet again]Lee Schermerhorn1-6/+10
2008-04-28mempolicy: rename mpol_free to mpol_putLee Schermerhorn1-2/+2
2008-04-28mempolicy: fix parsing of tmpfs mpol mount optionLee Schermerhorn1-5/+11
2008-04-28mempolicy: add MPOL_F_RELATIVE_NODES flagDavid Rientjes1-0/+6
2008-04-28mempolicy: add MPOL_F_STATIC_NODES flagDavid Rientjes1-0/+2