aboutsummaryrefslogtreecommitdiff
path: root/mm/shmem.c
AgeCommit message (Expand)Author
2013-09-11initmpfs: make rootfs use tmpfs when CONFIG_TMPFS enabledRob Landley
2013-09-11lib/radix-tree.c: make radix_tree_node_alloc() work correctly within interruptJan Kara
2013-09-03shm_mnt is as longterm as it gets, TYVM...Al Viro
2013-08-24cope with potentially long ->d_dname() output for shmem/hugetlbAl Viro
2013-08-04tmpfs: fix SEEK_DATA/SEEK_HOLE regressionHugh Dickins
2013-07-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds
2013-07-03vfs: export lseek_execute() to modulesJie Liu
2013-06-29[O_TMPFILE] it's still short a few helpers, but infrastructure should be OK n...Al Viro
2013-06-20evm: calculate HMAC after initializing posix acl on tmpfsMimi Zohar
2013-05-07aio: don't include aio.h in sched.hKent Overstreet
2013-04-29mm/shmem.c: remove an ifdefAndrew Morton
2013-03-01fix nommu breakage in shmem.cAl Viro
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2013-02-26fs: encode_fh: return FILEID_INVALID if invalid fid_typeNamjae Jeon
2013-02-26shmem_setup_file(): use d_alloc_pseudo() instead of d_alloc()Al Viro
2013-02-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds
2013-02-23tmpfs: fix mempolicy object leaksGreg Thelen
2013-02-23tmpfs: fix use-after-free of mempolicy objectGreg Thelen
2013-02-23mm: shmem: use new radix tree iteratorJohannes Weiner
2013-02-22clean shmem_file_setup() a bitAl Viro
2013-02-22fs: Preserve error code in get_empty_filp(), part 2Anatol Pomozov
2013-02-22new helper: file_inode(file)Al Viro
2013-01-26userns: Allow the userns root to mount tmpfs.Eric W. Biederman
2013-01-02mempolicy: remove arg from mpol_parse_str, mpol_to_strHugh Dickins
2012-12-17lseek: the "whence" argument is called "whence"Andrew Morton
2012-12-12tmpfs: support SEEK_DATA and SEEK_HOLE (reprise)Hugh Dickins
2012-12-06tmpfs: fix shared mempolicy leakMel Gorman
2012-11-16tmpfs: change final i_blocks BUG to WARNINGHugh Dickins
2012-11-16tmpfs: fix shmem_getpage_gfp() VM_BUG_ONHugh Dickins
2012-10-09tmpfs,ceph,gfs2,isofs,reiserfs,xfs: fix fh_len checkingHugh Dickins
2012-10-09mm: kill vma flag VM_CAN_NONLINEARKonstantin Khlebnikov
2012-08-24xattr: extract simple_xattr code from tmpfsAristeu Rozanski
2012-07-31tmpfs: distribute interleave better across nodesNathan Zimmer
2012-07-14don't pass nameidata to ->create()Al Viro
2012-07-11shmem: cleanup shmem_add_to_page_cacheHugh Dickins
2012-07-11shmem: fix negative rss in memcg memory.statHugh Dickins
2012-07-11tmpfs: revert SEEK_DATA and SEEK_HOLEHugh Dickins
2012-07-03Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds
2012-06-13splice: fix racy pipe->buffers usesEric Dumazet
2012-06-07shmem: replace_page must flush_dcache and othersHugh Dickins
2012-06-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2012-05-29->encode_fh() API changeAl Viro
2012-05-29tmpfs: support SEEK_DATA and SEEK_HOLEHugh Dickins
2012-05-29tmpfs: quit when fallocate fills memoryHugh Dickins
2012-05-29tmpfs: undo fallocation on failureHugh Dickins
2012-05-29tmpfs: support fallocate preallocationHugh Dickins
2012-05-29mm/fs: remove truncate_rangeHugh Dickins
2012-05-29tmpfs: support fallocate FALLOC_FL_PUNCH_HOLEHugh Dickins
2012-05-29tmpfs: optimize clearing when writingHugh Dickins
2012-05-29tmpfs: enable NOSEC optimizationHugh Dickins