aboutsummaryrefslogtreecommitdiff
path: root/mm/shmem.c
AgeCommit message (Expand)AuthorFilesLines
2013-09-11initmpfs: make rootfs use tmpfs when CONFIG_TMPFS enabledGravatar Rob Landley 1-0/+4
2013-09-11lib/radix-tree.c: make radix_tree_node_alloc() work correctly within interruptGravatar Jan Kara 1-1/+1
2013-09-03shm_mnt is as longterm as it gets, TYVM...Gravatar Al Viro 1-3/+4
2013-08-24cope with potentially long ->d_dname() output for shmem/hugetlbGravatar Al Viro 1-7/+1
2013-08-04tmpfs: fix SEEK_DATA/SEEK_HOLE regressionGravatar Hugh Dickins 1-1/+2
2013-07-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Gravatar Linus Torvalds 1-8/+8
2013-07-03vfs: export lseek_execute() to modulesGravatar Jie Liu 1-4/+1
2013-06-29[O_TMPFILE] it's still short a few helpers, but infrastructure should be OK n...Gravatar Al Viro 1-0/+32
2013-06-20evm: calculate HMAC after initializing posix acl on tmpfsGravatar Mimi Zohar 1-8/+8
2013-05-07aio: don't include aio.h in sched.hGravatar Kent Overstreet 1-0/+1
2013-04-29mm/shmem.c: remove an ifdefGravatar Andrew Morton 1-4/+1
2013-03-01fix nommu breakage in shmem.cGravatar Al Viro 1-3/+2
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-21/+31
2013-02-26fs: encode_fh: return FILEID_INVALID if invalid fid_typeGravatar Namjae Jeon 1-1/+1
2013-02-26shmem_setup_file(): use d_alloc_pseudo() instead of d_alloc()Gravatar Al Viro 1-4/+15
2013-02-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Gravatar Linus Torvalds 1-0/+2
2013-02-23tmpfs: fix mempolicy object leaksGravatar Greg Thelen 1-3/+10
2013-02-23tmpfs: fix use-after-free of mempolicy objectGravatar Greg Thelen 1-2/+8
2013-02-23mm: shmem: use new radix tree iteratorGravatar Johannes Weiner 1-13/+12
2013-02-22clean shmem_file_setup() a bitGravatar Al Viro 1-10/+9
2013-02-22fs: Preserve error code in get_empty_filp(), part 2Gravatar Anatol Pomozov 1-2/+2
2013-02-22new helper: file_inode(file)Gravatar Al Viro 1-6/+6
2013-01-26userns: Allow the userns root to mount tmpfs.Gravatar Eric W. Biederman 1-0/+2
2013-01-02mempolicy: remove arg from mpol_parse_str, mpol_to_strGravatar Hugh Dickins 1-2/+2
2012-12-17lseek: the "whence" argument is called "whence"Gravatar Andrew Morton 1-10/+10
2012-12-12tmpfs: support SEEK_DATA and SEEK_HOLE (reprise)Gravatar Hugh Dickins 1-1/+91
2012-12-06tmpfs: fix shared mempolicy leakGravatar Mel Gorman 1-10/+16
2012-11-16tmpfs: change final i_blocks BUG to WARNINGGravatar Hugh Dickins 1-1/+1
2012-11-16tmpfs: fix shmem_getpage_gfp() VM_BUG_ONGravatar Hugh Dickins 1-2/+14
2012-10-09tmpfs,ceph,gfs2,isofs,reiserfs,xfs: fix fh_len checkingGravatar Hugh Dickins 1-2/+4
2012-10-09mm: kill vma flag VM_CAN_NONLINEARGravatar Konstantin Khlebnikov 1-2/+1
2012-08-24xattr: extract simple_xattr code from tmpfsGravatar Aristeu Rozanski 1-158/+13
2012-07-31tmpfs: distribute interleave better across nodesGravatar Nathan Zimmer 1-2/+4
2012-07-14don't pass nameidata to ->create()Gravatar Al Viro 1-1/+1
2012-07-11shmem: cleanup shmem_add_to_page_cacheGravatar Hugh Dickins 1-30/+28
2012-07-11shmem: fix negative rss in memcg memory.statGravatar Hugh Dickins 1-12/+29
2012-07-11tmpfs: revert SEEK_DATA and SEEK_HOLEGravatar Hugh Dickins 1-93/+1
2012-07-03Merge branch 'for-linus' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-1/+2
2012-06-13splice: fix racy pipe->buffers usesGravatar Eric Dumazet 1-1/+2
2012-06-07shmem: replace_page must flush_dcache and othersGravatar Hugh Dickins 1-20/+37
2012-06-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-4/+2
2012-05-29->encode_fh() API changeGravatar Al Viro 1-4/+2
2012-05-29tmpfs: support SEEK_DATA and SEEK_HOLEGravatar Hugh Dickins 1-1/+93
2012-05-29tmpfs: quit when fallocate fills memoryGravatar Hugh Dickins 1-2/+56
2012-05-29tmpfs: undo fallocation on failureGravatar Hugh Dickins 1-33/+72
2012-05-29tmpfs: support fallocate preallocationGravatar Hugh Dickins 1-1/+60
2012-05-29mm/fs: remove truncate_rangeGravatar Hugh Dickins 1-1/+0
2012-05-29tmpfs: support fallocate FALLOC_FL_PUNCH_HOLEGravatar Hugh Dickins 1-11/+57
2012-05-29tmpfs: optimize clearing when writingGravatar Hugh Dickins 1-3/+17
2012-05-29tmpfs: enable NOSEC optimizationGravatar Hugh Dickins 1-0/+1