aboutsummaryrefslogtreecommitdiff
path: root/mm/shmem.c
AgeCommit message (Expand)Author
2013-02-28tmpfs: fix use-after-free of mempolicy objectGreg Thelen
2012-12-17tmpfs: fix shared mempolicy leakMel Gorman
2012-11-26tmpfs: change final i_blocks BUG to WARNINGHugh Dickins
2012-10-21tmpfs,ceph,gfs2,isofs,reiserfs,xfs: fix fh_len checkingHugh Dickins
2012-07-16splice: fix racy pipe->buffers usesEric Dumazet
2012-03-22Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds
2012-03-21tmpfs: security xattr setting on inode creationJarkko Sakkinen
2012-03-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2012-03-21Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds
2012-03-20tidy up after d_make_root() conversionAl Viro
2012-03-20switch open-coded instances of d_make_root() to new helperAl Viro
2012-03-20mm: remove the second argument of k[un]map_atomic()Cong Wang
2012-02-14mm: collapse security_vm_enough_memory() variants into a single functionAl Viro
2012-01-23SHM_UNLOCK: fix Unevictable pages stranded after swapHugh Dickins
2012-01-23SHM_UNLOCK: fix long unpreemptible sectionHugh Dickins
2012-01-06vfs: switch ->show_options() to struct dentry *Al Viro
2012-01-03shmem, ramfs: propagate umode_t, open-coded S_ISREGAl Viro
2012-01-03switch ->mknod() to umode_tAl Viro
2012-01-03switch ->create() to umode_tAl Viro
2012-01-03switch vfs_mkdir() and ->mkdir() to umode_tAl Viro
2012-01-03vfs: fix the stupidity with i_dentry in inode destructorsAl Viro
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2011-11-02filesystems: add missing nlink wrappersMiklos Szeredi
2011-10-31vmscan: add barrier to prevent evictable page in unevictable listMinchan Kim
2011-10-31mm: Map most files to use export.h instead of module.hPaul Gortmaker
2011-08-09Merge branch 'next-evm' of git://git.kernel.org/pub/scm/linux/kernel/git/zoha...James Morris
2011-08-03mm: clarify the radix_tree exceptional casesHugh Dickins
2011-08-03tmpfs radix_tree: locate_item to speed up swapoffHugh Dickins
2011-08-03tmpfs: use kmemdup for short symlinksHugh Dickins
2011-08-03tmpfs: convert shmem_writepage and enable swapHugh Dickins
2011-08-03tmpfs: convert mem_cgroup shmem to radix-swapHugh Dickins
2011-08-03tmpfs: convert shmem_getpage_gfp to radix-swapHugh Dickins
2011-08-03tmpfs: convert shmem_unuse_inode to radix-swapHugh Dickins
2011-08-03tmpfs: convert shmem_truncate_range to radix-swapHugh Dickins
2011-08-03tmpfs: copy truncate_inode_pages_rangeHugh Dickins
2011-08-03tmpfs: miscellaneous trivial cleanupsHugh Dickins
2011-08-03tmpfs: demolish old swap vector supportHugh Dickins
2011-07-25Merge 'akpm' patch seriesLinus Torvalds
2011-07-25tmpfs: simplify unuse and writepageHugh Dickins
2011-07-25tmpfs: simplify filepage/swappageHugh Dickins
2011-07-25tmpfs: simplify prealloc_pageHugh Dickins
2011-07-25tmpfs: remove_shmem_readpageHugh Dickins
2011-07-25tmpfs: pass gfp to shmem_getpage_gfpHugh Dickins
2011-07-25tmpfs: refine shmem_file_splice_readHugh Dickins
2011-07-25tmpfs: clone shmem_file_splice_read()Hugh Dickins
2011-07-25tmpfs: no need to use i_lockHugh Dickins
2011-07-25fs: take the ACL checks to common codeChristoph Hellwig
2011-07-18security: new security_inode_init_security API adds function callbackMimi Zohar
2011-06-27tmpfs: add shmem_read_mapping_page_gfpHugh Dickins
2011-06-27tmpfs: take control of its truncate_rangeHugh Dickins