summaryrefslogtreecommitdiff
path: root/mm/shmem.c
AgeCommit message (Expand)AuthorFilesLines
2014-08-06shmem: fix splicing from a hole while it's punchedHugh Dickins1-9/+15
2014-08-06shmem: fix faulting into a hole, not taking i_mutexHugh Dickins1-20/+44
2014-08-06shmem: fix faulting into a hole while it's punchedHugh Dickins1-0/+91
2013-03-06tmpfs: fix use-after-free of mempolicy objectGreg Thelen1-2/+8
2013-01-03tmpfs: fix shared mempolicy leakMel Gorman1-10/+16
2012-12-06tmpfs: change final i_blocks BUG to WARNINGHugh Dickins1-1/+1
2012-10-31tmpfs,ceph,gfs2,isofs,reiserfs,xfs: fix fh_len checkingHugh Dickins1-2/+4
2012-07-12splice: fix racy pipe->buffers usesEric Dumazet1-1/+2
2012-01-26SHM_UNLOCK: fix Unevictable pages stranded after swapHugh Dickins1-5/+41
2012-01-26SHM_UNLOCK: fix long unpreemptible sectionHugh Dickins1-7/+0
2011-11-07Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+1
2011-11-02filesystems: add missing nlink wrappersMiklos Szeredi1-1/+1
2011-11-01vmscan: add barrier to prevent evictable page in unevictable listMinchan Kim1-0/+6
2011-10-31mm: Map most files to use export.h instead of module.hPaul Gortmaker1-1/+1
2011-08-09Merge branch 'next-evm' of git://git.kernel.org/pub/scm/linux/kernel/git/zoha...James Morris1-2/+2
2011-08-04mm: clarify the radix_tree exceptional casesHugh Dickins1-4/+8
2011-08-04tmpfs radix_tree: locate_item to speed up swapoffHugh Dickins1-37/+1
2011-08-04tmpfs: use kmemdup for short symlinksHugh Dickins1-13/+18
2011-08-04tmpfs: convert shmem_writepage and enable swapHugh Dickins1-51/+37
2011-08-04tmpfs: convert mem_cgroup shmem to radix-swapHugh Dickins1-72/+11
2011-08-04tmpfs: convert shmem_getpage_gfp to radix-swapHugh Dickins1-147/+112
2011-08-04tmpfs: convert shmem_unuse_inode to radix-swapHugh Dickins1-26/+107
2011-08-04tmpfs: convert shmem_truncate_range to radix-swapHugh Dickins1-46/+146
2011-08-04tmpfs: copy truncate_inode_pages_rangeHugh Dickins1-20/+79
2011-08-04tmpfs: miscellaneous trivial cleanupsHugh Dickins1-109/+107
2011-08-04tmpfs: demolish old swap vector supportHugh Dickins1-698/+84
2011-07-26Merge 'akpm' patch seriesLinus Torvalds1-256/+296
2011-07-26tmpfs: simplify unuse and writepageHugh Dickins1-34/+16
2011-07-26tmpfs: simplify filepage/swappageHugh Dickins1-129/+108
2011-07-26tmpfs: simplify prealloc_pageHugh Dickins1-44/+16
2011-07-26tmpfs: remove_shmem_readpageHugh Dickins1-34/+6
2011-07-26tmpfs: pass gfp to shmem_getpage_gfpHugh Dickins1-23/+44
2011-07-26tmpfs: refine shmem_file_splice_readHugh Dickins1-119/+19
2011-07-26tmpfs: clone shmem_file_splice_read()Hugh Dickins1-1/+217
2011-07-26tmpfs: no need to use i_lockHugh Dickins1-8/+6
2011-07-25fs: take the ACL checks to common codeChristoph Hellwig1-6/+0
2011-07-18security: new security_inode_init_security API adds function callbackMimi Zohar1-2/+2
2011-06-28tmpfs: add shmem_read_mapping_page_gfpHugh Dickins1-0/+23
2011-06-28tmpfs: take control of its truncate_rangeHugh Dickins1-22/+29
2011-05-29tmpfs: fix race between truncate and writepageHugh Dickins1-1/+1
2011-05-27memcg: add the pagefault count into memcg statsYing Han1-5/+6
2011-05-25tmpfs: implement generic xattr supportEric Paris1-54/+266
2011-05-21tmpfs: fix highmem swapoff crash regressionHugh Dickins1-1/+2
2011-05-14tmpfs: fix race between swapoff and writepageHugh Dickins1-6/+4
2011-05-12tmpfs: fix spurious ENOSPC when racing with unswapHugh Dickins1-10/+22
2011-05-12tmpfs: fix race between umount and swapoffHugh Dickins1-45/+43
2011-05-12tmpfs: fix race between umount and writepageHugh Dickins1-11/+20
2011-04-15tmpfs: fix off-by-one in max_blocks checksHugh Dickins1-2/+4
2011-03-24Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-1/+0
2011-03-23shmem: let shared anonymous be nonlinear againHugh Dickins1-0/+1