aboutsummaryrefslogtreecommitdiff
path: root/mm/shmem.c
AgeCommit message (Expand)Author
2014-10-05shmem: fix nlink for rename overwrite directoryMiklos Szeredi
2014-07-28shmem: fix splicing from a hole while it's punchedHugh Dickins
2014-07-28shmem: fix faulting into a hole, not taking i_mutexHugh Dickins
2014-07-28shmem: fix faulting into a hole while it's punchedHugh Dickins
2013-10-18cope with potentially long ->d_dname() output for shmem/hugetlbAl Viro
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
2012-05-29shmem: replace page if mapping excludes its zoneHugh Dickins
2012-05-28Merge tag 'writeback' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/linuxLinus Torvalds
2012-05-15userns: Convert tmpfs to use kuid and kgid where appropriateEric W. Biederman
2012-05-06vfs: Rename end_writeback() to clear_inode()Jan Kara