aboutsummaryrefslogtreecommitdiff
path: root/mm/shmem.c
AgeCommit message (Expand)AuthorFilesLines
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-1/+1
2011-11-02filesystems: add missing nlink wrappersGravatar Miklos Szeredi 1-1/+1
2011-10-31vmscan: add barrier to prevent evictable page in unevictable listGravatar Minchan Kim 1-0/+6
2011-10-31mm: Map most files to use export.h instead of module.hGravatar Paul Gortmaker 1-1/+1
2011-08-09Merge branch 'next-evm' of git://git.kernel.org/pub/scm/linux/kernel/git/zoha...Gravatar James Morris 1-2/+2
2011-08-03mm: clarify the radix_tree exceptional casesGravatar Hugh Dickins 1-4/+8
2011-08-03tmpfs radix_tree: locate_item to speed up swapoffGravatar Hugh Dickins 1-37/+1
2011-08-03tmpfs: use kmemdup for short symlinksGravatar Hugh Dickins 1-13/+18
2011-08-03tmpfs: convert shmem_writepage and enable swapGravatar Hugh Dickins 1-51/+37
2011-08-03tmpfs: convert mem_cgroup shmem to radix-swapGravatar Hugh Dickins 1-72/+11
2011-08-03tmpfs: convert shmem_getpage_gfp to radix-swapGravatar Hugh Dickins 1-147/+112
2011-08-03tmpfs: convert shmem_unuse_inode to radix-swapGravatar Hugh Dickins 1-26/+107
2011-08-03tmpfs: convert shmem_truncate_range to radix-swapGravatar Hugh Dickins 1-46/+146
2011-08-03tmpfs: copy truncate_inode_pages_rangeGravatar Hugh Dickins 1-20/+79
2011-08-03tmpfs: miscellaneous trivial cleanupsGravatar Hugh Dickins 1-109/+107
2011-08-03tmpfs: demolish old swap vector supportGravatar Hugh Dickins 1-698/+84
2011-07-25Merge 'akpm' patch seriesGravatar Linus Torvalds 1-256/+296
2011-07-25tmpfs: simplify unuse and writepageGravatar Hugh Dickins 1-34/+16
2011-07-25tmpfs: simplify filepage/swappageGravatar Hugh Dickins 1-129/+108
2011-07-25tmpfs: simplify prealloc_pageGravatar Hugh Dickins 1-44/+16
2011-07-25tmpfs: remove_shmem_readpageGravatar Hugh Dickins 1-34/+6
2011-07-25tmpfs: pass gfp to shmem_getpage_gfpGravatar Hugh Dickins 1-23/+44
2011-07-25tmpfs: refine shmem_file_splice_readGravatar Hugh Dickins 1-119/+19
2011-07-25tmpfs: clone shmem_file_splice_read()Gravatar Hugh Dickins 1-1/+217
2011-07-25tmpfs: no need to use i_lockGravatar Hugh Dickins 1-8/+6
2011-07-25fs: take the ACL checks to common codeGravatar Christoph Hellwig 1-6/+0
2011-07-18security: new security_inode_init_security API adds function callbackGravatar Mimi Zohar 1-2/+2
2011-06-27tmpfs: add shmem_read_mapping_page_gfpGravatar Hugh Dickins 1-0/+23
2011-06-27tmpfs: take control of its truncate_rangeGravatar Hugh Dickins 1-22/+29
2011-05-28tmpfs: fix race between truncate and writepageGravatar Hugh Dickins 1-1/+1
2011-05-26memcg: add the pagefault count into memcg statsGravatar Ying Han 1-5/+6
2011-05-25tmpfs: implement generic xattr supportGravatar Eric Paris 1-54/+266
2011-05-20tmpfs: fix highmem swapoff crash regressionGravatar Hugh Dickins 1-1/+2
2011-05-14tmpfs: fix race between swapoff and writepageGravatar Hugh Dickins 1-6/+4
2011-05-11tmpfs: fix spurious ENOSPC when racing with unswapGravatar Hugh Dickins 1-10/+22
2011-05-11tmpfs: fix race between umount and swapoffGravatar Hugh Dickins 1-45/+43
2011-05-11tmpfs: fix race between umount and writepageGravatar Hugh Dickins 1-11/+20
2011-04-14tmpfs: fix off-by-one in max_blocks checksGravatar Hugh Dickins 1-2/+4
2011-03-24Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-blockGravatar Linus Torvalds 1-1/+0
2011-03-22shmem: let shared anonymous be nonlinear againGravatar Hugh Dickins 1-0/+1
2011-03-22mm: shmem: change remove_from_page_cacheGravatar Minchan Kim 1-2/+1
2011-03-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 1-1/+1
2011-03-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Gravatar Linus Torvalds 1-4/+5
2011-03-14exportfs: Return the minimum required handle sizeGravatar Aneesh Kumar K.V 1-1/+3
2011-03-10block: remove per-queue pluggingGravatar Jens Axboe 1-1/+0
2011-03-01Remove one to many n's in a wordGravatar Justin P. Mattock 1-1/+1
2011-02-01fs/vfs/security: pass last path component to LSM on inode creationGravatar Eric Paris 1-4/+5
2011-01-07fs: icache RCU free inodesGravatar Nick Piggin 1-1/+8
2010-10-29convert get_sb_nodev() usersGravatar Al Viro 1-5/+5
2010-10-25fs: do not assign default i_ino in new_inodeGravatar Christoph Hellwig 1-0/+1