aboutsummaryrefslogtreecommitdiffstats
path: root/mm/shmem.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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/viro/vfsLinus 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/viro/vfsLinus 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/jmorris/linux-securityLinus 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 now...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/viro/vfsLinus 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/ebiederm/user-namespaceLinus 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